-
Notifications
You must be signed in to change notification settings - Fork 0
/
schedule.html
197 lines (170 loc) · 4.74 KB
/
schedule.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Careers in the Creative Arts</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/reset.css">
</head>
<body id="schedule">
<div class="header">
<!-- <div class="logo">
<img src="images/logo.png" width="50%">
</div> -->
<div class="menu">
<a class="menu" href="#main_nav">MENU</a>
</div>
</div>
<div class="content">
<div class="page_title">
<h1 class="title"> SCHEDULE </h1>
</div>
<div class="opening">
<h1 class="heading">CONFERENCE OPENING </h1>
<p class="intro">
room: RICHARD HARRIS TERRACE
</p>
<br>
<h2 class="subheading">
8:30am - 9:00am
</h2>
<p class="intro">
Registration and Continental Breakfast
</p>
<h2 class="subheading">
9:00am - 9:30am
</h2>
<p class="intro">
Opening Remarks
</p>
</div>
<div class="ses1">
<h1 class="heading"> SESSION I </h1>
<h2 class="subheading">
9:45am - 10:45am
</h2>
<p class="intro">
Creative Writing: Writing for the Stage <br>
room: N415 <br>
<br>
Fine Arts: Is a Brush in the Hand Worth Some Dough? <br>
room: N420 <br>
<br>
Performing Arts: A Life in the Theatre <br>
room: Theatre II <br>
<br>
Media Arts: Freelance Web Development <br>
room: S312 <br>
</p>
</div>
<div class="ses2">
<h1 class="heading"> SESSION II </h1>
<h2 class="subheading">
11:00am - 12:00pm
</h2>
<p class="intro">
Creative Writing: Poet's Paradise <br>
room: N415<br>
<br>
Fine Arts: Mastering the Light <br>
room: N420 <br>
<br>
Performing Arts: Dance for Life <br>
room: Theatre II <br>
<br>
Media Arts: From PAs to Auters and PrEditors <br>
room: S312 <br>
</p>
</div>
<div class="lunch">
<h1 class="heading"> LUNCH </h1>
<h2 class="subheading">
12:00pm - 1:30pm
</h2>
<p class="intro">
room: Cafeteria outside Richard Harris Terrace
</p>
</div>
<div class="ses3">
<h1 class="heading"> SESSION III</h1>
<h2 class="subheading">
1:45pm - 2:45pm
</h2>
<p class="intro">
Creative Writing: Finding Your Voice <br>
room: N415 <br>
<br>
Fine Arts: Documentary Photography <br>
room: N420 <br>
<br>
Performing Arts: An Actor's Life for Me <br>
room: Theatre II <br>
<br>
Media Arts: What is Graphic Design? <br>
room: S312 <br>
</p>
</div>
<div class="ses4">
<h1 class="heading"> SESSION IV</h1>
<h2 class="subheading">
3:00pm - 4:00pm
</h2>
<p class="intro">
Creative Writing: Getting Published <br>
room: N415 <br>
<br>
Fine Arts: Art, Hands On <br>
room: N420 <br>
<br>
Performing Arts: Making the Band <br>
room: Theatre II <br>
<br>
Media Arts: Make it Move: Motion Graphics and Animation <br>
room: S312 <br>
</p>
</div>
<div class="closing">
<h1 class="heading"> CONFERENCE CLOSING </h1>
<h2 class="subheading">
4:15pm - 4:30pm
</h2>
<p class="intro">
Closing Remarks <br>
room: RICHARD HARRIS TERRACE
</p>
</div>
</div>
<div class="footer">
<div class="navigation">
<a name="main_nav"></a>
<nav id="main_nav" >
<div class="navleft">
<ul>
<li><a class="nav" href="index.html">HOME</a></li>
<li><a class="nav" href="about.html">ABOUT</a></li>
<li><a class="nav" href="schedule.html">SCHEDULE</a></li>
</ul>
</div>
<div class="navright">
<ul>
<li><a class="nav" href="sessions.html">SESSIONS</a></li>
<li><a class="nav" href="speakers.html">SPEAKERS</a></li>
<li><a class="nav" href="videos.html">VIDEOS</a></li>
</ul>
</div>
</nav><!--end main_nav -->
<div class="top">
<a class="top" href="#top">Top</a>
<br>
<br>
</div>
<div class="address">
<p class="add1">
<b>Borough of Manhattan Community College<br>
The City University of New York</b></p>
<p class="add2">199 Chambers Street <br>
New York, NY 10007 <br></p>
</div>
</div>
</body>
</html>