forked from daattali/daattali.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkesh.html
More file actions
106 lines (101 loc) · 3.67 KB
/
kesh.html
File metadata and controls
106 lines (101 loc) · 3.67 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
---
layout: minimal
title: "<3"
css:
- "/css/kesh.css"
ext-css:
- "//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"
js:
- "/js/typed.js"
- "/js/kesh.js"
googlefonts: ["Monoton", "Lobster"]
date: "Feb 10, 2015"
---
<div class="text-center">
<div class="jumbotron" id="page-initial">
<h1>This area is exclusive invite-only!</h1>
<p>To enter, you must be at least 18 years of age and be a Kesh.</p>
<p>Are you Kesh?</p>
<button type="button" class="btn btn-default btn-lg leftbtn" id="nokesh">
<span class="fa fa-ban"></span> I wish :(
</button>
<button type="button" class="btn btn-lg btn-success" id="yeskesh">
<span class="fa fa-check"></span> Yup!
</button>
</div>
<div class="hideme lgtxt" id="page-nokesh">
<p>
Hmmm.... well, if you're a chick, then go ahead and send me your #.
<span class="fa fa-glass"></span>
<br/>
If you're a guy.. eh, what the hell, YOLO, send it as well!
</p>
<br/>
<button class="btn btn-default btn-lg" onclick="window.location.reload()">
<span class="fa fa-arrow-left"></span>
Back
</button>
</div>
<div class="jumbotron hideme" id="page-yeskesh">
<h1>Just to make sure...</h1>
<p>Prove it :)<br/>When I first arrived to Vancouver, I ... (check all that apply)</p>
<div class="row">
<div class="col-xs-3 col-md-3 col-lg-3"></div>
<div id="verifyqs" class="col-xs-6 col-md-6 col-lg-6">
<label class="checkbox"><input type="checkbox" class="no" value="window">Knew how to operate window blinds</label>
<label class="checkbox"><input type="checkbox" class="no" value="heating">Knew how to turn heating on/off</label>
<label class="checkbox"><input type="checkbox" class="no" value="bottle">Knew how to close a water bottle with a lid</label>
<label class="checkbox"><input type="checkbox" class="no" value="feelings">Had feelings</label>
<label class="checkbox"><input type="checkbox" class="no" value="breakingbad">Didn't know Breaking Bad and Jesse Pinkman are the reason I lived 24 years</label>
<label class="checkbox"><input type="checkbox" class="yes" value="awesome">Was (and still am) the 3rd awesomest person ever</label>
</div>
</div>
<br/>
<button class="btn btn-default btn-lg leftbtn" onclick="window.location.reload()">
<span class="fa fa-arrow-left"></span>
Back
</button>
<button type="button" class="btn btn-default btn-lg btn-success" id="submitqs">
<span class="fa fa-check"></span>
Submit
</button>
<div class="row">
<div class="col-xs-3 col-md-3 col-lg-3"></div>
<div class="col-xs-6 col-md-6 col-lg-6">
<div class="alert alert-danger hideme" role="alert" id="lies">
<span class="fa fa-exclamation-circle"></span>
Imposter! The real Kesh knows that only one of these is true :p
</div>
</div>
</div>
</div>
<div class="hideme" id="page-vday">
<p id="dearkesh">Dear Kesh,</p>
<p id="vdaytitle">Happy Valentine's</p>
<div id="carousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="/img/kesh/kesh1.jpg">
</div>
<div class="item">
<img src="/img/kesh/kesh2.jpg">
</div>
<div class="item">
<img src="/img/kesh/kesh3.jpg">
</div>
</div>
<div id="vdaymsg">
<span id="vdaymsg-txt"></span>
<button class="btn btn-primary btn-lg hideme" id="kissbtn">Kiss me!</button>
</div>
</div>
<button class="btn btn-default btn-lg" onclick="window.location.reload()">
<span class="fa fa-arrow-left"></span>
Back
</button>
</div>
<audio controls id="kisssound" clas="hideme">
<source src="/files/kesh-kiss-sound.wav" type="audio/wav">
Your browser doesn't support my kissing sound :(
</audio>
</div>