-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio2.html
94 lines (85 loc) · 2.73 KB
/
portfolio2.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="assets/css/reset.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<title>Homework 1 - My Portfolio</title>
</head>
<body>
<section class="whitebar">
<h1 class="myname"> Diana Gatt</h1>
<!-- Menu -->
<ul id="topmenu">
<li><a href="index.html">About</a></li>
<li class="topmenugreyness">|</li>
<li><a href="portfolio.html">Portfolio </a></li>
<li class="topmenugreyness">|</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</section>
<!-- End of Menu -->
<br>
<!--- Portfolio layout -->
<section class="portafoliowrapper">
<h2> Coming Winter 2017!</h2>
<hr class="aboutline">
<ul>
<li>
<a href="portfolio2.html">
<img class="placeholder" src="assets/images/1.jpg" alt="Hangman">
<span class="image"><h4>Hangman</h4></span>
</a>
</li>
<li>
<a href="portfolio2.html">
<img class="placeholder" src="assets/images/6.jpg" alt="RPG Game">
<span class="image2"><h4>RPG Game</h4></span>
</a>
</li>
<li>
<a href="portfolio2.html">
<img class="placeholder" src="assets/images/3.jpg" alt="Trivia Game">
<span class="image3"><h4>Trivia Game</h4></span>
</a>
<li>
<li>
<a href="portfolio2.html">
<img class="placeholder" src="assets/images/4.jpg" alt="Rutgers Info Widget">
<span class="image4" id="funkypic"><h4>Rutgers Info Widget</h4></span>
</a>
</li>
<li>
<a href="portfolio2.html">
<img class="placeholder" src="assets/images/5.jpg" alt="Rock Paper Scissorsn">
<span class="image5"><h4>Rock Paper Scissors</h4></span>
</a>
<li>
</ul>
</section>
<br>
<!--- End of Portfolio layout -->
<!-- Start Connect with me -->
<div class="socialmediaportfolio">
<h3> Follow me</h3>
<hr id="socialline">
<ul id="socialmedianav">
<li><a href="https://github.com/Justorganiclove">
<img class="minisocial" src="assets/images/github.png" alt="github" >
</a>
</li>
<li><a href="https://stackoverflow.com/users/8374119/justorganiclove">
<img class="minisocial" src="assets/images/stackoverflow.png" alt="stackoverflow">
</a>
</li>
<li><a href="https://www.linkedin.com/in/diana-gatt-7a8116a1/">
<img class="minisocial" src="assets/images/linkedin.png" alt="linkedin">
</a>
</li>
</ul>
</div>
<!-- End Connect with me -->
<!-- footer -->
<footer> ©Copyright 2017 + infinity & beyond - Diana Gatt Media - </footer>
<!-- End of footer -->
</body>
</html>