Skip to content

Commit 452b1ce

Browse files
committed
Removing old files and adding back in some help text.
1 parent 44410f9 commit 452b1ce

File tree

5 files changed

+30
-242
lines changed

5 files changed

+30
-242
lines changed

index.html

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,25 @@
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>

index2.html

Lines changed: 0 additions & 63 deletions
This file was deleted.

java.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

java2.css

Lines changed: 0 additions & 90 deletions
This file was deleted.

java2.js

Lines changed: 0 additions & 87 deletions
This file was deleted.

0 commit comments

Comments
 (0)