-
Notifications
You must be signed in to change notification settings - Fork 3
/
codesense.html
81 lines (73 loc) · 4.95 KB
/
codesense.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html>
<head>
<title>
VIThink
</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--CSS-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.1/css/bulma.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
<link rel="stylesheet" href="./css/styles.css">
<!--JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="js/actions.js"></script>
<!--Favicon-->
<link rel="apple-touch-icon" sizes="57x57" href="img/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="img/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="img/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon/favicon-16x16.png">
<link rel="manifest" href="img/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="img/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#191970">
</head>
<body style="font-family:'Merriweather Sans', sans-serif;">
<section id="about-us" class="home section">
<div class="container" style="text-align: center">
<div class="container" id="main" style="height: 200px; width: 200px">
<img id="logo" class="image" src="img/VIThink_Logo.png" alt="VIThink">
</div>
<div id="home" class="button is-link" style="color: white; background: darkblue">
<a href="index.html">Home</a>
</div>
</section>
<section class="section is-widescreen" id="counter">
<div class="container has-text-centered">
<!-- <div class="title" style="font-size: 48px; color: darkblue; margin-top: -70px">Code Sense</div><br> -->
<img src="img/Events/codesense.png" style="margin-top: -70px; margin-bottom: 20px">
<h2 class="is-size-6" style="font-size: 14px; color:black;">24 hours ML and DSP Hackathon <br> School of Electronics Engineering, VIT Chennai.</h2>
<br>
<div class="has-text-centered">
<h2 class="has-text-weight-bold">13th and 14th October, 2018</h2>
<div class="has-text-centered" style="font-size: 8vw; color: darkblue">HACK ENDED</div>
<div class="is-size-7">Powered by VIThink</div>
</div><br>
</div>
</section>
<section class="problems is-widescreen">
<div class="container has-text-centered" style="text-align: center">
<iframe id="GoogleDocs" src="https://docs.google.com/document/d/e/2PACX-1vRGZdRx6YkgXrBi26NYnUOnnQythI93L6JIOK9jGQaeD3fTTkSsgqspwqwOdJzr1DLHff2XgGYJL_xN/pub?embedded=true"></iframe>
</div>
</section><br>
<section id="footer" class="section is-widescreen has-text-justified">
<div class="foot has-text-centered has-text-white" style="top: 560px;">
2018, AI <i class="fas fa-heart" style="color: red"></i>
</div>
<div>
<div class="email is-size-7 has-text-centered has-text-white">[email protected]</div>
</div>
<div class="is-size-7 has-text-centered has-text-white"><a href="https://chat.whatsapp.com/invite/7FBSWSPrIM11IuV6gVsCNR">WhatsApp</a></div>
</section>
</body>
</html>