Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
133 changes: 133 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,133 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>RWD First Examples</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="conference">
<h1>ABOUT THE CONFERENCE</h1>
<p>The path to becoming a creative professional is not an easy one and even the path itself is hard to find. Careers in the Creative Arts is designed to inform educate and inspire students who are thinking about going down that path. It is free and open to all current and prospective students at BMCC.</p>

<p>If you come to the event you will get the opportunity to listen to and ask questions of people who are both creative professionals and professors at BMCC. They have both the first hand knowledge of what it takes to make it in their creative fields and e ability to communicate this information clearly. And, being BMCC teachers, they can tell you what you can start doing now to get moving on the path to a career doing what you love.</p>

<p>The event is organized into four tracks that represent four broad creative fields: Creative Writing, Fine Arts, Performing Arts, Media Arts. There will be four sessions in each track with lunch provided after the first two sessions. You can attend the sessions you're interested in whether they are all in one track or across tracks.</p>
</div>



<div class="date">
<h1>DATE AND TIME</h1>

<p>Friday, June 14, 2014<br>
8:30am - 4:30pm</p>
</div>



<div class="location">
<b><h1>LOCATION</h1></b>
<p>Borough of Manhattan Community College<br>
199 Chambers Street<br>
New York, NY 10007</p>

<p>Registration and the opening and closing remarks will be located in the Richard Harris Terrace. Sessions throughout the day will be located in other room. See the Schedule for more information.</p>
</div>



<div class="map">
<p>map goes here</p>
</div>



<div class="directions">
<div class="subway">

<div class="transport">
<h2>SUBWAY</h2>
</div>

<div class="commute">
<h3>You can get to BMCC by taking any one of the following lines:</h3>
<p>A, C, E to Chambers Street<br>
Walk 3 Blocks West on Chambers Street</p>

<p>1, 2, or 3 to Chambers Street<br>
Walk 2 Blocks West on Chambers Street</p>

<p>R to City Hall<br>
N to City Hall<br>
J, M to Chambers Street<br>
Walk 6 Blocks West on Chambers Street</p>

<p>Check the MTA's web site for the latest information.</p>
</div>
</div>



<div class="bus">

<div class="transport">
<h2>BUS</h2>
</div>

<div class="commute">
<p>M-22 from Grand Street and Madison Street<br>
Walk 4 Blocks West</p>

<p>Check the MTA's web site for the latest information.</p>
</div>
</div>




<div class="path">

<div class="transport">
<h2>PATH</h2>
</div>

<div class="commute">
<p>Path Train to World Trade Center<br>
Walk North 4 blocks on Greenwich St.<br>
Turn left at Chambers Street, entrance is on the right.</p>

<p>Path Train to Christopher Street<br>
Walk East 2 Blocks<br>
Take the 1 Downtown from Christopher Street/Sheridan Square station to Chambers Street.<br>
Walk 2 Blocks West on Chambers Street</p>
</div>
</div>

<div class="car">

<div class="transport">
<h2>CAR</h2>
</div>

<div class="commute">
<h3>Driving From East Side Highway:</h3>
<p>East River Drive all the way around the southern tip of Manhattan,<br>
Through Underpass Straight to West Street,<br>
Turn Right on Chambers Street</p>

<h3>Driving From West Side Highway:</h3>
<p>East River Drive all the way around the southern tip of Manhattan,<br>
Through Underpass Straight to West Street,<br>
Turn Right on Chambers Street</p>
</div>

</div>


</div>

</body>

</html>