-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
235 lines (219 loc) · 11.1 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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
<!DOCTYPE html>
<html>
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Name -->
<title>Dread Hunters - Calendar</title>
<!-- References -->
<script src="js/data_manager.js"></script>
<script src="js/calendar.js"></script>
<link href="https://fonts.googleapis.com/css?family=Libre+Baskerville" rel="stylesheet"/>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"></script>
<link href="css/General.css" rel="stylesheet" />
</head>
<body>
<div class="container-fluid border border-bottom-0">
<nav class="navbar navbar-expand-sm">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" href="#">Calendar</a>
</li>
<li class="nav-item">
<a class="nav-link" href="archive.html">Archive</a>
</li>
<li class="nav-item">
<a class="nav-link" href="characters.html">Characters</a>
</li>
<li class="nav-item">
<a class="nav-link" href="locations.html">Locations</a>
</li>
<li class="nav-item">
<a class="nav-link" href="fears.html">Fears</a>
</li>
</ul>
</nav>
</div>
<div class="container-fluid">
<div class="row">
<div class="col border px-3">
<div class="container-fluid p-3">
<div class="row">
<h2 class="col text-center">Terazo</h2>
</div>
<div class="row">
<h4 class="col text-center">Day 1</h4>
<h4 class="col text-center">Day 2</h4>
<h4 class="col text-center">Day 3</h4>
<h4 class="col text-center">Day 4</h4>
<h4 class="col text-center">Day 5</h4>
<h4 class="col text-center">Day 6</h4>
<h4 class="col text-center">Day 7</h4>
<h4 class="col text-center">Day 8</h4>
<h4 class="col text-center">Day 9</h4>
<h4 class="col text-center">Day 10</h4>
</div>
<div class="row" style="height: 180px">
<div class="col border">
<h5 class="text-end">1</h5>
</div>
<div class="col border">
<h5 class="text-end">2</h5>
<div style="display: flex; flex-direction: column;">
<button class="calendar-body btn btn-danger btn-sm text-start" title="Flametouched Library Meeting" data-bs-toggle="popover" data-bs-trigger="hover" data-bs-content="Reoccuring weekly meeting for the Flametouched group in the Fairport local library">Flametouched Library Mee</button>
</div>
<div style="display: flex; flex-direction: column;">
<button class="calendar-body btn btn-primary btn-sm text-start" title="Fairport Carnival" data-bs-toggle="popover" data-bs-trigger="hover" data-bs-content="7:30am - 2:00pm">Fairport Carnival</button>
</div>
</div>
<div class="col border" >
<h5 class="text-end">3</h5>
</div>
<div class="col border" >
<h5 class="text-end"><span class="badge bg-secondary">Last Session</span> 4</h5>
</div>
<div class="col border" >
<h5 class="text-end">5</h5>
</div>
<div class="col border" >
<h5 class="text-end">6</h5>
</div>
<div class="col border" >
<h5 class="text-end"><span class="badge bg-success">Today</span> 7</h5>
</div>
<div class="col border" >
<h5 class="text-end">8</h5>
</div>
<div class="col border" >
<h5 class="text-end">9</h5>
<div style="display: flex; flex-direction: column;">
<button class="calendar-body btn btn-primary btn-sm text-start" title="Sylvester arrives in Fairport" data-bs-toggle="popover" data-bs-trigger="hover" data-bs-content="Sylvester is moving from the Trail Outpost to Fairport to sell his magic items">Sylvester arrives in Fairport</button>
</div>
</div>
<div class="col border" >
<h5 class="text-end">10</h5>
</div>
</div>
<div class="row" style="height: 180px;">
<div class="col border" >
<h5 class="text-end">11</h5>
</div>
<div class="col border" >
<h5 class="text-end">12</h5>
<div style="display: flex; flex-direction: column;">
<button class="calendar-body btn btn-danger btn-sm text-start" title="Flametouched Library Meeting" data-bs-toggle="popover" data-bs-trigger="hover" data-bs-content="Reoccuring weekly meeting for the Flametouched group in the Fairport local library">Flametouched Library Mee</button>
</div>
</div>
<div class="col border" >
<h5 class="text-end">13</h5>
</div>
<div class="col border" >
<h5 class="text-end">14</h5>
</div>
<div class="col border" >
<h5 class="text-end">15</h5>
</div>
<div class="col border" >
<h5 class="text-end">16</h5>
<div style="display: flex; flex-direction: column;">
<button class="calendar-body btn btn-info btn-sm text-start" title="Galahad's Birthday" data-bs-toggle="popover" data-bs-trigger="hover" data-bs-content="Birthday">Galahad's Birthday</button>
</div>
</div>
<div class="col border" >
<h5 class="text-end">17</h5>
</div>
<div class="col border" >
<h5 class="text-end">18</h5>
</div>
<div class="col border" >
<h5 class="text-end">19</h5>
</div>
<div class="col border" >
<h5 class="text-end">20</h5>
</div>
</div>
<div class="row" style="height: 180px;">
<div class="col border" >
<h5 class="text-end">21</h5>
</div>
<div class="col border" >
<h5 class="text-end">22</h5>
<div style="display: flex; flex-direction: column;">
<button class="calendar-body btn btn-danger btn-sm text-start" title="Flametouched Library Meeting" data-bs-toggle="popover" data-bs-trigger="hover" data-bs-content="Reoccuring weekly meeting for the Flametouched group in the Fairport local library">Flametouched Library Mee</button>
</div>
</div>
<div class="col border" >
<h5 class="text-end">23</h5>
</div>
<div class="col border" >
<h5 class="text-end">24</h5>
</div>
<div class="col border" >
<h5 class="text-end">25</h5>
</div>
<div class="col border" >
<h5 class="text-end">26</h5>
</div>
<div class="col border" >
<h5 class="text-end">27</h5>
</div>
<div class="col border" >
<h5 class="text-end">28</h5>
</div>
<div class="col border" >
<h5 class="text-end">29</h5>
</div>
<div class="col border" >
<h5 class="text-end">30</h5>
</div>
</div>
</div>
</div>
<!--
<div class="col-sm-3 border border-start-0 p-2">
<h4 class="text-center p-2">Active Bounties</h4>
<h5>Dread</h5>
<p class="px-3 m-0">
<b>1.</b> Animals in forest near Trail Outpost stalking passerbys, occasionally attacking.
</p>
<ul class="px-5">
<li>
<b>Requirements:</b> Proof of solution, evidence for discovery of cause.
</li>
<li>
<b>Reward:</b> 72 gp
</li>
<li>
<b>Fear: </b>
<a data-toggle="tooltip" title="The fear of being watched, followed, exposed, or known."><u>The Eye</u></a>
</li>
</ul>
<h5>Standard</h5>
<p class="px-3 m-0">
<b>1.</b> Escort team wanted for Briarton apothecaries.
</p>
<ul class="px-5">
<li>
<b>Requirements:</b> Signature(s) of client(s).
</li>
<li>
<b>Reward:</b> 48 gp
</li>
</ul>
</div> !-->
</div>
</div>
<script>
$(document).ready(function(){
$('[data-toggle="tooltip"]').tooltip();
});
var popoverTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="popover"]'))
var popoverList = popoverTriggerList.map(function (popoverTriggerEl) {
return new bootstrap.Popover(popoverTriggerEl)
})
</script>
</body>
</html>