-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
682 lines (609 loc) · 20 KB
/
Copy pathindex.html
File metadata and controls
682 lines (609 loc) · 20 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
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KZDM8E7H6B"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-KZDM8E7H6B');
</script>
<title>Sullybase | A collection of games</title>
<meta property="og:title" content="Sullybase | A collection of games">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<meta property="og:image" content="https://sullybase.github.io/favicon.ico">
<meta name="description" content="Welcome to Sullybase, a hub for indie pixel-art games by Sullydux. Play Forsaken Legends: Cursed Isle, The Coin Knight, Secret Warfare, and more right in your browser.">
<meta property="og:description" content="Welcome to Sullybase, a hub for indie pixel-art games by Sullydux. Play Forsaken Legends: Cursed Isle, The Coin Knight, Secret Warfare, and more right in your browser.">
<meta name="author" content="Sullydux">
<meta name="robots" content="index,follow">
<link rel="canonical" href="https://sullybase.github.io">
<meta property="og:type" content="website">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Eagle+Lake&display=swap" rel="stylesheet">
<style>
:root {
--bg: #070914;
--panel: #0c1022;
--panel-strong: #0b132b;
--text: #eaf0ff;
--muted: rgba(234, 240, 255, 0.72);
--accent: #fbbf24;
--accent-2: #60a5fa;
--border: rgba(234, 240, 255, 0.18);
--border-strong: rgba(36, 158, 251, 0.55);
--shadow: 10px 10px 0 rgba(0, 0, 0, 0.35);
--radius-lg: 10px;
--radius-md: 8px;
--title-icon-size: 72px;
}
* {
box-sizing: border-box;
}
body {
margin: 0;
min-height: 100vh;
overflow: auto; /* allow page scrolling so user can scroll out of the card box */
font-family: ui-rounded, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial,
"Apple Color Emoji", "Segoe UI Emoji";
color: var(--text);
background:
radial-gradient(circle at 12px 18px, rgba(255, 255, 255, 0.24) 1px, transparent 2px),
radial-gradient(circle at 54px 44px, rgba(255, 255, 255, 0.20) 1px, transparent 2px),
radial-gradient(circle at 94px 22px, rgba(255, 255, 255, 0.18) 1px, transparent 2px),
radial-gradient(circle at 22px 92px, rgba(255, 255, 255, 0.16) 1px, transparent 2px),
radial-gradient(circle at 78px 78px, rgba(255, 255, 255, 0.14) 1px, transparent 2px),
radial-gradient(circle at 35px 110px, rgba(251, 191, 36, 0.14) 1px, transparent 3px),
radial-gradient(circle at 110px 30px, rgba(96, 165, 250, 0.12) 1px, transparent 3px),
linear-gradient(180deg, #03040a, var(--bg));
background-size: 120px 120px, 140px 140px, 160px 160px, 185px 185px, 210px 210px, 260px 260px, 320px 320px, auto;
display: flex;
flex-direction: column;
}
header,
footer {
width: min(1100px, calc(100% - 2rem));
margin: 0 auto;
}
header {
padding: 2.5rem 0 1.5rem;
}
.title-lockup {
display: flex;
align-items: center;
gap: 0.9rem;
}
.title-lockup img {
width: var(--title-icon-size);
height: var(--title-icon-size);
flex: 0 0 auto;
display: block;
object-fit: contain;
filter: drop-shadow(0 8px 0 rgba(0, 0, 0, 0.35));
}
h1 {
margin: 0;
font-size: clamp(2.2rem, 5vw, 4rem);
letter-spacing: -0.01em;
font-family: "Segoe UI";
line-height: 1.05;
}
header p {
font-size: 1rem;
}
header p::before {
content: "> ";
color: rgba(36, 176, 251, 0.95);
}
main {
width: min(1100px, calc(100% - 2rem));
margin: 0 auto;
padding: 0;
flex: 1;
display: flex;
flex-direction: column;
min-height: 0;
}
.panel {
background: var(--panel);
border: 2px solid var(--border);
border-radius: var(--radius-lg);
box-shadow: var(--shadow);
padding: 1.25rem;
flex: 1;
display: flex;
flex-direction: column;
min-height: 0;
overflow: hidden;
}
.card-list {
display: grid;
gap: 2.75rem;
font-family: Roboto;
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
overscroll-behavior: auto; /* allow scroll to propagate to page when at edges */
flex: 1;
min-height: 0;
padding-right: 8px;
}
.copy-card {
display: grid;
grid-template-columns: 88px 1fr;
gap: 0.7rem;
align-items: center;
background: var(--panel-strong);
border: 2px solid rgba(234, 240, 255, 0.16);
border-radius: var(--radius-md);
padding: 0.65rem 0.75rem;
transition: transform 0.12s ease, border-color 0.12s ease, background 0.12s ease, box-shadow 0.12s ease;
box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.28);
position: relative;
}
.card-tags {
position: absolute;
top: 0.5rem;
right: 0.5rem;
display: flex;
gap: 0.5rem;
flex-wrap: wrap;
justify-content: flex-end;
max-width: 50%;
}
.tag {
font-size: 0.75rem;
padding: 0.35rem 0.65rem;
border-radius: 4px;
font-weight: 500;
letter-spacing: 0.02em;
white-space: nowrap;
background: rgba(255, 255, 255, 0.12);
color: var(--text);
}
.tag.controller-tested {
background: rgba(34, 197, 94, 0.3);
color: rgba(134, 239, 172, 0.95);
border: 1px solid rgba(34, 197, 94, 0.5);
}
.tag.controller-untested {
background: rgba(239, 68, 68, 0.3);
color: rgba(254, 202, 202, 0.95);
border: 1px solid rgba(239, 68, 68, 0.5);
}
.card-main-link {
color: inherit;
text-decoration: none;
display: contents;
}
.copy-card:hover,
.copy-card:focus-within {
transform: translate(-1px, -1px);
border-color: var(--border-strong);
background: #0d1a37;
box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.28);
}
.card-main-link:focus-visible {
outline: 3px solid rgba(255, 255, 255, 0.35);
outline-offset: 4px;
}
.icon-wrap {
width: 88px;
aspect-ratio: 1 / 1;
border-radius: 12px;
overflow: hidden;
background: rgba(255, 255, 255, 0.04);
display: grid;
place-items: center;
border: 2px solid rgba(234, 240, 255, 0.14);
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.25);
}
.icon-wrap img {
width: 100%;
height: 100%;
object-fit: contain;
display: block;
image-rendering: pixelated;
}
.details {
min-width: 0;
width: 100%;
}
.details h3 {
margin: 0;
font-size: clamp(1.35rem, 2.6vw, 1.9rem);
line-height: 1.2;
letter-spacing: -0.01em;
}
.desc {
margin-top: 0.55rem;
color: var(--text);
font-size: 1rem;
line-height: 1.65;
}
.devices {
margin-top: 0.55rem;
color: var(--muted);
font-size: 0.88rem;
letter-spacing: 0.02em;
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
align-items: center;
}
.meta-link {
color: rgba(255, 255, 255, 0.92);
text-decoration: none;
border-bottom: 2px dotted rgba(96, 165, 250, 0.9);
padding-bottom: 0;
}
.meta-link:hover {
border-bottom-style: solid;
border-bottom-color: rgba(96, 165, 250, 0.9);
}
footer {
padding: 0 0 2rem;
text-align: center;
}
footer p {
margin: 0;
}
footer a {
color: rgba(255, 255, 255, 0.92);
text-decoration: none;
border-bottom: 2px dotted rgba(251, 191, 36, 0.7);
padding-bottom: 0;
}
footer a:hover {
border-bottom-style: solid;
border-bottom-color: rgba(96, 165, 250, 0.9);
}
/* --- Goodreads "currently reading" widget, themed to match site --- */
.gr-widget {
margin: 0 auto 3rem;
background: var(--panel-strong);
border: 2px solid rgba(234, 240, 255, 0.16);
border-radius: var(--radius-md);
box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.28);
padding: 0.9rem 1rem;
max-width: 300px;
text-align: left;
transition: transform 0.12s ease, border-color 0.12s ease, box-shadow 0.12s ease;
}
.gr-widget a {
text-decoration: none !important;
border-bottom: none !important;
}
.gr-widget:hover {
transform: translate(-1px, -1px);
border-color: var(--border-strong);
box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.28);
}
.gr_custom_header_1785024538 {
border-bottom: 1px solid var(--border);
width: 100%;
margin-bottom: 0.6rem;
padding-bottom: 0.5rem;
font-size: 0.85rem;
text-transform: uppercase;
letter-spacing: 0.04em;
color: var(--muted);
}
.gr_custom_header_1785024538 a {
color: var(--accent-2) !important;
text-decoration: none;
}
.gr_custom_each_container_1785024538 {
width: 100%;
clear: both;
overflow: auto;
}
.gr_custom_book_container_1785024538 {
overflow: hidden;
height: 60px;
float: left;
margin-right: 10px;
width: 39px;
border-radius: 4px;
}
.gr_custom_title_1785024538 a {
color: var(--text) !important;
text-decoration: none;
font-size: 0.95rem;
font-weight: 500;
}
.gr_custom_author_1785024538 {
font-size: 0.8rem;
color: var(--muted);
margin-top: 2px;
}
.gr_custom_author_1785024538 a {
color: var(--accent-2) !important;
}
.gr_custom_tags_1785024538 {
font-size: 0.72rem;
color: var(--muted);
margin-top: 3px;
}
.gr_custom_rating_1785024538 {
display: none; /* Goodreads' red stars clash on dark bg; remove this rule if you want them */
}
.gr-widget img[src*="widget_logo"] {
opacity: 0.6;
filter: grayscale(1);
height: 16px;
margin-top: 0.5rem;
}
@media (max-width: 700px) {
header,
main,
footer {
width: min(1100px, calc(100% - 1rem));
}
header {
padding: 1.25rem 0 1rem;
}
.title-lockup {
gap: 0.65rem;
}
.title-lockup img {
width: 56px;
height: 56px;
}
h1 {
font-size: clamp(2rem, 11vw, 2.8rem);
}
header p {
font-size: 0.95rem;
}
.panel {
padding: 0.7rem;
flex: none;
overflow: visible;
}
.card-list {
gap: 1.75rem;
overflow: visible;
padding-right: 0;
}
.copy-card {
grid-template-columns: 72px 1fr;
gap: 0.65rem;
padding: 0.7rem;
}
.card-tags {
position: static;
grid-column: 1 / -1;
max-width: none;
justify-content: flex-start;
gap: 0.4rem;
}
.icon-wrap {
width: 72px;
}
.details h3 {
font-size: clamp(1.2rem, 6vw, 1.5rem);
}
.desc {
margin-top: 0.4rem;
font-size: 0.95rem;
line-height: 1.55;
}
.devices {
margin-top: 0.45rem;
gap: 0.45rem 0.7rem;
}
footer {
padding: 1.25rem 0;
line-height: 1.65;
}
.gr-widget {
margin: 0 auto 2rem;
}
}
@media (max-width: 380px) {
.copy-card {
grid-template-columns: 60px 1fr;
}
.icon-wrap {
width: 60px;
}
.tag {
font-size: 0.7rem;
padding: 0.3rem 0.5rem;
}
}
</style>
</head>
<body>
<header>
<div class="title-lockup">
<img src="favicon.ico" alt="Sullydux favicon">
<h1>Sullybase</h1>
</div>
<p style="margin: 0.75rem 0 0; color: var(--muted); max-width: 65ch; line-height: 1.55;">
A small hub for my games and projects. Click to open the game in browser.
</p>
</header>
<main>
<section class="panel">
<div class="card-list">
<!-- Forsaken Legends: Cursed Isle -->
<article class="copy-card">
<div class="card-tags">
<span class="tag">Survival</span>
<span class="tag">RPG</span>
<span class="tag">Pixel Art</span>
<span class="tag controller-tested">Controller- tested</span>
</div>
<a class="card-main-link" href="https://sullybase.github.io/Curse/">
<div class="icon-wrap">
<img src="curse.png" alt="Forsaken Legends: Cursed Isle icon">
</div>
<div class="details">
<h3>Forsaken Legends: Cursed Isle</h3>
<div class="desc">
Enter a pixel art realm. Battle powerful bosses, face off against tough enemies, and befriend characters as you journey through diverse environments. Discover hidden caves, uncover the island's ancient past, and solve its mysteries. With a rich world full of animals and challenges, your adventure will test your skills at every turn. Will you conquer the unknown?
</div>
<div class="devices">
<span>Computer, PC, and Controller</span>
<a class="meta-link" href="https://sullybase.github.io/Curse/RM/" target="_blank" rel="noreferrer">README</a>
<a class="meta-link" href="https://sullybase.github.io/Curse/LICENSE.txt" target="_blank" rel="noreferrer">License</a>
<a class="meta-link" href="https://sullybase.github.io/Curse/Download/" target="_blank" rel="noreferrer">MacOS app download</a>
</div>
</div>
</a>
</article>
<!-- The Coin Knight -->
<article class="copy-card">
<div class="card-tags">
<span class="tag">RPG</span>
<span class="tag">Survival</span>
<span class="tag">Platformer</span>
<span class="tag controller-tested">Best start point</span>
<span class="tag controller-untested">Controller- untested</span>
</div>
<a class="card-main-link" href="https://sullybase.github.io/Coin/">
<div class="icon-wrap">
<img src="coin.png" alt="The Coin Knight icon">
</div>
<div class="details">
<h3>The Coin Knight</h3>
<div class="desc">
Explore a handcrafted pixel art world filled with challenges and hidden secrets. Coins are scattered throughout the world, waiting to be collected. There are scattered flags that act as checkpoints. Save the realm from the slimes and their boss. All of the citizens flee from their presence, so expect to be unaided. Reclaim the looted coins. Restore the kingdom!
</div>
<div class="devices">
<span>Computer, PC, and Controller</span>
<a class="meta-link" href="https://sullybase.github.io/Coin/RM/" target="_blank" rel="noreferrer">README</a>
<a class="meta-link" href="https://www.patreon.com/collection/2257757" target="_blank" rel="noreferrer">MacOS & Windows app download</a>
</div>
</div>
</a>
</article>
<!-- Secret Warfare -->
<article class="copy-card">
<div class="card-tags">
<span class="tag">Spy</span>
<span class="tag">RPG</span>
<span class="tag controller-tested">Mobile</span>
</div>
<a class="card-main-link" href="https://sullybase.github.io/Secret/">
<div class="icon-wrap">
<img src="secret.png" alt="Secret Warfare icon">
</div>
<div class="details">
<h3>Secret Warfare</h3>
<div class="desc">
In a world of spies, only the unseen live. As an agent in the Phantom Strike Division, you'll infiltrate, sabotage, and vanish without a trace. With challenging levels and skilled gameplay, every mission is a test of precision and timing. Are you ready to enter the world of warfare and master espionage?
</div>
<div class="devices">
<span>Mobile, Tablet, Computer, and PC</span>
<a class="meta-link" href="https://sullybase.github.io/Secret/RM/" target="_blank" rel="noreferrer">README</a>
<a class="meta-link" href="https://sullybase.github.io/Secret/LICENSE.txt" target="_blank" rel="noreferrer">License</a>
<a class="meta-link" href="https://www.patreon.com/collection/2257754?view=expanded" target="_blank" rel="noreferrer">Download offline HTML</a>
</div>
</div>
</a>
</article>
<!-- KSP Hanger -->
<article class="copy-card">
<div class="card-tags">
<span class="tag">KSP</span>
<span class="tag">Craft files</span>
</div>
<a class="card-main-link" href="https://sullybase.github.io/KSP/">
<div class="icon-wrap">
<img src="ksp.png" alt="KSP Hanger icon">
</div>
<div class="details">
<h3>KSP Hanger</h3>
<div class="desc">
A place to find my custom KSP crafts and download them. I have a few crafts that I have made and shared with the KSP community. You can find them here.
</div>
<div class="devices">
<span>External Data to game</span>
<a class="meta-link" href="https://sullybase.github.io/KSP/" target="_blank" rel="noreferrer">Website</a>
<a class="meta-link" href="https://www.patreon.com/collection/2276708" target="_blank" rel="noreferrer">Patreon</a>
<a class="meta-link" href="https://github.com/Sullybase/KSP/tree/main/SullyEngineer#readme" target="_blank" rel="noreferrer">SullyEngineer Mod</a>
</div>
</div>
</a>
</article>
<!-- Fun Puzzle Games -->
<article class="copy-card">
<div class="card-tags">
<span class="tag">Puzzle</span>
<span class="tag controller-tested">Mobile</span>
</div>
<a class="card-main-link" href="https://sullybase.github.io/Puzzle/">
<div class="icon-wrap">
<img src="puzzle.ico" alt="Fun Puzzle Games icon">
</div>
<div class="details">
<h3>Fun Puzzle Games</h3>
<div class="desc">
A collection of fun puzzle games to play.
</div>
<div class="devices">
<span>Mobile, Tablet, Computer, and PC</span>
</div>
</div>
</a>
</article>
</div>
</section>
</main>
<footer>
<!-- Goodreads "currently reading" widget -->
<div class="gr-widget">
<div id="gr_custom_widget_1785024538">
<h2 class="gr_custom_header_1785024538">
<a rel="nofollow" href="https://www.goodreads.com/review/list/178213404-sully?shelf=currently-reading&utm_medium=api&utm_source=custom_widget">Sullydux's bookshelf: currently reading</a>
</h2>
<div class="gr_custom_each_container_1785024538">
<div class="gr_custom_book_container_1785024538">
<a title="Angels & Demons (Robert Langdon, #1)" rel="nofollow" href="https://www.goodreads.com/review/show/8793421033?utm_medium=api&utm_source=custom_widget">
<img alt="Angels & Demons" border="0" src="https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1696691404l/960._SY75_.jpg">
</a>
</div>
<div class="gr_custom_rating_1785024538">
<span class="staticStars notranslate">
<img src="https://s.gr-assets.com/images/layout/gr_red_star_inactive.png">
<img alt="" src="https://s.gr-assets.com/images/layout/gr_red_star_inactive.png">
<img alt="" src="https://s.gr-assets.com/images/layout/gr_red_star_inactive.png">
<img alt="" src="https://s.gr-assets.com/images/layout/gr_red_star_inactive.png">
<img alt="" src="https://s.gr-assets.com/images/layout/gr_red_star_inactive.png">
</span>
</div>
<div class="gr_custom_title_1785024538">
<a rel="nofollow" href="https://www.goodreads.com/review/show/8793421033?utm_medium=api&utm_source=custom_widget">Angels & Demons</a>
</div>
<div class="gr_custom_author_1785024538">
by <a rel="nofollow" href="https://www.goodreads.com/author/show/630.Dan_Brown">Dan Brown</a>
</div>
<div class="gr_custom_tags_1785024538">
tagged: currently-reading
</div>
</div>
<br style="clear: both">
<center>
<a rel="nofollow" href="https://www.goodreads.com/"><img alt="goodreads.com" style="border:0" src="https://s.gr-assets.com/images/widget/widget_logo.gif"></a>
</center>
</div>
<script src="https://www.goodreads.com/review/custom_widget/178213404.Sullydux's%20bookshelf:%20currently%20reading?cover_position=left&cover_size=small&num_books=2&order=a&shelf=currently-reading&show_author=1&show_cover=1&show_rating=1&show_review=0&show_tags=1&show_title=1&sort=date_added&widget_bg_color=FFFFFF&widget_bg_transparent=&widget_border_width=1&widget_id=1785024538&widget_text_color=000000&widget_title_size=medium&widget_width=medium" type="text/javascript" charset="utf-8"></script>
</div>
<p>
Find me on
<a href="https://github.com/sullybase/" target="_blank" rel="noreferrer">Github</a>
and
<a href="https://scratch.mit.edu/users/sullydux/" target="_blank" rel="noreferrer">Scratch</a>.
<a href="https://sullydux.github.io/sullydux/email.html" target="_blank" rel="noreferrer">Email me securely</a>.
<a href="https://www.patreon.com/cw/Sullydux" target="_blank" rel="noreferrer">My Patreon</a>.
<a href="https://www.reddit.com/r/Sullybase/" target="_blank">Offical Reddit</a>
</p>
</footer>
</body>
</html>