forked from scazan/ACN_responsive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpublic.html
395 lines (289 loc) · 13.6 KB
/
public.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
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
<!DOCTYPE HTML>
<html>
<!--**************Head Tag Information**************-->
<head>
<!--**************Meta Tag Information**************-->
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="Art Center College of Design is recognized as one of the world's foremost institutions for art and design education. It has assumed a leadership role in the development of new digital media">
<meta name="keywords" content="Art Center College of Design, Art Center College, Art Center, ACCD, Art Centre, Art Center At Night, ACN, education, design, design education, Pasadena, Los Angeles, Southern California, gallery, university, galleries, schools, modern art, contemporary art, digital art, computer art, industrial design, illustration, fine art, automobile design, film, photography, graphic design, product design, transportation design, environmental design, advertising, graduate programs, undergraduate programs, Pasadena School of Design, Pasadena Arts Center, Pasadena Design Center, night school, extension courses, college, admissions, financial aid">
<!--Make it work with Chrome Frame-->
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<!--stops the mobile browser zoom, and preps for mobile mode-->
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1; user-scalable=no"/>
<!--User can save to home screen and run as full screen web app-->
<meta name="apple-mobile-web-app-capable" content="yes" />
<!--detects phone numbers, makes link, and iphone will dial them when clicked-->
<meta name="format-detection" content="telephone=yes">
<!--Icons for every device, smallest is 57x57-->
<link rel="apple-touch-icon-precomposed" href="apple-touch-iphone.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="apple-touch-ipad.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="apple-touch-iphone4.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="apple-touch-ipad-retina.png" />
<!--**************Page Title**************-->
<title>ART CENTER AT NIGHT</title>
<!--**************Favicon**************-->
<link rel="shortcut icon" href="favicon.ico"/>
<!--**************Style Sheets**************-->
<link href="css/reset.css" rel="stylesheet" type="text/css">
<link href="css/style.css" rel="stylesheet" type="text/css">
<!--**************Make IE display HTML5 elements**************-->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--**************Javascript and jQuery**************-->
<!--Include most recent version of jquery up to 1.9.9-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<!--Plugin for dropdown menu on touch screen-->
<script src="js/make_dropdown.js" type="text/javascript"></script>
<!--Plugin for Flexslider-->
<script defer src="js/jquery.flexslider.js"></script>
<!-- Add fancyBox -->
<link rel="stylesheet" href="css/jquery.fancybox.css?v=2.1.0" type="text/css" media="screen" />
<script type="text/javascript" src="js/jquery.fancybox.pack.js?v=2.1.0"></script>
<!--**************Other Plugins**************-->
<script src="js/plugins.js"></script>
<!--**************Main jQuery**************-->
<script src="js/main.js"></script>
</head>
<body>
<!--**************dropdown header**************-->
<div id="top-bar">
<div id="drawerwrap" class="mblhide">
<div id="drawer">
<a id="drawerclose"><span class="hide">Closer</span></a>
<ul>
<li class="login">
<h2><a href="#">Login</a></h2>
<div class="logininfo">
<div class="support">
<h3>Need Help with your Login?</h3>
<p>Contact the Help Desk at:<br />[email protected] or 626.396.4234</p>
</div>
<div class="registration">
<h3>Registration Questions?</h3>
<p>Contact Public Programs: 626.396.2319</p>
</div>
</div><!--end login info-->
<div class="loginform">
<form>
<input type="text" name="username" placeholder="Username" class="user" />
<input type="password" name="password" placeholder="Password" class="user" />
<input type="submit" value="Login" name="submit" class="submit" />
</form>
</div><!--end login form-->
</li>
</ul><!--end login info-->
</div><!--end drawer-->
</div><!--end drawerwrap-->
<!--**************end dropdown header**************-->
<div id="topnav">
<nav id="mainnav">
<div id="mblnav"></div>
<div id="sociallinks" class="mblhide">
<a href="http://www.facebook.com/pages/Art-Center-at-Night-ACN-Art-Center-College-of-Design/141620312598387" id="fblink" target="_blank"><span class="hide">Facebook</span></a>
<a href="http://es.twitter.com/art_center" id="twitlink" target="_blank"><span class="hide">Twitter</span></a>
</div>
<ul id="navlist">
<li><a href="#" class="first">About Us</a>
<ul>
<li><a href="whatis.html">What is ACN?</a></li>
<li><a href="public.html">Public Programs</a></li>
<li><a href="artcenter.html">Art Center</a></li>
<li><a href="donors.html">Scholarship Donors</a></li>
<li><a href="partners.html">Partners</a></li>
<li><a href="https://www.artcenter.edu/accd/giving/donation.jsp" target="_blank" class="last">Support ACN</a></li>
</ul>
</li>
<li><a href="#" class="first">Explore</a>
<ul>
<li><a href="portfolio.html">Portfolio Prep</a></li>
<li><a href="courses.html">Courses</a></li>
<li><a href="faculty.html">Faculty</a></li>
<li><a href="students.html">Students</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="downloads/acn_catalog.pdf">Catalog Download</a></li>
<li><a href="calendar.html" class="last">Calendar</a></li>
</ul>
</li>
<li><a href="#" class="first">Register</a>
<ul>
<li><a href="#" class="triggerdown toggle">Register Now</a></li>
<li><a href="howto.html">How to Register</a></li>
<li><a href="tuition.html">Tuition</a></li>
<li><a href="scholarships.html">Scholarships</a></li>
<li><a href="reginfo.html" class="last">General Info</a></li>
</ul>
</li>
<li><a href="#" class="first">Need to Know</a>
<ul>
<li><a href="accomodations.html">Accomodations</a></li>
<li><a href="studentid.html">Student I.D.</a></li>
<li><a href="parking.html">Parking</a></li>
<li><a href="campus.html">Campus Info</a></li>
<li><a href="policies.html">Policies & Procedures</a></li>
<li><a href="faq.html" class="last">FAQ</a></li>
</ul>
</li>
<li><a href="#" class="first">My Account</a>
<ul>
<li>
<a href="#" class="triggerdown toggle">My Schedule</a>
</li>
<li>
<a href="#" class="triggerdown toggle">Add/Drop Classes</a>
</li>
<li>
<a href="#" class="triggerdown toggle">Account Summary</a>
</li>
<li>
<a href="#" class="triggerdown toggle">My Grades</a>
</li>
<li>
<a href="#" class="triggerdown toggle">My Transcript</a>
</li>
<li>
<a href="#" class="triggerdown toggle">My 1098-T</a>
</li>
<li>
<a href="#" class="triggerdown toggle">My Contact Info</a>
</li>
<li>
<a href="#" class="triggerdown toggle last">My Password</a>
</li>
</ul>
</li>
<li><a href="#" class="first">Contact Us</a>
<ul>
<li><a href="contact.html">Contact Info</a></li>
<li><a href="directions.html">Directions</a></li>
<li><a href="https://www.applyweb.com/public/inquiry?accdinq" target="_blank" class="last">Request a Catalog</a></li>
</ul>
</li>
</ul>
<div id="login" class="mblhide">
<a href="#" id="loginlink" class="triggerdown">Login</a>
</div>
<form class="mblhide">
<input type="search" />
<input type="submit" value="Search" class="submitform" />
</form>
</nav>
</div><!--end topnav-->
</div><!--end topbar-->
<!--**************end navigation**********-->
<div id="wrapper">
<header id="siteheader" class="row">
<div id="date01" class="col mblhide">
<div id="datewrap01">
<h2>08.19</h2>
<p class="event">summer classes end</p>
<p><a href="calendar.html">more calendar events</a></p>
</div><!--end datewrap-->
</div>
<div id="branding" class="col">
<h1><a href="index.html"><span class="hide">Art Center at Night</span> </a></h1>
</div>
<div id="date02" class="col mblhide">
<div id="datewrap02">
<h2>09.10</h2>
<p class="event">fall classes begin</p>
<a href="calendar.html">more calendar events</a>
</div>
</div>
</header>
<div class="main_content donkey row">
<aside class="sidebar">
<div id="sidemenu" class="col">
<h2>About Us</h2>
<ul id="pagemenu">
<li><a href="whatis.html">What is ACN?</a></li>
<li><a href="public.html" class="activelink">Public Programs</a></li>
<li><a href="artcenter.html">Art Center</a></li>
<li><a href="donors.html">Scholarship Donors</a></li>
<li><a href="partners.html">Partners</a></li>
<li><a href="https://www.artcenter.edu/accd/giving/donation.jsp" target="_blank" class="last">Support ACN</a></li>
</ul>
</div>
</aside>
<div class="columncontentwrap">
<img class="lrgimgheader" src="images/aboutus.jpg">
<div id="centercol" class="col">
<h1>About Public Programs</h1>
<p>In addition to ACN, Art Center offers the following Public Programs:</p>
<h2>Saturday High</h2>
<p><a href="http://www.artcenter.edu/sat/">Saturday High</a> gives high school students (grades 9—12) an opportunity to explore their creativity, learn about art and design disciplines and career opportunities, and study with a faculty who introduce them to professional practices and standards.</p>
<h2>Art Center for Kids</h2>
<p>In <a href="http://www.artcenter.edu/kids/">Art Center for Kids</a>, students in grades 4—8 spend Sunday afternoons engaged in art and design activities that develop creativity, innovation and visual literacy.</p>
<h2>Summer Institute for Teachers</h2>
<p>Led by experts in Design-Based Learning (DBL) education, <a href="http://www.artcenter.edu/teachers/">Summer Institute for Teachers</a> is a week-long workshop that teaches K—12 educators practical and effective design-based techniques and activities that they can use in their classrooms to improve student performance. </p>
</div><!--end center column-->
<div id="rightcol" class="col">
<div id="featured" class="col">
<h2>Featured Instructor</h2>
<img src="images/mars.jpg" alt="Clayton Brothers">
<div class="featcap">
<h3>Meet Some Faculty</h3>
<p>Pellentesque habitant morbi tristique senectus et netus et male fames.</p>
</div>
</div>
</div><!-- end right column-->
</div><!--end column content wrap-->
</div><!--main content-->
</div><!--end wrapper-->
<footer class="pagefooter row">
<div class="pagefootercontent">
<div class="blurb">
<p><a href="http://www.artcenter.edu/acn">Art Center at Night(ACN),</a> the continuing studies program at Art Center College of Design, offers nearly 200 innovative courses in art and design.</p>
</div>
<div class="footernavlist mblhide tblthide">
<div id="aboutus">
<h4>About Us</h4>
<ul>
<li><a href="whatis.html">What is ACN?</a></li>
<li><a href="public.html">Public Programs</a></li>
<li><a href="artcenter.html">Art Center</a></li>
<li><a href="donors.html">Scholarship Donors</a></li>
<li><a href="partners.html">Partners</a></li>
<li><a href="https://www.artcenter.edu/accd/giving/donation.jsp" class="last" target="_blank">Support ACN</a></li>
</ul>
</div>
<div id="explore">
<h4>Explore</h4>
<ul>
<li><a href="portfolio.html">Portfolio Prep</a></li>
<li><a href="courses.html">Courses</a></li>
<li><a href="faculty.html">Faculty</a></li>
<li><a href="students.html">Students</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="downloads/acn_catalog.pdf" class="last">Catalog PDF</a></li>
</ul>
</div>
<div id="connect">
<h4>Connect</h4>
<ul>
<li><a href="http://www.facebook.com/pages/Art-Center-at-Night-ACN-Art-Center-College-of-Design/141620312598387" target="_blank">Facebook</a></li>
<li><a href="http://es.twitter.com/art_center" target="_blank">Twitter</a></li>
<li><a href="http://pinterest.com/" target="_blank">Pinterest</a></li>
</ul>
</div>
<div id="contactus">
<h4>Contact Us</h4>
<ul>
<li><a href="https://maps.google.com/maps?q=950+s.+raymond+ave.+pasadena&oe=utf-8&client=firefox-a&channel=fflb&hnear=950+S+Raymond+Ave,+Pasadena,+California+91105&gl=us&t=h&z=16&iwloc=A">Art Center at Night<br />950 S. Raymond Ave.<br />Pasadena, CA 91105</a>
<br />
<p class="address">626.396.2319</p>
</li>
</ul>
</div>
</div><!--end footernavlist-->
</div><!--end pagefootercontent-->
<div class="bottomfooter">
<p class="copyright"> ©2012 Art Center at Night. All rights reserved.</p>
<p class="credits">
<a class="fancybox" data-fancybox-type="iframe" href="fb_feed/feed.html">Credits.</a></p>
<p class="terms"><a class="fancybox" data-fancybox-type="iframe" href="fb_feed/feed.html">Terms of use.</a></p>
</div><!--end bottomfooter-->
</footer> <!--end pagefooter-->
</body>
</html>