-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
285 lines (228 loc) · 11 KB
/
Copy pathindex.html
File metadata and controls
285 lines (228 loc) · 11 KB
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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no' name='viewport' />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<script data-ad-client="ca-pub-9081442854048209" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<link rel="stylesheet" href="static\design\css/styles.css">
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css" media="screen,projection">
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<title>HAC 2020</title>
<style>
ul{
height: 45px;
}
ul li{
height: 45px;
}
ul li a{
height: 45px;
}
.button-container {
display: flex;
margin: 5px auto;
flex-wrap: wrap;
justify-content: left;
}
.button {
display: flex;
overflow: hidden;
/* margin: 4px 10px; */
padding: 8px 20px;
cursor: pointer;
user-select: none;
transition: all 150ms linear;
text-align: center;
white-space: nowrap;
text-decoration: none !important;
text-transform: none;
text-transform: capitalize;
color: #fff;
/* border: 0 none; */
/* border-radius: 4px; */
font-size: 13px;
font-weight: 500;
line-height: 1.3;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
justify-content: center;
align-items: center;
flex: 0 0 160px;
box-shadow: 2px 5px 10px var(--color-smoke);
}
.button.-regular {
color: white;
background: none;
border: solid white 2px;
}
.div-outer {
position: relative;
background: pink;
height: 800px;
margin-bottom: 800px;
}
.div-inner {
position: fixed;
right: 0;
bottom: 50px;
width: 10%;
height: calc(100vh - 100px);
background: gold;
}
.bottom-div {
position: absolute;
bottom: 0;
}
.button.-regular:hover {
color: #d52d30;
background: none;
border: solid #d52d30 2px;
}
</style>
</head>
<body>
<div class="navbar-fixed" id="home" style="height: 45px; margin-top: -8px;">
<nav class="white" style="height: 45px;">
<div class="container" style="height: 45px; width: 100%; margin-top: -3px;">
<div class="" style="height: 45px;">
<a href="#" class="logo" style="color: black; text-align: center;"><span style="font-size: 1.3rem;font-family: quicksand;">H A C</span></a>
<a href="#" data-target="mobile-nav" class="sidenav-trigger">
<i class="material-icons" style="color: black;">menu</i>
</a>
<ul class="right hide-on-med-and-down" style="height: 45px; font-family: profontwindows;">
<li style="display: none;">
<a href="#home" style="color: #e71a1a;">home</a>
</li>
<li>
<a href="#about" style="color: #e71a1a;">__about</a>
</li>
<li>
<a href="#sponsors" style="color: #e71a1a;">_sponsors</a>
</li>
<li>
<a href="#details" style="color: #e71a1a;">__details</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<ul class="sidenav" id="mobile-nav">
<li style="display: none;">
<a href="#about" style="color: #e71a1a;">home</a>
</li>
<li>
<a href="#about" style="color: #e71a1a; font-family: profontwindows;">__about</a>
</li>
<li>
<a href="#sponsors" style="color: #e71a1a; font-family: profontwindows;">_sponsors</a>
</li>
<li>
<a href="#details" style="color: #e71a1a; font-family: profontwindows;">__details</a>
</li>
</ul>
<div class="grid-container" style="margin: 2.5%;">
<div class="grid-child-1" style="">
<div class="logo-div" style="">
<img class="logo-img" src="static\design\images\HAC LOGO MAIN.png" alt="" style="">
</div>
</div>
<div id="stay_updated" class="grid-child-2 centered" style="text-align: center; color: white;">
<div style="width: 100%;" class="center-text-div">
<div class="covid-class" style="">Code it for <span id="codeit">Covid</span>.</div>
<div class="grid-container-small centered" style="width: 100%;">
<a id="conduct1" href="#"><div class="button -regular center"> Stay Updated</div></a>
</div>
</div>
<div id="about" class="section scrollspy about-text" style="">
<h1 class="sponsor-text" style="padding: 10% 2%;">About</h1>
<div style="padding: 2%;font-size: 1.1rem;">
The long lockdowns have left people desiring to go out and socialise. The pandemic has left us with a heightened sense of precaution, one which might very well need to be carried forward. What makes us human is our ability to express ourselves but once our world reopens the precautions still need to be taken, meaning restricted interactions. To build a future where we can transcend these restrictions and continue to interact with our surroundings we need newer ways to interact with them.
HAC (Hack Against Covid) is a Hackathon that challenges students to build proactive technology and solutions to safeguard human interaction in the coming future post covid19 pandemic.
<br><br>
Come join and contribute from the safety and comfort of your homes. <br><br>
<a class="code-of-conduct" href="https://github.com/codezoned/code-of-conduct/blob/master/code-of-conduct.md" style="color: white;"><b>More details are coming along your way. But for no, please make sure you have read our <span style="color: #d52d30;"> code of conduct.</span></b></a>
<div id="anchor-point" style="height: 1px;"></div>
</div>
</div>
<div class="grid-child-3" style="">
<div id="sponsors" class="section scrollspy sponsor-section" style="width: 100%;">
<h1 class="sponsor-text" style="padding: 2%;">Sponsors</h1>
<div class="grid-container-small-2" style=" padding: 10% 0;">
<div>
<img class="sponsor-logos" src="static\design\images\Github_Logo_White.png" alt="" style="">
</div>
<!-- <div>
<img class="sponsor-logos" src="..\..\static\design\images\github-logo.png" alt="" style="">
</div>
<div>
<img class="sponsor-logos" src="..\..\static\design\images\github-logo.png" alt="" style="">
</div> -->
</div>
</div>
</div>
<div id="details" class="details section scrollspy " style="margin-bottom: 25%;">
<h1 class="sponsor-text" style="padding: 10% 2%;">Hackathon Details</h1>
<a id="conduct2" href="#"><div style="padding: 2%;font-size: 1.4rem; text-align: left; color: #eeeeee;">We'll be coming forward with the details soon. Till then, <span style="color: #d52d30;">Stay updated</span>.</div></a>
</div>
</div>
</div>
<div style=" background-color: #212121; height: 37.5px; width: 100%; position: fixed; bottom: 0; text-align: center; padding-top: 5px;">
<a target="_blank" href="http://codezoned.com"><div style="color: #eeeeee; font-family: profontwindows; font-size: 19px;">With ❤ by <span style="color: #d52d30; font-size: 22px;">code</span><span style="color: white;font-size: 22px;">zoned</span><span style="color: #767777; font-size: 22px;">;</span></div></a>
</div>
<!-- d52d30
white
767777 -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script>
<script>
// Sidenav
const sideNav = document.querySelector('.sidenav');
M.Sidenav.init(sideNav, {});
// ScrollSpy
const ss = document.querySelectorAll('.scrollspy');
M.ScrollSpy.init(ss, {});
var targetOffset = $("#anchor-point").offset().top;
// var $w = $(window).scroll(function(){
// if ( (screen.height<=1200) && ($w.scrollTop() > targetOffset-500) ) {
// $('.logo-div').hide(500);
// }
// else if ( (screen.height<=1600) && ($w.scrollTop() > targetOffset-350) ) {
// $('.logo-div').hide(750);
// }
// else if ( (screen.height>1600) && ($w.scrollTop() > targetOffset- 900) ) {
// $('.logo-div').hide(1750);
// }
// else {
// $('.logo-div').show(500);
// // $('.logo-div').css({"position":"fixed"});
// }
// });
// $(document).ready(function() {
// if ((screen.width>=1024) && (screen.height>=768)) {
// alert('Screen size: 1024x768 or larger');
// $("link[rel=stylesheet]:not(:first)").attr({href : "style2.css"});
// }
// else {
// alert('Screen size: less than 1024x768, 800x600 maybe?');
// $("link[rel=stylesheet]:not(:first)").attr({href : "style1.css"});
// }
// });
$(function() {
$('.-regular').hover(function() {
$('#codeit').css('color', '#d52d30');
}, function() {
// on mouseout, reset the background colour
$('#codeit').css('color', 'white');
});
});
$('#conduct1').click( function() { alert("The form is comin' up. Stay seated!"); });
$('#conduct2').click( function() { alert("The form is comin' up. Stay seated!"); });
</script>
</body>
</html>