-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththanks.html
62 lines (44 loc) · 2.58 KB
/
thanks.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Team FE's Celebrates Fire Emblem's 30th Anni-FE-rsary</title>
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Team FE's Celebrates Fire Emblem's 30th Anni-FE-rsary</h1>
<h2>Thank you to all the contributors!</h2>
<section class="contributors"></section>
<!--
User Type Twitter Twitch
Ciarre Artist @ciarre_arts https://www.twitch.tv/ciarre
HellyonWhite Artist @HellyonWhite https://www.twitch.tv/hellyonwhite
Okkefac Artist @Okkefak https://www.twitch.tv/okkefac
Tecchen Artist @Tecchen https://www.twitch.tv/tecchen
24914 Artist @24914x
NairoMK Gameplayer @Nairomk https://www.twitch.tv/NairoMK
Gwimpage Gameplayer @Gwimpage https://twitch.tv/Gwimpage
Kirbymastah Gameplayer @Kirbymastah https://www.twitch.tv/KirbymastaH
Christian La Monte Voice Actor @WritingMadness https://www.twitch.tv/countoflamontecristo
Deva Maria Voice Actor @deva_marie
Allegra Clark Voice Actor @SimplyAllegra
Jenny Yokobori Voice Actor @JennyYokobori
Morgan Berry Voice Actor @TheMorganBerry
Yuri Lowenthal Voice Actor @YuriLowenthal
Joe Zieja Voice Actor @JoeZieja https://www.twitch.tv/joezieja
Ratana Voice Actor @diamondsong
Greg Chun Voice Actor @Greg_Chun https://www.twitch.tv/Greg_Chun
Yaycupcake Team FE @XinChun93
Elieson Team FE @TheElieson https://www.twitch.tv/the_elieson
DarkDogDemon Team FE https://www.twitch.tv/huluandwoohoo
Michelle_Tan Team FE @michelle_tan101 https://www.twitch.tv/michelle_tan101
DJB2Spirit Team FE @djb2spirit https://www.twitch.tv/djb2spirit
-->
<a href="index.html">Click to go back to the Schedule!</a><br>
<footer>Site made by Sei (XinChun93 on Twitter, yaycupcake on Github/reddit)</footer>
<script src="thanks.js"></script>
</body>
</html>