forked from HackInTheNorth/hackinthenorth.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
thanks.html
169 lines (145 loc) · 5.94 KB
/
thanks.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Thanks!!</title>
<meta name="author" content="Geekhaven" />
<meta name="description" content="Hack In The North: India's biggest student held Hackathon" />
<meta name="keywords" content="IIIT-Allahabad, Hackathon" />
<meta name="Resource-type" content="Document" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/stylesheet.css" />
<link rel="stylesheet" type="text/css" href="genericons/genericons.css">
<link rel="shortcut icon" href="favicon32.png" sizes="16x16" type="image/x-icon" />
<!--[if IE]-->
<!-- gh pages-->
<script type="text/javascript">
var console = { log: function() {} };
</script>
<!-- [endif] -->
<script src="js/jquery.js"></script>
<script type="text/javascript" src="js/isotope.pkgd.js"></script>
<script type="text/javascript" src="js/packery-mode.pkgd.js"></script>
<script type="text/javascript">
var showText = function (target, message, index, interval) {
if (index < message.length) {
$(target).append(message[index++]);
setTimeout(function () { showText(target, message, index, interval); }, interval);
}
}
$(window).load(function() {
$("#loader").fadeOut("slow");
setTimeout(function(){showText(".show_text", "Thanks for registering!!", 0, 50);}, 800);
setTimeout(function(){showText("#section0-name-1", "}", 0, 50);}, 800);
});
$(document).ready(function() {
$('.collage').isotope({
itemSelector: '.coll-word',
layoutMode: 'packery',
transitionDuration: '1s',
stamp: '.stamp'
});
});
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-72748005-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body class="menu-push">
<div id="curtains" class="hid">
</div>
<div id="loader">
</div>
<div id="menubtn">
<i></i>
<i></i>
<i></i>
</div>
<nav class="menu-right" id="menu">
<h3>Menu</h3>
<a data-menuanchor="home" href="index.html#home"><b>Home</b></a>
<a data-menuanchor="about" href="index.html#about"><b>About</b></a>
<a data-menuanchor="faq" href="index.html#faq"><b>FAQ</b></a>
<a data-menuanchor="schedule" href="index.html#schedule"><b>Schedule</b></a>
<a data-menuanchor="sponsors" href="index.html#sponsors"><b>Sponsors</b></a>
<a data-menuanchor="contact" href="index.html#contact"><b>Contact</b></a>
</nav>
<div id="social-media-details">
<a class="genericon genericon-facebook-alt" href="https://www.facebook.com/HackInTheNorth/"></a>
<a class="genericon genericon-twitter" href="#twitter"></a>
<a class="genericon genericon-mail" href="mailto:[email protected]"></a>
</div>
<div id="display-content">
<div class="section" id="section_thanks">
<div class="container">
<div class="row header">
</div>
<div class="row header">
</div>
<br>
<br>
<div class="row">
<div class="col-mg-12">
<h1 class="show_text">
</h1>
<h2 class="hide">
<br>We will be mailing you further instructions within 2-3 days.
</h2>
<h2 >
<center>Just one step more!! Please fill this form<br>
</center>
</h2>
</div>
</div>
<br>
<br>
<div class="row">
<center>
<a href="https://docs.google.com/forms/d/1Rs6pWW9Bl_8LJOGvCRkPr5DyY89k8RifxeRLv2PhJuc/viewform?c=0&w=1">Complete The Final Step</a>
</center>
</div>
<div class="row hide">
<center>
<a href=index.html>Home</a>
</center>
</div>
</div>
</div>
</div>
<script src="js/classie.js"></script>
<script>
var menu = document.getElementById( 'menu' ),
menubtn = document.getElementById( 'menubtn' ),
body = document.body,
content = document.getElementById('display-content');
menubtn.onclick = function() {
classie.toggle( this, 'on' );
classie.toggle( body, 'menu-push-toleft' );
classie.toggle( curtains, 'sho')
classie.toggle( menu, 'menu-open' );
};
content.onclick = function() {
if(classie.has(body, 'menu-push-toleft')) {
classie.toggle( menubtn, 'on' );
classie.toggle( body, 'menu-push-toleft' );
classie.toggle( curtains, 'sho')
classie.toggle( menu, 'menu-open' );
}
};
menu.onclick = function() {
if(classie.has(body, 'menu-push-toleft')) {
classie.toggle( menubtn, 'on' );
classie.toggle( body, 'menu-push-toleft' );
classie.toggle( curtains, 'sho')
classie.toggle( menu, 'menu-open' );
}
};
</script>
</body>
</html>