-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (49 loc) · 1.81 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<script type="text/javascript" src="static/js/jquery-2.2.2.min.js"></script>
<link href="static/css/basscss.min.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Arvo' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Quicksand' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/static/css/main.css">
<title>Login With DesignCraft</title>
</head>
<body>
<div>
<div class="p1" id="header">
<div id="header-wrap" class="col-8 mx-auto flex flex-center center">
<p class="flex-auto white arvo">DesignCraft</p>
<img src="/static/images/logo.png" alt="DesignCraft Logo" />
<p class="flex-auto white arvo">Event</p>
</div>
</div>
<div id="login">
<div class="mx-auto flex flex-column col-6">
<div class="mr3 white">
<p class="py1">Showtime </p>
<p>
<select id="showtime_list">
</select>
</p>
<p class="py1">
Shares
</p>
<p class="mb2">
<input type="text" class="share_secret">
<input type="text" class="share_secret">
</p>
<button class="btn btn-primary" onclick="unlockShow()">Unlock</button>
<p style="font-size:24px;" class="mt1">If you've already unlocked the show and just need to get back to checking people in, click below:</p>
<a href="checkin.html">
<button class="btn btn-primary">Skip</button>
</a>
</div>
</div>
</div>
<div id='foot'>
</div>
</div>
<script type="text/javascript" src="static/js/main.js"></script>
</body>
</html>