-
Notifications
You must be signed in to change notification settings - Fork 2
/
event.html
executable file
·497 lines (477 loc) · 21.8 KB
/
event.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
<!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="nine-three logo-slogan">
<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" class="small">
<a href="/"><img src="img/examples/small-brand.png" width="318" height="120" alt="Brand" title="Brand"></a>
</section>
<section id="hero" class="small">
<div>
<div class="hero-container">
<div class="images">
<img src="img/examples/small-hero.png" alt="" title="" width="640" height="120" class="selected">
</div>
</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>
<!-- content first -->
<div id="content" class="content">
<section class="event-detail pane clearfix">
<header>
<h2>Pancakes with the Provost</h2>
<h3>Lorem ipsum dolar sit amit subtitle lorem ipsum</h3>
</header>
<article>
<h4>Steve Lerman and his wife Lori flip pancakes for students once a month. On Pancakes with the Provost Sundays, students are invited to stop by the Provost’s home on the Mount Vernon campus for flapjacks any time between 10:30 a.m. and 12:30 p.m.</h4>
<p>The pancakes are prepared by a special guest chef (which has included in the past CCAS Dean Peg Barratt and Special Education Professor Michael Castleberry), and students have the choice between plain pancakes and pancakes made with that day’s secret ingredient.)
</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>
<p>
<em>RSVP for Pancakes with the Provost or contact Monica McGhee (<a href="#">[email protected]</a>) for more information.</em>
</p>
<p>
Pancakes with the Provost for the 2011- 2012 academic year will be held on the following days:
<ul>
<li>September 25, 2011</li>
<li>October 23, 2011</li>
<li>November 20, 2011</li>
<li>January 29, 2012</li>
<li>February 26, 2012</li>
<li>March 25, 2012</li>
<li>April 22, 2012</li>
</ul>
</p>
<p>
<strong>Open to all current GW undergraduate and graduate students.</strong>
</p>
<section class="sub-section clearfix">
<header><em>Sponsored By:</em></header>
<article>
<p>
<a href="#">Department of Health</a>, <a href="#">American Bar Association</a>, <a href="#">Lorem Ipsum Dollar Summit</a><a href="#">Department of Health</a>, <a href="#">American Bar Association</a>
</p>
<ul class="sponsor-logos">
<li><a href="#"><img src="img/examples/sponsor-logo-1.png" alt="" title="" width="140" height="60"></a></li>
<li><a href="#"><img src="img/examples/sponsor-logo-2.png" alt="" title="" width="140" height="60"></a></li>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
</ul>
</article>
</section>
<p>
<strong>Videos:</strong>
<ul>
<li><a href="#">Lorem Ipsum</a></li>
<li><a href="#">Announcement Speech</a></li>
</ul>
</p>
<p>
<strong>Downloads:</strong>
<ul>
<li><a href="#">Version 200</a></li>
<li><a href="#">Version 305</a></li>
<li><a href="#">Version 306</a></li>
<li><a href="#">Final Release</a></li>
</ul>
</p>
<p>
<strong>Related Links:</strong>
<ul>
<li><a href="#">Lorem Ipsum</a></li>
<li><a href="#">Announcement Speech</a></li>
<li><a href="#">Disney</a></li>
</ul>
</p>
<p>
<strong>Related Events:</strong>
<p>
<a href="#">Textile Museum Play</a><br>
<span class="time">January 25, 2012</span>
</p>
<p>
<a href="#">Pancakes with the Provost</a><br>
<span class="time">April 2, 2012</span>
</p>
</p>
</article>
<footer>
<!-- no footer content -->
</footer>
</section>
</div>
</div>
<!-- sidebar right -->
<div id="right" class="sidebar">
<section class="event-detail-sidebar banner-free pane clearfix">
<header>
<img src="img/examples/220x220.jpg" alt="" title="" width="220" height="220">
<p class="caption">
On Pancakes with the Provost Sundays, students are invited to stop by the Provost’s home on the Mount Vernon campus for flapjacks
</p>
</header>
<article>
<h2>When</h2>
<p>
Sunday, October 23, 2011<br>
10:30 am - 12:30 pm
</p>
<h2>Where</h2>
<p>
Provost Home<br>
Mount Vernon Campus<br>
5555 Main St.<br>
Washington, DC 20052
</p>
<p>
provost.gwu.edu<br>
Meeting Number: (555) 555-5000<br>
Passcode: 5555-5555-5555
</p>
<h2>Contacts</h2>
<p>
Monica Mghee<br>
(555)-567-8309
</p>
<p>
Call during regular office hours.
</p>
</article>
<footer>
<a href="#" class="call-to-action">
Call to Action
</a>
</footer>
</section>
</div>
</div>
<footer id="footer">
<section id="local-footer" class="pane clearfix">
<header>
<h2>The Columbian College of Arts and Sciences</h2>
</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="405" height="27"
alt="The George Washington University" title="The George Washington University">
</a>
</header>
<ul>
<li>
<a href="#">Campus Advisories</a>
</li>
<li>
<a href="#">Campus Advisories</a>
</li>
<li>
<a href="#">Campus Advisories</a>
</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 -->
<!-- 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>
<!-- scripts concatenated and minified via ant build script-->
<script defer src="js/plugins.js"></script>
<script defer src="js/script.js"></script>
<!-- end scripts-->
<!-- 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>