-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·133 lines (82 loc) · 3.04 KB
/
index.html
File metadata and controls
executable file
·133 lines (82 loc) · 3.04 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
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
<!DOCTYPE html>
<html>
<head>
<title>home</title>
<link rel="stylesheet" type="text/css" href="css/stylesheet.css">
<link rel="resetsheet" type="text/css" href="css/reset.css">
</head>
<body>
<nav class="nav">
<ul>
<li id="home"><a href="index.html" id="current">Home</a></li>
<li><a href="schedule.html">Schedule</a></li>
<li><a href="sessions.html">Sessions</a></li>
<li><a href="speakers.html">Speakers</a></li>
<li><a href="about.html">About</a></li>
<li><a href="videos.html">Videos</a></li>
</ul>
</nav>
<div id="logo">
<header>
<h1>Careers in the Creative Arts</h1>
</header>
</div>
<div id="generalinfo">
<div class="summary">
<p> <strong>Careers in the Creative Arts is a one day event at BMCC that will give you direct insight into what it takes to be a creative professional from the creatives themselves. Come for free and learn how to make a living at what you love. </strong></p> </div>
<div class="date">
<h2> Date </h2>
<p>Friday, June 14, 2014</p>
</div>
<div class="location">
<h2> Location </h2>
<p>Borough of Manhattan Community College
Richard Harris Terrace
199 Chambers Street
New York, NY 10007 </p>
</div>
<div class="featuredspeakers">
<h1>Featured Speakers</h1>
<div class="culkin">
<img src="images/jodyculkin.jpg" alt="culkin" >
<h3>Jody Culkin</h3>
<p>Jody Culkin is a professor in the Media Arts and Technology Department. She is an animator and artist who's work combines sculpture with microcontrollers and has shown her work internationally.
</p>
</div>
<img src="images/BilWright.jpg" alt="bill">
<h3>Bil Wright</h3>
<p>Bil Wright is the author of the novels Sunday You Learn How to Box and One Foot in Love. He has also published short stories, poetry and plays</p>
<img src="images/ChrisStein.jpg" alt="chris">
<h3>Christopher Stein</h3>
<p>Christopher Stein is an Associate Professor in the Media Arts and Technology Department. He teaches and has worked professionally with many types of interactive, data-driven applications. </p>
</div>
<div id="workshop" class="tracks">
<div class="workshoptitle">
<h2>Workshop Tracks</h2>
</div>
<div class="creative">
<h3>Creative Writing </h3>
<p>Whether you write novels, plays, poems, short stories, fiction or non-fiction this is the place for you.</p>
</div>
<div class="finearts">
<h3>Fine Arts</h3>
<p>All starving artists whether you're painters, sculptors, photographers, illustrators or anything else, make your way to this workshop.
</p>
</div>
<div class="performing" >
<h3>Performing Arts</h3>
<p>This is the spot for you if you express your creativity in front of people. Actors, musicians, dancers and theatre people are all welcome.</p>
</div>
<div class="mediaarts">
<h3>Media Arts</h3>
<p>It's all about the media. From the silver screen, to magazines, to the mobile web, this is for all filmmakers, graphic designers, animators and web designers.</p>
</div>
<div class="footer">
<footer>
<p>Design by Jonathan Velasco</p>
<p>MMP 240 BMCC</p>
</footer>
</div>
</div>
</body>
</html>