-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
313 lines (258 loc) · 12.4 KB
/
home.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
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
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Montco Code Club</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ"
crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="build/luxbar.css">
<link rel="stylesheet" href="demo-app/react_build/style.css">
<link rel="stylesheet" href="demo-app/react_build/radiothemes.css">
<link rel="icon" href="demo-app/favicon.png" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Droid+Sans+Mono" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/flexboxgrid/6.3.1/flexboxgrid.min.css" type="text/css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/hint.css/2.4.1/hint.min.css" />
<style>
</style>
<link rel="stylesheet" href="static/styles/main.css" />
</head>
<div class="luxbar luxbar-static">
<input type="checkbox" id="luxbar-checkbox" class="luxbar-checkbox">
<div class="luxbar-menu luxbar-menu-right luxbar-menu-dark">
<ul class="luxbar-navigation">
<li class="luxbar-header">
<a class="luxbar-brand" href="#">Montco Code Club</a>
<label class="luxbar-hamburger luxbar-hamburger-doublespin" for="luxbar-checkbox">
<span></span>
</label>
</li>
<li class="luxbar-item active">
<a href="#">Home</a>
</li>
<li class="luxbar-item active">
<a href="project.html">Projects</a>
</li>
</div>
</div>
<br>
<br>
<!--END NAVBAR-->
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
<link rel='stylesheet' href='https://cdn.jsdelivr.net/animatecss/3.5.2/animate.min.css'>
<link rel="stylesheet" href="css/style2.css">
</head>
<body>
<div class="com">
<div class="com__content">
<section class="com__section com__section--text centered">
<h1 class="animate scaleInLeft">Montgomery County Community Collage Code Club</h1>
<h3>This club is dedicated to programming, coding, or whatever you may call it.
Here we do computer science, and create games, apps, websites and more.
We also learn as we build. Every week you will learn about various topics and help
build them within the club.
</h3>
<a href="https://mc3.campuslabs.com/engage/organization/montco-code-club" class="btn btn-info" role="button"><h4>Join Us Now!</h4></a>
<br>
<a href="https://discord.gg/q7DDRQY" class="btn btn-info" role="button">
<h4>Join The Discord!</h4>
</a>
</section>
</div>
</div>
<div id="main"></div>
<h1 style="color:aqua">
How does it work?</h1>
<br>
<h3>
Every two weeks we will cover a project These projects will be programmed within the club meeting. A team effort, starting
with an introduction to the subject and then coding! All finished programs will be posted on this website. Projects include:
</h3>
<h1>WEB DEVOLPEMENT</h1>
<!-- FONT AWESOME DEMO -->
<div class="col_third">
<i class="fab fa-html5 fa-5x icn_red wow pulse" data-wow-iteration="infinite" data-wow-duration="800ms"></i>
</div>
<div class="col_third">
<i class="fab fa-css3 fa-5x icn_blue wow bounce" data-wow-iteration="infinite" data-wow-duration="2500ms"></i>
</div>
<div class="col_third end">
<i class="fab fa-js fa-5x icn_green wow pulse" data-wow-iteration="infinite" data-wow-duration="800ms"></i>
</div>
<div class="clear"></div>
<div class="col_third">
<section class="section--blue wow fadeInLeft" data-wow-delay="0.1s" style="visibility: visible; -webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s; animation-delay: 0.1s;">
<br><br>
<h4>We will construct websites using HTML, CSS and Javascript.
HTML will allow us to make simple text webpages.
</h4>
</section>
</div>
<div class="col_third">
<section class="section--blue wow fadeInLeft" data-wow-delay="0.4s" style="visibility: visible; -webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; animation-delay: 0.1s;">
<br>
<br>
<h4>CSS allows us to stylize the webpage. The colors and fonts are controlled by CSS.
</h4>
</section>
</div>
<div class="col_third end">
<section class="section--blue wow fadeInLeft" data-wow-delay="0.6s" style="visibility: visible; -webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; animation-delay: 0.1s;">
<br>
<br>
<h4>Javascript allows us to run scripts on the webpage. The "interactive bits" much like these icons moving!
</h4>
</section>
</div>
</div>
<br><br><br><br><br><br><br><br><br><br><br>
<div class="bgimg2">
<h1>App Devolpement</h1>
<!-- FONT AWESOME DEMO -->
<div class="col_third">
<i class="fab fa-android fa-5x icn_green wow pulse" data-wow-iteration="infinite" data-wow-duration="800ms"></i>
</div>
<div class="col_third">
<i class="fab fa-java fa-5x icn_blue wow bounce" data-wow-iteration="infinite" data-wow-duration="2500ms"></i>
</div>
<div class="col_third end">
<i class="fas fa-cube fa-5x icn_black wow pulse" data-wow-iteration="infinite" data-wow-duration="800ms"></i>
</div>
<div class="clear"></div>
<div class="col_third">
<section class="section--purple wow fadeInLeft" data-wow-delay="0.1s" style="visibility: visible; -webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s; animation-delay: 0.1s;">
<br>
<br>
<h4>Android is a mobile operating system for particular devices. This will be used with Java.
</h4>
</section>
</div>
<div class="col_third">
<section class="section--purple wow fadeInLeft" data-wow-delay="0.4s" style="visibility: visible; -webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; animation-delay: 0.1s;">
<br>
<br>
<h4>Android studio is an IDE that will be used in the club to test and play apps.
</h4>
</section>
</div>
<div class="col_third end">
<section class="section--purple wow fadeInLeft" data-wow-delay="0.6s" style="visibility: visible; -webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; animation-delay: 0.1s;">
<br>
<br>
<h4>Unity can also create apps! We will use unity to create apps that can interact like games. Special surprise for this one!
</h4>
</section>
<!--END / FONT AWESOME DEMO -->
</div>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<h1>Game Devolpement</h1>
<!-- FONT AWESOME DEMO -->
<div class="col_third">
<i class="fas fa-tv fa-5x icn_red wow pulse" data-wow-iteration="infinite" data-wow-duration="800ms"></i>
</div>
<div class="col_third">
<i class="fab fa-java fa-5x icn_red wow bounce" data-wow-iteration="infinite" data-wow-duration="2500ms"></i>
</div>
<div class="col_third end">
<i class="fab fa-js fa-5x icn_green wow pulse" data-wow-iteration="infinite" data-wow-duration="800ms"></i>
</div>
<div class="clear"></div>
<div class="col_third">
<section class="section--green wow fadeInLeft" data-wow-delay="0.1s" style="visibility: visible; -webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s; animation-delay: 0.1s;">
<br>
<br>
<h4>Learn the inner workings of a video game, including graphics, AI, and sound.
</h4>
</section>
</div>
<div class="col_third">
<section class="section--green wow fadeInLeft" data-wow-delay="0.4s" style="visibility: visible; -webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; animation-delay: 0.1s;">
<br>
<br>
<h4>We can use Java to create simple games.
</h4>
</section>
</div>
<div class="col_third end">
<section class="section--green wow fadeInLeft" data-wow-delay="0.6s" style="visibility: visible; -webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; animation-delay: 0.1s;">
<br>
<br>
<h4>Frameworks such as LOVE2D can leverage us even futher!
</h4>
</section>
<!--END / FONT AWESOME DEMO -->
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<div class="bgimg2">
<h1>And Many More!</h1>
<!-- FONT AWESOME DEMO -->
<div class="col_third">
<i class="fas fa-coffee fa-5x icn_white wow pulse" data-wow-iteration="infinite" data-wow-duration="800ms"></i>
</div>
<div class="col_third">
<i class="fas fa-chalkboard-teacher fa-5x icn_blue wow bounce" data-wow-iteration="infinite" data-wow-duration="2500ms"></i>
</div>
<div class="col_third end">
<i class="fas fa-brain fa-5x icn_red wow pulse" data-wow-iteration="infinite" data-wow-duration="800ms"></i>
</div>
<div class="clear"></div>
<div class="col_third">
<section class="section--red wow fadeInLeft" data-wow-delay="0.1s" style="visibility: visible; -webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s; animation-delay: 0.1s;">
<br>
<br>
<h4>Graphics can be used to create entire worlds and effects.
</h4>
</section>
</div>
<div class="col_third">
<section class="section--red wow fadeInLeft" data-wow-delay="0.4s" style="visibility: visible; -webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; animation-delay: 0.1s;">
<br>
<br>
<h4>We will also learn how to "hack" this one will be a special so don't miss it.
</h4>
</section>
</div>
<div class="col_third end">
<section class="section--red wow fadeInLeft" data-wow-delay="0.6s" style="visibility: visible; -webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; animation-delay: 0.1s;">
<br>
<br>
<h4>AI, Algorithms, and all sorts of goodies lingering from math!
</h4>
</section>
<!--END / FONT AWESOME DEMO -->
</div>
</div>
<script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="js/index.js"></script>
<script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="js/index2.js"></script>