forked from aniketn7/DBK_stylebook
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
131 lines (116 loc) · 5.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="veiwport" content="width=device-width, intial-scale=1.0, shrink-to-fit=no">
<meta name="description" content="DBK Stylebook">
<meta name="authors" content="Bobby Chen & Aniket Narkhede">
<title>DBK 2022 Stylebook</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="index.css">
<link href="https://cdn.quilljs.com/1.3.6/quill.snow.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.0/css/all.min.css">
<script
src="https://code.jquery.com/jquery-3.6.1.js"
integrity="sha256-3zlB5s2uwoUzrXK3BT7AX3FyvojsraNFxCc2vC/7pNI="
crossorigin="anonymous"></script>
<script src="https://cdn.tiny.cloud/1/ti3ikec8rv8ycdr7z00c0jdyspkr27h9pywhxsnzi12f7z7v/tinymce/5/tinymce.min.js" referrerpolicy="origin"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mark.js/8.11.1/mark.min.js"></script>
<script src="https://cdn.quilljs.com/1.3.6/quill.js"></script>
</head>
<body>
<nav class="navbar sticky-navbar justify-content-between">
<a class="navbar-brand">THE DIAMONDBACK</a>
<div>
<h4 class="nav-title" style="font-size: 40px;">2022 Stylebook</h4>
</div>
<button class="flag-button" type="submit" data-flag="Important">IMPORTANT</button>
<button class="flag-button" type="submit" data-flag="Sports">SPORTS</button>
<button class="flag-button" type="submit" data-flag="Ap Deviation">AP DEVIATION</button>
<form class="form-inline">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search" id="search-input">
<button class="btn btn-outline-danger my-2 my-sm-0" type="submit" style="border-color: black; color: white;">Reset</button>
<button class="btn btn-outline-success my-2 my-sm-0 ml-2" type="button" data-toggle="modal" data-target="#addEntryModal">Add Entry</button>
<button type="button" class="btn btn-danger" data-bs-toggle="modal" data-bs-target="#removeEntryModal">Remove Entry</button>
</form>
</nav>
<div id="alphabet-navigation" class="sticky-nav">
<a href="#" id="favorites-btn">Favorites</a>
<a href="#" data-letter="A">A</a>
<a href="#" data-letter="B">B</a>
<a href="#" data-letter="C">C</a>
<a href="#" data-letter="D">D</a>
<a href="#" data-letter="E">E</a>
<a href="#" data-letter="F">F</a>
<a href="#" data-letter="G">G</a>
<a href="#" data-letter="H">H</a>
<a href="#" data-letter="I">I</a>
<a href="#" data-letter="J">J</a>
<a href="#" data-letter="K">K</a>
<a href="#" data-letter="L">L</a>
<a href="#" data-letter="M">M</a>
<a href="#" data-letter="N">N</a>
<a href="#" data-letter="O">O</a>
<a href="#" data-letter="P">P</a>
<a href="#" data-letter="Q">Q</a>
<a href="#" data-letter="R">R</a>
<a href="#" data-letter="S">S</a>
<a href="#" data-letter="T">T</a>
<a href="#" data-letter="U">U</a>
<a href="#" data-letter="V">V</a>
<a href="#" data-letter="W">W</a>
<a href="#" data-letter="X">X</a>
<a href="#" data-letter="Y">Y</a>
<a href="#" data-letter="Z">Z</a>
</div>
<div id="favorites-container">
<h2 class="favorites-title">Favorites</h2>
<!-- Favorite items will be added here -->
</div>
<div id="big-accordion">
<!-- Cards will be added here -->
</div>
<script type="text/javascript" src="bootstrap-5.2.0-dist/js/bootstrap.js"></script>
<script src="main.js"></script>
<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://cdn.jsdelivr.net/npm/popper.js@1.14.7/dist/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!-- Add Entry Modal -->
<div class="modal fade" id="addEntryModal" tabindex="-1" role="dialog" aria-labelledby="addEntryModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="addEntryModalLabel">Add Entry</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<form id="add-entry-form">
<div class="form-group">
<label for="entryTerm">Term</label>
<input type="text" class="form-control" id="entryTerm" placeholder="Enter term">
</div>
<div class="form-group">
<label for="entryTags">Tags</label>
<select class="form-control" id="entryTags" multiple>
<option value="Important">Important</option>
<option value="Sports">Sports</option>
<option value="AP Deviation">AP Deviation</option>
</select>
</div>
<div class="form-group">
<label for="entryDefinition">Definition</label>
<textarea class="form-control" id="entryDefinition" rows="3"></textarea>
</div>
</form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary" id="saveEntry">Save Entry</button>
</div>
</div>
</div>
</div>
</body>
</html>