-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbizcard.html
40 lines (28 loc) · 1.54 KB
/
bizcard.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
<!DOCTYPE html>
<!-- An online business card page. -->
<html>
<head>
<meta charset="utf-8">
<title>Rich Bowman's Page</title>
<link rel="stylesheet" href="bizcard.css">
</head>
<body>
<h1 class="headlines">Rich Bowman</h1>
<h2 class="headlines"><i>Recovering attorney and aspiring developer</i></h2>
<img id="my_pic" src="REB4.jpg" alt="REB4.jpg">
<h3 class="headlines2"><i>A little bit about me</i></h3>
<div>
<p>I've been an attorney for the past 14 years with a practice focused primarily on business and employment litigation. I have, however, left the legal profession to pursue a career in development. I've simply had enough of being a practicing attorney day in and day out.</p>
<p>I currently live in Allston, MA. I grew up in Atlantic City, NJ and also spent about a dozen years living in Philadephia, PA.</p>
<p> </p>
</div>
<div id="connections">
<ul>
<li><a href="mailto:[email protected]"><img class="icons" src="email.jpg" alt="Email Me" width="42" height="42">Send me an email</a></li>
<li><a href='https://www.twitter.com/BostonREB99'><img class="icons" src="twitter_logo_blue.png" alt="Twitter" width="42" height="42">Follow me on Twitter</a></li>
<li><a href='https://github.com/BostonREB'><img class="icons" src="github.png" alt="GitHub" width="42" height="42">See what I've been up to on GitHub</a></li>
<li><a href='http://www.linkedin.com/pub/richard-bowman/5/856/288/'><img class="icons" src="linkedin.jpeg" alt="GitHub" width="42" height="42">Connect with me on LinkedIn</a></li>
</ul>
</div>
</body>
</html>