-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschedule.html
More file actions
106 lines (86 loc) · 2.74 KB
/
schedule.html
File metadata and controls
106 lines (86 loc) · 2.74 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf">
<title>home</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body id="schedule">
<div class="menu">
<a href="#main_nav">Menu</a>
</div>
<div class="CF">
<h1>CONFERENCE OPENING</h1>
<p> room: RICHARD HARRIS TERRACE
8:30am - 9:00am Registration and Continental Breakfast
9:00am - 9:30am Opening Remarks</p></div>
<div class="sessionsI">
<section class="session I">
<h2>SESSION I</h2>
<p>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</p></section>
</div>
<div class="sessionsII">
<section class="session II">
<h2>SESSION II</h2>
<p>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</p></section>
</div>
<div class="lunch">
<section class="lunch">
<h2>LUNCH</h2>
<p>12:00pm - 1:30pm
room: Cafeteria outside Richard Harris Terrace</section></p></div>
<section class="session III">
<h2>SESSION III</h2>
<p>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</p></section>
<section class="session IV">
<h2>SESSION IV</h2>
<p>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</p></section>
<a name="main_nav"></a>
<nav id="main_nav" >
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="schedule.html">Schedule</a></li>
<li><a href="sessions.html">sessions</a></li>
<li><a href="speakers.html">speaker</a></li>
<li><a href="videos.html">videos</a></li>
<li><a href="about.html">about</a></li>
<li><a href="#top" class="top">Top</a></li>
</ul>
</nav><!--end main_nav -->
<footer>
<p>© BMCC Web Design by Steven Martinez</p>
</footer>
</body>
</html>