forked from JettTech/FirstWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
69 lines (69 loc) · 2.52 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
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>Lisa Jetton: An Introduction</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="assets/css/reset.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
</head>
<body>
<div class="container">
<header class="wrapper">
<h1 id="header-name"> Lisa Jetton </h1>
<nav id="navitems">
<ul>
<li><a href="index.html"> About </a></li>
<li><a href="#"> Portfolio </a></li>
<li><a href="contact.html"> Contact </a></li>
</ul>
</nav>
</header>
<div id="center-area">
<div id="main-section">
<article id="main-content">
<h2>Portfolio</h2>
<div id="articleline1"></div>
<section>
<div id="port-block">
<div class="port-img">
<img src="assets/images/profile.p1.jpg" alt="Hangman Icon.">
<h4 class="image-title">Hangman</h4>
</div>
<div class="port-img">
<img src="assets/images/profile.p2.jpg" alt="RPG Game Icon.">
<h4 class="image-title">RPG Game</h4>
</div>
<div class="port-img">
<img src="assets/images/profile.p3.jpg" alt="Trivia Game Icon.">
<h4 class="image-title">Trivia Game</h4>
</div>
<div class="port-img">
<img src="assets/images/profile.p4.jpg" alt="Rutgers Info Widget Icon.">
<h4 class="image-title">Rutgers Info Widget</h4>
</div>
<div class="port-img">
<img src="assets/images/profile.p5.jpg" alt="Rock Paper Sissors Icon.">
<h4 class="image-title">Rock Paper Sissors</h4>
</div>
</div>
</section>
</article>
</div>
<aside>
<div id="asidecontact">
<h3>Connect With Me</h3>
<div id="asideline2"></div>
<div id="socialimages">
<a href="https://github.com/JettTech" target="_blank"><img id="socialimage" src="assets/images/github.img" alt="This is a picture of the github logo." height="50" width="50"/></a>
<a href="https://www.linkedin.com/in/lisa-jetton-78026626/" target="_blank"><img id="socialimage" src="assets/images/linkedin.img" alt="This is a picture of the linkedin logo." height="50" width="50"></a>
<a href="https://stackoverflow.com/users/7795208/lisa-jetton" target="_blank"><img id="socialimage" src="assets/images/stackoverflow.img" alt="This is a picture of the stackoverflow logo." height="50" width="50"></li>
</div>
</div>
</aside>
</div>
<footer id="stickyfooter">
<p id="copyright">©Copyright 2017 Lisa Jetton</p>
</footer>
</div>
</body>
</html>