-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (62 loc) · 2.31 KB
/
Copy pathindex.html
File metadata and controls
79 lines (62 loc) · 2.31 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
<!doctype html>
<html lang="en">
<head>
<style>
h1 {color:purple;}
</style>
<meta charset="utf">
<title>home</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body id="home">
<a name="top"></a>
<div class="menu">
<a href="#main_nav">Menu</a>
</div>
<div class="banner">
<header>
<h1>Careers in the Creative Arts</h1>
</header>
</div>
<div class="intro">
<p>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.</p>
</div>
<div class="date">
<p>Friday, June 14, 2014</p>
</div>
<div class="location">
<p>Borough of Manhattan Community College
Richard Harris Terrace
199 Chambers Street
New York, NY 10007</p>
</div>
<p>Featured Speakers - Which speakers are up to you. include at least the name and a picture. Pictures are located in the speakers folder</p>
<div class="track">
<h1>Creative Writing </h1>
<p>Whether you write novels, plays, poems, short stories, fiction or non-fiction this is the place for you.</p></div>
<div class="track">
<h1>Fine Arts</h1>
<p>All starving artists whether you're painters, sculptors, photographers, illustrators or anything else, make your way to this workshop.</p></div>
<div class="track">
<h1>Performing Arts</h1>
<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="track">
<h1>Media Arts</h1>
<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>
<a name="main_nav"></a>
<nav id="main_nav" >
<ul>
<li><a href="index.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 -->
<p><footer>
<p>© BMCC Web Design by Steven Martinez</p>
</footer></p>
</body>
</html>