Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
intern
intern.swecha.io
Commits
4116ba03
Commit
4116ba03
authored
Apr 25, 2019
by
saivineethkumartumu
Browse files
Update index.html, js/timer.js files
parent
24230833
Pipeline
#20633
passed with stage
in 1 minute and 27 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
index.html
View file @
4116ba03
...
...
@@ -81,6 +81,26 @@
<a
href=
"https://youtu.be/tk2FFkEkN8g"
class=
"venobox play-btn mb-4"
data-vbtype=
"video"
data-autoplay=
"true"
></a>
<div
class=
"row clock_sec d-flex flex-row justify-content-between"
id=
"clockdiv"
>
<div
class=
"clockinner"
>
<span
class=
"days"
></span>
<div
class=
"smalltext"
>
Days
</div>
</div>
<div
class=
"clockinner"
>
<span
class=
"hours"
></span>
<div
class=
"smalltext"
>
Hours
</div>
</div>
<div
class=
"clockinner"
>
<span
class=
"minutes"
></span>
<div
class=
"smalltext"
>
Minutes
</div>
</div>
<div
class=
"clockinner"
>
<span
class=
"seconds"
></span>
<div
class=
"smalltext"
>
Seconds
</div>
</div>
</div>
<a
href=
"http://intern.swecha.io/register"
class=
"about-btn scrollto"
>
Register
</a>
</div>
...
...
@@ -668,6 +688,7 @@
<!-- Template Main Javascript File -->
<script
src=
"js/main.js"
></script>
<script
src=
"js/timer.js"
></script>
</body>
</html>
js/timer.js
View file @
4116ba03
...
...
@@ -36,7 +36,7 @@ function getTimeRemaining(endtime) {
updateClock
();
var
timeinterval
=
setInterval
(
updateClock
,
1000
);
}
var
d
=
new
Date
(
"
May 27
, 201
8 09
:00:00
"
);
var
d
=
new
Date
(
"
JUNE 10
, 201
9 10
:00:00
"
);
//document.getElementById("demo").innerHTML = d;
//var deadline = new Date(Date.parse(new Date()) + 46 * 24 * 60 * 60 * 1000);
initializeClock
(
'
clockdiv
'
,
d
);
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment