-
Notifications
You must be signed in to change notification settings - Fork 1
/
mobile.html
69 lines (61 loc) · 1.63 KB
/
mobile.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
<!DOCTYPE html>
<html>
<head>
<title>Felicity Buzz 2k16</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="picnic.min.css"/>
</head>
<body>
<nav class="demo">
<a href="#" class="brand">
<span>Felicity Buzz 2k16</span>
</a>
<!-- responsive-->
<input id="bmenub" type="checkbox" class="show">
<label for="bmenub" class="burger pseudo button">≡</label>
<div class="menu">
<a href="#" class="pseudo button">Schedule</a>
<a href="#" class="psuedo button">About</a>
</div>
</nav>
<div id="mainlist" style="max-width: 960px; padding: 0.5em; padding-top: 2.5em; margin: auto">
<!-- <h2 style="text-align:center;">28 September</h2>
<a href="#">
<article class="card">
<header>
<button>Gordian Knot</button>
<button class="dangerous">08:00 AM</button>
</header>
</article>
</a>
<a href="#">
<article class="card">
<header>
<button>Cache In</button>
<button class="dangerous">12:00 AM</button>
</header>
</article>
</a>
<h2 style="text-align:center;">29 September</h2>
<a href="#">
<article class="card">
<header>
<button>Gordian Knot</button>
<button class="dangerous">08:00 AM</button>
</header>
</article>
</a>
<a href="#">
<article class="card">
<header>
<button>Cache In</button>
<button class="dangerous">12:00 AM</button>
</header>
</article>
</a>-->
</div>
<script src="schedule/schedule.js"></script>
<script src="scripts/mobile.js"></script>
</body>
</html>