-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathart.html
37 lines (31 loc) · 1.21 KB
/
art.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
<html>
<title>Portfolio</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./style.css">
<body>
<!-- Navbar (sit on top) -->
<div class="w3-top">
<div class="w3-bar w3-white w3-wide w3-padding w3-card">
<a href="./index.html" class="w3-bar-item w3-button"><b>N.</b> Shin</a>
<!-- Float links to the right. Hide them on small screens -->
<div class="w3-right w3-hide-small">
<a href="./index.html#projects" class="w3-bar-item w3-button">Projects</a>
<a href="./index.html#gallery" class="w3-bar-item w3-button">Gallery</a>
<a href="./index.html#about" class="w3-bar-item w3-button">About</a>
<a href="./index.html#contact" class="w3-bar-item w3-button">Contact</a>
</div>
</div>
</div>
<br>
<br>
<br>
<div class="w3-container w3-padding-32" id="projects">
<h2 class="w3-border-bottom w3-border-light-grey w3-padding-16">Art</h2>
</div>
<div class="ptext">
<img class="w3-image" src="./Snapchat-1858966687.jpg" width="500" height="500"> <br><br>
<img class="w3-image" src="./Snapchat-1177535806.jpg" width="800" height="800">
</div>
</body>
</html>