This repository has been archived by the owner on Jan 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
82 lines (82 loc) · 5.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Never Have I Ever</title>
<meta name="description" content="Bringing the infamous drinking game to the web.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
</head>
<body>
<div id="js-ph-page-wrapper" class="ph-page__wrapper">
<div id="js-ph-category-selection" class="ph-category-selection">
<span>
<input id="js-ph-toggle-harmless" class="ph-category-selection__toggle" type="checkbox" checked>
<div class="ph-category-selection__toggle-wrapper">
<label class="ph-category-selection__toggle-label" for="js-ph-toggle-harmless">
<svg class="ph-category-selection__toggle-icon" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd"
stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="1.5" clip-rule="evenodd" viewBox="0 0 350 480">
<path fill="none" d="M0 0h350v480H0z"/>
<g stroke="#000" stroke-width="28">
<circle class="ph-animation-mojito__lime" cx="245.673" cy="198.489" r="70.692" fill="#d9d9d9"/>
<path class="ph-animation-mojito__glass" fill="#cdcdcd" d="M266.748 187.142H83.216l27.307 277.32h128.919l27.306-277.32z"/>
<path fill="#95dd9b" stroke-linecap="square"
d="M95.541 115.111l72.573 340.826-72.573-340.826z"/>
</g>
</svg>
</label>
<span class="ph-category-selection__toggle-description">harmless</span>
</div>
</span>
<span>
<input id="js-ph-toggle-delicate" class="ph-category-selection__toggle" type="checkbox" checked>
<div class="ph-category-selection__toggle-wrapper">
<label class="ph-category-selection__toggle-label" for="js-ph-toggle-delicate">
<svg class="ph-category-selection__toggle-icon" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd"
stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="1.5" clip-rule="evenodd" viewBox="0 0 350 480">
<path fill="none" d="M0 0h350v480H0z"/>
<g stroke="#000" stroke-width="28.03">
<path fill="none" d="M274.678 268.605h59.439v129.744h-59.439z"/>
<path class="ph-animation-beer__glass" fill="#bbbbbb" d="M75.286 228.593h199.393v235.869H75.286z"/>
<g fill="#fff">
<path d="M124.008 398.349V280.785v117.564zM225.957 398.349V280.785v117.564zM175.523 398.349V280.785v117.564z"/>
</g>
<path fill="#fff"
d="M96.128 160.897c-22.935-68.929 68.049-100.768 100.844-36.393 23.726-26.341 78.148-18.887 72.299 26.963 54.861.322 56.49 72.188 5.407 77.126H75.286c-49.276-5.265-38.666-91.756 20.842-67.696z"/>
</g>
</svg>
</label>
<span class="ph-category-selection__toggle-description">delicate</span>
</div>
</span>
<span>
<input id="js-ph-toggle-offensive" class="ph-category-selection__toggle" type="checkbox" checked>
<div class="ph-category-selection__toggle-wrapper">
<label class="ph-category-selection__toggle-label" for="js-ph-toggle-offensive">
<svg class="ph-category-selection__toggle-icon" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd"
stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="1.5" clip-rule="evenodd" viewBox="0 0 350 480">
<path fill="none" d="M0 0h350v480H0z"/>
<g class="ph-animation-wine" fill="#6f6f6f" stroke="#000">
<path stroke-width="28" d="M174.982 354.081l112.792-162.566H62.19l112.792 162.566z"/>
<path stroke-width="28.03"
d="M174.978 464.461V354.082v110.379zM223.46 464.462h-96.955 96.955z"/>
<circle class="ph-animation-wine__bubble ph-animation-wine__bubble--1" cx="103.063" cy="134.033" r="11.071" stroke-width="14.01"/>
<circle class="ph-animation-wine__bubble ph-animation-wine__bubble--2" cx="184.173" cy="104.193" r="18.769" stroke-width="14.01"/>
<circle class="ph-animation-wine__bubble ph-animation-wine__bubble--3" cx="121.854" cy="45.405" r="29.867" stroke-width="14.01"/>
</g>
</svg>
</label>
<span class="ph-category-selection__toggle-description">offensive</span>
</div>
</span>
</div>
<p id="js-ph-statement" class="ph-statement">Tap to start playing.</p>
</div>
</body>
</html>