-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinks.html
More file actions
176 lines (157 loc) · 7.96 KB
/
Copy pathlinks.html
File metadata and controls
176 lines (157 loc) · 7.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta property="og:title" content="Hack River Dell 2017 Live">
<meta property="og:description" content="River Dell High School's Annual Hackathon">
<meta property="og:url" content="http://live.hackriverdell.com">
<title>Hack River Dell 2017 Live</title>
<!--Favicon Crap-->
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png">
<link rel="manifest" href="favicons/manifest.json">
<link rel="mask-icon" href="favicons/safari-pinned-tab.svg" color="#057aff">
<meta name="theme-color" content="#ffffff">
<!-- CSS -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Web Push -->
<script src="https://cdn.onesignal.com/sdks/OneSignalSDK.js" async='async'></script>
<script>
var OneSignal = window.OneSignal || [];
OneSignal.push(["init", {
appId: "872473b5-b157-4eeb-a212-75e3c263da8b",
autoRegister: true,
notifyButton: {
enable: false
}
}]);
</script>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-toggleable-sm fixed-top navbar-gradient navbar-inverse navbar-fix" id="mobile-nav">
<div class="container">
<button class="navbar-toggler navbar-toggler-left collapsed" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar top-bar"></span>
<span class="icon-bar middle-bar"></span>
<span class="icon-bar bottom-bar"></span>
</button>
<a class="navbar-brand mr-auto" href="index.html"><img class="brand-logo"></a>
<div class="collapse navbar-collapse justify-content-end" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="schedule.html">Schedule</a>
</li>
<li class="nav-item">
<a class="nav-link" href="updates.html">Updates</a>
</li>
<li class="nav-item">
<a class="nav-link" href="map.html">Map</a>
</li>
<li class="nav-item">
<a class="nav-link" href="activities.html">Activities</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="links.html">Links</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="site-header">
<a href="index.html"><img src="img/header.png" id="site-logo"></a>
</div>
<div class="container-fluid sticky-top" id="nav">
<ul class="nav justify-content-center">
<li class="nav-item">
<a class="nav-link" href="schedule.html">Schedule</a>
</li>
<li class="nav-item">
<a class="nav-link" href="updates.html">Updates</a>
</li>
<li class="nav-item">
<a class="nav-link" href="map.html">Map</a>
</li>
<li class="nav-item">
<a class="nav-link" href="activities.html">Activities</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="links.html">Links</a>
</li>
</ul>
</div>
<div class="mobile-pagehead">
<h1 class="mobile-head">Links</h1>
</div>
<div class="container">
<h2>Important Links</h2>
<p>Sites you need to know</p>
<br>
<div class="row">
<div class="col-sm-4">
<img src="img/link-imgs/devpost.png" class="link-icons">
<h4><a class="link-title" href="http://hackriverdell2017.devpost.com" target="_blank">Devpost <i class="fa fa-arrow-circle-right" aria-hidden="true"></i></a></h4>
<p>This is where you submit your hack. Submissions are now open, <a style="color:royalblue" href="https://www.youtube.com/watch?v=vCa7QFFthfU">click here</a> if you need help submitting.</p>
</div>
<div class="col-sm-4">
<img src="img/link-imgs/aws.png" class="link-icons">
<h4><a class="link-title" href="http://bit.ly/awslhd3" target="_blank">Amazon Web Services <i class="fa fa-arrow-circle-right" aria-hidden="true"></i></a></h4>
<p>Build a server or host a hack here. Claim $100 worth of AWS Credit. (not required to use for hacks)</p>
</div>
<div class="col-sm-4">
<img src="img/link-imgs/domain.png" class="link-icons">
<h4><a class="link-title" href="http://domain.com/mlh" target="_blank">Domain.com <i class="fa fa-arrow-circle-right" aria-hidden="true"></i></a></h4>
<p>
Get a FREE DOMAIN for one year. Pick any domain available using .com, .org, or .net.
</p>
</div>
</div>
<hr>
<h2>Helpful Links</h2>
<p>Tools and sites to use to make your hack stand out</p>
<br>
<div class="row">
<div class="col-sm-4">
<img src="img/link-imgs/marvelapp.png" class="link-icons">
<h4><a class="link-title" href="http://marvelapp.com" target="_blank">Marvel App <i class="fa fa-arrow-circle-right" aria-hidden="true"></i></a></h4>
<p>Great for app prototyping. No coding required.</p>
</div>
<div class="col-sm-4">
<img src="img/link-imgs/mlh.png" class="link-icons">
<h4><a class="link-title" href="http://hardware.mlh.io" target="_blank">MLH Hardware Lab <i class="fa fa-arrow-circle-right" aria-hidden="true"></i></a></h4>
<p>Borrow awesome hardware to take your hack to the next level!</p>
</div>
</div>
</div>
<div class="footer">
<div class="container footer-content">
<div class="row">
<div class="col-sm-6">
<img src="img/hawk-light.png" class="footer-logo">
<p>© 2017 Hack River Dell</p>
</div>
<div class="col-sm-6">
<div class="footer-links">
<div id="social-icons" class="animated">
<a href="https://www.facebook.com/HackRiverDell" target="_blank"><img class="icon" src="img/icons/facebook.png"></a>
<a href="http://twitter.com/HackRiverDell" target="_blank"><img class="icon" src="img/icons/twitter.png"></a>
<a href="http://instagram.com/HackRiverDell" target="_blank"><img class="icon" src="img/icons/instagram.png"></a>
<a href="http://snapchat.com/add/HackRiverDell" target="_blank"><img class="icon" src="img/icons/snapchat.png"></a>
<a href="https://github.com/hackrd/" target="_blank"><img class="icon" src="img/icons/github.png"></a>
</div>
<a class="footer-link" href="http://hackriverdell.com/privacy.html">Privacy Policy</a> | <a class="footer-link" href="http://hackriverdell.com/team.html">Team</a> | <a class="footer-link" href="mailto:contact@hackriverdell.com">Contact</a>
</div>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="js/bootstrap.js"></script>
</body>
</html>