-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathoverview.html
81 lines (76 loc) · 2.58 KB
/
overview.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>Overview</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/silly.css" />
</head>
<body>
<!-- Main -->
<div id="main">
<!-- Section -->
<section class="wrapper">
<div class="inner">
<header class="align-center">
<h1>Citrus Hack 2017 Overview</h1>
<p>Southern California's Premier Hackathon at the University of California Riverside</p>
</header>
<div class="flex flex-2">
<div class="col col2">
<h3 style="color: #f09a04">History</h3>
<p style="color: #000">Citrus Hack started in 2014 with a goal of being the Inland Empire's Premier Hackathon. Since then, Citrus Hack has provided a platform for students to turn their dreams into reality. Students from across the globe are invited to form amazing teams
to bring their biggest, boldest ideas to life.</p>
</div>
<div class="col col1 first">
<div class="image round fit">
<a href="generic.html" class="link"><img src="images/team.jpg" alt="" /></a>
</div>
</div>
</div>
</div>
</section>
<!-- Section -->
<section class="wrapper style1">
<div class="inner">
<header class="align-center">
<h2>By the Numbers</h2>
<!--- <p>Cfdgkjdlkjagskjlbjlk</p> -->
</header>
<div class="flex flex-3">
<div class="col align-center">
<h1>500</h1>
<p>Hackers!</p>
</div>
<div class="col align-center">
<h1>13</h1>
<p>fsdjbgkdfgk</p>
</div>
<div class="col align-center">
<h1>14</h1>
<p>sdgkdjfghkj</p>
</div>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<div class="copyright">
<ul class="icons">
<li><a href="https://www.facebook.com/CitrusHack/" class="icon fa-facebook"><span class="label">Facebook</span></a>@CitrusHack</li>
<li><a href="mailto:[email protected]" class="icon fa-envelope-o"><span class="label">Instagram</span></a>[email protected]</li>
<li><a href="https://www.instagram.com/citrushack_ucr/" class="icon fa-instagram"><span class="label">Instagram</span></a>@CitrusHack_UCR</li>
</ul>
</div>
</footer>
</body>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</html>