-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (32 loc) · 2.72 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Circuit Breaker Contests | Student Council</title>
<meta property="og:image" content="assets/img/Black%20and%20White%20Pet%20Cat%20Valentine%27s%20Day%20Instagram%20Post.png">
<meta name="description" content="Participate to win prizes in our challenges during the Circuit Breaker! By GEMS Singapore's Student Council.">
<meta property="og:type" content="website">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,400,700">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pikaday/1.6.1/css/pikaday.min.css">
<title>Circuit Breaker Contests | GEMS Singapore's Student Council</title>
</head>
<body style="background-color: rgb(33,33,33);color: rgb(255,255,255);">
<main class="page lanidng-page">
<section class="portfolio-block block-intro">
<div class="container">
<div class="avatar" style="background-image: url(https://cdn.worldvectorlogo.com/logos/tiktok-icon-black-1.svg);"></div>
<div class="about-me">
<p style="color: rgb(255,255,255);font-size: 40px;margin-bottom: 4px;"><strong>Circuit Breaker Contests</strong></p>
<p style="color: rgb(255,255,255);font-size: 20px;margin-bottom: 10px;"><strong>Ongoing: TikTok Challenge </strong></p>
<p style="color: rgb(255,255,255);font-size: 20px;">Make an awesome TikTok, it can be a dance or a funny skit!</p><div data-type="countdown" data-id="1936945" class="tickcounter" style="width: 100%; position: relative; padding-bottom: 25%"><a href="//www.tickcounter.com/countdown/1936945/time-to-submit" title="Time to Submit">Time to Submit</a><a href="//www.tickcounter.com/" title="Countdown">Countdown</a></div><script>(function(d, s, id) { var js, pjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//www.tickcounter.com/static/js/loader.js"; pjs.parentNode.insertBefore(js, pjs); }(document, "script", "tickcounter-sdk"));</script><br><a class="btn btn-outline-primary" role="button" href="https://docs.google.com/forms/u/1/d/e/1FAIpQLSeeG9T6OCiy6-upZs7gK_DmSbLVuRydCaDWrUG7qvV2_Lj-ZQ/viewform">Submit</a></div>
</div>
</section>
</main>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pikaday/1.6.1/pikaday.min.js"></script>
<script src="assets/js/theme.js"></script>
</body>
</html>