-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (38 loc) · 1.64 KB
/
index.html
File metadata and controls
41 lines (38 loc) · 1.64 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
<!-- Code written by April LaRosa (https://github.com/aaprilfoolss) -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DPAM Virtual Experience</title>
<link rel="icon" type="image/x-icon" href="dpam.svg">
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed&family=Source+Sans+Pro&display=swap" rel="stylesheet">
</head>
<body>
<header class="header-start">
<h1>DPAM Virtual Experience</h1>
<span>In partnership with the <a href="https://resources.depaul.edu/art-museum/Pages/default.aspx">DePaul Art Museum</a></span>
</header>
<main>
<div class="start">
<figure><img src="images/img4.jpg" alt="img4"></figure>
<div>
<h2>Find your #DPAMArtMatch!</h2>
<p>
Art comes in all shapes and sizes, from realistic portraits to abstract sculptures. Which of these styles speaks to you the most?
<br><br>
<b>Get started now and explore a virtual 3D tour of your perfect art!</b>
</p>
</div>
</div>
<button type="button" onclick="location.href = 'ArtMatch.html';">Take the Quiz</button>
<a href="tour.html">Skip the quiz and go straight to 3D tour</a>
<p class="disclaimer">
<i>All of the art reflected is exclusively online.</i>
</p>
</main>
</body>
</html>