-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (41 loc) · 3.09 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
<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>andrew ma</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<script type="module" src="https://unpkg.com/@splinetool/[email protected]/build/spline-viewer.js"></script>
</head>
<body>
<div id="spline-container">
<spline-viewer url="https://prod.spline.design/wkeFODNGVTLlc9Og/scene.splinecode"></spline-viewer>
</div>
<div class="content-overlay">
<div class="container-fluid">
<h1 id="title" class="mt-3">andrew ma</h1>
<div class="button-container row">
<div class="col-12 col-md-2-4 custom-col mb-2"><a href="assignment-two/index.html" class="button"><img class="icon" src="icons/2.png" alt="two">Assignment 2</a></div>
<div class="col-12 col-md-2-4 custom-col mb-2"><a href="assignment-three/index.html" class="button"><img class="icon" src="icons/3.png" alt="three">Assignment 3</a></div>
<div class="col-12 col-md-2-4 custom-col mb-2"><a href="assignment-four/index.html" class="button"><img class="icon" src="icons/4.png" alt="four">Assignment 4</a></div>
<div class="col-12 col-md-2-4 custom-col mb-2"><a href="assignment-five/index.html" class="button"><img class="icon" src="icons/5.png" alt="five">Assignment 5</a></div>
<div class="col-12 col-md-2-4 custom-col mb-2"><a href="assignment-six/index.html" class="button"><img class="icon" src="icons/6.png" alt="six">Assignment 6</a></div>
<div class="col-12 col-md-2-4 custom-col mb-2"><a href="assignment-seven/index.html" class="button"><img class="icon" src="icons/7.png" alt="seven">Assignment 7</a></div>
<div class="col-12 col-md-2-4 custom-col mb-2"><a href="assignment-eight/index.html" class="button"><img class="icon" src="icons/8.png" alt="eight">Assignment 8</a></div>
<div class="col-12 col-md-2-4 custom-col mb-2"><a href="assignment-nine/index.html" class="button"><img class="icon" src="icons/9.png" alt="nine">Assignment 9</a></div>
<div class="col-12 col-md-2-4 custom-col mb-2"><a href="assignment-ten/index.html" class="button"><img class="icon" src="icons/10.png" alt="ten">Assignment 10</a></div>
</div>
</div>
<footer>
<p>© Andrew Ma</p>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>