-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (43 loc) · 1.52 KB
/
index.html
File metadata and controls
46 lines (43 loc) · 1.52 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
<!DOCTYPE html>
<html>
<head>
<title>XUX | Home</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="index.css">
<script src="navbar-script.js"></script>
</head>
<body style="margin-bottom: 80px;">
<div class="xuxcontainer">
<img class="xuxlogo" src="./images/xuxlogo3.png" alt="home">
</div>
<div id="navbar-placeholder" class="container-2"></div>
<div class="igcontainer">
<a href="https://instagram.com/xux.eth?igshid=OTk0YzhjMDVlZA==" style="text-decoration: none" target="_blank">
<span class="iglogo"><img class="iglogo" src="./images/iglogo.png" alt="instagram xux link"></span>
</a>
</div>
<main>
<div class="container-5">
<p class="pagetitle">Recent Commissions</p>
</div>
<div class="container-1 ">
<div class="box-1 ">
<img src="./images/puzzlelogo.png" class="boxstyle" style="width: 50%; ">
</div>
<div class="container-1">
<div class="box-1">
<img src="./images/MerlinLOGOv04.png" class="boxstyle" style="width: 100%;">
</div>
<div class="container-1">
<div class="box-1">
<img src="./images/onlyburns10.png" class="boxstyle" style="width: 100%;">
</div>
<div class="box-1">
<img src="./images/tgarden.png" class="boxstyle" style="width: 100%;">
</div>
</div>
</div>
</main>
</body>
</html>