-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (81 loc) · 3.5 KB
/
index.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<title>Home | Maddi Jamieson</title>
</head>
<body>
<!--MODEL-VIEWER SCRIPT-->
<script type="module" src="https://ajax.googleapis.com/ajax/libs/model-viewer/3.0.1/model-viewer.min.js"></script>
<!--HEADER-->
<div class="header">
<h1>M JAM<br>ILLUSTRATIONS</h1>
<button onclick="window.location.href='https://google.com.au';">
Online Store Opening Soon
</button>
<table class="submenu">
<tr>
<th><a class="submenu" href="index.html">Home</a></th>
<th><a class="submenu" href="pages/about.html">About</a></th>
<th><a class="submenu" href="pages/contact.html">Contact</a></th>
</tr>
</table>
</div>
<!--IMAGE GALLERY-->
<div class="gallery">
<table>
<tr>
<td>
<img src="https://static.wixstatic.com/media/9046ad_53ca04d2743941369123664970f0b807~mv2.jpg/v1/fit/w_769,h_731,q_90/9046ad_53ca04d2743941369123664970f0b807~mv2.jpg" alt="earth avatar">
</td>
<td>
<img src="https://static.wixstatic.com/media/9046ad_c953f2c7a6454e97a585810c00b331ef~mv2.jpg/v1/fit/w_1282,h_1084,q_90/9046ad_c953f2c7a6454e97a585810c00b331ef~mv2.jpg" alt="earth avatar">
</td>
<td>
<img src="https://static.wixstatic.com/media/9046ad_e853073f567f44ffbf5ac329d3f8fc6c~mv2.jpg/v1/fit/w_1282,h_1084,q_90/9046ad_e853073f567f44ffbf5ac329d3f8fc6c~mv2.jpg" alt="earth avatar">
</td>
</tr>
<tr>
<td>
<img src="https://static.wixstatic.com/media/9046ad_94f1b2acbe1540c8ac132553cc54dfe4~mv2.jpg/v1/fit/w_1282,h_1084,q_90/9046ad_94f1b2acbe1540c8ac132553cc54dfe4~mv2.jpg" alt="earth avatar">
</td>
<td>
<img src="https://static.wixstatic.com/media/9046ad_53ca04d2743941369123664970f0b807~mv2.jpg/v1/fit/w_769,h_731,q_90/9046ad_53ca04d2743941369123664970f0b807~mv2.jpg" alt="earth avatar">
</td>
<td>
<img src="https://static.wixstatic.com/media/9046ad_53ca04d2743941369123664970f0b807~mv2.jpg/v1/fit/w_769,h_731,q_90/9046ad_53ca04d2743941369123664970f0b807~mv2.jpg" alt="earth avatar">
</td>
</tr>
</table>
</div>
<!--BANNER MIDPAGE-->
<div>
<img src="images/header-image.jpg" alt="Queen" style="width:650px">
</div>
<!--QUEEN GLB-->
<model-viewer src="Queen.glb" ar ar-modes="webxr scene-viewer quick-look" camera-controls poster="poster.webp" shadow-intensity="1">
<div class="progress-bar hide" slot="progress-bar">
<div class="update-bar"></div>
</div>
</model-viewer>
<!--ELDERS STATEMENT-->
<div class="mid bodytext">
<i>
‘I would like to acknowledge the First
Nations people as the original inhabitants
of the land on which I make art on; Meeanjin,
Brisbane. I recognise the country north and
south of the Brisbane River, as the home of
both the Turrbul and Jagera nations. I pay
deep respects to all Elders past and present
and emerging, and to all First Nations artists
out there who I am deeply inspired by every day.
</i>
<!--FOOTER-->
</div>
<h2 class="footer">
<a class="footer" href="pages/contact.html">Contact Me</a>
</h2>
</body>
</html>