Skip to content

Commit

Permalink
added countdown to other pages. (#334)
Browse files Browse the repository at this point in the history
* Updated scores and added blog.

* updated blog pull request link

* added blog image

* Updated scores

* Update scores.yml

* added countdown

* Required changes done

* added comments

* added comments

* syncing

* added countdown to other pages
  • Loading branch information
Anupam-dagar authored and gauthamzz committed Feb 17, 2017
1 parent 11e72c5 commit 069b340
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
Binary file added images/students/shubhi.jpg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions javascripts/countdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ function initializeClock(id, endtime) {

var deadline = new Date(2017, 01, 18, 00, 00, 00, 00);
initializeClock('clockdiv', deadline);

2 changes: 2 additions & 0 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<link rel="stylesheet" href="stylesheets/loader.css" media="screen">
<link rel="stylesheet" href="stylesheets/footer-distributed.css">
<link rel="stylesheet" href="stylesheets/style.css">
<link rel="stylesheet" type="text/css" href="stylesheets/countdown.css">
<script type="text/javascript">
$(document).ready(function(){
/* Get iframe src attribute value i.e. YouTube video url
Expand Down Expand Up @@ -209,6 +210,7 @@ <h4 class="panel-title" style="text-align: left">{{project.name}} ({{project.sta
<!-- Scripts -->
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="javascripts/countdown.js"></script>
<script src="javascripts/js-yaml.min.js"></script>
<script src="javascripts/main.js"></script>
<script src="javascripts/index.js"></script>
Expand Down
2 changes: 2 additions & 0 deletions scoreboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<link rel="stylesheet" href="stylesheets/footer-distributed.css">
<link rel="stylesheet" href="stylesheets/style.css">
<link rel="stylesheet" href="stylesheets/scoreboard.css">
<link rel="stylesheet" type="text/css" href="stylesheets/countdown.css">
<script type="text/javascript">
$(document).ready(function(){
/* Get iframe src attribute value i.e. YouTube video url
Expand Down Expand Up @@ -129,6 +130,7 @@ <h4 style="margin-top: 0px;"><i class="fa fa-code text-danger"></i> &nbsp; Contr
<!-- Scripts -->
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="javascripts/countdown.js"></script>
<script src="javascripts/js-yaml.min.js"></script>
<script src="javascripts/main.js"></script>
<script src="javascripts/index.js"></script>
Expand Down

0 comments on commit 069b340

Please sign in to comment.