-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (91 loc) · 5.74 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
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
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="//cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7_dtp.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="style.css">
<link href="dist/vidbg.css" rel="stylesheet" type="text/css" />
<!-- Primary Meta Tags -->
<title>Make-A-Ton 4</title>
<meta name="title" content="Make-A-Ton 4">
<meta name="description" content="Make-A-Ton is coming soon!">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://makeaton.in/">
<meta property="og:title" content="Make-A-Ton 4">
<meta property="og:description" content="Make-A-Ton is coming soon!">
<meta property="og:image" content="https://makeaton.in/ograph.jpg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://makeaton.in/">
<meta property="twitter:title" content="Make-A-Ton 4">
<meta property="twitter:description" content="Make-A-Ton is coming soon!">
<meta property="twitter:image" content="https://makeaton.in/ograph.jpg">
<link rel="apple-touch-icon" sizes="57x57" href="/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
</head>
<body class="body">
<section>
<img class="logo" src="logo.png" alt="">
<h1>Make-A-Ton 4 coming soon!</h1>
<p>'Make-a-ton', a 24 hour open hackathon, for university and high school students is aimed at bringing together ‘Makers’ to celebrate the spirit of ‘Build over Buy’ organised by students of CUSAT and Centre for Innovation Technology Transfer and Industrial Collaboration (CITTIC).</p>
<p>With students from the top engineering institutions and schools all over the country racking their brains to solve unique and challenging problem statements, with adequate mentorship and guidance from industry experts, Make-a-Ton is bound to be the place for all the tech-enthusiasts and aspiring entrepreneurs, to learn, grow and collaborate.</p>
<p>Brace yourselves for what is going to be the most exhilarating 48-hour challenge with aspiring minds from all over the country competing at the same time with the same endeavour.</p>
<style type="text/css">
#mc_embed_signup{clear:left; width:100%;}
#mc-embedded-subscribe{
background-color: black!important;
color: white;
font-family: 'Poppins', sans-serif;
border: 1px solid white!important;
height: 50px!important;
}
#mce-EMAIL{
background-color: transparent!important;
font-family: 'Poppins', sans-serif!important;
color: white!important;
border: 1px solid white!important;
height: 50px!important;
padding: 20px!important;
}
#mce-EMAIL::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
font-family: 'Poppins', sans-serif!important;
color: white!important;
opacity: 1; /* Firefox */
}
</style>
<div id="mc_embed_signup">
<form action="https://makeaton.us20.list-manage.com/subscribe/post?u=7000d16870ae09a95a6dc41ec&id=2c27b4e517" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<label for="mce-EMAIL">Subscribe to get updates and be the first one to register:</label>
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_7000d16870ae09a95a6dc41ec_2c27b4e517" tabindex="-1" value=""></div>
<div class="clear foot">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
</div>
</div>
</form>
</div>
</section>
<script src="dist/vidbg.js"></script>
<script src="script.js"></script>
</body>
</html>