-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
160 lines (144 loc) · 6.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="google-site-verification" content="NacP-JqiEUZMbWkUB5psP-MgXXwwTY4wt0h90SpGk9g" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="falsepopsky" />
<meta name="description" content="Yu-Gi-Oh! Forbidden Memories Database, a simple way to search cards to fusion" />
<meta name="keywords" content="Yu-Gi-Oh!, YuGiOh, Forbidden Memories, Playstation, Database, Fusion" />
<meta name="robots" content="index, follow" />
<meta property="og:title" content="Yu-Gi-Oh! Forbidden Memories Database" />
<meta property="og:description"
content="Yu-Gi-Oh! Forbidden Memories Database, a simple way to search cards to fusion." />
<meta property="og:url" content="https://falsepopsky.github.io/YGO-FM-Database/" />
<meta name="url" content="https://falsepopsky.github.io/YGO-FM-Database/" />
<link rel="canonical" href="https://falsepopsky.github.io/YGO-FM-Database/" />
<link rel="icon" type="image/x-icon" href="public/images/favicon.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/css/normalize.css" />
<link rel="stylesheet" type="text/css" href="public/css/home.css" />
<title>Yu-Gi-Oh! Forbidden Memories Database</title>
</head>
<body>
<header class="header-container">
<nav class="header-nav">
<div class="header-nav-logo">
<a class="general-link" href="index.html">
<img class="image-logo" src="public/images/logo.png" alt="Yu-Gi-Oh! Forbidden Memories Logo" width="72"
height="50" />
</a>
</div>
<div class="header-nav-navigation">
<ul class="header-nav-navigation-list">
<li class="header-nav-navigation-item">
<a class="header-nav-link" href="fusion-search.html">Fusion Search</a>
</li>
<li class="header-nav-navigation-item">
<a class="header-nav-link" href="deck-check.html">Deck Check</a>
</li>
<li class="header-nav-navigation-item">
<a class="header-nav-link" href="about.html">About</a>
</li>
</ul>
</div>
</nav>
</header>
<main class="main-container">
<section class="container-hero">
<div class="wrapper-container">
<div class="box-title">
<h1 class="main-title hero-title">Yu-Gi-Oh! FM Database</h1>
</div>
<div class="box-main">
<p class="general-text-info hero-title">
Yu-Gi-Oh! Forbidden Memories is a video game from Playstation, with a mechanic called "Fusions", this one
allow the player to fuse cards together to get a new,
hopefully more powerful card.
</p>
<p class="general-text-info hero-title">
For this reason we made this project, to discover the possibilities to fusion your cards!
</p>
<a href="fusion-search.html" class="btn btn-white main-btn">Get started</a>
</div>
<div class="hero-box-psx-cover">
<img src="public/images/cover_playstation.webp" class="cover-playstation"
alt="Yu-Gi-Oh! Forbidden Memories Cover Playstation" />
</div>
</div>
</section>
<section class="container-fusion-search">
<div class="wrapper-container">
<div class="box-title">
<h2 class="main-title">
<span class="fusion-search">Fusion Search</span>
</h2>
</div>
<div class="box-main">
<p class="general-text-info">
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>
<a href="fusion-search.html" class="btn btn-dark main-btn">Visit Fusion Search</a>
</div>
<div class="box-section-image">
<img loading="lazy" src="public/images/fusion.gif" class="gif-fusion img-group" alt="fusion cards" />
</div>
</div>
</section>
<section class="container-deck-check">
<div class="wrapper-container">
<div class="box-title">
<h2 class="main-title">
<span class="deck-check">Deck Check</span>
</h2>
</div>
<div class="box-main">
<p class="general-text-info">
With Deck Check you can obtain the whole deck information from your opponents.
</p>
<p class="general-text-info">Also what cards they drop...</p>
<a href="deck-check.html" class="btn btn-white main-btn">Visit Deck Check</a>
</div>
<div class="box-section-image">
<img loading="lazy" src="public/images/atem.png" class="atem-img img-group" alt="atem character" />
</div>
</div>
</section>
<section class="container-about">
<div class="wrapper-container">
<div class="box-title">
<h2 class="main-title"><span class="about-title">About</span></h2>
</div>
<div class="box-main">
<p class="general-text-info">Learn more about the <strong>Yu-Gi-Oh! Forbiden Memories Database</strong>
project, and how to get involved.
</p>
<a href="about.html" class="btn btn-about main-btn">Checkout</a>
</div>
<div class="box-section-image">
<img loading="lazy" src="public/images/kaiba.png" class="kaiba-img img-group" alt="kaiba character" />
</div>
</div>
</section>
</main>
<footer class="footer-container">
<section class="footer-top">
<a class="general-link" href="https://github.com/falsepopsky/YGO-FM-Database/" rel="noopener noreferrer"
target="_blank">
<img loading="lazy" class="gh-logo" src="https://img.icons8.com/fluent/48/000000/github.png"
alt="GitHub Repo" />
</a>
<a class="general-link" href="index.html" rel="noopener noreferrer">
<img loading="lazy" class="millennium-pendant" src="public/images/item.png" alt="millennium pendant" />
</a>
</section>
<section class="footer-bottom">
<p>Yu-Gi-Oh! Forbidden Memories Database © 2021</p>
</section>
</footer>
</body>
</html>