-
Notifications
You must be signed in to change notification settings - Fork 1
/
registration.html
44 lines (42 loc) · 2 KB
/
registration.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
<!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, user-scalable=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">
<link rel='icon' type='image/ico' href='favicon.ico'>
<link rel="shortcut icon" href="">
<title>LexHack</title>
<link href="stylesheets/style.css" rel="stylesheet">
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Montserrat:700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
<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-52347041-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id='registration'>
<div class='registration-intro'>
<a href='index.html' id='logo'>
<span style='letter-spacing: -0.02em;'>
<span style='letter-spacing: -0.06em'>< </span>Lex<span class='yellow'>Hack<span style='letter-spacing: -0.06em'> ></span></span>
</span>
</a>
</div>
<div class='content'>
<h1>Hacker Registration</h1>
<p>All of our participants and volunteers are required to follow our <a href='conduct.pdf'>Code of Conduct.</a></p>
<p><b>Registration for LexHack is now closed!</b> If you have team members who have already registered, please get in touch with us at <a href="mailto:[email protected]">[email protected]</a>. </p>
</div>
</div>
</body>
</html>