-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
60 lines (51 loc) · 1.79 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
<!DOCTYPE html>
<html lang="en"><head>
<head>
<title>Nena's_Portfolio</title>
<link rel="stylesheet" type="text/css" href="assets/css/reset.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
</head>
<body>
<body style="background: url(http://blog.hostbaby.com/wp-content/uploads/2014/03/Trees_1920x1234.png); background-size:100%;">
<header id="masthead">
<div class="container">
<a href="index.html" id="logo">Nena Gardner</a>
<Nav>
<a href="index.html">About</a>
<a href="portfolio.html">Portfolio</a>
<a href="contact.html">Contact</a>
</Nav>
</div>
</header>
<div id="main-container" class="container">
<section class="main-section">
<h1>Portfolio</h1>
<div class="work">
<img src="assets/images/hangman.jpg" class="auth-image"alt="Hangman">
<h3>Hangman</h3>
</div>
<div class="work">
<img src="assets/images/rpg.jpg" class="auth-image"alt="RPG Game">
<h3>RPG Game</h3>
</div>
<div class="work">
<img src="assets/images/trivia.jpg" class="auth-image"alt="Trivia Game">
<h3>Trivia Game</h3>
</div>
<div class="work">
<img src="assets/images/rutgers.jpg" class="auth-image"alt="Rutgers Info Widget">
<h3>Rutgers Info Widget</h3>
</div>
<div class="work">
<img src="assets/images/rps.jpg" class="auth-image"alt="Rock Paper Scissors">
<h3>Rock Paper Scissors</h3>
</div>
</section>
</div>
<footer>
<div class="container">
©Copyright
</div>
</footer>
</body>
</html>