-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathf2p-build.html
70 lines (61 loc) · 2.55 KB
/
f2p-build.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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Yae Miko</title>
<meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="./f2p-build.css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,600;0,800;1,400;1,600&display=swap" rel="stylesheet">
<link rel = "stylesheet" href = "https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.4/css/fontawesome.min.css">
<script src="https://kit.fontawesome.com/f4e6cce133.js" crossorigin="anonymous"></script>
</head>
<body>
<header>
<a href="index.html"><img class ="logo" src ="./images/logo.png" alt ="logo"></a>
<nav>
<ul class="nav-links">
<li><a href="about.html">About</a></li>
<li><a href="builds.html">Builds</a></li>
<li><a href="#">Lorem Ipsum</a></li>
<li><a href="#">Lorem Ipsum</a></li>
</ul>
</nav>
</header>
<button id="back-to-top-btn"><i class="fa-solid fa-chevron-up"></i></button>
<script src="script.js"></script>
<section class="Weapon-title">
<h1> Weapons </h1>
</section>
<div class ="Weapons">
<div class = "weapon-container">
<div class="row">
<h2>
Widsith
</h2>
<img class="weapon-image" src="./images/builds/f2p/weapons/widsith.png" alt ="">
</div>
<!-- <div class="row">
<h2>
Hakushin Ring
</h2>
<img class="weapon-image" src="./images/builds/f2p/weapons/hakushin-ring.png" alt ="">
</div>
<div class="row">
<h2>
Mappa Mare
</h2>
<img class="weapon-image" src="./images/builds/f2p/weapons/mappa-mare.png" alt ="">
</div> -->
</div>
</div>
<section class="break">
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
</section>
<footer id = "footer">
<div class="footer-container">
<span><a href="https://github.com/Spelljinxer" target="_blank"><img class ="footer-image" src="./images/footer/github_img.png" alt=""></a></span>
<span><a href="https://anilist.co/user/Kyokino/" target="_blank"><img class ="footer-image" src="./images/footer/anilist.png" alt=""></a></span>
<span><a href="https://i.imgur.com/DvlPOQf.png" target="_blank"><img class ="footer-image" src="./images/footer/discord.png" alt=""></a></span>
</div>
</footer>
</body>
</html>