-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
332 lines (291 loc) · 13.2 KB
/
index.html
File metadata and controls
332 lines (291 loc) · 13.2 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
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
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
<<<<<<< HEAD
<!DOCTYPE html>
<html>
<head>
<title>Freshmen 15</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="styles.css">
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico">
</head>
<body>
<div class="container">
<div class="header clearfix">
<h3 class="text-muted"><span class="red">KHE</span> Freshmen 15</h3>
<br>
</div>
<!-- Left timeline -->
<div class="row">
<div class="col-lg-3 well">
<ul>
<li>
<h5><a href="#setup">Set-up</a> <span>Friday, 9:00pm</span></h5>
</li>
<li>
<h5><a href="#htmlcss">HTML</a> <span>Friday, 10:00pm</span></h5>
</li>
<li>
<h5><a href="#github">CSS</a> <span>Friday, 11:30pm</span></h5>
</li>
<li>
<h5><a href="#cssstructure">Javascript</a> <span>Saturday, 1:00am</span></h5>
</li>
<li>
<h5><a href="#design">Design</a> <span>Saturday, 10:00am</span></h5>
</li>
<li>
<h5><a href="#javascript">Github</a> <span>Saturday, 1:00pm</span></h5>
</li>
<li>
<h5><a href="#sql">SQL</a> <span>Saturday, 3:00pm</span></h5>
</li>
<li>
<h5><a href="#php">PHP</a> <span>Saturday, 5:00pm</span></h5>
</li>
<li>
<h5><a href="#jquery">jQuery</a> <span>Saturday, 8:00pm</span></h5>
</li>
<li>
<h5><a href="#debuggingqa">Debugging/QA</a> <span>Saturday, 9:00pm</span></h5>
</li>
<li>
<h5><a href="#security">Security</a> <span>Saturday, 10:00pm</span></h5>
</li>
<li>
<h5><a href="#elevatorpitches">Elevator Pitches</a> <span>Sunday, 1:00am</span></h5>
</li>
<li>
<h5><a href="#resources">Resources</a> <span>Sunday, 2:30am</span></h5>
</li>
</ul>
</div>
<!-- /Left timeline -->
<!-- Main content -->
<div class="col-lg-9 content">
<h2>Overview</h2>
<p>the Freshmen 15 is a collection of talks geared
towards new hackers that will help them create a
project during the hackathon. Starting from setting
up your machine for hacking to HTML and CSS to creating
a database and hooking that into your webpage and
much more. Apply what you’ve learned in the talks
into your project and make it your own.
The purpose is to help hackers from start to finish of a
project and gain their 15 skills.</p>
<hr>
<h2>Workshops</h2>
<h4 class="red" id="setup">Set-up</h4>
<p><strong>Skills Gained:</strong> Setting up your machine for all the talks during the weekend.
You will download various programs we will be using throughout the weekend so you're
prepared for all other talks.</p>
<p><strong>Text editor</strong> <br/>
Download:<a href="https://atom.io/"> Atom</a></p>
<p><strong>W3.CSS File</strong><br/>
Download: <a href="https://dl.dropboxusercontent.com/s/vz36pnf3oraepea/w3.css?dl=1">W3.CSS file Download</a></p>
<p><strong>Version Control</strong> <br/>
Create an account on: <a href="https://github.com/">Github</a> <br/>
Download: <a href="https://git-scm.com/">Git</a></p>
<p><strong>Web Server/SQL</strong><br/>
Download: <a href="https://www.apachefriends.org/index.html">XAMMP</a></p>
<h4 class="red" id="htmlcss">HTML</h4>
<p><strong>Skills Gained:</strong> Learning Basic HTML, and creating the base of your webpage</p>
<p><strong>Resources</strong><br/>
<ul>
<li><a href="http://www.w3schools.com/html/default.asp">W3 HTML tutorial</a><br/></li>
<li><a href="https://www.codecademy.com/tracks/web">HTML Github Page</a></p></li>
</ul>
<h4 class="red" id="css">CSS</h4>
<p><strong>Skills Gained:</strong> Learning how to style your HTML page with W3.CSS style sheet
and how to create your very own. </p>
<p><strong>Resources</strong><br/>
<ul>
<li><a href="http://www.w3schools.com/w3css/">W3.CSS tutorial</a></li>
<li><a href="https://github.com/Freshmen15/CSS-talk">CSS Github Page</a></li>
<li><a href="https://dl.dropboxusercontent.com/s/vz36pnf3oraepea/w3.css?dl=1">W3.CSS Download</a></li>
</ul>
</p>
<h4 class="red" id="javascript">Javascript</h4>
<p><strong>Skills Gained:</strong> Learning the basics of using JavaScript
to make your page interactive.</p>
<p><strong>Resources</strong><br/>
<ul>
<li><a href="https://github.com/Freshmen15/JavaScript/archive/master.zip">Starting Point Github</a></li>
<li><a href="https://github.com/Freshmen15/JavaScript/">Source Github</a></li>
<li><a href="http://freshmen15.github.io/JavaScript/">Finished Project Github</a></li>
</ul>
</p>
<h4 class="red" id="design">Design</h4>
<p><strong>Skills Gained:</strong> Learning basic design elements and compositional design. </p>
<!--<p><strong>Resources</strong><br/>
<ul>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
</ul> -->
<h4 class="red" id="github">Github</h4>
<p><strong>Skills Gained:</strong> Learning the basics to Github and version control.
Finishing the talk with Github hosting</p>
<p><strong>Resources</strong><br/>
<ul>
<li><a href="https://guides.github.com/">Github Guides</a></li>
<li><a href="https://github.com/">Github Homepage</a></li>
</ul>
</p>
<h4 class="red" id="sql">SQL</h4>
<p><strong>Skills Gained:</strong> Learning how to create a database with MySQL
using XAMM.</p>
<p><strong>Resources</strong><br/>
<ul>
<li><a href="http://www.w3schools.com/sql/default.asp">W3 SQL tutorial</a></li>
</ul>
</p>
<h4 class="red" id="php">PHP</h4>
<p><strong>Skills Gained:</strong> Learning how to display your database you created
earlier in this talk.
</p>
<p><strong>Resources</strong><br/>
<ul>
<li><a href="http://www.w3schools.com/php/default.asp">W3 PHP tutorial</a></li>
<li><a href="https://github.com/Freshmen15/PHP-Proxy">PHP Github Page</a></li>
</ul>
</p>
<h4 class="red" id="jquery">jQuery</h4>
<p><strong>Skills Gained:</strong> In this talk we will connect the front end website we built earlier
with the backend.</p>
<p><strong>Resources</strong><br/>
<ul>
<li><a href="https://github.com/Freshmen15/jquer/archive/master.zip">Starting Point</a></li>
<li><a href="https://github.com/Freshmen15/jquery/">Source</a></li>
<li><a href="http://freshmen15.github.io/jQuery/">Finished Project</a></li>
</ul>
</p>
<h4 class="red" id="debuggingqa">Debugging/QA</h4>
<p><strong>Skills Gained:</strong> Learning how to debug your code. Something
wrong with your code? Come ask questions during this! We'll figure it out together.</p>
<h4 class="red" id="security">Security</h4>
<p><strong>Skills Gained:</strong>Learning about SQL injection and security risks
in your code.
</p>
<p><strong>Resources</strong><br/>
<ul>
<li><a href="https://github.com/Freshmen15/SQL-Injection">SQL injection Github Page</a></li>
</ul>
</p>
<h4 class="red" id="elevatorpitches">Elevator Pitches</h4>
<p><strong>Skills Gained:</strong> Learning how to pitch your hack/project
at expos. Effectively talking about your project can sometimes save an unfinished hack.
</p>
<h4 class="red" id="resources">Resources</h4>
<p><strong>Skills Gained:</strong> Learning more places to learn code or
help you with your project.
</p>
<p><strong>Resources</strong><br/>
<ul>
<li><a href="http://www.w3schools.com/">W3 Schools</a></li>
<li><a href="https://www.codecademy.com/learn">Codecademy</a></li>
<li><a href="http://stackoverflow.com/">Stack Overflow</a></li>
<li><a href="https://www.udacity.com/courses/all">Udacity Classes</a></li>
</ul>
</p>
</div>
<!-- /Main content -->
</div>
<footer class="footer">
<p>© Kent Hack Enough 2015</p>
</footer>
</div> <!-- /container -->
<script src="bower_components/jquery/dist/jquery.min"></script>
<script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
</body>
=======
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Sami's Cool CSS</title>
<link rel="stylesheet" href="stylesheet">
<link rel="icon" type="image/png" href="freshcon.png">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" href="w3.css">
<link rel="stylesheet" href="stylesheet.css">
</head>
<body>
<!-- Navigation-->
<nav id="nav" class="w3-sidenav w3-lime w3-card-2">
<header class ="w3-container center">
<img id= "logo" src="img/nasa.png" alt="nasa logo">
</header>
<div class="links">
<a href="index.html"> Home</a>
<a href="other.html"> My Other Cool Page</a>
</div>
</nav>
<div id="main">
<!--Header of the Website-->
<header class="w3-container w3-pink">
<h3>Teaching Cool People CSS</h3>
</header>
<!---Banner Image-->
<img id="banner" src="img/space.jpg" alt="Veil Nebula">
<!--Body of Website -->
<div class="w3-container">
<h2>Cool header right here</h2>
<p>With a chill chill paragraph</p>
<h4>Iller than chill</h4>
<p>This paragraph is no chill</p>
<div>
<h5> Chill Resources</h5>
<a href="http://www.w3schools.com/tags/default.asp" title="HTML" target="_blank" >W3 HTML</a>
<a href="http://www.w3schools.com/cssref/default.asp" title="CSS" target="_blank" >W3 CSS</a>
</div>
<br />
<a href="https://khe.io/" title="KHE" target="_blank">Literally Kent Even Hack Enough</a>
<div class="w3-card-4"> <!-- Creates a box with shadow around group of photos-->
<header class="w3-container w3-lime center"><h3> Photos</h3> </header> <!-- Header to group of photos-->
<div class="w3-row-padding w3-center w3-margin-top">
<div class="w3-half">
<div class="w3-card-2 w3-padding-top" style="min-height:460px">
<h4>Responsive</h4><br>
<img class="photos" src="img/seals.png" alt="Funny Seals">
<p>Built-in responsiveness</p>
<p>Mobile first fluid grid</p>
<p>Fits any screen sizes</p>
<p>PC Tablet and Mobile</p>
</div>
</div>
<div class="w3-half">
<div class="w3-card-2 w3-padding-top" style="min-height:460px">
<h4>Standard CSS</h4><br>
<img class="photos" src="img/pat.jpg" alt="Patrick Stump">
<p>Standard CSS only</p>
<p>Easy to learn</p>
<p>No need for jQuery</p>
<p>No JavaScript library</p>
</div>
</div>
</div>
</div>
<div class="center">
<ul>
<li>Techs On The Beach</li>
<li>Lorem sipsum</li>
<li>Mar-kup-ita</li>
</ul>
</div>
</div> <!--Main Div-->
<!--Footer-->
<footer class="w3-container w3-pink">
Made with <i class="fa fa-heart"></i> by KHE <br/>
<div class="left">
<a href="https://www.facebook.com/" title="facebook" target="_blank"><i class="fa fa-facebook-square w3-xxlarge"></i></a>
<a href="www.twitter.com/" title="twitter" target="_blank"><i class="fa fa-twitter-square w3-xxlarge"></i></a>
<a href="https://instagram.com/" title="Instagram" target="_blank"><i class ="fa fa-instagram w3-xxlarge"></i></a>
</div>
</footer>
</div>
</body>
>>>>>>> c24bdea9352fb2f61387ac0898aefc275a54d2f0
</html>