-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html.erb
664 lines (663 loc) · 37.8 KB
/
index.html.erb
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
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
<!DOCTYPE html>
<html>
<head>
<!-- set the encoding of your site -->
<meta charset="utf-8">
<!-- set the viewport width and initial-scale on mobile devices -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FlatironSchool.com</title>
<!-- include the site stylesheet -->
<link media="all" rel="stylesheet" href="css/all.css">
</head>
<body>
<!-- main container of all the page elements -->
<div id="wrapper">
<div class="language-slide">
<a href="#" class="language-opener close"><span class="icon-cross"></span></a>
<div class="holder">
<strong class="title">Select a city</strong>
<ul>
<li class="active"><a href="#">New York city</a></li>
<li><a href="#">Austin</a></li>
<li><a href="#">Chicago</a></li>
<li><a href="#">Boston</a></li>
<li><a href="#">Philadelphia</a></li>
<li><a href="#">London</a></li>
<li><a href="#">San Francisco</a></li>
<li><a href="#">Miami</a></li>
<li><a href="#">Los Angeles</a></li>
</ul>
<span>Don't see your loaction? <a href="#">Suggest a new city</a></span>
</div>
</div>
<div class="w1">
<!-- header of the page -->
<header id="header">
<a href="#" class="opener"><span>Opener</span></a>
<div class="nav-slide">
<!-- main navigation of the page -->
<nav id="nav">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Get Involved</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Adult Programs</a></li>
</ul>
</nav>
<div class="header-r">
<nav class="anchor-nav">
<ul>
<li><a href="#course-block">Courses</a></li>
<li><a href="#instructor-block">Instructors</a></li>
<li><a href="#review-block">Reviews</a></li>
<li><a href="#partner-block">Request Info</a></li>
</ul>
</nav>
<a href="#" class="location language-opener"><span class="icon-location"></span> New York City</a>
</div>
</div>
</header>
<!-- banner of the page -->
<div class="banner">
<div class="image-holder">
<span data-picture data-alt="image description">
<span data-src="images/img01.jpg" ></span>
<span data-src="images/img01-small.jpg" data-media="(max-width:767px)" ></span> <!-- retina 1x mobile -->
<span data-src="images/img01-small@2x.jpg" data-media="(max-width:767px) and (-webkit-min-device-pixel-ratio:1.5), (max-width:767px) and (min-resolution:144dpi)" ></span> <!-- retina 2x mobile -->
<!--[if (lt IE 9) & (!IEMobile)]>
<span data-src="images/img01.jpg"></span>
<![endif]-->
<!-- Fallback content for non-JS browsers. Same img src as the initial, unqualified source element. -->
<noscript><img src="images/img01.jpg" width="1600" height="977" alt="image description" ></noscript>
</span>
<!-- page logo -->
<strong class="logo"><a href="#"><img src="images/logo.png" height="97" width="196" alt="FLATIRON SCHOOL"></a></strong>
<div class="banner-content">
<div class="frame">
<div class="holder">
<div class="wrap">
<strong class="page-title">PRE-COLLEGE ACADEMY</strong>
<h1>Make Code Your Superpower</h1>
<p>Learn web development, design, and entrepreneurship in the heart of ‘Silicon Alley’ at Flatiron Pre-College Academy.</p>
<a class="lightbox iframe btn-video" href="//player.vimeo.com/video/104851531?autoplay=true">Watch Video</a>
</div>
</div>
<div class="browse-area">
<a href="#" class="browse-course"><span class="icon-arrow-down"></span> Browse Courses in <strong class="hide">new york city</strong> <em>NYC</em></a>
<a href="#" class="change-city language-opener">Change City</a>
</div>
</div>
</div>
</div>
</div>
<!-- intro block -->
<section class="intro-block">
<div class="holder">
<h1>Introduction</h1>
<p>At Flatiron Pre-College Academy, high school students learn the same programming skills professional developers use to build today’s most popular apps and websites. Our courses challenge students and inspire creativity through hard work and passion.</p>
</div>
</section>
<!-- course block -->
<section id="course-block">
<div class="course-t">
<div class="holder">
<h1>Courses In New York City</h1>
<p>Courses and workshops are held at our Manhattan Campus. Get in touch to bring Flatiron Pre-College courses and workshops to your school.</p>
</div>
</div>
<div class="browse-area">
<div class="area-wrap">
<a href="#" class="browse-course">You're browsing in new york city</a>
<a href="#" class="change-city language-opener"><em>Change City</em></a>
</div>
</div>
<div class="course-type-holder">
<div class="course-type">
<div class="holder">
<div class="course-wrap">
<span data-picture data-alt="image description">
<span data-src="images/ico-bag.png" ></span>
<span data-src="images/ico-bag-small.png" data-media="(max-width:767px)" ></span> <!-- retina 1x mobile -->
<span data-src="images/ico-bag-small@2x.png" data-width="42" data-height="58" data-media="(max-width:767px) and (-webkit-min-device-pixel-ratio:1.5), (max-width:767px) and (min-resolution:144dpi)" ></span> <!-- retina 2x mobile -->
<!--[if (lt IE 9) & (!IEMobile)]>
<span data-src="images/ico-bag.png.jpg"></span>
<![endif]-->
<!-- Fallback content for non-JS browsers. Same img src as the initial, unqualified source element. -->
<noscript><img src="images/ico-bag.png" width="63" height="88" alt="image description" ></noscript>
</span>
<h2>School Year Courses</h2>
<p>Spring courses range from two to eight weeks long and meet after school and on weekends.</p>
</div>
<div class="carousel">
<header class="topic">
<strong class="title">Upcoming Spring Courses</strong>
<a href="#" class="hide">See All ></a>
</header>
<div class="mask">
<div class="slideset">
<div class="slide">
<a href="#" class="course-detail">
<span class="course-duration">2 Weeks / Course</span>
<h3>Beginner Software Engineering</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>
<div class="time-wrap">
<time datetime="2014-08-03">Mon Aug 3</time> — <time datetime="2014-08-14">Fri Aug 14</time>
</div>
<em>Manhatten Campus</em>
</a>
</div>
<div class="slide">
<a href="#" class="course-detail">
<span class="course-duration">8 Weeks / Certificate</span>
<h3>Advanced Software Engineering</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>
<div class="time-wrap">
<time datetime="2014-08-03">Mon Aug 3</time> — <time datetime="2014-08-14">Fri Aug 14</time>
</div>
<em>Dalton School</em>
</a>
</div>
<div class="slide">
<a href="#" class="course-detail">
<span class="course-duration">2 Weeks / Course</span>
<h3>Introduction to Web Design</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>
<div class="time-wrap">
<time datetime="2014-08-03">Mon Aug 3</time> — <time datetime="2014-08-14">Fri Aug 14</time>
</div>
<em>Greenwich Academy</em>
</a>
</div>
</div>
</div>
<ul class="pagination">
<li><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
</ul>
<footer class="course-footer">
<a href="#" class="btn-browse">Browse all school year courses</a>
</footer>
</div>
</div>
</div>
<div class="course-type summer">
<div class="holder">
<div class="course-wrap">
<span data-picture data-alt="image description">
<span data-src="images/ico-sun.png" ></span>
<span data-src="images/ico-sun-small.png" data-media="(max-width:767px)" ></span> <!-- retina 1x mobile -->
<span data-src="images/ico-sun-small@2x.png" data-width="58" data-height="58" data-media="(max-width:767px) and (-webkit-min-device-pixel-ratio:1.5), (max-width:767px) and (min-resolution:144dpi)" ></span> <!-- retina 2x mobile -->
<!--[if (lt IE 9) & (!IEMobile)]>
<span data-src="images/ico-sun.png.jpg"></span>
<![endif]-->
<!-- Fallback content for non-JS browsers. Same img src as the initial, unqualified source element. -->
<noscript><img src="images/ico-sun.png" width="85" height="85" alt="image description" ></noscript>
</span>
<h2>Summer Courses</h2>
<p>Our full-time summer courses are two to eight weeks long and explore topics in depth. Students can take one two-week course or combine courses into a certificate track.</p>
</div>
<div class="carousel">
<header class="topic">
<strong class="title">Upcoming Spring Courses</strong>
<a href="#" class="hide">See All ></a>
</header>
<div class="mask">
<div class="slideset">
<div class="slide">
<a href="#" class="course-detail">
<span class="course-duration">2 Weeks / Course</span>
<h3>Introduction to Web Design</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>
<div class="time-wrap">
<time datetime="2014-08-03">Mon Aug 3</time> — <time datetime="2014-08-14">Fri Aug 14</time>
</div>
<em>Dalton School</em>
</a>
</div>
<div class="slide">
<a href="#" class="course-detail">
<span class="course-duration">8 Weeks / Certificate</span>
<h3>Beginner Software Engineering</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>
<div class="time-wrap">
<time datetime="2014-08-03">Mon Aug 3</time> — <time datetime="2014-08-14">Fri Aug 14</time>
</div>
<em>Dalton School</em>
</a>
</div>
<div class="slide">
<a href="#" class="course-detail">
<span class="course-duration">2 Weeks / Course</span>
<h3>Advanced Software Engineering</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>
<div class="time-wrap">
<time datetime="2014-08-03">Mon Aug 3</time> — <time datetime="2014-08-14">Fri Aug 14</time>
</div>
<em>Greenwich Academy</em>
</a>
</div>
</div>
</div>
<ul class="pagination">
<li><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
</ul>
<footer class="course-footer">
<a href="#" class="btn-browse">Browse all summer courses</a>
</footer>
</div>
</div>
</div>
<div class="course-type workshop">
<div class="holder">
<div class="course-wrap">
<span data-picture data-alt="image description">
<span data-src="images/ico-settings.png" ></span>
<span data-src="images/ico-settings-small.png" data-media="(max-width:767px)" ></span> <!-- retina 1x mobile -->
<span data-src="images/ico-settings-small@2x.png" data-width="56" data-height="56" data-media="(max-width:767px) and (-webkit-min-device-pixel-ratio:1.5), (max-width:767px) and (min-resolution:144dpi)" ></span> <!-- retina 2x mobile -->
<!--[if (lt IE 9) & (!IEMobile)]>
<span data-src="images/ico-settings.png.jpg"></span>
<![endif]-->
<!-- Fallback content for non-JS browsers. Same img src as the initial, unqualified source element. -->
<noscript><img src="images/ico-settings.png" width="82" height="81" alt="image description" ></noscript>
</span>
<h2>Workshops</h2>
<p>Workshops are one-off lessons that focus on a specific area of technology, like building a website or flying a drone with code.</p>
</div>
<div class="carousel">
<header class="topic">
<strong class="title">Upcoming Workshops</strong>
<a href="#" class="hide">See All ></a>
</header>
<div class="mask">
<div class="slideset">
<div class="slide">
<a href="#" class="course-detail">
<span class="course-duration">1 Day / Workshop</span>
<h3>Build Your First Website</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>
<div class="time-wrap">
<time datetime="2014-08-03">Mon Aug 3</time> — <time datetime="2014-08-14">Fri Aug 14</time>
</div>
<em>Manhatten Campus</em>
</a>
</div>
<div class="slide">
<a href="#" class="course-detail">
<span class="course-duration">1 Day / Workshop</span>
<h3>Fly a Drone</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>
<div class="time-wrap">
<time datetime="2014-08-03">Mon Aug 3</time> — <time datetime="2014-08-14">Fri Aug 14</time>
</div>
<em>Dalton School</em>
</a>
</div>
<div class="slide">
<a href="#" class="course-detail">
<span class="course-duration">1 Day / Workshop</span>
<h3>Consectetur Adipisicing Tempor </h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>
<div class="time-wrap">
<time datetime="2014-08-03">Mon Aug 3</time> — <time datetime="2014-08-14">Fri Aug 14</time>
</div>
<em>Greenwich Academy</em>
</a>
</div>
</div>
</div>
<ul class="pagination">
<li><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
</ul>
<footer class="course-footer">
<a href="#" class="btn-browse">Browse all Workshops</a>
</footer>
</div>
</div>
</div>
<a href="#" class="btn-request">Request More Information ABout our Courses</a>
</div>
<div class="works">
<div class="image-wrapper">
<span data-picture data-alt="image description">
<span data-src="images/img02.jpg" ></span>
<span data-src="images/img02-small.jpg" data-media="(max-width:767px)" ></span> <!-- retina 1x mobile -->
<span data-src="images/img02-small@2x.jpg" data-media="(max-width:767px) and (-webkit-min-device-pixel-ratio:1.5), (max-width:767px) and (min-resolution:144dpi)" ></span> <!-- retina 2x mobile -->
<!--[if (lt IE 9) & (!IEMobile)]>
<span data-src="images/img02.jpg"></span>
<![endif]-->
<!-- Fallback content for non-JS browsers. Same img src as the initial, unqualified source element. -->
<noscript><img src="images/img02.jpg" width="800" height="849" alt="image description" ></noscript>
</span>
<div class="caption">
<div class="holder">
<div class="frame">
<p>What You Will Build</p>
</div>
</div>
</div>
</div>
<div class="work-info">
<article class="work-article">
<span data-picture data-alt="image description">
<span data-src="images/ico-app.png" ></span>
<span data-src="images/ico-app-small.png" data-media="(max-width:767px)" ></span> <!-- retina 1x mobile -->
<span data-src="images/ico-app-small@2x.png" data-width="69" data-height="49" data-media="(max-width:767px) and (-webkit-min-device-pixel-ratio:1.5), (max-width:767px) and (min-resolution:144dpi)" ></span> <!-- retina 2x mobile -->
<!--[if (lt IE 9) & (!IEMobile)]>
<span data-src="images/ico-app.png.png"></span>
<![endif]-->
<!-- Fallback content for non-JS browsers. Same img src as the initial, unqualified source element. -->
<noscript><img src="images/ico-app.png" width="99" height="70" alt="image description" ></noscript>
</span>
<div class="description">
<h4>Web Apps</h4>
<p>Use the web's most popular technologies like JavaScript and Ruby on Rails to build something real.</p>
</div>
</article>
<article class="work-article">
<span data-picture data-alt="image description">
<span data-src="images/ico-community.png" ></span>
<span data-src="images/ico-community-small.png" data-media="(max-width:767px)" ></span> <!-- retina 1x mobile -->
<span data-src="images/ico-community-small@2x.png" data-width="72" data-height="66" data-media="(max-width:767px) and (-webkit-min-device-pixel-ratio:1.5), (max-width:767px) and (min-resolution:144dpi)" ></span> <!-- retina 2x mobile -->
<!--[if (lt IE 9) & (!IEMobile)]>
<span data-src="images/ico-community.png.png"></span>
<![endif]-->
<!-- Fallback content for non-JS browsers. Same img src as the initial, unqualified source element. -->
<noscript><img src="images/ico-community.png" height="93" width="102" alt="image description" ></noscript>
</span>
<div class="description">
<h4>Community</h4>
<p>Code isn't just for people who like math. Join a community of students from all kinds of backgrounds.</p>
</div>
</article>
<article class="work-article">
<span data-picture data-alt="image description">
<span data-src="images/ico-tech.png" ></span>
<span data-src="images/ico-tech-small.png" data-media="(max-width:767px)" ></span> <!-- retina 1x mobile -->
<span data-src="images/ico-tech-small@2x.png" data-width="77" data-height="53" data-media="(max-width:767px) and (-webkit-min-device-pixel-ratio:1.5), (max-width:767px) and (min-resolution:144dpi)" ></span> <!-- retina 2x mobile -->
<!--[if (lt IE 9) & (!IEMobile)]>
<span data-src="images/ico-tech.png.png"></span>
<![endif]-->
<!-- Fallback content for non-JS browsers. Same img src as the initial, unqualified source element. -->
<noscript><img src="images/ico-tech.png" height="75" width="110" alt="image description" ></noscript>
</span>
<div class="description">
<h4>A future in tech</h4>
<p>Take the skills that are powering our future with you to college and beyond. </p>
</div>
</article>
</div>
</div>
</section>
<!-- instruction block -->
<section id="instructor-block">
<h1>Meet the Instructors</h1>
<article class="instructor-detail">
<div class="image-holder">
<span data-picture data-alt="image description">
<span data-src="images/img03.jpg" ></span>
<span data-src="images/img03-small.jpg" data-media="(max-width:767px)" ></span> <!-- retina 1x mobile -->
<span data-src="images/img03-small@2x.jpg" data-width="95" data-height="95" data-media="(max-width:767px) and (-webkit-min-device-pixel-ratio:1.5), (max-width:767px) and (min-resolution:144dpi)" ></span> <!-- retina 2x mobile -->
<!--[if (lt IE 9) & (!IEMobile)]>
<span data-src="images/img03.jpg"></span>
<![endif]-->
<!-- Fallback content for non-JS browsers. Same img src as the initial, unqualified source element. -->
<noscript><img src="images/img03.jpg" width="219" height="219" alt="image description" ></noscript>
</span>
</div>
<div class="instructor-detail-r">
<div class="instructor-info">
<div class="info">
<strong class="name">Victoria Friedman</strong>
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque. laudantium, totam rem </p>
</div>
<ul class="social-networks">
<li><a class="twitter" href="#"><em>@vicfriedman</em></a></li>
<li><a class="github" href="mailto:vicfriedman.github.io"><em>vicfriedman.github.io</em></a></li>
</ul>
</div>
</div>
</article>
<article class="instructor-detail">
<div class="image-holder">
<span data-picture data-alt="image description">
<span data-src="images/img04.jpg" ></span>
<span data-src="images/img04-small.jpg" data-media="(max-width:767px)" ></span> <!-- retina 1x mobile -->
<span data-src="images/img04-small@2x.jpg" data-width="95" data-height="95" data-media="(max-width:767px) and (-webkit-min-device-pixel-ratio:1.5), (max-width:767px) and (min-resolution:144dpi)" ></span> <!-- retina 2x mobile -->
<!--[if (lt IE 9) & (!IEMobile)]>
<span data-src="images/img04.jpg"></span>
<![endif]-->
<!-- Fallback content for non-JS browsers. Same img src as the initial, unqualified source element. -->
<noscript><img src="images/img04.jpg" height="219" width="219" alt="image description" ></noscript>
</span>
</div>
<div class="instructor-detail-r">
<div class="instructor-info">
<div class="info">
<strong class="name">Danny Fenjves</strong>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim ullamco laboris nisi ut aliquip ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. </p>
</div>
<ul class="social-networks">
<li><a class="twitter" href="#"><em>@dfenjves</em></a></li>
<li><a class="github" href="mailto:dfenjves.github.io"><em>dfenjves.github.io</em></a></li>
</ul>
</div>
</div>
</article>
</section>
<!-- review block -->
<section id="review-block">
<h1>Reviews</h1>
<div class="carousel2">
<div class="mask2">
<div class="slideset2">
<div class="slide2">
<div class="slide-content">
<span data-picture data-alt="image description">
<span data-src="images/img05.jpg" ></span>
<span data-src="images/img05-small.jpg" data-media="(max-width:767px)" ></span> <!-- retina 1x mobile -->
<span data-src="images/img05-small@2x.jpg" data-width="125" data-height="125" data-media="(max-width:767px) and (-webkit-min-device-pixel-ratio:1.5), (max-width:767px) and (min-resolution:144dpi)" ></span> <!-- retina 2x mobile -->
<!--[if (lt IE 9) & (!IEMobile)]>
<span data-src="images/img05.jpg"></span>
<![endif]-->
<!-- Fallback content for non-JS browsers. Same img src as the initial, unqualified source element. -->
<noscript><img src="images/img05.jpg" height="250" width="250" alt="image description" ></noscript>
</span>
<p>I never thought I could learn to code. At the end of Flatiron, I could read others’ code and write my own! I will definitely use this at college.</p>
<strong class="name">Jenny Horing</strong>
<span class="info">Harvard class of 2018</span>
</div>
</div>
<div class="slide2">
<div class="slide-content">
<span data-picture data-alt="image description">
<span data-src="images/img06.jpg" ></span>
<span data-src="images/img06-small.jpg" data-media="(max-width:767px)" ></span> <!-- retina 1x mobile -->
<span data-src="images/img06-small@2x.jpg" data-width="125" data-height="125" data-media="(max-width:767px) and (-webkit-min-device-pixel-ratio:1.5), (max-width:767px) and (min-resolution:144dpi)" ></span> <!-- retina 2x mobile -->
<!--[if (lt IE 9) & (!IEMobile)]>
<span data-src="images/img06.jpg"></span>
<![endif]-->
<!-- Fallback content for non-JS browsers. Same img src as the initial, unqualified source element. -->
<noscript><img src="images/img06.jpg" height="250" width="250" alt="image description" ></noscript>
</span>
<p>I have never seen Julia more excited to get up every morning to go to school. Flatiron has opened up an entire new world for her.</p>
<strong class="name">Hope Taitz</strong>
<span class="info">Mom of Julia Taitz</span>
</div>
</div>
</div>
</div>
<div class="pagination2">
<!-- pagination generated here -->
</div>
</div>
</section>
<!-- partner block -->
<section id="partner-block">
<div class="partner-block-t">
<h1>Partners</h1>
<ul>
<li>
<a href="#">
<span data-picture data-alt="THE DALTON SCHOOL FOUNDED 1919 GO FORTH UNAFRANID">
<span data-src="images/logo01.png" ></span>
<span data-src="images/logo01-small.png" data-media="(max-width:767px)" ></span> <!-- retina 1x mobile -->
<span data-src="images/logo01-small@2x.png" data-width="63" data-height="64" data-media="(max-width:767px) and (-webkit-min-device-pixel-ratio:1.5), (max-width:767px) and (min-resolution:144dpi)" ></span> <!-- retina 2x mobile -->
<!--[if (lt IE 9) & (!IEMobile)]>
<span data-src="images/logo01.png.png"></span>
<![endif]-->
<!-- Fallback content for non-JS browsers. Same img src as the initial, unqualified source element. -->
<noscript><img src="images/logo01.png" height="133" width="134" alt="THE DALTON SCHOOL FOUNDED 1919 GO FORTH UNAFRANID" ></noscript>
</span>
</a>
</li>
<li>
<a href="#">
<span data-picture data-alt="Google">
<span data-src="images/logo02.png" ></span>
<span data-src="images/logo02-small.png" data-media="(max-width:767px)" ></span> <!-- retina 1x mobile -->
<span data-src="images/logo02-small@2x.png" data-width="90" data-height="31" data-media="(max-width:767px) and (-webkit-min-device-pixel-ratio:1.5), (max-width:767px) and (min-resolution:144dpi)" ></span> <!-- retina 2x mobile -->
<!--[if (lt IE 9) & (!IEMobile)]>
<span data-src="images/logo02.png.png"></span>
<![endif]-->
<!-- Fallback content for non-JS browsers. Same img src as the initial, unqualified source element. -->
<noscript><img src="images/logo02.png" height="75" width="218" alt="Google" ></noscript>
</span>
</a>
</li>
<li>
<a href="#">
<span data-picture data-alt="GREENWICH ACADEMY">
<span data-src="images/logo03.png" ></span>
<span data-src="images/logo03-small.png" data-media="(max-width:767px)" ></span> <!-- retina 1x mobile -->
<span data-src="images/logo03-small@2x.png" data-width="105" data-height="45" data-media="(max-width:767px) and (-webkit-min-device-pixel-ratio:1.5), (max-width:767px) and (min-resolution:144dpi)" ></span> <!-- retina 2x mobile -->
<!--[if (lt IE 9) & (!IEMobile)]>
<span data-src="images/logo03.png.png"></span>
<![endif]-->
<!-- Fallback content for non-JS browsers. Same img src as the initial, unqualified source element. -->
<noscript><img src="images/logo03.png" height="133" width="134" alt="GREENWICH ACADEMY" ></noscript>
</span>
</a>
</li>
<li>
<a href="#">
<span data-picture data-alt="Scripted">
<span data-src="images/logo04.png" ></span>
<span data-src="images/logo04-small.png" data-media="(max-width:767px)" ></span> <!-- retina 1x mobile -->
<span data-src="images/logo04-small@2x.png" data-width="84" data-height="33" data-media="(max-width:767px) and (-webkit-min-device-pixel-ratio:1.5), (max-width:767px) and (min-resolution:144dpi)" ></span> <!-- retina 2x mobile -->
<!--[if (lt IE 9) & (!IEMobile)]>
<span data-src="images/logo04.png"></span>
<![endif]-->
<!-- Fallback content for non-JS browsers. Same img src as the initial, unqualified source element. -->
<noscript><img src="images/logo04.png" height="133" width="134" alt="Scripted" ></noscript>
</span>
</a>
</li>
</ul>
<a href="#" class="btn-request hide">Request More Information ABout our Courses</a>
</div>
<div class="newsletter-block">
<span data-picture data-alt="image description">
<span data-src="images/img07.jpg" ></span>
<span data-src="images/img07-small.jpg" data-media="(max-width:767px)" ></span> <!-- retina 1x mobile -->
<span data-src="images/img07-small@2x.jpg" data-media="(max-width:767px) and (-webkit-min-device-pixel-ratio:1.5), (max-width:767px) and (min-resolution:144dpi)" ></span> <!-- retina 2x mobile -->
<!--[if (lt IE 9) & (!IEMobile)]>
<span data-src="images/img07.jpg"></span>
<![endif]-->
<!-- Fallback content for non-JS browsers. Same img src as the initial, unqualified source element. -->
<noscript><img src="images/img07.jpg" height="807" width="1600" alt="image description" ></noscript>
</span>
<div class="newsletter-content">
<div class="holder">
<div class="frame mail-message">
<div class="entry-block info-block">
<h2>Sign up to our Newsletter</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore.</p>
<form action="#" class="sign-up-form form-validate">
<fieldset>
<div class="form-item">
<input type="email" data-validate="required-email" placeholder="Your Email">
</div>
<input type="submit" value="Sign Up">
</fieldset>
</form>
</div>
<div class="thankyou-block thank-block">
<h2>Thank You</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore.</p>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- footer of the page -->
<div id="footer">
<div class="footer-t">
<a href="#" class="btn-top">Back to top</a>
</div>
<!-- four cols -->
<div class="four-cols">
<div class="col">
<a href="#" class="text-flatiron">Flatiron School</a>
</div>
<div class="col blank"> </div>
<div class="col">
<address>
<strong class="title">Contact</strong>
<div class="address">
11 Broadway, Suite 260 <br> New York, NY 10004
</div>
<span><em>P</em> <a href="tel:3477297911" class="tel">(347) 729-7911</a></span>
<span ><em>E</em> <a href="mailto:info@flatironschool.com">info@flatironschool.com</a></span>
</address>
</div>
<div class="col">
<div class="form-wrap mail-message">
<strong class="title info-block">Subscribe</strong>
<!-- subscribe form -->
<form action="#" class="subscribe-form info-block form-validate">
<fieldset>
<div class="form-item">
<input type="email" data-validate="required-email" placeholder="YOUR EMAIL">
</div>
<input type="submit" value="SUBSCRIBE">
</fieldset>
</form>
<span class="thank-you thank-block">Thank you!</span>
</div>
</div>
</div>
<div class="footer-b">
<!-- social networks -->
<ul class="social-networks">
<li><a href="#" class="twitter"><span class="icon-twitter"></span></a></li>
<li><a href="#" class="facebook"><span class="icon-facebook"></span></a></li>
<li><a href="#" class="instagram"><span class="icon-instagram"></span></a></li>
<li><a href="#" class="linkedin"><span class="icon-linkedin"></span></a></li>
<li><a href="#" class="github"><span class="icon-github"></span></a></li>
</ul>
<div class="footer-r">
<span class="copyright">©2015 The Flatiron School</span>
<span>ALL YOUR RIGHTS ARE BELONG TO US</span>
<span>Made in <a href="#">Nyc</a></span>
</div>
</div>
</div>
</div>
<!-- include jQuery library -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script type="text/javascript">window.jQuery || document.write('<script src="js/jquery-1.11.2min.js"><\/script>')</script>
<!-- include custom JavaScript -->
<script type="text/javascript" src="js/jquery.main.js"></script>
<script src="//use.typekit.net/tbu7eho.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
</body>
</html>