-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathArtMatch.html
More file actions
114 lines (103 loc) · 6.41 KB
/
Copy pathArtMatch.html
File metadata and controls
114 lines (103 loc) · 6.41 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
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!-- 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>#DPAMArtMatch</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>
<h1><a href="index.html">DPAM Virtual Experience</a></h1>
<span>In partnership with the <a href="https://resources.depaul.edu/art-museum/Pages/default.aspx">DePaul Art Museum</a></span>
</header>
<div class="quiz">
<h2>Find your #DPAMArtMatch!</h2><i id="help" class="fa fa-circle-question"></i>
<span id="progress">1 of 10</span>
<!-- help tooltip overlay -->
<div id="helpOverlay" class="overlay">
<i id="close2" class="fa fa-remove close" aria-hidden="true"></i>
<h3>#DPAMArtMatch Quiz Help</h3>
<p>To get started, swipe or click on the icons to "like" and "dislike" each artwork you see. At the end, you'll be matched with one of our curated art personality types!</p>
</div>
<!-- skip quiz confirmation overlay -->
<div id="overlay" class="overlay">
<i id="close" class="fa fa-remove close" aria-hidden="true"></i>
<h3>Are you sure you want to skip the quiz?</h3>
<p id="overlayText">You've already started on your path to discovering your unique artistic preferences and style!</p>
<button type="button" id="continue">Continue Quiz</button>
<a href="tour.html"><button type="button">Skip</button></a>
</div>
<button id="nope" class="choose"><i class="fa fa-remove"></i><span>Dislike</span></button>
<!-- container for cards -->
<div class="quiz--cards">
<div class="quiz--card">
<figure><img src="images/paper_weight_Sam_Francis.jpeg" alt="Paint splatter image with negative space in the center of the piece." class="chameleon"></figure>
<h2>Paper Weight (SF 109; Lembark no. L118)</h2>
<p class="artist">By: Sam Francis</p>
</div>
<div class="quiz--card">
<figure><img src="images/whooping_crane_Jenny_Kendler.jpg" alt="Two cranes facing away from each other standing on grass." class="traditionalist"></figure>
<h2>Whooping Crane</h2>
<p class="artist">By: Jenny Kendler</p>
</div>
<div class="quiz--card">
<figure><img src="images/False_Image_Decal_Roger_Brown.jpg" alt="Three trucks and two people with a large banner that says "artist"" class="historian"></figure>
<h2>False Image Decal (Artist)</h2>
<p class="artist">By: Roger Brown</p>
</div>
<div class="quiz--card">
<figure><img src="images/destroyer_Erin_Washington.jpg" alt="Abstractly painted background in pink, purple, and blue. Green triangle near center with "DESTROYER" written on it. Drawing below which looks like teeth on an x-ray. All encased in an acrylic frame." class="thrillSeeker"></figure>
<h2>destroyer</h2>
<p class="artist">By: Erin Washington</p>
</div>
<div class="quiz--card">
<figure><img src="images/she_still_dreams_of_flying_Hollis_Sigler.jpg" alt="This particular print is emblematic of Sigler’s mature style with its bare landscape populated only by the dress of the titular woman and the title written across the top of the image." class="sensitive"></figure>
<h2>She Still Dreams of Flying</h2>
<p class="artist">By: Hollis Sigler</p>
</div>
<div class="quiz--card">
<figure><img src="images/untitled_Ishimoto_Yasuhiro.jpg" alt="A man in a coat without his head showing nect to an elderly woman." class="traditionalist"></figure>
<h2>Untitled</h2>
<p class="artist">By: Yasuhiro Ishimoto</p>
</div>
<div class="quiz--card">
<figure><img src="images/a_community_of_non_citizens_Aram_Han_Sifuentes.jpg" alt="A stitching sampler with the question "the idea of self-government is in the first three words of the Constitution. What are those words?"" class="thrillSeeker"></figure>
<h2 style="font-size: 0.7em;">A Community of Non-Citizens: Proving Worth of Citizenship through Stitching Samplers (A Work in Progress)</h2>
<p class="artist">By: Aram Han Sifuentes</p>
</div>
<div class="quiz--card">
<figure><img src="images/the_first_critic_June_Wayne.jpg" alt="Two human-like figures, one hovering and one falling, on grainy grayscale background with light rays and splotches in burst pattern in TR" class="chameleon"></figure>
<h2>The First Critic - Fables Series</h2>
<p class="artist">By: June Wayne</p>
</div>
<div class="quiz--card">
<figure><img src="images/cart_35th_street_Patty_Carroll.jpg" alt="Photograph of a hot dog and Polish sausage food cart with one person working and one person smoking a cigarette" class="sensitive"></figure>
<h2>Cart - 35th Street</h2>
<p class="artist">By: Patty Carroll</p>
</div>
<div class="quiz--card">
<figure><img src="images/cowboys_and_indians_Andy_Warhol.jpg" alt="Native American woman in traditional garb outlined in neon pink with child sleeping on her back." class="historian"></figure>
<h2>Cowboys and Indians (Mother and Child)</h2>
<p class="artist">By: Andy Warhol</p>
</div>
</div>
<button id="love" class="choose"><i class="fa fa-heart"></i><span>Like</span></button>
</div>
<div id="footer">
<button type="button" id="skip">Skip quiz and go straight to 3D tour</button>
<p class="disclaimer">
<i>All of the art reflected is exclusively online.</i>
</p>
</div>
<script src="https://kit.fontawesome.com/ac1bb5eb6c.js" crossorigin="anonymous"></script>
<script src="https://hammerjs.github.io/dist/hammer.min.js"></script>
<script src="https://cpwebassets.codepen.io/assets/common/stopExecutionOnTimeout-2c7831bb44f98c1391d6a4ffda0e1fd302503391ca806e7fcc7b9b87197aec26.js"></script>
<script src="script.js"></script>
</body>
</html>