File tree Expand file tree Collapse file tree 5 files changed +30
-242
lines changed Expand file tree Collapse file tree 5 files changed +30
-242
lines changed Original file line number Diff line number Diff line change 3939 < img class ="arrow-next " src ="images/arrow-next.png ">
4040 < p class ="clear "> </ p >
4141 </ div >
42-
43-
42+ < div id ="about-text ">
43+ < p > This is a Javascript learning exercise. I wrote this from
44+ scratch with pure vanilla Javascript. To see my code and
45+ offer feedback/advice.
46+ < a href ="https://github.com/stpaultim/simple-javascript-slideshow "> GitHub</ a >
47+ </ p >
48+ < p > I'm still working on this with a number of additional
49+ features planned (as of Jan 2, 2017). Project inspired by the request of a friend.
50+ </ p >
51+ < p class ="left-align "> Rough list of planned features:
52+ </ p >
53+ < ul >
54+ < li > Slideshow roughly 600px x 200px.</ li >
55+ < li > Automatic advancement & Manual Controls</ li >
56+ < li > Caption slides up from bottom (only if there is a caption)</ li >
57+ </ ul >
58+ < p > Should look like this:</ p >
59+ < img src ="images/slides.png ">
60+ </ div >
4461< script type ="text/javascript " src ="java.js "> </ script >
4562</ body >
4663</ html >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -150,4 +150,15 @@ html {
150150 height : 20px ;
151151 width : 560px ;
152152 padding : 5px 20px ;
153+ }
154+
155+ # about-text {
156+ border : 0px solid green;
157+ clear : both;
158+ width : 600px ;
159+ margin : 0px auto;
160+ }
161+
162+ # about-text p {
163+ margin-top : 30px ;
153164}
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments