-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (34 loc) · 1.81 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Welcome</title>
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
</head>
<body>
<header>
<h1 class="name">Matthew Glassman</h1>
<section id="cont"><a href="contact.html">Contact</a></section>
<center><section id="port"><a href="portfolio.html">Portfolio</a></section></center>
<section id="bout"><a href="index.html">About</a></section>
</header>
<div class="full">
<section id="me">
<h1 id="meAbout">About Me</h1>
<hr id="meHR">
<img src="assets/images/headshot1.jpg" alt="Me Eating" id="mePhoto">
<p class="bio">Tech Analyst by day and baker by night. That is my current motto. I have been working with technology most of my life. It started with an old Texas Instruments computer and evolved to Commodore 64. Eventually, my family and school were inundated with PCs (Dells).</p>
<p>In my spare time, I enjoy baking. It is a hobby that took a bit of time and patience to learn, but the results have been worth it. I also enjoy dancing and going out to the theater, as well as, traveling. Lastly, I am trying to get back into photography.</p>
</section>
<aside class="connection">
<h3 id="connectionHead">Connect with Me</h3>
<hr id="connectionHR">
<a href="https://github.com/matthewglassman"><img src="assets/images/githubicon.png" alt="githubicon" id="ghicon"></a>
<a href="https://www.linkedin.com/in/matthew-glassman-it"><img src="assets/images/linkedinicon.png" alt="linkedinicon" id="liicon"></a>
<a href="http://stackoverflow.com/users/7101964/matthew"><img src="assets/images/stackoverflowicon.png" alt="stackoverflowicon" id="stackicon"></a>
</aside>
</div>
<footer class="dasboot">
© Copyright Matthew Glassman
</footer>
</body>
</html>