This repository was archived by the owner on Jun 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcodecamp.html
More file actions
232 lines (203 loc) · 7.76 KB
/
codecamp.html
File metadata and controls
232 lines (203 loc) · 7.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>HACKJA 2021</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link rel="stylesheet" href="css/bootstrap4-neon-glow.min.css">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel='stylesheet' href='//cdn.jsdelivr.net/font-hack/2.020/css/hack.min.css'>
<meta
property="og:image"
content="https://cdn.discordapp.com/attachments/631557821510713364/777253303960076318/123136613_952197278637519_5844123668927421004_n_2.png"
/>
<link
rel="shortcut icon"
href="https://cdn.discordapp.com/attachments/631557821510713364/777253303960076318/123136613_952197278637519_5844123668927421004_n_2.png"
type="image/x-icon"
/>
<link rel='stylesheet' href='//cdn.jsdelivr.net/font-hack/2.020/css/hack.min.css'>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LY48XWHZZK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LY48XWHZZK');
</script>
<!-- Custom script & css that inserts footers -->
<script defer src="./global.js"></script>
<link rel="stylesheet" href="global.css">
</head>
<body>
<a id="link"></a>
<div class="alert alert-dismissible fade show alert-success" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<strong>You need to register!</strong> You can not attend HackJA without registering.
<a id="link"></a>
</div>
<div class="navbar-dark text-white">
<div class="container">
<nav class="navbar px-0 navbar-expand-lg navbar-dark">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav update-this-navbar">
</div>
</nav>
</div>
</div>
<div class="jumbotron bg-transparent mb-0 radius-0">
<div class="container">
<div class="row">
<div class="col-xl-6">
<h1 class="display-2">Code Cam<span class="vim-caret">p</span></h1>
<div class="lead mb-3 text-mono text-success">July 20th - 22nd and Aug 18th - 20th</div>
<div class="lead mb-3 text-mono text-success">Times: 1:00 PM - 3:30 PM EST</div>
<div class="text-mono">
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="jumbotron">
<h1 class="display-3">What is Code Camp?</h1>
<p class="lead">
Interested in learning how to create a website? Want to learn one of the most influential and popular coding languages: Java? Our free, virtual three-day coding camp for all students grades 8-12, will teach you how to build real-life programs and passion projects whether you’re just learning to code, or an expert programmer. Learn from our experienced teachers and industry professionals who have a passion for technology just like you.
<br>
<br>
<center>
<a href="https://form.jotform.com/211306157218145"
title="Register for Code Camp"
class="btn btn-success btn-shadow px-3 my-2 ml-0 text-left" style = "text-align:center;">
Click Here to Register</a>
</center>
</p>
</div>
</div>
<footer class="update-this-footer" style="width:100%">
<!-- Gets auto-updated in global.js -->
</footer>
<head>
<meta charset="utf-8">
<!-- This file has been downloaded from https://bootdey.com -->
<!-- All snippets are MIT license https://bootdey.com/license -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<style type="text/css">
body{margin-top:20px;}
/* =Jumbotron Main
-------------------------------------------------------------- */
.jumbotron.jumbotron-main {
height: 100%;
width: 100%;
font-family: 'Roboto', sans-serif;
color: #fff;
padding-top: 0;
padding-bottom: 0;
position: relative;
margin:0;
}
#particles-js {
position: absolute;
width: 100%;
height: 100%;
background-image: url("");
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 50%;
background: #16101D; /* fallback for old browsers */
}
.jumbotron.jumbotron-main hr {
border-width: 1px 0px;
border-style: dotted none;
border-color: rgba(255, 255, 255, 0.35);
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
width: 49px;
height: 4px;
text-align: center;
position: relative;
clear: both;
}
.jumbotron.jumbotron-main a {
color: #fff;
}
.center-vertically {
display: table-cell;
vertical-align: middle;
height: 100%;
}
.center-vertically-holder {
display: table;
height: 100%;
}
.scroll-indicator {
padding-top:6px;
display: inline-block;
width: 50px;
}
.arrow-scroll-indicator {
font-size: 10px;
color: rgba(255, 255, 255, 0.60);
}
.parallax-window {
background: transparent;
}
</style>
</head>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>
</body>
</html>
<script>
if(localStorage.getItem("displayedregisteralert")){
console.log("alert already displayed")
document.querySelector(".alert-dismissible").style.display = "none"
}
localStorage.setItem("displayedregisteralert",true)
</script>
<style>
#sourcevid{
margin-left: auto;
margin-right: auto;
display: block;
width:60%;
}
footer {
display: flex;
justify-content: space-evenly;
width: 400px;
margin-bottom: 2em; margin-left:auto;
margin-right:auto;
}
@media only screen and (min-width: 768px) {
footer {
width: 900px;
}
}
footer span {
font-family: Montserrat, sans-serif;
font-size: 0.75rem;
font-weight: normal;
color: var(--neutralDarker);
}
footer span:nth-child(2) {
text-align: center;
}
footer span:nth-child(3) {
text-align: right;
}
</style>