forked from chrisrcooper/GWU-Design-System-HTML5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·820 lines (797 loc) · 33.1 KB
/
index.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
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
815
816
817
818
819
820
<!doctype html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!-- Consider adding an manifest.appcache: h5bp.com/d/Offline -->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<!-- Use the .htaccess and remove these lines to avoid edge case issues.
More info: h5bp.com/b/378 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile viewport optimized: j.mp/bplateviewport -->
<meta name="viewport" content="width=device-width,initial-scale=1">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons -->
<!-- CSS: implied media=all -->
<!-- CSS concatenated and minified via ant build script-->
<link rel="stylesheet" href="css/style.css">
<!-- end CSS-->
<!-- More ideas for your <head> here: h5bp.com/d/head-Tips -->
<!-- All JavaScript at the bottom, except for Modernizr / Respond.
Modernizr enables HTML5 elements & feature detects; Respond is a polyfill for min/max-width CSS3 Media Queries
For optimal performance, use a custom Modernizr build: www.modernizr.com/download/ -->
<script src="js/libs/modernizr-2.0.6.min.js"></script>
</head>
<body class="three-six-three logo-full">
<div id="container">
<header id="header">
<div class="limiter">
<a href="http://www.gwu.edu" class="logo-full">
<img class="logo" src="img/logo.png" width="405" height="27"
alt="The George Washington University" title="The George Washington University">
</a>
<a href="http://www.gwu.edu" class="logo-slogan">
<img class="logo gw" src="img/gw-logo.png" width="87" height="33"
alt="The George Washington University" title="The George Washington University">
</a>
<h1 class="logo-slogan">
<a href="/">Institute for Massively Parallel Applications and Computing Technology</a>
</h1>
<a href="http://www.gwu.edu" class="logo-wordmark">
<img class="logo gw" src="img/gw-logo.png" width="87" height="33"
alt="The George Washington University" title="The George Washington University">
</a>
<a href="/" class="logo-wordmark">
<img class="logo slogan" src="img/examples/wordmark.png" alt="" title="" width="170" height="32">
</a>
<div id="primary-navigation">
<ul class="menu">
<li class="first leaf"><a href="http://www.gwu.edu/" title="">GW Home</a></li>
<li class="expanded"><a href="/" title="" class="active">GW Links</a>
<ul class="menu">
<li class="first expanded"><a href="http://www.gwu.edu/explore" title="">Explore</a>
<ul class="menu">
<li class="first leaf"><a href="http://www.gwu.edu/explore/aboutgw" title="">About GW</a></li>
<li class="leaf"><a href="http://www.gwu.edu/explore/leadership" title="">Leadership</a></li>
<li class="leaf"><a href="http://www.gwu.edu/explore/visitingcampus" title="">Visiting Campus</a></li>
<li class="leaf"><a href="http://www.gwu.edu/explore/academiclife" title="">Academic Life</a></li>
<li class="leaf"><a href="http://www.gwu.edu/explore/campuslife" title="">Campus Life</a></li>
<li class="leaf"><a href="http://www.gwu.edu/explore/gwathletics" title="">GW Athletics</a></li>
<li class="last leaf"><a href="http://www.gwu.edu/explore/mediaroom" title="">Media Room</a></li>
</ul>
</li>
<li class="expanded"><a href="http://www.gwu.edu/apply" title="">Apply</a>
<ul class="menu">
<li class="first leaf"><a href="http://www.gwu.edu/apply/undergraduateadmissions" title="">Undergraduate Admissions</a></li>
<li class="leaf"><a href="http://www.gwu.edu/apply/graduateprofessional" title="">Graduate & Professional</a></li>
<li class="leaf"><a href="http://www.gwu.edu/apply/nondegree" title="">Non-Degree</a></li>
<li class="leaf"><a href="http://www.gwu.edu/apply/precollege" title="">Pre-College</a></li>
<li class="last leaf"><a href="http://www.gwu.edu/apply/costsfinancialplanning" title="">Costs & Financial Planning</a></li>
</ul>
</li>
<li class="expanded"><a href="http://www.gwu.edu/learn" title="">Learn</a>
<ul class="menu">
<li class="first leaf"><a href="http://www.gwu.edu/learn/collegesschools" title="">Colleges & Schools</a></li>
<li class="leaf"><a href="http://www.gwu.edu/learn/undergraduate" title="">Undergraduate</a></li>
<li class="leaf"><a href="http://www.gwu.edu/learn/graduateprofessional" title="">Graduate & Professional</a></li>
<li class="leaf"><a href="http://www.gwu.edu/learn/gwinternational" title="">GW International</a></li>
<li class="leaf"><a href="http://www.gwu.edu/learn/onlinelearning" title="">Online Learning</a></li>
<li class="leaf"><a href="http://www.gwu.edu/learn/offcampusprograms" title="">Off-Campus Programs</a></li>
<li class="last leaf"><a href="http://www.gwu.edu/learn/libraries" title="">Libraries</a></li>
</ul>
</li>
<li class="expanded"><a href="http://www.gwu.edu/discover" title="">Discover</a>
<ul class="menu">
<li class="first leaf"><a href="http://www.gwu.edu/discover/discoveriesinnovations" title="">Discoveries & Innovations</a></li>
<li class="leaf"><a href="http://www.gwu.edu/discover/facultyexpertise" title="">Faculty Expertise</a></li>
<li class="leaf"><a href="http://www.gwu.edu/discover/researchtraining" title="">Research Training</a></li>
<li class="leaf"><a href="http://www.gwu.edu/discover/centersinstitutes" title="">Centers & Institutes</a></li>
<li class="last leaf"><a href="http://www.gwu.edu/discover/facilitiestechnology" title="">Facilities & Technology</a></li>
</ul>
</li>
<li class="expanded"><a href="http://www.gwu.edu/connect" title="">Connect</a>
<ul class="menu">
<li class="first leaf"><a href="http://www.gwu.edu/connect/alumni" title="">Alumni</a></li>
<li class="leaf"><a href="http://www.gwu.edu/connect/community" title="">Community</a></li>
<li class="leaf"><a href="http://www.gwu.edu/connect/government" title="">Government</a></li>
<li class="leaf"><a href="http://www.gwu.edu/connect/parents" title="">Parents</a></li>
<li class="leaf"><a href="http://www.gwu.edu/connect/onlinenetworks" title="">Online Networks</a></li>
<li class="last leaf"><a href="http://www.gwu.edu/connect/corporationspartners" title="">Corporations & Partners</a></li>
</ul>
</li>
<li class="last expanded"><a href="http://www.gwu.edu/give" title="">Give</a>
<ul class="menu">
<li class="first leaf"><a href="http://www.gwu.edu/give/thepowerofgiving" title="">The Power Of Giving</a></li>
<li class="leaf"><a href="http://www.gwu.edu/give/givingopportunities" title="">Giving Opportunities</a></li>
<li class="leaf"><a href="http://www.gwu.edu/give/waystogive" title="">Ways To Give</a></li>
<li class="leaf"><a href="http://www.gwu.edu/give/honoringdonors" title="">Honoring Donors</a></li>
<li class="last leaf"><a href="http://www.gwu.edu/give/volunteer" title="">Volunteer</a></li>
</ul>
</li>
</ul>
</li>
<li class="last expanded"><a href="/" title="" class="active">Info For</a>
<ul class="menu">
<li class="first expanded"><a href="/" title="" class="active">Students</a>
<ul class="menu">
<li class="first leaf"><a href="https://my.gwu.edu/mod/email/?role=student" title="">GWMail</a></li>
<li class="leaf"><a href="http://blackboard.gwu.edu/webapps/portal/frameset.jsp" title="">Blackboard</a></li>
<li class="leaf"><a href="https://banweb.gwu.edu/" title="">GWeb (Records & Registration)</a></li>
<li class="leaf"><a href="http://gwired.gwu.edu/" title="">GWired (Student Services)</a></li>
<li class="leaf"><a href="http://my.gwu.edu/" title="">MyGW Portal</a></li>
<li class="leaf"><a href="http://colonialcentral.gwu.edu/" title="">Colonial Central (Financial Services)</a></li>
<li class="leaf"><a href="http://gwired.gwu.edu/gwdining/index.html" title="">GWorld Card And Colonial Cash</a></li>
<li class="leaf"><a href="http://www.gwu.edu/~bulletin/" title="">GW Bulletin (Course Descriptions)</a></li>
<li class="leaf"><a href="http://www.gwu.edu/learn/libraries" title="">University Libraries</a></li>
<li class="last leaf"><a href="http://www.bkstr.com/Home/10001-10370-1?demoKey=d" title="">GW Bookstore</a></li>
</ul>
</li>
<li class="expanded"><a href="/" title="" class="active">Alumni</a>
<ul class="menu">
<li class="first leaf"><a href="http://alumni.gwu.edu/connect/index.html" title="">Connect & Share</a></li>
<li class="leaf"><a href="http://alumni.gwu.edu/benefits/index.html" title="">Benefits & Services</a></li>
<li class="leaf"><a href="http://alumni.gwu.edu/programs/index.html" title="">Programs & Events</a></li>
<li class="leaf"><a href="http://alumni.gwu.edu/support/index.html" title="">Volunteer & Give</a></li>
<li class="last leaf"><a href="http://alumni.gwu.edu/benefits/transcripts.html" title="">Transcript Services</a></li>
</ul>
</li>
<li class="expanded"><a href="/" title="" class="active">Faculty And Staff</a>
<ul class="menu">
<li class="first leaf"><a href="http://my.gwu.edu/" title="">MyGW Portal</a></li>
<li class="leaf"><a href="http://www.gwu.edu/~academic/Faculty_Personnel/main.htm" title="">Faculty Handbook</a></li>
<li class="leaf"><a href="http://colonialcommunity.gwu.edu/" title="">Colonial Community</a></li>
<li class="last leaf"><a href="http://www.gwu.edu/hr/" title="">Human Resources</a></li>
</ul>
</li>
<li class="last expanded"><a href="/" title="" class="active">Parents</a>
<ul class="menu">
<li class="first leaf"><a href="http://gwired.gwu.edu/parents/" title="">Parent Services</a></li>
<li class="leaf"><a href="http://colonialcentral.gwu.edu/billing/" title="">Online Tuition Payment</a></li>
<li class="leaf"><a href="https://services.jsatech.com/textpage.php?pageid=456&cid=46&" title="">Colonial Cash</a></li>
<li class="last leaf"><a href="http://www.gwu.edu/give/givingopportunities/colonialinsiders/parentscampaign" title="">Parents Campaign</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<form id="search">
<div id="search-holder">
<input type="text" name="search-input" id="search-input" value="Search">
<select>
<option value="gw">GW</option>
<option value="ccas">CCAS</option>
<option value="law">Law</option>
</select>
<button type="submit">Go</button>
</div>
</form>
</div>
</header>
<div id="main" role="main">
<div class="limiter">
<div id="local-header">
<section id="brand">
<a href="/"><img src="img/examples/brand.png" width="318" height="260" alt="Brand" title="Brand"></a>
</section>
<section id="hero">
<div>
<div class="hero-container">
<div class="images">
<img src="img/examples/hero-1.jpg" alt="" title="" width="640" height="260" class="selected">
<img src="img/examples/hero-2.jpg" alt="" title="" width="640" height="260">
<img src="img/examples/hero-3.jpg" alt="" title="" width="640" height="260">
<img src="img/examples/hero-1.jpg" alt="" title="" width="640" height="260">
<img src="img/examples/hero-2.jpg" alt="" title="" width="640" height="260">
</div>
<ul class="captions">
<li class="selected">
<a href="#">Pancakes with the Provost this Thursday, Join in on the Fun!</a>
</li>
<li>
<a href="#">Caption Data 2</a>
</li>
<li>
<a href="#">Caption Data 3</a>
</li>
<li>
<a href="#">Caption Data 4</a>
</li>
<li>
<a href="#">Caption Data 5</a>
</li>
</ul>
<ul class="menu">
<li class="first selected">
<a href="#">1</a>
</li>
<li>
<a href="#">2</a>
</li>
<li>
<a href="#">3</a>
</li>
<li>
<a href="#">4</a>
</li>
<li>
<a href="#">5</a>
</li>
</ul>
</div>
</div>
</section>
</div>
<nav id="secondary-nav">
<ul class="menu">
<li class="first expanded"><a href="/leadership/provost/about-provost">About the Provost</a>
<ul class="menu">
<li class="first leaf"><a href="/leadership/provost/gw-community-helps-design-better-gelman-library">Article Long Title</a></li>
<li class="leaf"><a href="/leadership/provost/dr-steven-lerman-0">Biography</a></li>
<li class="leaf"><a href="/leadership/provost/office-history">Office History</a></li>
<li class="last leaf"><a href="/leadership/provost/speeches">Speeches</a></li>
</ul>
</li>
<li class="expanded"><a href="/leadership/provost/our-office">Our Office</a>
<ul class="menu">
<li class="first leaf"><a href="/leadership/provost/non-workflow-article">Non Workflow Article</a></li>
<li class="collapsed"><a href="/leadership/provost/senior-staff" title="">Senior Staff</a></li>
<li class="last leaf"><a href="/leadership/provost/department-directory">Department Directory</a></li>
</ul>
</li>
<li class="expanded"><a href="/leadership/provost/news-events" title="">News & Events</a>
<ul class="menu">
<li class="first leaf"><a href="/leadership/provost/news-events/archives" title="">Archives</a></li>
<li class="last leaf"><a href="/leadership/provost/new-news">New News</a></li>
</ul>
</li>
<li class="leaf"><a href="/leadership/provost/initiatives">Initiatives</a></li>
<li class="last expanded"><a href="/leadership/provost/academic-resources">Resources</a>
<ul class="menu">
<li class="first leaf"><a href="/leadership/provost/policies-and-procedures-0">Policies & Procedures</a></li>
<li class="last leaf"><a href="/leadership/provost/forms">Forms</a></li>
</ul>
</li>
</ul>
</nav>
<nav id="breadcrumb">
<span>You are here:
<a href="#">Home</a>
</span>
</nav>
<!-- content first -->
<div id="content" class="content">
<section class="featured-spotlight pane clearfix">
<header>
<h2>Featured Spotlight</h2>
</header>
<article>
<img src="img/examples/220x220.jpg" alt="" title="" width="220" height="220" class="inline-left">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In facilisis, neque in pulvinar scelerisque, neque leo consectetur risus, at eleifend enim urna quis lectus. Quisque cursus bibendum dui, at tristique felis volutpat at. Donec orci ante, dictum et lobortis at, egestas ac purus. Ut eu augue vel erat placerat posuere at nec elit.
</p>
<p>Mauris sed velit nisi. Vivamus sed neque vel augue pellentesque sagittis. Praesent placerat, magna et sollicitudin luctus, ligula est porttitor libero, in elementum leo erat sit amet nisl. Donec eget mi in odio fermentum ultricies ac vel metus. Nam at enim justo, non euismod orci. Duis nisl quam, vehicula at placerat id, luctus nec lacus. Curabitur lacinia metus ac urna condimentum elementum.
</p>
</article>
<footer>
<a href="#" class="read-more">» Read more</a>
</footer>
</section>
<section class="featured-carousel pane">
<header>
<h2>Featured Carousel</h2>
</header>
<article>
<a class="prev browse left">Previous</a>
<div class="slide-container clearfix scrollable">
<div class="items">
<!-- set 1-3 -->
<div>
<div class="slide selected">
<img src="img/examples/124x108.jpg" alt="" title="" width="124" height="108" class="inline-left">
<h3 class="mini">Lorem ipsum dolor</h3>
</div>
<div class="slide overlay">
<img src="img/examples/124x108.jpg" alt="" title="" width="124" height="108" class="inline-left">
<h3 class="mini">Ipsum dolor lorem</h3>
<a href="#video" class="video" title="Video Lightbox"></a>
</div>
<div class="slide">
<img src="img/examples/124x108.jpg" alt="" title="" width="124" height="108" class="inline-left">
<h3 class="mini">Dolor ipsum lorem</h3>
</div>
</div>
<!-- set 4-6 -->
<div>
<div class="slide">
<img src="img/examples/124x108.jpg" alt="" title="" width="124" height="108" class="inline-left">
<h3 class="mini">GW Wins Primary</h3>
</div>
<div class="slide">
<img src="img/examples/124x108.jpg" alt="" title="" width="124" height="108" class="inline-left">
<h3 class="mini">Setting Precedent</h3>
</div>
<div class="slide overlay">
<img src="img/examples/124x108.jpg" alt="" title="" width="124" height="108" class="inline-left">
<h3 class="mini">Top Votes Go</h3>
<a href="#video" class="video" title="Video Lightbox"></a>
</div>
</div>
<!-- set 7-9 -->
<div>
<div class="slide overlay">
<img src="img/examples/124x108.jpg" alt="" title="" width="124" height="108" class="inline-left">
<h3 class="mini">BU Overtakes</h3>
<a href="#video" class="video" title="Video Lightbox"></a>
</div>
<div class="slide">
<img src="img/examples/124x108.jpg" alt="" title="" width="124" height="108" class="inline-left">
<h3 class="mini">Team Wins</h3>
</div>
<div class="slide overlay">
<img src="img/examples/124x108.jpg" alt="" title="" width="124" height="108" class="inline-left">
<h3 class="mini">Team Loses</h3>
<a href="#video" class="video" title="Video Lightbox"></a>
</div>
</div>
</div>
</div>
<a class="next browse right">Next</a>
<div class="summary-container">
<!-- set 1-3 -->
<div class="summary selected">
<h3><a href="#">Lorem ipsum dolor</a></h3>
<p>Praesent placerat, magna et sollicitudin luctus, ligula est porttitor libero, placerat, magna et sollicitudin luctus, ligula placerat, magna et sollicitudin luctus, ligula in elementum leo erat sit amet nisl.
</p>
</div>
<div class="summary">
<h3><a href="#">Ipsum dolor lorem</a></h3>
<p>Nam at enim justo, non euismod orci. Duis nisl quam, vehicula at placerat id, luctus nec lacus. Curabitur lacinia metus ac urna condimentum elementum.
</p>
</div>
<div class="summary">
<h3><a href="#">Ipsum dolor lorem</a></h3>
<p>Mauris sed velit nisi. Vivamus sed neque vel augue pellentesque sagittis. Donec eget mi in odio fermentum ultricies ac vel metus.
</p>
</div>
<!-- set 4-6 -->
<div class="summary">
<h3><a href="#">GW Wins Primary</a></h3>
<p>Praesent placerat, magna et sollicitudin luctus, ligula est porttitor libero, placerat, magna et sollicitudin luctus, ligula placerat, magna et sollicitudin luctus, ligula in elementum leo erat sit amet nisl.
</p>
</div>
<div class="summary">
<h3><a href="#">Setting Precedent</a></h3>
<p>Nam at enim justo, non euismod orci. Duis nisl quam, vehicula at placerat id, luctus nec lacus. Curabitur lacinia metus ac urna condimentum elementum.
</p>
</div>
<div class="summary">
<h3><a href="#">Top Votes Go</a></h3>
<p>Mauris sed velit nisi. Vivamus sed neque vel augue pellentesque sagittis. Donec eget mi in odio fermentum ultricies ac vel metus.
</p>
</div>
<!-- set 7-9 -->
<div class="summary">
<h3><a href="#">BU Overtakes</a></h3>
<p>Praesent placerat, magna et sollicitudin luctus, ligula est porttitor libero, placerat, magna et sollicitudin luctus, ligula placerat, magna et sollicitudin luctus, ligula in elementum leo erat sit amet nisl.
</p>
</div>
<div class="summary">
<h3><a href="#">Team Wins</a></h3>
<p>Nam at enim justo, non euismod orci. Duis nisl quam, vehicula at placerat id, luctus nec lacus. Curabitur lacinia metus ac urna condimentum elementum.
</p>
</div>
<div class="summary">
<h3><a href="#">Team Loses</a></h3>
<p>Mauris sed velit nisi. Vivamus sed neque vel augue pellentesque sagittis. Donec eget mi in odio fermentum ultricies ac vel metus.
</p>
</div>
</div>
</article>
<footer>
<!-- no footer content -->
</footer>
</section>
<section class="image-teaser pane clearfix">
<header>
<h2>Image Teaser</h2>
</header>
<article class="inline-left">
<a href="#">
<img src="img/examples/220x80.jpg" alt="" title="" width="220" height="80">
</a>
<h4><a href="#">Pancakes with the Provost</a></h4>
</article>
<article>
<a href="#">
<img src="img/examples/220x80.jpg" alt="" title="" width="220" height="80">
</a>
<h4><a href="#">Winning the Championship, GW hoists ol' George to New Extremes</a></h4>
</article>
<footer>
<!-- no footer content -->
</footer>
</section>
</div>
<!-- sidebar left -->
<div id="left" class="sidebar">
<nav id="tertiary-nav">
<ul>
<li>
<a href="#"></a>
</li>
</ul>
</nav>
<section class="headline-listing pane clearfix">
<header>
<h2>Headline Listing</h2>
</header>
<article>
<span class="title">
<a href="#">Pancakes for the Provost</a>
</span>
<span class="time">
August 17, 2011
</span>
</article>
<article>
<span class="title">
<a href="#">GW Wins First Place</a>
</span>
<span class="time">
July 25, 2011
</span>
</article>
<article>
<span class="title">
<a href="#">Mauris sed velit nisi</a>
</span>
<span class="time">
June 1, 2011
</span>
</article>
<footer>
<a href="#" class="read-more">» View all</a>
</footer>
</section>
<section class="event-listing list-sidebar pane clearfix">
<header>
<h2>Event Listing</h2>
</header>
<article>
<div class="date event">
<div class='month'>
October
</div>
<div class='day'>
25
</div>
<div class='day-text'>
Tuesday
</div>
</div>
<span class="title">
<a href="#">GW Hosts President Clinton</a>
</span>
</article>
<article>
<div class="date event">
<div class='month'>
August
</div>
<div class='day-multi'>
11—
</div>
<div class='month'>
August
</div>
<div class='day-multi'>
18
</div>
</div>
<span class="title">
<a href="#">PHP Developer Conference at Lisner</a>
</span>
</article>
<article>
<div class="date event">
<div class='month'>
November
</div>
<div class='day'>
30
</div>
<div class='day-text'>
Wednesday
</div>
</div>
<span class="title">
<a href="#">Roti Grill Conference</a>
</span>
</article>
<footer>
<a href="#" class="read-more">» View all</a>
</footer>
</section>
</div>
<!-- sidebar right -->
<div id="right" class="sidebar">
<section class="list-sidebar pane clearfix">
<header>
<h2>Quick Links</h2>
</header>
<article>
<ul>
<li><a href="#">» Lorem Ipsum</a></li>
<li><a href="#">» Ipsum Ipsum Dolar</a></li>
<li><a href="#">» Lorem Lorem</a></li>
<li><a href="#">» Ipsum Dolar Ipsum</a></li>
<li><a href="#">» Dolar Ipsum</a></li>
<li><a href="#">» Ipsum Lorem Dolar</a></li>
</ul>
</article>
<footer>
<!-- no footer content -->
</footer>
</section>
<section class="selector-links pane clearfix">
<header>
<h2>I am a …</h2>
</header>
<article>
<select>
<option value="student" class="selected">Student</option>
<option value="faculty">Faculty</option>
<option value="staff">Staff</option>
<option value="alumni">Alumni</option>
</select>
<div class="link-container">
<ul class="selected">
<li><a href="#">» Courses</a></li>
<li><a href="#">» Campus Map</a></li>
<li><a href="#">» Social Media</a></li>
<li><a href="#">» Lorem Ipsum</a></li>
<li><a href="#">» Undergraduate</a></li>
<li><a href="#">» Graduate</a></li>
<li><a href="#">» Part-time</a></li>
<li><a href="#">» Ipsum Ipsum Dolar</a></li>
<li><a href="#">» Lorem Lorem</a></li>
<li><a href="#">» Ipsum Dolar Ipsum</a></li>
</ul>
<ul>
<li><a href="#">» Dolar Ipsum</a></li>
<li><a href="#">» Ipsum Lorem Dolar</a></li>
</ul>
<ul>
<li><a href="#">» Human Resources</a></li>
<li><a href="#">» Benefits</a></li>
<li><a href="#">» Meetings</a></li>
</ul>
<ul>
<li><a href="#">» Events</a></li>
<li><a href="#">» Community</a></li>
<li><a href="#">» Volunteering</a></li>
<li><a href="#">» Giving Back</a></li>
</ul>
</div>
</article>
<footer>
<!-- no footer content -->
</footer>
</section>
<section class="rotating-sidebar pane">
<header>
<h2>Rotating Sidebar</h2>
</header>
<article>
<a class="prev browse left">Prev</a>
<div class="slide-container clearfix scrollable" id="browsable">
<div class="items">
<!-- set 1-3 -->
<div>
<div>
<img src="img/examples/124x108.jpg" height="80" width="60" alt="" title="" class="inline-left">
<h3>Quantum Computing Tutorial: Bob Coecke (Oxford)</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse porta suscipit ligula, et facilisis ipsum rhoncus eu. Integer mollis dolor a turpis vehicula vitae viverra diam condimentum. Aenean vitae augue nec sapien commodo ornare ornare eget odio. Nulla facilisi.</p>
</div>
</div>
<!-- set 4-6 -->
<div>
<div>
<p>
<a href="#">Dodgers Win The Champtionship!</a>
<br>
<span class="time">July 25, 2041</span>
</p>
</div>
<div>
<p>
<a href="#">GW Named Top Institution of America by Global Research Group</a>
<br>
<span class="time">August 13, 1941</span>
</p>
</div>
<div>
<p>
<a href="#">Top 50 Players of 2011</a>
<br>
<span class="time">November 1, 2011</span>
</p>
</div>
</div>
<!-- set 7-9 -->
<div>
<ul>
<li><a href="#">Lorem Ipsum</a></li>
<li><a href="#">Ipsum Ipsum Dolar</a></li>
<li><a href="#">Lorem Lorem</a></li>
<li><a href="#">Ipsum Dolar Ipsum</a></li>
<li><a href="#">Dolar Ipsum</a></li>
<li><a href="#">Ipsum Lorem Dolar</a></li>
</ul>
</div>
</div>
</div>
<!-- wrapper for navigator elements -->
<div class="navi"></div>
<a class="next browse right">Next</a>
</article>
<footer>
<!-- no footer content -->
</footer>
</section>
</div>
</div>
</div>
<footer id="footer">
<section id="local-footer" class="pane clearfix">
<header>
<h2>Postpartum Depression Management</h2>
<h3>The Department of Psychology</h3>
<h3>The Columbian College of Arts and Sciences</h3>
</header>
<article class="address inline-left">
<p class="address">
<span class="title">Rice Hall, Suite 801</span><br>
<span class="address">2121 I Street, NW</span><br>
<span class="city">Washington, DC 20052</span><br>
<span class="phone">Phone: (202) 994-6500</span> |
<span class="fax">Fax: (202) 994-6501</span><br>
<span class="email">
<a href="mailto:[email protected]">[email protected]</a>
</span>
</p>
</article>
<div class="right">
<article>
<div class="local-links">
<a href="#">Contact Us</a> | <a href="#">Maps & Directions</a> |
<a href="#">Link 3</a> | <a href="#">Link 4 Link 4</a>
</div>
</article>
<article>
<div class="social-links">
<ul>
<li>
<a href="#">
<img src="img/icons/icon-fb.png" width="16" height="16" alt="Facebook" title="Facebook">
Columbian
</a>
</li>
<li>
<a href="#">
<img src="img/icons/icon-twitter.png" width="16" height="16" alt="Twitter" title="Twitter">
@Columbian
</a>
</li>
<li>
<a href="#">
<img src="img/icons/icon-social-youtube.gif" width="16" height="16" alt="YouTube" title="YouTube">
Discover Columbian
</a>
</li>
<li>
<a href="#">
<img src="img/icons/icon-rss.png" width="16" height="16" alt="RSS" title="RSS">
Subscribe RSS
</a>
</li>
</ul>
</div>
</article>
</div>
<footer>
<!-- no footer content -->
</footer>
</section>
<section id="global-footer" class="clearfix">
<article>
<header>
<a href="http://www.gwu.edu">
<img class="logo" src="img/logo.png" width="336" height="23"
alt="The George Washington University" title="The George Washington University">
</a>
</header>
<ul>
<li>
<a href="#">Campus Advisories</a>
</li>
</li>
<li>
<a href="#">Copyright</a>
</li>
<li>
<a href="#">Privacy Policy</a>
</li>
<li>
<a href="#">Terms of Use</a>
</li>
<li>
<a href="#">Contact GW</a>
</li>
<li>
<a href="#">A - Z Index</a>
</li>
</ul>
</article>
</section>
</footer>
</div> <!--! end of #container -->
<!-- lightboxes -->
<div class="lightbox" id="video">
<div class="w640 h386">
<object type="application/x-shockwave-flash" width="640" height="385" data="http://www.youtube.com/v/bsGEWHNJ3s8"><param name="movie" value="http://www.youtube.com/v/bsGEWHNJ3s8" /></object>
</div>
<p class="close"><a href="#" title="Close This Video Lightbox">Close <span>X</span></a></p>
</div>
<!--! end of lightboxes -->
<!-- JavaScript at the bottom for fast page loading -->
<!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.6.2.min.js"><\/script>')</script>
<!-- jQuery Tools with Scrollable+Autoscroll/Navigator -->
<script src="http://cdn.jquerytools.org/1.2.6/all/jquery.tools.min.js"></script>
<!-- scripts concatenated and minified via ant build script-->
<script defer src="js/plugins.js"></script>
<script defer src="js/script.js"></script>
<!-- end scripts-->
<!--
*
* css3 lightbox
* http://sixrevisions.com/css/semantic-css3-lightboxes/
*
-->
<script type="text/javascript">
<!--
/*@cc_on @if (@_jscript_version > 5.6)
function bootup(){
var tds = document.getElementsByTagName("a"); lightbox();
for( var x=0; x < tds.length; x++ ){tds[x].onclick = function(){setTimeout(lightbox, 1);};}
}
function lightbox(){
var counted = document.getElementsByTagName("div");
for( var x=0; x < counted.length; x++ ){ if ( counted[x].className == "boxfocus" ) { counted[x].className = "lightbox"; } }
if (location.hash.substr(1) == "") {} else { document.getElementById(location.hash.substr(1)).className = "box focus"; }
}
window.onload=bootup;
@end @*/
// -->
</script>
<!-- Change UA-XXXXX-X to be your site's ID -->
<script>
window._gaq = [['_setAccount','UAXXXXXXXX1'],['_trackPageview'],['_trackPageLoadTime']];
Modernizr.load({
load: ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js'
});
</script>
<!-- Prompt IE 6 users to install Chrome Frame. Remove this if you want to support IE 6.
chromium.org/developers/how-tos/chrome-frame-getting-started -->
<!--[if lt IE 7 ]>
<script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
<script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
<![endif]-->
</body>
</html>