-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
408 lines (380 loc) · 15 KB
/
Copy pathindex.html
File metadata and controls
408 lines (380 loc) · 15 KB
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
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
<!doctype html>
<html lang="en">
<head>
<!-- Basic page setup and mobile responsiveness -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Skuffle is a chaotic PvP card game with AR integration and unique discard-based mechanics." />
<title>Skuffle</title>
<!-- Bootstrap CSS and JavaScript for layout, responsiveness, and carousel functionality -->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"
rel="stylesheet" />
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Google Font used for the site -->
<link
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet" />
<!-- Font Awesome icons used in the navigation and LinkedIn buttons -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<!-- Main custom stylesheet -->
<link rel="stylesheet" href="style.css" />
<!-- Favicon and app icons -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="/favicon/apple-touch-icon.png" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/favicon/favicon-32x32.png" />
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/favicon/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<!-- This makes every link open in a new tab -->
<base target="_blank" />
</head>
<body>
<!-- Header section containing the Skuffle logo and tagline -->
<header class="py-5 header-bg text-black">
<div class="container d-flex flex-column align-items-center text-center">
<img
src="img/LogoLowRes.png"
alt="Skuffle logo"
class="header-logo mb-3" />
<p class="mb-0">Play. Draw. Ruin their day.</p>
</div>
</header>
<!-- Main navigation bar linking to the key pages of the site -->
<div class="navbar">
<a class="active" href="index.html" target="_self"
><i class="fa fa-fw fa-home"></i><span class="nav-text"> Home</span></a
>
<a href="tracker.html" target="_self"
><i class="fa fa-fw fa-heart"></i
><span class="nav-text"> Health Tracker</span></a
>
<a href="characters.html" target="_self"
><i class="fa fa-fw fa-users"></i
><span class="nav-text"> Characters</span></a
>
</div>
<!-- Main page content wrapper -->
<div class="padd">
<br />
<h1 class="tracker-title">Welcome to Skuffle!</h1>
<br />
<p>
Skuffle is a free-for-all, turn based card game with a responsive
AR integrated companion web-app.
</p>
<p>
What sets it apart from the mechanics of other card games is its discard
based resource system. With this system, in order to play a one cost
card, you must discard another card in your hand. At the end of each
turn, players draw back up to 5 cards, fueling the players’ choice of
cards to play and ability to play them. Each of the six characters have
a special ability and 10 uniquely designed cards, each adding to their
character’s personality.
</p>
<p>
The companion web-app’s primary purpose is to track each player's health
in an online database, where each player can see their health, and the
health of their opponents. It also adds immersion to the gameplay
experience with reactive AR models of each character and tailored audio
for health / ability tracking. With its responsive design, this will
work for devices of all sizes.
</p>
<br />
<h3>Story</h3>
<br />
<p>
The world of Skuffle is an absurdist fantasy world, akin to Terry
Pratchett's Discworld. The players control characters with eclectic
designs, and a rag-tag dynamic, as they should by all means be
disconnected from one another. As the name suggests, these characters
are not fighting to the death, they’re merely having a scuffle over
something minor. Whatever the cause may be, a slight was made, and now
the players will dictate who will win
</p>
<div class="spacer_box"></div>
<!-- Meet the team section -->
<h1 style="text-align: center">Meet the team</h1>
<div class="spacer_box"></div>
<div class="team-grid">
<div class="cardteam">
<img src="img/TomHeadshotTom.jpg" alt="Photo of Tom, taken by Tom" />
<div class="containerteam">
<h2>Thomas (Tom) McMahon</h2>
<p class="titleteam">Project Manager, Video & Audio</p>
<p class="team-description">
With over a decade of photography experience, and a level head,
Tom knew how to keep the team running smoothly and record our
promotional materials.
</p>
<div class="button-wrapper">
<a
href="https://www.linkedin.com/in/thomas-mcmahon-54738535b/"
class="buttonteam"
target="_blank"
rel="noopener noreferrer"
><i class="fa fa-linkedin"></i
></a>
</div>
</div>
</div>
<div class="cardteam">
<img
src="img/AaronHeadshotTom.jpg"
alt="Photo of Aaron, taken by Tom" />
<div class="containerteam">
<h2>Aaron Lawlor</h2>
<p class="titleteam">3D, AR & Website</p>
<p class="team-description">
With experience working with Blender to make 3D renders, and a
love for all things tech, Aaron designed all models and
spearheaded the creation of Skuffle’s interactive companion
web-app.
</p>
<div class="button-wrapper">
<a
href="https://www.linkedin.com/in/aaronlawlor/"
class="buttonteam"
target="_blank"
rel="noopener noreferrer"
><i class="fa fa-linkedin"></i
></a>
</div>
</div>
</div>
<div class="cardteam">
<img
src="img/AdrianaHeadshotTom.jpg"
alt="Photo of Adriana, taken by Tom" />
<div class="containerteam">
<h2>Adriana McMahon</h2>
<p class="titleteam">Illustrations, Vectors & Graphics</p>
<p class="team-description">
Having had her work exhibited in the MOMA, Adriana was more than
suited to taking on the task of illustrating the characters and
card art seen in Skuffle.
</p>
<div class="button-wrapper">
<a
href="https://www.linkedin.com/in/adriana-mcmahon-b2a321309/"
class="buttonteam"
target="_blank"
rel="noopener noreferrer"
><i class="fa fa-linkedin"></i
></a>
</div>
</div>
</div>
<div class="cardteam">
<img
src="img/TadhgHeadshotTom.jpg"
alt="Photo of Tadhg, taken by Tom" />
<div class="containerteam">
<h2>Tadhg Patterson</h2>
<p class="titleteam">Game Mechanics, UX & Tabletop Simulator</p>
<p class="team-description">
Tadhg has been involved in card and tabletop games since youth,
and took advantage of that history to create a world and game that
captures the essence of what the group aimed to achieve.
</p>
<div class="button-wrapper">
<a
href="https://www.linkedin.com/in/tadhg-patterson/"
class="buttonteam"
target="_blank"
rel="noopener noreferrer"
><i class="fa fa-linkedin"></i
></a>
</div>
</div>
</div>
<div class="cardteam">
<img
src="img/KaterinaHeadshotTom.jpg"
alt="Photo of Katerina, taken by Tom" />
<div class="containerteam">
<h2>Katerina Gryczova</h2>
<p class="titleteam">Graphic Design, Social & Print Media</p>
<p class="team-description">
As a marketing intern for #HolkyzMarketingu, Katerina was the
perfect fit to work on all our design needs and manage our social
media.
</p>
<div class="button-wrapper">
<a
href="https://www.linkedin.com/in/katerinagryczova/"
class="buttonteam"
target="_blank"
rel="noopener noreferrer"
><i class="fa fa-linkedin"></i
></a>
</div>
</div>
</div>
</div>
<div class="spacer_box"></div>
<h1 style="text-align: center">Promo Video</h1>
<div class="spacer_box"></div>
<div class="video-wrapper">
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/u8B0Y6fZVw0?si=rB5fJbV__n7fFf4j"
title="YouTube video player"
frameborder="0"
allow="
accelerometer;
autoplay;
clipboard-write;
encrypted-media;
gyroscope;
picture-in-picture;
web-share;
"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen>
</iframe>
</div>
<div class="spacer_box"></div>
<h1 style="text-align: center">Project Gallery</h1>
<div class="spacer_box"></div>
<div id="demo" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button
type="button"
data-bs-target="#demo"
data-bs-slide-to="0"
class="active"></button>
<button
type="button"
data-bs-target="#demo"
data-bs-slide-to="1"></button>
<button
type="button"
data-bs-target="#demo"
data-bs-slide-to="2"></button>
<button
type="button"
data-bs-target="#demo"
data-bs-slide-to="3"></button>
<button
type="button"
data-bs-target="#demo"
data-bs-slide-to="4"></button>
</div>
<div class="carousel-inner">
<div
class="carousel-item active"
data-caption="A screenshot of Photoshop courtesy of Tom">
<img
src="img/PhotoshopTom.png"
alt="A screenshot of Photoshop courtesy of Tom"
class="d-block w-100" />
</div>
<div
class="carousel-item"
data-caption="A screenshot of Krita, the digital art software used by Adriana">
<img
src="img/KritaScreenshot.png"
alt="A screenshot of Krita, the digital art software used by Adriana"
class="d-block w-100" />
</div>
<div
class="carousel-item"
data-caption="A screenshot of the Cowboy Blender model from Aaron">
<img
src="img/BlenderCowboy.png"
alt="A screenshot of the Cowboy Blender model from Aaron"
class="d-block w-100" />
</div>
<div
class="carousel-item"
data-caption="A screenshot of Adobe Illustrator with some of Katerinas work">
<img
src="img/KaterinaIllustrator.png"
alt="A screenshot of Adobe Illustrator with some of Katerinas work"
class="d-block w-100" />
</div>
<div
class="carousel-item"
data-caption="A screenshot of TableTop Simulator, the digital space for our card game created by Tadhg">
<img
src="img/TableTopSim.png"
alt="A screenshot of TableTop Simulator, the digital space for our card game created by Tadhg"
class="d-block w-100" />
</div>
</div>
<button
class="carousel-control-prev"
type="button"
data-bs-target="#demo"
data-bs-slide="prev">
<span class="carousel-control-prev-icon"></span>
</button>
<button
class="carousel-control-next"
type="button"
data-bs-target="#demo"
data-bs-slide="next">
<span class="carousel-control-next-icon"></span>
</button>
</div>
<p id="carousel-caption" style="text-align: center; margin-top: 10px">
A screenshot of Photoshop courtesy of Tom
</p>
<h1 style="text-align: center">Link to the Steam Workshop</h1>
<h2 style="text-align: center">for Tabletop Simulator</h2>
<h1 style="text-align: center">
<a
class="steam-link"
href="https://steamcommunity.com/sharedfiles/filedetails/?id=3722144191"
target="_blank"
rel="noopener noreferrer"
><i class="fa fa-steam" aria-hidden="true"></i
></a>
</h1>
<h1 style="text-align: center">Link to our Instagram</h1>
<h1 style="text-align: center">
<a
class="steam-link"
href="https://www.instagram.com/skufflegame/"
target="_blank"
rel="noopener noreferrer">
<i class="fa fa-instagram" aria-hidden="true"></i>
</a>
</h1>
</div>
<div class="footer_block">
<p class="text-center" id="current_year"></p>
<p class="text-center">
A project by Aaron, Tom, Adriana, Tadhg and Katerina
</p>
</div>
<script>
// Automatically update copyright year
document.getElementById("current_year").textContent =
`Skuffle © ${new Date().getFullYear()}`;
// Gets the Bootstrap carousel and the seperate caption paragraph underneath it
const carouselEl = document.getElementById("demo");
const captionEl = document.getElementById("carousel-caption");
// When carousel moves to a new slide, update caption text using the custom data-caption value from the incoming slide
carouselEl.addEventListener("slide.bs.carousel", function (e) {
const incoming = e.relatedTarget;
captionEl.textContent = incoming.dataset.caption;
});
</script>
</body>
</html>