-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (40 loc) · 1.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BTE Middle East</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Header section -->
<header>
<nav>
<div class="logo">
<img style="width: 64px; height: 64px;" src="assets/bteme.png">
</div>
<ul class="nav-links">
<li><a href="aboutus.html">About Us</a></li>
<li><a href="apply.html">How to Apply</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="https://discord.gg/bte-middle-east-743063318779920465">Discord</a></li>
</ul>
</nav>
</header>
<section id="welcome">
<div class="hero">
<h2>Welcome to Middle East</h2>
<a href="apply.html"><button class="button-59" role="button" onclick="site">Join Us</button></a>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
</div>
</section>
<!-- Footer section -->
<footer>
<p>© 2024 BTE Middle East - Not Copyrighted. All Rights Not Really Reserved</p>
<ul class="footer-links">
</ul>
</footer>
</body>
</html>