-
Notifications
You must be signed in to change notification settings - Fork 18
/
index.html
214 lines (206 loc) · 10 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
<!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>Yu-Gi-Oh! Forbiden Memories Fusion Calculator</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 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" type="text/css" href="public/styles/home.css" />
</head>
<body class="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 background-vrains">
<section class="row container-main-fm">
<div
class="col-md-8 offset-md-1 col-lg-5 offset-lg-1 order-sm-12 order-md-1 order-lg-1 my-4"
>
<h1 class="text-main my-4 text-white hero-title">Yu-Gi-Oh! Forbidden Memories</h1>
<h2 class="text-main my-4 text-white hero-title">Fusion Calculator</h2>
<p class="m-4 text-subtext text-white">
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 class="mx-4 text-subtext text-white">
For this reason we bring it to you the one thousand ways to fusion your cards !
</p>
<div class="d-flex flex-column flex-md-row">
<a href="fusion-search.html" class="btn btn-lg btn-light my-3 mx-md-4"
>Get started</a
>
</div>
</div>
<div
class="col-md-11 offset-md-1 col-lg-5 offset-lg-1 my-4 d-flex justify-content-center order-md-2 order-lg-2"
>
<img
src="public/images/cover_playstation.webp"
class="img-fluid my-4 cover-playstation d-none d-sm-block"
alt="Yu-Gi-Oh! Forbiden Memories Cover Playstation"
/>
</div>
</section>
<section class="row container-fusion-search">
<div class="col col-lg-5 offset-lg-1 my-4 d-flex flex-column">
<h2 class="d-inline-flex text-main my-4">
<span class="fusion-search">Fusion Search</span>
</h2>
<p class="h3 my-5 text-subtext">
With fusion search, you can get information about how to obtain that impossible
fusion card and also discover what type of fusion you can do with that card in your
hand!
</p>
<div class="d-flex flex-column flex-md-row">
<a href="fusion-search.html" class="btn btn-lg btn-dark mb-3 mx-md-4"
>Visit Fusion Search</a
>
</div>
</div>
<div class="col col-lg-5 offset-lg-1 my-4 d-none d-sm-none d-md-block">
<img
loading="lazy"
src="public/images/fusion.gif"
class="img-fluid my-4 d-none d-sm-none d-md-block img-group"
alt="fusion cards"
/>
</div>
</section>
<section class="row container-fusion-calculator">
<div class="col col-lg-5 offset-lg-1 my-4 d-flex flex-column">
<h2 class="d-inline-flex text-main my-4">
<span class="fusion-calculator">Fusion Calculator</span>
</h2>
<p class="h3 my-5 text-subtext">
Let's test your whole hand, and discover what it's your next play.
</p>
<p class="h3 mb-5 text-subtext">Like Fusion, equip or rituals !</p>
<div class="d-flex flex-column flex-md-row">
<a href="fusion-calculator.html" class="btn btn-lg btn-light mb-3 mx-md-4"
>Visit Fusion Calculator</a
>
</div>
</div>
<div class="col col-lg-5 offset-lg-1 my-4 d-none d-sm-none d-md-block">
<img
loading="lazy"
src="public/images/atem.png"
class="img-fluid my-4 ml-auto d-none d-sm-none d-md-block d-flex img-group"
alt="atem character"
/>
</div>
</section>
<section class="row container-about">
<div class="col col-lg-5 offset-lg-1 my-4">
<h2 class="text-main my-4"><span class="about-title">About</span></h2>
<p class="h3 my-5 text-subtext">
Learn more about the
<strong>Yu-Gi-Oh! Forbiden Memories Fusion Calculator</strong> project, and how to
get involved.
</p>
<div class="d-flex flex-column flex-md-row">
<a href="about.html" class="btn btn-lg btn-about mb-3 mx-md-4"
>READ THE ABOUT SECTION</a
>
</div>
</div>
<div class="col col-lg-5 offset-lg-1 my-4 d-none d-sm-none d-md-block">
<img
loading="lazy"
src="public/images/kaiba.png"
class="img-fluid my-4 ml-auto d-none d-sm-none d-md-block d-flex img-group"
alt="kaiba character"
/>
</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
loading="lazy"
class="gh-logo"
src="https://simpleicons.org/icons/github.svg"
alt="GitHub Repo"
/>
</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>