Last active
September 8, 2016 18:25
-
-
Save profstein/0bb4a76e9e722b77f66ca0a7353a55f9 to your computer and use it in GitHub Desktop.
Typographic Hierarchy Schedule Start
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* http://meyerweb.com/eric/tools/css/reset/ | |
v2.0 | 20110126 | |
License: none (public domain) | |
*/ | |
html, body, div, span, applet, object, iframe, | |
h1, h2, h3, h4, h5, h6, p, blockquote, pre, | |
a, abbr, acronym, address, big, cite, code, | |
del, dfn, em, img, ins, kbd, q, s, samp, | |
small, strike, strong, sub, sup, tt, var, | |
b, u, i, center, | |
dl, dt, dd, ol, ul, li, | |
fieldset, form, label, legend, | |
table, caption, tbody, tfoot, thead, tr, th, td, | |
article, aside, canvas, details, embed, | |
figure, figcaption, footer, header, hgroup, | |
menu, nav, output, ruby, section, summary, | |
time, mark, audio, video { | |
margin: 0; | |
padding: 0; | |
border: 0; | |
font-size: 100%; | |
font: inherit; | |
vertical-align: baseline; | |
} | |
/* HTML5 display-role reset for older browsers */ | |
article, aside, details, figcaption, figure, | |
footer, header, hgroup, menu, nav, section { | |
display: block; | |
} | |
body { | |
line-height: 1; | |
} | |
ol, ul { | |
list-style: none; | |
} | |
blockquote, q { | |
quotes: none; | |
} | |
blockquote:before, blockquote:after, | |
q:before, q:after { | |
content: ''; | |
content: none; | |
} | |
table { | |
border-collapse: collapse; | |
border-spacing: 0; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Schedule</title> | |
</head> | |
<body> | |
Careers in the Creative Arts | |
January 1, 2016 | |
Borough of Manhattan Community College | |
New York, NY | |
CONFERENCE OPENING | |
room: RICHARD HARRIS TERRACE | |
8:30am - 9:00am | |
Registration and Continental Breakfast | |
9:00am - 9:30am | |
Opening Remarks | |
SESSION I | |
9:45am - 10:45am | |
Creative Writing | |
Writing for the Stage | |
room: N415 | |
Fine Arts | |
Is a Brush in the Hand Worth Some Dough? | |
room: N420 | |
Performing Arts | |
A Life in the Theatre | |
room: Theatre II | |
Media Arts | |
Freelance Web Development | |
room: S312 | |
SESSION II | |
11:00am - 12:00pm | |
Creative Writing | |
Poet's Paradise | |
room: N415 | |
Fine Arts | |
Mastering the Light | |
room: N420 | |
Performing Arts | |
Dance for Life | |
room: Theatre II | |
Media Arts | |
From PAs to Auters and PrEditors | |
room: S312 | |
LUNCH | |
12:00pm - 1:30pm | |
room: Cafeteria outside Richard Harris Terrace | |
SESSION III | |
1:45pm - 2:45pm | |
Creative Writing | |
Finding Your Voice | |
room: N415 | |
Fine Arts | |
Documentary Photography | |
room: N420 | |
Performing Arts | |
An Actor's Life for Me | |
room: Theatre II | |
Media Arts | |
What is Graphic Design? | |
room: S312 | |
SESSION IV | |
3:00pm - 4:00pm | |
Creative Writing | |
Getting Published | |
room: N415 | |
Fine Arts | |
Art, Hands On | |
room: N420 | |
Performing Arts | |
Making the Band | |
room: Theatre II | |
Media Arts | |
Make it Move: Motion Graphics and Animation | |
room: S312 | |
CONFERENCE CLOSING | |
4:15pm - 4:30pm | |
Closing Remarks | |
room: RICHARD HARRIS TERRACE | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment