-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.html
More file actions
814 lines (682 loc) · 51.4 KB
/
faq.html
File metadata and controls
814 lines (682 loc) · 51.4 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
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
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<!--
************************************************************************************************
* *
* DDDD EEEEEE SSSS II GGGG NN NN AAA TTTTTTTT II OOO NN NN *
* DDDDDD EE SS SS II GG GG NNN NN AAAAA TT II OO OO NNN NN *
* DD DD EE SS II GG NN N NN AA AA TT II OO OO NN N NN *
* DD DD EEEEE SSS II GG GGGGG NN N NN AA AA TT II OO OO NN N NN *
* DD DD EE SSS II GG GG NN N NN AAAAAAA TT II OO OO NN N NN *
* DDDDDD EE SS SS II GG GG NN NNN AA AA TT II OO OO NN NNN *
* DDDD EEEEEE SSSS II GGGG NN NN AA AA TT II OOO NN NN *
* *
************************************* www.designation.io ***************************************
-->
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<meta charset='UTF-8'>
<title>DESIGNATION: FAQ</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="description" content="Become a designer. Learn user experience, web design, and graphic design to build websites, mobile applications, and change careers.">
<meta name="author" content="DESIGNATION Labs">
<meta name="language" content="ES">
<meta name="application-name" content="DESIGNATION">
<meta name="copyright" content="DESIGNATION">
<meta name="url" content="http://designation.io">
<meta name="keywords" content="DESIGNATION, thedesignation,designation IO, designationIO, designation,the designation,Design,UX,User Experience,UI,Visual Design,Branding,Graphic Design,Digital Design,Front-end Development,Front-end Web Development,Frontend,Frontend Dev,Development,HTML,CSS,JavaScript,jQuery,Design school,School,Class,Design class,Digital design school,digital design,tech school,tech class, tech education, interaction design, Digital design class,technology,entrepreneurship,user interface,learn photoshop, learn web design, learn digital design,learn illustrator,learn adobe,designing interactions,layout design,typography,mobile design,responsive design">
<!--Open graph-->
<meta name="og:title" content="DESIGNATION: Design a new career." />
<meta name="og:type" content="website" />
<meta name="og:url" content="http://designation.io" />
<meta name="og:image" content="http://designation.io/img/icons_social/open_graph.png" />
<meta name="og:site_name" content="DESIGNATION: Design a new career."/>
<meta name="fb:page_id" content="388435334586956" />
<meta name="og:email" content="team@designation.io"/>
<meta name="og:region" content="IL"/>
<meta name="og:country-name" content="USA"/>
<meta name="og:description" content="Become a designer. Learn user experience, web design, and graphic design to build websites, mobile applications, and change careers with Chicago's leading web design program.">
<meta property="fb:admins" content="1289433233">
<!-- Twitter cards -->
<meta name="twitter:card" content="DESIGNATION: Design a new career.">
<meta name="twitter:url" content="http://designation.io">
<meta name="twitter:title" content="DESIGNATION: Design a new career.">
<meta name="twitter:description" content="Become a designer. Learn user experience, web design, and graphic design to build websites, mobile applications, and change careers with Chicago's leading web design program.">
<meta name="twitter:image" content="http://designation.io/img/icons_social/open_graph.png">
<!-- CSS
================================================== -->
<link rel="stylesheet" type="text/css" href="css/shared_magic.css">
<link rel="stylesheet" type="text/css" href="css/shared_animate.css">
<link rel="stylesheet" type="text/css" href="css/shared_designation.css"> <!-- base company styles -->
<link rel="stylesheet" type="text/css" href="css/shared_responsive.css"> <!-- shared media queries -->
<link rel="stylesheet" type="text/css" href="css/faq.css"> <!-- this page's stylesheet -->
<link rel="stylesheet" type="text/css" href="css/shared_easybox.css"> <!-- for video styles -->
<link rel="stylesheet" media="only screen and (max-device-width: 1024px)" href="css/ipad/faq.css" type="text/css" /> <!-- iPad styling -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="img/favicon/favicon.ico">
<link rel="apple-touch-icon" sizes="57x57" href="img/favicon/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="114x114" href="img/favicon/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="72x72" href="img/favicon/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="144x144" href="img/favicon/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="60x60" href="img/favicon/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon" sizes="120x120" href="img/favicon/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="76x76" href="img/favicon/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="152x152" href="img/favicon/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="img/favicon/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="img/favicon/favicon-160x160.png" sizes="160x160" />
<link rel="icon" type="image/png" href="img/favicon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="img/favicon/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="img/favicon/favicon-16x16.png" sizes="16x16" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="msapplication-TileImage" content="img/favicon/mstile-144x144.png" />
<meta name="msapplication-square70x70logo" content="img/favicon/mstile-70x70.png" />
<meta name="msapplication-square144x144logo" content="img/favicon/mstile-144x144.png" />
<meta name="msapplication-square150x150logo" content="img/favicon/mstile-150x150.png" />
<meta name="msapplication-square310x310logo" content="img/favicon/mstile-310x310.png" />
<meta name="msapplication-wide310x150logo" content="img/favicon/mstile-310x150.png" />
<!-- typekit -->
<script type="text/javascript" src="//use.typekit.net/ezr2vao.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<!-- GOOGLE ANALYTICS -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-38551667-3', 'designation.io');
ga('send', 'pageview');
</script>
<!-- MAILCHIMP GOAL TRACKING -->
<script type="text/javascript">
var $mcGoal = {'settings':{'uuid':'f5c7579668f546f2132350384','dc':'us5'}};
(function() {
var sp = document.createElement('script'); sp.type = 'text/javascript'; sp.async = true; sp.defer = true;
sp.src = ('https:' == document.location.protocol ? 'https://s3.amazonaws.com/downloads.mailchimp.com' : 'http://downloads.mailchimp.com') + '/js/goal.min.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(sp, s);
})();
</script>
<!-- FB Remarketing Tracking -->
<script>(function(){
window._fbds = window._fbds || {};
_fbds.pixelId = 231286000389284;
var fbds = document.createElement('script');
fbds.async = true;
fbds.src = '//connect.facebook.net/en_US/fbds.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(fbds, s);
})();
window._fbq = window._fbq || [];
window._fbq.push(["track", "PixelInitialized", {}]);
</script>
<noscript><img height="1" width="1" border="0" alt="" style="display:none" src="https://www.facebook.com/tr?id=231286000389284&ev=NoScript" /></noscript>
</head>
<body>
<!-- NAVIGATION -->
<div class="main_nav_items">
<a href="index" onclick="ga('send', 'event', 'href', 'Home', 'Full white logo header link');"><img class="shown_logo" alt="Designation" src="img/logo/logo_white(585x80).png" onmouseover="hover(this);" onmouseout="unhover(this);" /></a>
<a href="index" onclick="ga('send', 'event', 'href', 'Home', 'White mark logo header link');"><img class="hidden_mark" alt="Designation" src="img/logo/mark_white(200x200).png" onmouseover="hover(this);" onmouseout="unhover(this);" /></a>
<div class="right-side-nav-items">
<a onclick="ga('send', 'event', 'href', 'Learn Design', 'Learn Design main nav link');" href="learn_design">Learn<span class="hide_on_width_squeeze"> Design</span></a>
<a onclick="ga('send', 'event', 'href', 'FAQ', 'FAQ main nav link');" href="faq" class="active_item">FAQ</a>
<a onclick="ga('send', 'event', 'href', 'Hire Talent', 'Hire Talent main nav link');" href="hire_talent">Hire<span class="hide_on_width_squeeze"> Talent</span></a>
<a onclick="ga('send', 'event', 'href', 'About Us', 'About Us main nav link');" href="about_us">About<span class="hide_on_width_squeeze"> Us</span></a>
<a onclick="ga('send', 'event', 'href', 'Blog', 'Blog main nav link');" href="/blog">Blog</a>
<a onclick="ga('send', 'event', 'href', 'Apply', 'Apply main nav blue button');" href="apply"><div style="display: inline-block;" class="apply_in_right"><div class="button_blue_solid" style="padding: 5px 20px;"><strong>Apply</strong></div></div></a>
</div>
</div>
<nav>
<div style="height: 50px;"> <!-- main height of nav bar. Remember to change in CSS and JS as well -->
</div>
<div class="temp_nav main_temp_nav" > <!-- height is 40px -->
<a class="stickybar_link1" href="#general" onclick="ga('send', 'event', 'href', 'General anchorlink', 'General sub nav 1 anchorlink');">General</a>
<a class="stickybar_link2" href="#admissions" onclick="ga('send', 'event', 'href', 'Admissions anchorlink', 'Admissions sub nav 1 anchorlink');">Admissions</a>
<a class="stickybar_link3" href="#careers" onclick="ga('send', 'event', 'href', 'Careers anchorlink', 'Careers sub nav 1 anchorlink');">Careers</a>
<a class="stickybar_link4" href="#other" onclick="ga('send', 'event', 'href', 'Other anchorlink', 'Other sub nav 1 anchorlink');">Other</a>
</div>
</nav>
<!-- END NAVIGATION -->
<!-- HERO IMAGE -->
<div id="hero_wrapper" >
<div id="hero_description">
<div class="h1_and_p_wrapper">
<h1 style="font-family: 'Minion Pro', 'minion-pro', serif;"><i>FAQ</i></h1>
<p class="white futura">Still not sure what DESIGNATION’s all about? Read on.</p>
<br>
<div class="arrow-container" style="display:inline-block"><a onclick="ga('send', 'event', 'href', 'Learn more arrow anchorlink', 'Bouncing arrow provoking user to scroll down');" href="#general"><div class="arrow-down"></div></a></div>
</div>
</div>
</div>
<div class="temp_nav display_hidden_soon" > <!-- height is 40px -->
<a href="#general" onclick="ga('send', 'event', 'href', 'General anchorlink', 'General sub nav 2 anchorlink');">General</a>
<a href="#admissions" onclick="ga('send', 'event', 'href', 'Admissions anchorlink', 'Admissions sub nav 2 anchorlink');">Admissions</a>
<a href="#careers" onclick="ga('send', 'event', 'href', 'Careers anchorlink', 'Careers sub nav 2 anchorlink');">Careers</a>
<a href="#other" onclick="ga('send', 'event', 'href', 'Other anchorlink', 'Other sub nav 2 anchorlink');">Other</a>
</div>
<div style="" class="students" anchor="students">
<!-- GENERAL QUESTIONS -->
<div class="general_questions">
<h3 class="topic_header futura general" anchor="general">General</h3>
<div class="question_container">
<!-- Question 1.1 -->
<div class="trigger faq-how-much-is-tuition"><strong>How much is tuition?</strong></div>
<div class="expander">Tuition is $2,000. But if you get a job with one of our Hiring Partners after finishing the program, we'll refund $1,000 of your tuition (see <a onclick="ga('send', 'event', 'href', 'Careers anchorlink', 'Careers text anchorlink in how-much-is-tuition FAQ question');" href="#careers">Careers</a>).
</div>
<br>
</div>
<div class="question_container">
<!-- Question 1.2 -->
<div class="trigger faq-is-this-an-online-program"><strong>Who is DESIGNATION for?</strong></div>
<div class="expander">Experienced designers looking to expand their skill set. While we may be willing to work with talented beginners who show a strong desire to enter the design world, the DESIGNATION program is intended for working designers looking to take on new challenges and learn new skills.</div>
<br>
</div>
<div class="question_container">
<!-- Question 1.2 -->
<div class="trigger faq-is-this-an-online-program"><strong>What kind of designers do well at DESIGNATION?</strong></div>
<div class="expander">Designers with a strong portfolio of traditional or digital work who want to branch out into doing more UI, UX and front-end development.</div>
<br>
</div>
<div class="question_container">
<!-- Question 1.2 -->
<div class="trigger faq-is-this-an-online-program"><strong>Is this an online program?</strong></div>
<div class="expander">No. If you are accepted, you must be in Chicago for the duration of the program.<br><br> We are located at the following address:<br>1440 N. Dayton St.<br>Suite #203<br>Chicago, IL 60642</div>
<br>
</div>
<div class="question_container">
<!-- Question 1.2 -->
<div class="trigger when-does-the-next-cohort-begin"><strong>When does the next cohort begin?</strong></div>
<div class="expander">Our next available cohort starts on July 7, 2014. If you are accepted, we will send you 100+ hours of prep work that must be completed before day one of the program.<br/><br/>
Please see the <a onclick="ga('send', 'event', 'href', 'Apply Page link in FAQ', 'Apply Page link in when-does-the-next-cohort-begin FAQ question');" href="/apply">Apply page</a> to view the complete Cohort schedule.</div>
<br>
</div>
<div class="question_container">
<!-- Question 1.2 -->
<div class="trigger faq-is-this-an-online-program"><strong>How is the program set up?</strong></div>
<div class="expander">The program is split into two parts: lectures and lab immersion. Lectures are held in the evenings on Mondays, Wednesdays, and Thursdays from 6:00 PM to 9:00 PM for 10 weeks.
<br><br>
During the day, you'll be working out of our space to do research, work on assignments and projects, and develop your portfolio — all in an immersive environment filled with your peers who are doing the same.
<br><br>
We also host guest speakers and sponsored workshops on various weeknights, and lab sessions on most Saturdays.</div>
<br>
</div>
<NOSCRIPT>
<div class="question_container">
<!-- Question 1.2.1 -->
<div class="trigger faq-whats-the-time-commitment"><strong>What will a typical day be like?</strong></div>
<div class="expander">We find the best learning happens in a self-directed, discovery-oriented environment. So while you’ll learn from instructors three times a week in the evening, the way you spend your days is up to you.</div>
<br>
</div>
</NOSCRIPT>
<div class="question_container">
<!-- Question 1.2.2 -->
<div class="trigger faq-whats-the-time-commitment"><strong>How is my work evaluated?</strong></div>
<div class="expander">There are no grades, exams or certificates. When you join DESIGNATION, it’s because you want to learn new skills and take on new challenges in your career as a professional designer. We encourage you to act accordingly.
<br><br>
However, you will be expected to create pieces for your portfolio, as well as write technical posts detailing your process and thinking.</div>
<br>
</div>
<div class="question_container">
<!-- Question 1.2.3 -->
<div class="trigger faq-whats-the-time-commitment"><strong>What if I don’t like or am not interested in one of the topics?</strong></div>
<div class="expander">Digital design is a large field, and our curriculum covers many topics. We understand that not everyone will become a master UX practitioner, graphic designer, and front-end engineer all at once. Our goal is to expose you to the fundamental topics in modern-day digital design, and let you choose your own path to becoming a great designer.</div>
<br>
</div>
<div class="question_container">
<!-- Question 1.3 -->
<div class="trigger faq-whats-the-time-commitment"><strong>What's the time commitment?</strong></div>
<div class="expander">When you are accepted into the program, you will be expected to complete 100+ hours of prep work before the first class session. During the program, you will need to dedicate at least 60 hours a week to the program, for assignments, projects, and portfolio work.</div>
<br>
</div>
<div class="question_container">
<!-- Question 2.4 -->
<div class="trigger faq-cant-i-just-learn-design-from-the-internet-or-by-reading-books"><strong>Can’t I just learn design from the internet or by reading books?</strong></div>
<div class="expander">You certainly can. In fact, we utilize several textbooks and online resources, including learning tools and relevant articles, to supplement our immersive program. At DESIGNATION, your progress is guided by a team of passionate and talented working professionals. You'll also be working alongside and collaborating with your peers in a completely immersive environment, day in and day out.
<br><br>
It's an experience you can't get online.</div>
<br>
</div>
<div class="question_container">
<!-- Question 1.4 -->
<div class="trigger faq-what-will-i-need-to-bring"><strong>What will I need to bring for the program?</strong></div>
<div class="expander">You will need to bring your own laptop (PC or Mac, but we strongly recommend a MacBook Pro with Retina display), with Adobe Photoshop and Adobe Illustrator already installed.* We'll provide you with tools, textbooks, resources, and more during the program.<br><br>*If you don't already have Adobe Photoshop and Illustrator, we recommend the Adobe Creative Cloud, which gives you access to these two software programs.</div>
<br>
</div>
<div class="question_container">
<!-- Question 1.6 -->
<div class="trigger faq-what-can-i-expect-to-get-out-of-the-program"><strong>What can I expect to get out of the program?</strong></div>
<div class="expander">As any professional designer can tell you, good design is just as much about the <i>why</i> as the <i>how</i>. We’ll teach you what it means to create more than just pretty layouts, but fully realized user experiences. You will be assigned projects and assignments to work on during the course’s duration. When it’s over, if you’ve put in the hours and dedication we expect, you’ll walk away with a killer portfolio, and some hot leads on a new job.</div>
<br>
</div>
<div class="question_container">
<!-- Question 1.4.5 -->
<div class="trigger faq-what-if-i-already-know-some-of-the-topics-you-teach"><strong>What if I already know some of the topics you teach?</strong></div>
<div class="expander">Chances are, if you’re reading this page and are interested in DESIGNATION, you already have some past experience or working knowledge in design. Great! But we cover a vast array of topics, and the program is designed to make you well-rounded and agile enough to integrate seamlessly into any part of the design process.
<br><br>
If a class covers a topic you already know inside and out, you are encouraged to step outside to continue working on your portfolio.</div>
<br>
</div>
</div> <!-- /GENERAL QUESTIONS -->
<!-- ADMISSIONS QUESTIONS -->
<div class="admissions_questions">
<h3 class="topic_header futura admissions" anchor="admissions">Admissions</h3>
<div class="question_container">
<!-- Question 1.4.5 -->
<div class="trigger faq-what-kind-of-students-do-you-look-for"><strong>What kind of qualities do you look for in an applicant?</strong></div>
<div class="expander">We look for highly motivated individuals who demonstrate maturity, persistency in problem-solving, and show a genuine interest in design. Top candidates will have some technical experience, either in design or programming. All applicants should be able to commit more than 600 hours over 10 weeks to the program. <br><br>
We do not discriminate based on race, color, sex, religion, national origin, age, disability, or orientation. The male-to-female ratio of past cohorts has been about 40% male and 60% female.</div>
<br>
</div>
<!--
<div class="question_container">
<div class="trigger faq-do-you-only-accept-students-who-are-looking-for-full-time-jobs"><strong>Do you only accept students who are looking for full-time jobs?</strong></div>
<div class="expander">Although we help all our students find a job who want one, we don't base our admissions on that criteria. Our students come from all different types of backgrounds, ranging from entrepreneurs with Ivy League degrees to practicing dental surgeons. If you want to take the course with the sole intent of learning digital design, you’re welcome to do so.</div>
<br>
</div>
-->
<div class="question_container">
<!-- Question 1.1 -->
<div class="trigger faq-whats-the-application-process-look-like"><strong>What's the application process look like?</strong></div>
<div class="expander">The first step is to <a onclick="ga('send', 'event', 'href', 'Apply', 'Apply link in whats-the-application-process-look-like FAQ question');" href="apply">apply</a>. Once we've reviewed your application and our team deems you a candidate that is ready for the program, the next step is a 20-minute Skype interview, an extended dialogue based on the answers in your application.<br><br>If you're in Chicago, we'd love to meet you in person.
</div>
<br>
</div>
<div class="question_container">
<!-- Question 2.3 -->
<div class="trigger faq-what-happens-once-i-am-accepted"><strong>What happens once I am accepted?</strong></div>
<div class="expander">If accepted, you must notify us of your decision to enroll within one week, along with a $600 deposit to reserve your seat in the program. Once you are confirmed, we'll send you 100+ hours of curated prep work that you must complete before the program begins.<br><br>The remaining tuition balance must be paid in full two weeks before the first day of the program.</div>
<br>
</div>
<div class="question_container">
<!-- Question 2.5 -->
<div class="trigger faq-do-you-offer-any-financial-assistance"><strong>Do you accept foreign candidates??</strong></div>
<div class="expander">Yes. Although we do accept student from anywhere in the world, we're not able to provide any visa assistance. You will be solely responsible for obtaining your student visa to participate in the program, as well as obtaining a working visa to accept a job afterward, if that's a road you choose to pursue.</div>
<br>
</div>
<NOSCRIPT>
<div class="question_container">
<!-- Question 2.5 -->
<div class="trigger faq-do-you-offer-any-financial-assistance"><strong>Do you offer any financial assistance?</strong></div>
<div class="expander">We have a single financing option. After the $600 deposit is paid, you may choose to pay the remaining tuition in two installments, due by the end of the fourth and eighth week.</div>
<br>
</div>
</NOSCRIPT>
</div> <!-- /ADMISSIONS QUESTIONS -->
<!-- CAREERS QUESTIONS -->
<div class="careers_questions">
<h3 class="topic_header futura careers" anchor="careers">Careers</h3>
<div class="question_container">
<!-- Question 2.5.5 -->
<div class="trigger faq-how-can-you-help-me-get-a-job"><strong>How can you help me get a job as a designer?</strong></div>
<div class="expander">We've teamed up with a select group of innovative and tech-focused Hiring Partners who are looking to hire design talent. These companies are thrilled to meet new graduates, and are excited about the opportunity of having you join their team.</div>
<br>
</div>
<div class="question_container">
<!-- Question 2.5.5 -->
<div class="trigger faq-do-you-guarantee-a-job"><strong>Do you guarantee a job?</strong></div>
<div class="expander">Nothing is guaranteed, but our #1 and only goal is to turn you into a hireable candidate. As long as you put in the necessary time and effort into the program, you will become an employable designer. The second half of the program focuses on resources and strategies for entering the job market so that when you graduate you’ll be prepared to discuss job opportunities with our Hiring Partners.
<br><br>
Every quarter, we host Portfolio Night, a unique event where you can meet the companies who are looking for candidates, and showcase all your hard work from the program.
<br><br>
If you end up working with one of our Hiring Partners, we'll refund $1,000 of your tuition.</div>
<br>
</div>
<NOSCRIPT>
<div class="question_container">
<!-- Question 2.5.5 -->
<div class="trigger faq-how-can-you-help-me-get-a-job"><strong>What kind of companies have you partnered with?</strong></div>
<div class="expander">Loads. Everything from venture-backed consumer startups in San Francisco to pioneering digital agencies in New York. Our Hiring Partners are a group of innovative technology companies located all across the country.</div>
<br>
</div>
</NOSCRIPT>
<div class="question_container">
<!-- Question 2.5.5 -->
<div class="trigger faq-whats-the-average-salary-for-a-designer"><strong>What's the average salary for a designer?</strong></div>
<div class="expander">The design field is wide-ranging, and your salary depends on which field you go into. For example, a UX designer's median salary is $80,000, while a visual designer could make anywhere from $60,000 to $100,000. During the program, you'll learn more about yourself and what type of design you like best, and we'll help you pursue whichever path you choose to take.</div>
<br>
</div>
<div class="question_container">
<!-- Question 2.5.5 -->
<div class="trigger faq-how-long-will-it-take-for-me-to-get-a-job"><strong>How long will it take for me to get a job?</strong></div>
<div class="expander">Depending on your portfolio, you should expect anywhere from 1 week to 3 months, after graduation.</div>
<br>
</div>
</div> <!-- /CAREERS QUESTIONS -->
<!-- OTHER QUESTIONS -->
<div class="other_questions">
<h3 class="futura topic_header other" anchor="other">Other</h3>
<div class="question_container">
<!-- Question 2.5 -->
<div class="trigger faq-what-is-your-refund-policy"><strong>How do you pronounce DESIGNATION?</strong></div>
<div class="expander">
DESIGNATION is one word, pronounced just the way it looks: des·ig·na·tion (not "Design Nation").
</div>
<br>
</div>
<div class="question_container">
<!-- Question 2.5 -->
<div class="trigger faq-what-is-your-refund-policy"><strong>What is your refund policy?</strong></div>
<div class="expander">
Three-Day Cancellation: If you provide written notice of cancellation within three (3) days (excluding Saturday, Sunday, and federal and state holidays), you will be entitled to a full refund of your deposit payment of $600.00.
<br><br>
Other Cancellations: If you request cancellation more than three days after your deposit payment, but prior to the commencement of classes, you are entitled to a refund of all monies paid less a cancellation fee of $400.00.
<br><br>
Withdrawal: If you are accepted and choose to withdraw from DESIGNATION within twenty-four (24) hours after the commencement of the first class session, you are entitled to a refund of all tuition less the $600.00 deposit payment. No refunds will issued after the first twenty-four (24) hours after the commencement of the first class session.
<br><br>
All refunds will be issued within thirty (30) days of the determination of your cancellation or withdrawal date.
</div>
<br>
</div>
<div class="question_container">
<!-- Question 2.5.5 -->
<div class="trigger faq-will-i-receive-a-certificate-upon-completion-of-the-program?"><strong>Will I receive a certificate upon completion of the program?</strong></div>
<div class="expander">We do not give certificates upon completion of the program. But that’s OK, because in the design world, your work should speak for itself. If you're looking for a job, our Hiring Partners care more about your portfolio than any piece of paper.</div>
<br>
</div>
<div class="question_container">
<!-- Question 1.1.5 -->
<div class="trigger faq-why-should-i-learn-design"><strong>Why should I learn design?</strong></div>
<div class="expander">Whether you want to find a new job, integrate design-driven principles into your company, or create a whole new startup, design is an integral part of any business. Read what others are saying about the design revolution:
<a onclick="ga('send', 'event', 'href', 'FastCompany article', 'FastCompany article link in why-should-i-learn-design FAQ question');" target="_blank" href="http://www.fastcodesign.com/1665795/silicon-valleys-new-secret-weapon-designers-who-found-startups">Fast Company</a>, <a onclick="ga('send', 'event', 'href', 'TheNextWeb article', 'TheNextWeb article link in why-should-i-learn-design FAQ question');" target="_blank" href="http://thenextweb.com/dd/2012/03/31/why-cant-startups-find-designers/">The Next Web</a>,
<a onclick="ga('send', 'event', 'href', 'PandoDaily article', 'PandoDaily article link in why-should-i-learn-design FAQ question');" target="_blank" href="http://pandodaily.com/2012/12/18/lightbank-launches-design-fellowship-because-designers-are-the-new-hackers/">PandoDaily</a>,
<a onclick="ga('send', 'event', 'href', 'Medium article', 'Medium article link in why-should-i-learn-design FAQ question');" target="_blank" href="https://medium.com/lets-make-things/eca8e839df62">Medium</a>,
<a onclick="ga('send', 'event', 'href', 'VentureBeat article', 'VentureBeat article link in why-should-i-learn-design FAQ question');" target="_blank" href="http://venturebeat.com/2011/10/05/design-is-becoming-a-competitive-advantage-for-startups/">VentureBeat</a>.
</div><br>
</div>
<div class="question_container">
<!-- Question 2.5.5 -->
<div class="trigger faq-will-i-receive-a-certificate-upon-completion-of-the-program?"><strong>What makes you different from formal design schools or universities?</strong></div>
<div class="expander">We don’t like to think of ourselves as a school, per se. More of a training ground. We’re teaching you how to do a very specific thing, and giving you a very particular set of skills so you can start a successful design career. Everything we do, and everything we teach, has that goal in mind.
<br><br>
We think it’s a failing of traditional education that it can cost hundreds of thousands of dollars, only to come out the other end with no hireable skills or abilities.
<br><br>
DESIGNATION is a fraction of the cost of higher education, and we don't leave you hanging upon graduation — we'll help you find a job as a designer (see <a onclick="ga('send', 'event', 'href', 'Careers anchor link', 'Careers text anchorlink in certificate-upon-completion FAQ question');" href="#careers">Careers</a>). Plus, we actually include the cost of textbooks in your tuition.</div>
<br>
</div>
<div class="question_container">
<div class="trigger faq-how-do-you-make-money"><strong>How do you make money?</strong></div>
<div class="expander">We've partnered with a select group of technology companies that seek designers. Our Hiring Partners have first access to interviewing our new graduates. If they find that you're a good match for them, they pay us a placement fee based on your first year salary. This allows us to:<br>
<ul style="margin-left: 20px">
<li>help our job-seeking students find full-time employment and lower their tuition costs</li>
<li>help companies find design talent without the recruiting hassles</li>
<li>have the resources to continue to improve the quality of the program</li>
</ul>
</div>
<br>
</div>
<div class="question_container">
<!-- Question 2.6 -->
<div class="trigger faq-who-can-contact-if-i-have-questions"><strong>Who can I contact if I have questions?</strong></div>
<div class="expander">Please see <a onclick="ga('send', 'event', 'href', 'Contact Us in About Us page link text', 'Contact Us in About Us page to click link');" href="about_us#contact_us" target="_blank" class="link_white_to_black">Contact Us</a>.</div>
<br>
</div>
</div> <!-- /OTHER QUESTIONS -->
</div>
<!-- SUBSCRIBE DIV -->
<div class="subscribe_div learn_more tuition" anchor="tuition">
<h3 class="minion_pro black">The world needs more design talent</h3><br>
<div class="h black_lighter">
<a href="apply" onclick="ga('send', 'event', 'href', 'Apply', 'Apply big green button near page bottom');"><div class="button_white-green_solid button_large" style="font-size: 1em; font-family: 'futura-pt','Futura Std', 'futura', sans-serif !important"><strong>Apply Now</strong></div></a>
</div>
</div>
<!-- /SUBSCRIBE DIV -->
<!-- SUBSCRIBE DIV -->
<div class="apply_div subscribe" anchor="subscribe" >
<h3 class="minion_pro white">Learn more</h3><br>
<div class="h white">
Enter your email below to view the complete Program Roadmap.
<form style="margin-top: 1.45em" action="http://thedesignation.us5.list-manage2.com/subscribe/post?u=f5c7579668f546f2132350384&id=a246930c5d" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<input type="email" value="" name="EMAIL" class="email submit_field" id="mce-EMAIL" placeholder="nyan@cat.com" required style="margin: 0 !important; border-radius: 0px; height: 34px; width: 25%; padding: 10px; font-size: 1em; font-family: 'futura-pt', 'Futura Std', 'futura', sans-serif !important; border: 1px solid #e5e5e5">
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;"><input type="text" name="b_f5c7579668f546f2132350384_a246930c5d" value=""></div>
<input onclick="ga('send', 'event', 'href', 'Subscribe', 'Big, green Subscribe button in Program Roadmap div');" type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe(NULLED_THIS_ID)" class="button_subscribe" style="font-family: 'futura-pt', 'Futura Std', 'Futura', sans-serif; position: relative;"><br>
<span class="white -h4">No spam ever. We promise.</span>
</form>
<br>
</div>
</div>
<!-- /SUBSCRIBE DIV -->
<!-- FOOTER -->
<footer>
<div class="-h4 footer_wrapper">
<div class="footer_col1">
<div class="footer_col1_content">
<span><strong>About Us</strong></span><br>
<a onclick="ga('send', 'event', 'href', 'What We Do', 'What We Do footer link');" class="button_no_underline_white_to_blue" href="about_us#what_we_do">What We Do</a><br>
<a onclick="ga('send', 'event', 'href', 'Team', 'Team footer link');" class="button_no_underline_white_to_blue" href="about_us#team">Team</a><br>
<a onclick="ga('send', 'event', 'href', 'Press', 'Press footer link');" class="button_no_underline_white_to_blue" href="about_us#press">Press</a><br>
<a onclick="ga('send', 'event', 'href', 'Contact Us', 'Contact Us footer link');" class="button_no_underline_white_to_blue" href="about_us#contact_us">Contact Us</a><br>
<br>
<span><strong>Social</strong></span><br>
<a onclick="ga('send', 'event', 'href', 'Blog', 'Blog footer link');" class="button_no_underline_white_to_blue" href="/blog">Blog</a><br>
<a onclick="ga('send', 'event', 'href', 'Facebook', 'Facebook footer link');" class="button_no_underline_white_to_blue" href="http://facebook.com/Designation" target="_blank">Facebook</a><br>
<a onclick="ga('send', 'event', 'href', 'Twitter', 'Twitter footer link');" class="button_no_underline_white_to_blue" href="http://twitter.com/designationIO" target="_blank">Twitter</a><br>
<br>
<span><strong>Playground</strong></span><br>
<a onclick="ga('send', 'event', 'href', 'Style Guide', 'Style Guide footer link');" class="button_no_underline_white_to_blue" href="/style_guide">Style Guide</a><br>
<a onclick="ga('send', 'event', 'href', 'Dedesigntheweb.com', 'Dedesigntheweb.com footer link');" class="button_no_underline_white_to_blue" href="http://dedesigntheweb.com" target="_blank">Dedesign the Web</a><br>
</div>
</div>
<div class="footer_col2">
<div class="footer_col2_content">
<span><strong>For Students</strong></span><br>
<a onclick="ga('send', 'event', 'href', 'Learn Design', 'Learn Design footer link');" class="button_no_underline_white_to_blue" href="learn_design">Learn Design</a><br>
<a onclick="ga('send', 'event', 'href', 'FAQ', 'FAQ footer link');" class="button_no_underline_white_to_blue" href="faq">FAQ</a><br>
<a onclick="ga('send', 'event', 'href', 'Apply', 'Apply footer link');" class="button_no_underline_white_to_blue" href="apply">Apply</a><br>
<br>
<span><strong>For Companies</strong></span><br>
<a onclick="ga('send', 'event', 'href', 'Hire Talent', 'Hire Talent footer link');" class="button_no_underline_white_to_blue" href="hire_talent">Hire Talent</a><br>
<a onclick="ga('send', 'event', 'href', 'Become a Client', 'Become a Client footer link');" class="button_no_underline_white_to_blue" href="black">Become a Client</a><br>
<br>
<span><strong>Legal Stuff</strong></span><br>
<a onclick="ga('send', 'event', 'href', 'Privacy Policy', 'Privacy Policy footer link');" class="button_no_underline_white_to_blue" href="privacy_policy">Privacy Policy</a><br>
<a onclick="ga('send', 'event', 'href', 'Terms of Service', 'Terms of Service footer link');" class="button_no_underline_white_to_blue" href="terms_of_service">Terms of Service</a><br>
<a onclick="ga('send', 'event', 'href', 'Attributions', 'Attributions footer link');" class="button_no_underline_white_to_blue" href="attributions">Attributions</a><br>
<br>
</div>
</div>
<div class="footer_col3">
<div class="footer_col3_content">
<span><strong>Subscribe</strong></span><br>
Enter your email to keep up with our latest updates.
<!-- Begin MailChimp Signup Form -->
<form action="http://thedesignation.us5.list-manage2.com/subscribe/post?u=f5c7579668f546f2132350384&id=a246930c5d" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate footer_subscribe_form" target="_blank" novalidate>
<input type="email" value="" name="EMAIL" class="email submit_field" id="mce-EMAIL" placeholder="nyan@cat.com" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;"><input type="text" name="b_f5c7579668f546f2132350384_a246930c5d" value=""></div>
<input onclick="ga('send', 'event', 'href', 'Subscribe', 'Small Subscribe blue button in footer');" type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="footer_subscribe_button button_blue_solid" >
</form>
<!--End mc_embed_signup-->
<br>
<p style="color: #9e9e9e;">DESIGNATION Labs © 2014</p>
<p style="color: #9e9e9e" class="-h4 konami_directions">Try this: ↑ ↑ ↓ ↓ ← → ← → B A</p>
<img id="cities" alt="Chicago" src="img/icons_flat/cities.png" style="position: absolute; bottom: 0; right: 0;">
</div>
</div>
</div>
<div style="clear:both;"></div>
</footer> <!-- /FOOTER -->
<!-- START SCRIPTS -->
<!-- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>-->
<script type="text/javascript" src="js/jquery-1.7.min.js"></script>
<script type="text/javascript" src="js/waypoints.js"></script>
<script type="text/javascript" src="js/waypoints-sticky.js"></script>
<script type="text/javascript" src="js/jquery.stellar.min.js"></script>
<script type="text/javascript" src="js/ddscrollspy.js"></script>
<!--<script type="text/javascript" src="js/jquery.popup.js"></script>-->
<script type="text/javascript" src="js/easybox.distrib.min.js"></script>
<!--<script type="text/javascript" src="js/jquery.responsImg.js"></script>-->
<script type="text/javascript" src="js/jquery.tinycarousel.min.js"></script>
<script type="text/javascript" src="js/konami_code.js"></script>
<script type="text/javascript" src="js/fade_hero.js"></script>
<script type="text/javascript" src="js/fade_nav.js"></script>
<script type="text/javascript" src="js/general.js"></script>
<style type="text/css">
.icon_and_text {
-vendor-animation-duration: 1s;
-vendor-animation-delay: 2s;
-webkit-animation-iteration-count: 0;
-moz-animation-iteration-count: 0;
-ms-animation-iteration-count: 0;
-o-animation-iteration-count: 0;
animation-iteration-count: 0;
}
</style>
<!-- CSS3 Animations on scroll: Testiomonials fade in-->
<script>
var hero_wrapper_height = $("#hero_wrapper").outerHeight();
var overview_height = $(".overview").outerHeight();
var curriculum_height = $(".curriculum").outerHeight();
var careers_height = $(".careers").outerHeight();
var alumni_height = $(".alumni").outerHeight();
$('.icon_and_text').css("opacity","0");
$(window).scroll(function() {
$('.icon_and_text').each(function(){
var Pos = $(this).offset().top;
var topOfWindow = $(window).scrollTop();
if (Pos < topOfWindow+hero_wrapper_height + overview_height) {
$(this).addClass("magic fadeIn");
$(this).css("opacity","1");
}
});
});
</script>
<script type="text/javascript">
/* declaring heights of divs */
/*
var the_program = $(".the_program").outerHeight();
var curriculum = $(".curriculum").outerHeight();
var find_a_job = $(".find_a_job").outerHeight();
var alumni = $(".alumni").outerHeight();
var hero_height = $('#hero_description').outerHeight();
var curriculum_wrapper = $(".curriculum div div .content_wrapper").outerHeight();
*/
</script>
<!-- Parallax background effects -->
<script type="text/javascript">
$(window).stellar({ horizontalScrolling: false });
</script>
<!--ARBITARY ANCHOR JS FOR SMOOTH-SCROLLING ANCHORLINKS -->
<script type="text/javascript" src="js/jquery.arbitrary-anchor.js"></script>
<!-- Hide company logo & apply button on scroll, and show hidden menu Logo and Apply Now button -->
<script type="text/javascript">
$(document).ready(function() {
// magic-transition the Apply button on document load
jQuery('.apply_button').addClass('magictime tinRightIn');
// $('nav').hide();
// pop up new logo on scroll past 600px
$(window).scroll(function(){
var windowsize = $(window).width();
var fromTopPx = 599 - 50; // distance to trigger (40 is the height of the main nav bar)
var scrolledFromtop = jQuery(window).scrollTop();
if(scrolledFromtop > fromTopPx){
// $('.company_logo').hide();
// $('.apply_button').hide();
// $('.company_logo_in_nav').css("display","inline");
// $('.apply_button_in_nav').css("display","inline");
$('nav').css("display","inline");
$('.display_hidden_soon').css("visibility","hidden");
} else {
// jQuery('.company_logo').show();
// jQuery('.apply_button').show();
jQuery('nav').show();
// $('.company_logo_in_nav').css("display","none");
// $('.apply_button_in_nav').css("display","none");
$('nav').css("display","none");
$('.display_hidden_soon').css("visibility","visible");
}
});
});
</script>
<script type="text/javascript">
$(document).ready(function() {
$('#fade_in_logo').css("opacity","0");
$('#fade_in').css("opacity","0");
$('#buttons_wrap').one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', function() {
$('#footer_temp').addClass('animated fadeIn').css("opacity","1");
});
$('#footer_temp').one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', function() {
$("#hero_description").animate({
'background-position-x': '10%',
'background-position-y': '20%'
}, 10000, 'linear');
});
});
</script>
<!-- Making sub navbar link highlighted when user is scrolling through section -->
<script type="text/javascript">
var general_questions = $(".general_questions").outerHeight();
var admissions_questions = $(".admissions_questions").outerHeight();
var careers_questions = $(".careers_questions").outerHeight();
var other_questions = $(".other_questions").outerHeight();
var alumni_height = $(".alumni").outerHeight();
var tuition_height = $(".tuition").outerHeight();
/* slide-up and down javascript for FAQ (commented out for now b/c need to dynamically change height) */
/*
jQuery('.expander').hide();
jQuery('.trigger').click(function() {
jQuery(this).next('.expander').slideToggle();
faq = faq + $(this).outerHeight();
console.log(faq);
});
*/
$(window).scroll(function() {
var windscroll = $(window).scrollTop();
if (windscroll >= 598 - 50 && windscroll < 598 - 50 + general_questions) { // height of header (600) and main navbar (50)
// Highlight 'General Questions'
$('.stickybar_link1').addClass('selected_nav_link');
$('.stickybar_link2').removeClass('selected_nav_link');
} else if (windscroll >= 598 - 50 + general_questions && windscroll < 598 - 50 + general_questions + admissions_questions) {
// Highlight 'Admissions Questions'
$('.stickybar_link1').removeClass('selected_nav_link');
$('.stickybar_link2').addClass('selected_nav_link');
$('.stickybar_link3').removeClass('selected_nav_link');
} else if (windscroll >= 598 - 50 + general_questions + admissions_questions && windscroll < 598 - 50 + general_questions + admissions_questions + careers_questions) {
// Highlight 'Careers Questions'
$('.stickybar_link2').removeClass('selected_nav_link');
$('.stickybar_link3').addClass('selected_nav_link');
$('.stickybar_link4').removeClass('selected_nav_link');
} else if (windscroll >= 598 - 50 + general_questions + admissions_questions + careers_questions && windscroll < 599 - 50 + general_questions + admissions_questions + careers_questions + other_questions) {
// Highlight 'Other Questions'
$('.stickybar_link3').removeClass('selected_nav_link');
$('.stickybar_link4').addClass('selected_nav_link');
$('.stickybar_link5').removeClass('selected_nav_link');
} else if ( windscroll >= 599 - 50 + general_questions + admissions_questions + careers_questions + other_questions ) {
$('.stickybar_link4').removeClass('selected_nav_link');
}
})
</script>
<!-- fade in the question containers in FAQ on scroll -->
<script type="text/javascript">
// first 6 faq questions
var general_questions = $(".general_questions").outerHeight();
var admissions_questions = $(".admissions_questions").outerHeight();
var careers_questions = $(".careers_questions").outerHeight();
var other_questions = $(".other_questions").outerHeight();
$(window).scroll(function() {
var scroll = $(window).scrollTop();
$(".general_questions").css("opacity","0");
$(".admissions_questions").css("opacity","0");
$(".careers_questions").css("opacity","0");
$(".other_questions").css("opacity","0");
if (scroll >= 100) {
$(".general_questions").css("opacity","1").addClass("animated fadeIn");
}
if (scroll >= 100 + general_questions) {
$(".admissions_questions").css("opacity","1").addClass("animated fadeIn");
}
if (scroll >= 100 + general_questions + admissions_questions) {
$(".careers_questions").css("opacity","1").addClass("animated fadeIn");
}
if (scroll >= 100 + general_questions + admissions_questions + careers_questions) {
$(".other_questions").css("opacity","1").addClass("animated fadeIn");
}
if (scroll >= 200 + general_questions + admissions_questions + careers_questions + other_questions) {
$(".button_large").css("opacity","1").addClass("animated tada");
}
});
</script>
</body>
</html>