-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.html
More file actions
69 lines (55 loc) · 2.05 KB
/
Copy pathportfolio.html
File metadata and controls
69 lines (55 loc) · 2.05 KB
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>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>My First HW!</title>
<link rel="stylesheet" type="text/css" href="./assets/css/reset.css" />
<link rel="stylesheet" type="text/css" href="./assets/css/style.css" />
<script src="main.js"></script>
</head>
<body>
<header>
<div class="wrapper">
<h1>Peter Lim</h1>
<nav>
<ul>
<!--proper<li><a href="#">Something1</a></li-->
<li><a href="index.html">About</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<link><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</header>
<div class="wrapper"></div>
<div="portwarpper">
<h2>Portfolio</h2>
<div class="portfolio-item" id="port1"></div>
<img src="images/508338720.jpg" alt="Mountain View" width="200" height="200">
<h4>Port 1</h4>
<div class="portfolio-item" id="port2"></div>
<img src="images/514558113.jpg" alt="Girl in a jacket" width="200" height="200">
<h4>Port 2</h4>
<div class="portfolio-item" id="port3"></div>
<img src="images/622324734.jpg" alt="Girl in a jacket" width="200" height="200">
<h4>Port 3</h4>
<div class="portfolio-item" id="port4"></div>
<img src="images/613672992.jpg" alt="Girl in a jacket" width="200" height="200">
<h4>Port 4</h4>
<div class="portfolio-item" id="port5"></div>
<img src="images/588266018.jpg" alt="Girl in a jacket" width="200" height="200">
<h4>Port 5</h4>
</div>
</section>
</div>
</div>
<div class="clearfix>"></div>
<footer>
©2018 Peter Lim
</footer>
</div>
</div>
</body>
</html>