-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (48 loc) · 2.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Syndicate (FFXIV)</title>
<link rel="icon" type="image/x-icon" href="img/web-icon.ico">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<nav>
<div class="container">
<h3 class="logo">5YNDICATE<span> FFXIV</span></h3>
<div class="hamburger-menu">
<div class="bar"></div>
</div>
</div>
</nav>
<h1 class="big-title translate" data-speed="0.1">Arise, Knight.</h1>
<h1 class="big-title-2 translate" data-speed="0.1">You're one of us now.</h1>
<img src="img/bottom.png" class="bottom translate" data-speed="0.35" alt="">
<img src="img/top.png" class="full translate blur" data-speed="0.5" alt="">
</header>
<section>
<div class="shadow"></div>
<div class="container">
<div class="content opacity">
<h3 class="title">
Who We Are
<div class="border"></div>
</h3>
<p class="text"><br><b>Syndicate</b> is a Free Company <i>(often refered to as Guild)</i> in the MMORPG known as <b>Final Fantasy XIV</b>. <br><br> We are a community of individuals who enjoy playing the game together in parties for Raids, Trials, Dungeons, PvP, and just for fun. <br><br>We would be delighted to have you join us, so <a href="https://discord.gg/sNpSZMmtYm">Here's your invitation to the Discord Community!</a> </p>
</div>
<div class="imgContainer opacity">
<img src="img/gallery_2.png" alt="">
</div>
</div>
</section>
<script src="app.js"></script>
</body>
<footer class="site-footer">
<div class="container">
<p class="footer-text">Website by <b>Ryukinou</b>, <i>"Perseus Azaphere"</i>.</p>
</div>
</footer>
</html>