-
Notifications
You must be signed in to change notification settings - Fork 0
/
art.html
47 lines (41 loc) · 1.53 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
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!-- This is our Art Page! :3 -->
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="static/normalize.css">
<link href="static/dist/art.css" rel="stylesheet" type="text/css">
<script src="./scripts/date.js"></script>
<title>Artwork</title>
<link rel="icon" href="./static/imgs/ant-icon.png">
</head>
<body>
<span>
<div class="hamburger absolutelyNot" onclick="navMenu()">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
<div class="circle"></div>
</div>
<nav>
<a href="./index.html"> Home </a>
</nav>
</span>
<h1>Artwork</h1>
<h2>Coming Soon</h2>
<!-- art and graphics through behance -->
<div class="container">
<div id="j"><img src="static/imgs/fire.webp" alt="arts and crafts made fire">
</div>
<div id="k"><img src="static/imgs/lavender-rose.webp" alt="lavender rose"></div>
<div id="l"><img src="static/imgs/room.webp" alt="pier view from hotel">
</div>
<div id="m"><img src="static/imgs/lunch.webp" alt="a pretty sandwich">
</div>
</div>
<!-- music through youtube... but hopefully in the future itunes -->
<script src="./scripts/hamborger.js"></script>
</body>
</html>