-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout.html
57 lines (45 loc) · 2.01 KB
/
About.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">
<title>Yem</title>
<link href='Pictures/style.css' rel='stylesheet'>
<link rel="icon" href="Pictures/Y_Logo.png" type="image/png">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<header class="header">
<a href="index.html" class="logo"><img src="Pictures/YEM.png"></a>
<nav class="navbar">
<a href="index.html">Home</a>
<a href="Projects.html">Projects</a>
<a href="Contact.html">Contact</a>
</nav>
</header>
<section class="home">
<div>
<div class="home-content">
<h2 style="line-height: 50px; color: white;">Hello, this page is still under construction. <i class='bx bxs-error'></i><br> Please check again later!
<br>
Click <a href="index.html" style="text-decoration: none; color: #00abf0;">HERE</a> to go back to the home page.
</h2>
</div>
</div>
</section>
<div class="BGVideo">
<video autoplay loop muted plays-inline class="BGVid">
<source src="Pictures/Sona.mp4" type="video/mp4">
</video>
</div>
<footer>
<div class="home-sci">
<a href="https://discordapp.com/users/195276785586274315" target="_blank"><i class='bx bxl-discord-alt'></i></a>
<a href="https://twitter.com/Dinacti" target="_blank"><i class='bx bxl-twitter' ></i></a>
<a href="https://www.youtube.com/@yem17" target="_blank"><i class='bx bxl-youtube' ></i></a>
<a href="https://github.com/PreYem" target="_blank"><i class='bx bxl-github'></i></a>
<a href="https://simplearmory.com/#/eu/ravencrest/yemboi/collectable/mounts" target="_blank"><i class='bx bxs-shield-alt-2'></i></a>
</div>
</footer>
</body>
</html>