-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
154 lines (134 loc) · 7.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap" rel="stylesheet">
<link href="//db.onlinewebfonts.com/c/db8811fcaea2386d4f6e3bcf7e6d206b?family=MiedingerW01-Bold" rel="stylesheet" type="text/css"/>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Anek+Telugu:wght@800&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Anek+Telugu:wght@500&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Anek+Telugu&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="images/logo.png" type="image/x-icon">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>XIV Buddy</title>
</head>
<body>
<div id="page-container">
<!--Section 1-->
<section class="nav"> <!--Navigation bar-->
<a href="index.html">
<img class="logo" src="images/logo4.png" alt="">
</a>
<ul class="nav-links">
<li class="underline-dungeons"><a href="dungeons.html">Dungeons</a></li>
<li class="underline-trials"><a href="trials.html">Trials</a></li>
<li class="underline-raids"><a href="raids.html">Raids</a></li>
<li class="underline-checklist"><a href="checklist.html">Checklist</a></li>
<div class="red"><a href="#">LOGIN WITH DISCORD</a></div>
</ul>
</section>
<section class="bg"> <!--Background image-->
<div class="bg-container">
<h1>UNLOCK YOUR <span class="potential">POTENTIAL</span></h1>
<img class="bg-img" src="images/bgimg.webp" alt="">
</div>
</section>
<!--Events section-->
<section class="events">
<!-- Display the countdown timer in an element -->
<p class="timer" id="event-timer"></p>
<!--ffxiv event banner-->>
<a href="https://eu.finalfantasyxiv.com/lodestone/special/2022/All_Saints_Wake/34nzplu2qj" class="event-img"><img src="images/ffxivevent.png" alt=""></a>
</section>
<!--Add FFXIV Event timer API next to events image-->
<!--Section 2-->
<section class="section2">
<div class="features">Features</div>
</section>
<div class="wrapper">
<div class="item1 box">
<div class="icon">
<img src="images/icon-box.png" alt="">
</div>
<div class="text">
<h2>Character Login</h2>
<p>Login with you Discord account and add your character via Lodestone to gain access to your main character and alts. You can visualise your current gear and job/class on your character too! </p>
</div>
</div>
<div class="item1 box">
<div class="icon">
<img src="images/manual-icon.png" alt="">
</div>
<div class="text">
<h2>Guides</h2>
<p>In-depth video guides if you ever need help in a Dungeon, Raid or Trial. This website covers all difficulties like Extremes and even solo-guides!</p>
</div>
</div>
<div class="item1 box">
<div class="icon">
<img src="images/checklist_rtl_FILL1_wght400_GRAD0_opsz48.png" alt="">
</div>
<div class="text">
<h2>Checklists</h2>
<p>Track all your dailies & weeklies on the checklist page! Clickable checkboxes in an organised and customisable lists for all levels.</p>
</div>
</div>
<div class="item1 box">
<div class="icon">
<img src="images/event.png" alt="">
</div>
<div class="text">
<h2>Events</h2>
<p>View the current FFXIV In-game Events, so you never miss out! Always on available on the home page above.</p>
</div>
</div>
<div class="item1 box">
<div class="icon">
<img src="images/api.png" alt="">
</div>
<div class="text">
<h2>API</h2>
<p>Built-in API from the Final Fantasy 14 database so you can sync your character! All stats and character information directly from the game database.</p>
</div>
</div>
<div class="item1 box">
<div class="icon">
<img src="images/sprout.png" alt="">
</div>
<div class="text">
<h2>Sprout-friendly</h2>
<p>New players can enjoy the guides offered on this site. Guides from ARR to Endwalker are available and easy to follow!</p>
</div>
</div>
</div>
</div>
<section id="footer" class="footer">
<div class="footer-line"></div>
<div class="footer-container">
<div class="copyright">
FINAL FANTASY is a registered trademark of Square Enix Holdings Co., Ltd.
<br>
FINAL FANTASY XIV © SQUARE ENIX CO., LTD.
</div>
<div class="logo-links">
<a href="index.html">
<img src="images/logo4.png" alt="">
</a>
</div>
</div>
</section>
<script src="script.js"></script>
</body>
</html>