-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
executable file
·43 lines (43 loc) · 2.02 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Steve Rubinstein | Producer</title>
<link rel="stylesheet" href="css/normalize.css">
<link href='http://fonts.googleapis.com/css?family=Changa+One|Open+Sans:400italic,700italic,400,700,800' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/responsive.css">
<meta name="viewport" content="width=device-width, intial-scale=1.0">
</head>
<body>
<header>
<div id="logo">
<a href="index.html">
<h1>Steve Rubinstein</h1>
<h2>Producer</h2>
</a>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html" class="selected">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<div id="wrapper">
<section>
<img src="img/linkedinphoto.jpg" alt="This is me on a hay ladder." class="profile-photo">
<h3>About</h3>
<p>Hi. I'm Steve Rubinstein, and I've been working in film and television for the last eight years. I have a variety of credits, from casting and development to field producing to rights and clearances. I've been honing my skills to take projects from conception all the way to delivery.</p>
<p>If you'd like to follow me on twitter, my username is <a href="http://twitter.com/rubinstizzle" target="_blank">@rubinstizzle</a>.</p>
</section>
<footer>
<a href="http://twitter.com/rubinstizzle" target="_blank"><img src="img/twitter-wrap.png" alt="Twitter Logo" class="social-icon"></a>
<a href="http://facebook.com/steverubinstein3" target="_blank"><img src="img/facebook-wrap.png" alt="Facebook Logo" class="social-icon"></a>
<a href="https://www.linkedin.com/profile/view?id=41392969" target="_blank"><img src="img/linkedin-in-button.png" alt="LinkedIn Logo" class="social-icon"></a>
<p>© 2014 Steve Rubinstein.</p>
</footer>
</div>
</body>
</html>