-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathabout.html
158 lines (152 loc) · 7.56 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Yu-Gi-Oh! Forbiden Memories fusion list" />
<meta name="keywords" content="Yu-Gi-Oh!, YuGiOh, Forbiden Memories, playstation, Fusion" />
<meta name="robots" content="index, follow" />
<title>About this Project</title>
<link rel="icon" type="image/x-icon" href="public/images/yugioh.ico" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@500&display=swap"
rel="stylesheet"
/>
<link href="https://fonts.googleapis.com/css2?family=Varela+Round&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="public/styles/normalize.css" />
<link rel="stylesheet" type="text/css" href="public/styles/bootstrap.min.css" />
<link rel="stylesheet" href="public/styles/home.css" />
</head>
<body class="bg-light d-flex flex-column min-vh-100">
<header class="navbar navbar-expand-lg navbar-light bg-light flex-column flex-md-row">
<a class="navbar-brand text-truncate" href="index.html">
<img
class="img-fluid ml-4"
id="logo"
src="public/images/logo.png"
alt="Yu-Gi-Oh! Forbiden Memories Logo"
/>
</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon d-md-none p-0 mx-2 collapsed"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link text-dark" href="fusion-search.html">Fusion Search</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark" href="fusion-calculator.html">Fusion Calculator</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark" href="about.html">About</a>
</li>
<li class="nav-item">
<a
class="btn btn-bd btn-thread"
href="http://forums.somethingawful.com/showthread.php?threadid=3783156"
rel="noopener noreferrer"
target="_blank"
>Thread</a
>
</li>
</ul>
</div>
</header>
<main class="container-fluid">
<section class="row container-about">
<div class="col my-5 mx-5">
<h2 class="text-center my-4 text-main">ABOUT</h2>
<p>
Yu-Gi-Oh! Forbidden Memories is a terrible game with a terrible mechanic called
"fusions." Fusions allow the player to fuse two cards together to get a new,
hopefully more powerful card.
</p>
<p>
But, since it's a terrible game, YGO:FM does nothing to actually
<em>tell</em> you about the fusions. Your options are to either try every card
against every other card (and by the way there's over 720 cards in the game) or to
look it up online. Oh, and the game doesn't try to record the fusions at all. And
since one card might fuse with a few hundred other cards, trying to find out which
ones are worth it is tedious.
</p>
<p>
The real motivation for this project is Giver336's LP of the game on Something Awful.
His co-commentator, General Yeti, mused about the possibility of a program to find
the fusions for you. Here it is!
</p>
</div>
</section>
<section class="row" id="container-space"></section>
<section class="row">
<div class="col my-4 mx-5">
<h2 class="text-center my-4 text-main">SPECIAL THANKS</h2>
<p>
<strong>Steve Kalynuik, Dylan Birtolo and Miguel Balauag</strong>, authors of the
<a
href="https://www.gamefaqs.com/ps/561010-yu-gi-oh-forbidden-memories/faqs/16613"
rel="noopener noreferrer"
target="_blank"
>Fusion FAQ</a
>, and the <strong>Yu-Gi-Oh! Wikia</strong>, which provided the data that I used to
create the first version of this calculator.
</p>
<p>
<a href="/~https://github.com/CathodeRaymond" rel="noopener noreferrer" target="_blank"
>CathodeRaymond</a
>
for work with CSS and making the project actually look good.
</p>
<p>
<a href="/~https://github.com/duke1102" rel="noopener noreferrer" target="_blank"
>duke1102</a
>
for providing the complete card and fusion data, without which this project would be
very inaccurate.
</p>
</div>
</section>
</main>
<footer class="container-fluid mt-auto">
<div class="row footer-bottom">
<div class="col text-center my-3">
<a
class="d-inline m-0 p-0 text-decoration-none"
href="index.html"
rel="noopener noreferrer"
>
<img
loading="lazy"
class="millennium-pendant"
src="public/images/item.png"
alt="millennium-pendant"
/>
</a>
<p class="my-3 text-white d-inline">
Yu-Gi-Oh! Forbiden Memories Fusion Calculator © 2020
</p>
<a
class="d-inline m-0 p-0"
href="/~https://github.com/Solumin/YGO-FM-FusionCalc"
rel="noopener noreferrer"
target="_blank"
>
<img class="gh-logo" src="https://simpleicons.org/icons/github.svg" alt="GitHub" />
</a>
</div>
</div>
</footer>
<script type="text/javascript" src="public/javascripts/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="public/javascripts/bootstrap.bundle.min.js"></script>
</body>
</html>