-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio.html
59 lines (59 loc) · 1.83 KB
/
portfolio.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<title>My Portfolio</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="folio">
<h1 id="foliohead">Portfolio</h1>
<hr>
<table>
<tr>
<td>
<img src="assets/images/whoopies.jpg">
<h3>Food</h3>
</td>
<td>
<img src="assets/images/prague1.jpg">
<h3>Travel</h3>
<td>
</tr>
<tr>
<td>
<img src="assets/images/raindrops.JPG">
<h3>Photography</h3>
</td>
<td>
<img src="assets/images/InfoHolder.jpg">
<h3>Music</h3>
</td>
</tr>
<tr>
<td>
<img src="assets/images/RockHolder.jpg">
<h3>Rock Paper Scissor</h3>
</td>
</tr>
</table>
</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>