diff options
Diffstat (limited to 'all.html')
-rw-r--r-- | all.html | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -105,6 +105,14 @@ <div class="row"> <div class="col-lg-4 col-md-6 col-sm-8 col-xs-10 well well-sm project"> + <img src="screenshots/newyear.png" width=200 height=200><br> + <div class="project-title"><a href="newyear.html">New Year Countdown</a></div> + A countdown to the current year+1 featuring the clock from <a href="clock.html">here</a>. + </div> + </div> + + <div class="row"> + <div class="col-lg-4 col-md-6 col-sm-8 col-xs-10 well well-sm project"> <img src="screenshots/clock.png" width=200 height=200><br> <div class="project-title"><a href="clock.html">Clock</a></div> A clock that shows the time of day with circles |