-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
205 lines (173 loc) · 12.7 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
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Nano Secret Santa</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Noto+Sans" rel="stylesheet" type="text/css">
<link href="css/index.css" rel="stylesheet" type="text/css">
<link rel="apple-touch-icon" sizes="57x57" href="apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="android-icon-192x192.png">
<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 rel="manifest" href="manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
</head>
<body class="bg-light">
<div class="container justify-content-md-center">
<div class="row">
<div class="col">
<img src="images/nss_logo.png" class="mx-auto d-block" id="logo" alt="Nano Secret Santa Logo"/>
</div>
</div>
<div class="row justify-content-md-center">
<div class="col-md-auto">
<h1>Nano Secret Santa</h1>
</div>
</div>
<div class="row justify-content-md-center">
<div class="col-md-auto" id="hosted-div">
<p>( Hosted by <img src="images/somenano_christmas_logo.png" id="somenano-logo" alt="SomeNano Logo" /> <a href="https://www.somenano.com" target="_new">SomeNano</a> )</p>
</div>
</div>
<div class="row">
<div class="col welcome-div pt-3">
<p>Welcome to the (first annual) 2019 edition of Nano Secret Santa! Nano is a cryptocurrency that is the epitome of digital cash. It's qualities include being secure, fast, and feeless. If you are new to Nano, check out <a href="https://www.nano.org" target="_new">this page</a> to learn more.</p>
<p>Nano Secret Santa is a gift exchange for anyone and everyone. If you are ready... <a href="https://docs.google.com/forms/d/e/1FAIpQLScxIG05GnFUNTNZe7-Kqr3guNwCXPf3OA6bWHVaKPccW09cqg/viewform?usp=sf_link">click here to register</a>. If you want to learn more about this gift exchange keep reading below.</p>
</div>
</div>
<img src="images/nano_logo.png" class="mx-auto d-block img-break">
<div class="row justify-content-md-center">
<div class="col-md-auto" id="timer-div">
Registration is Closed<!-- Registration closes in <span id="time"></span> -->
</div>
</div>
<div class="row border">
<div class="col-sm border">
<h2>How it works</h2>
<hr>
<ol>
<li><span style="text-decoration: line-through"><a href="https://docs.google.com/forms/d/e/1FAIpQLScxIG05GnFUNTNZe7-Kqr3guNwCXPf3OA6bWHVaKPccW09cqg/viewform?usp=sf_link">Register</a> to participate in Nano Secret Santa. Registration will close on December 4, 2019.</span></li>
<li ><span style="text-decoration: line-through">Participants will receive an email with the information needed to send their gift.</span> (Email sent on 04 December 2019 (GMT))</li>
<li>Shop and spend some Nano!</li>
<li>Box your gift appropriately and mail it to your gift recipient by December 16, 2019.</li>
<li>Receive a Nano purchased/inspired gift from your Secret Santa!</li>
<li>Take pictures and post on social media to spread the excitement! Use hashtag <a href="https://twitter.com/hashtag/NanoSecretSanta" target="_new">#NanoSecretSanta</a>!</li>
</ol>
</div>
<div class="col-sm border">
<h2>Rules</h2>
<hr>
<ul>
<li>If you sign up to participate, actually participate.</li>
<li>Gifts must be either purchased with Nano or homemade (and Nano inspired). Check out <a href="https://usenano.org/" target="_new">UseNano.org</a> or <a href="https://anchor-x.io/" target="_new">AnchorX</a> or <a href="https://nanothings.store/" target="_new">NanoThings</a> to get started.</li>
<li>Gift value should be around <a href="https://www.x-rates.com/table/?from=USD&amount=20" target="_new">$20 USD</a>.</li>
<li>No gifts that have age requirements (drugs, alcohol, etc)</li>
</ul>
</div>
</div>
<div class="row justify-content-md-center">
<div class="col-md-auto">
If you have any questions, let us know! Find us on Twitter <a href="https://twitter.com/SomeNanoTweets" target="_new">@SomeNanoTweets</a> or on the <a href="https://chat.nano.org" target="_new">Nano Discord</a> with handle pwlk#1452
</div>
</div>
<img src="images/nano_logo.png" class="mx-auto d-block img-break">
<div class="row">
<div class="col">
<h2>Frequently Asked Questions (FAQ)</h2>
<div class="accordion" id="accordionExample">
<div class="card">
<div class="card-header" id="headingOne">
<h2 class="mb-0">
<button class="btn btn-link" type="button" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
What information is required to register?
</button>
</h2>
</div>
<div id="collapseOne" class="collapse" aria-labelledby="headingOne" data-parent="#accordionExample">
<div class="card-body">
Your best bet is to just head to the <a href="https://docs.google.com/forms/d/e/1FAIpQLScxIG05GnFUNTNZe7-Kqr3guNwCXPf3OA6bWHVaKPccW09cqg/viewform?usp=sf_link">registration form</a>. Once there you can read the form and see for yourself. Just note that in order to participate in Nano Secret Santa, you need to submit a mailing address. An email address is also required for us to communicate with you.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingTwo">
<h2 class="mb-0">
<button class="btn btn-link" type="button" data-toggle="collapse" data-target="#collapseTwo" aria-expanded="true" aria-controls="collapseTwo">
Is this safe?
</button>
</h2>
</div>
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordionExample">
<div class="card-body">
This is for you to decide. In order to participate you must give your mailing address and email address. The email address stays with the admins. We use it to communicate with you throughout the process. Your mailing address, however, will be sent to your Secret Santa. What address you give them and the name on the address is entirely up to you.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingThree">
<h2 class="mb-0">
<button class="btn btn-link" type="button" data-toggle="collapse" data-target="#collapseThree" aria-expanded="true" aria-controls="collapseThree">
What gift should I buy?
</button>
</h2>
</div>
<div id="collapseThree" class="collapse" aria-labelledby="headingThree" data-parent="#accordionExample">
<div class="card-body">
In the registration form you will be given a field to enter a note to your Secret Santa. When you receive your gift recipient information, you might receive some flavor of wish list that helps you decide what to buy. The main thing to keep in mind, however, is that this gift exchange is to spend or create something related to Nano. You should check out sites like <a href="https://usenano.org/" target="_new">UseNano.org</a> or <a href="https://anchor-x.io/" target="_new">AnchorX</a> or <a href="https://nanothings.store/" target="_new">NanoThings</a> and shop around.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingFour">
<h2 class="mb-0">
<button class="btn btn-link" type="button" data-toggle="collapse" data-target="#collapseFour" aria-expanded="true" aria-controls="collapseFour">
What if I don't receive a gift?
</button>
</h2>
</div>
<div id="collapseFour" class="collapse" aria-labelledby="headingFour" data-parent="#accordionExample">
<div class="card-body">
Well that sucks and I am really sorry. The hope is that this doesn't happen to anyone. But it is unfortunately a risk. We have no mechanism to enforce people to buy and send gifts. We just hope that no one is selfish and keeps the spirit of the gift exchange in mind.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingFive">
<h2 class="mb-0">
<button class="btn btn-link" type="button" data-toggle="collapse" data-target="#collapseFive" aria-expanded="true" aria-controls="collapseFive">
Can I edit my registration?
</button>
</h2>
</div>
<div id="collapseFive" class="collapse" aria-labelledby="headingFive" data-parent="#accordionExample">
<div class="card-body">
Yes, in the email you receive following registration, information is given on how to edit the form you submitted.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="javascript/index.js"></script>
</body>
</html>