This repository has been archived by the owner on Feb 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpicklist.html~
62 lines (48 loc) · 2.02 KB
/
picklist.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
<html>
<head>
<title>Team 100 Scouting</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" href="global.css">
<link rel="stylesheet" href="picklist.css">
<link rel="stylesheet" href="lib/fontawesome-pro-5.6.3-web/css/all.css">
<link rel="stylesheet" href="lib/stack-swipe.css">
<script src="global.js"></script>
<!-- Dependencies -->
<script src="lib/bower_components/jquery/dist/jquery.min.js"></script>
<script src="lib/bower_components/jquery.transit/jquery.transit.js"></script>
<script src="lib/bower_components/hammerjs/hammer.min.js"></script>
</head>
<body>
<div class = "navIco goBack"><i class="fal fa-chevron-left"</i></div>
<!---
<div class="leftIndicator"></div>
<div class="rightIndicator"></div>-->
<div class="stack-swipe">
<!-- Stack -->
<ul class="stack-swipe-stack" id="swiper-stack">
<li data-swipe-right="true" data-swipe-left="true" >
<h1>A Card</h1>
</li>
<li data-swipe-right="true" data-swipe-left="true" >
<h1>B Card</h1>
</li>
<li data-swipe-right="true" data-swipe-left="true" >
<h1>C Card</h1>
</li>
<li data-swipe-right="true" data-swipe-left="true" >
<h1>C Card</h1>
</li>
<li data-swipe-right="true" data-swipe-left="true" >
<h1>C Card</h1>
</li>
<li data-swipe-right="true" data-swipe-left="true" >
<h1>C Card</h1>
</li>
</ul>
<div class="stack-swipe-btns"><ul><!-- Inject buttons via jQuery -->/ul></div>
</div>
<!-- Include Stack Swipe -->
<script src="lib/stack-swipe.js"></script>
<script src="picklist.js"></script>
</body>
</html>