generated from ardacarofficial/links-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (64 loc) · 2.36 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
<!--
-----------------
https://github.com/ardacarofficial/links-website is open source project.
-----------------
-->
<!DOCTYPE html>
<html lang="en">
<head>
<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>website</title>
<meta name="description" content="Your Description">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<!-- Logo, Title and Description Codes Start -->
<div class="header_img flex_column_center">
<img src="img/logo.png" alt="Logo" />
</div>
<div class="header_text flex_column_center">
<h1 class="header_h_item">Zeaxey</h1>
<h2 class="header_h_item">I like potatoes.</h2>
</div>
<!-- Logo, Title and Description Codes End -->
<!-- Menu Codes Start -->
<nav>
<ul class="header_nav_menu_list flex_no_wrap_row_center">
<li data-target="#main_section_container_1" id="header_nav_menu_item_1" class="header_nav_menu_item" href="">Main</li>
</ul>
</nav>
<!-- Menu Codes End -->
</header>
<main>
<!-- Menu Container 1 Codes Start -->
<section id="main_section_container_1" class="flex_column_center">
<!-- Menu Text Item -->
<div class="main_text_item">
<p>Socials</p>
</div>
<!-- Menu Small Item -->
<div class="main_small_button_list">
<a class="main_small_a_item" href="https://www.youtube.com/@therealzeaxey" target="_blank" rel="nofollow">
<button class="main_small_button_item">YouTube</button>
</a>
<a class="main_small_a_item" href="https://steamcommunity.com/id/trz4000" target="_blank" rel="nofollow">
<button class="main_small_button_item">Steam (friends only)</button>
</a>
</div>
<!-- Menu Container 1 Codes End -->
</main>
<footer>
<!-- Footer Codes Start -->
<div class="footer_div_item flex_row_center">
<a class="footer_a_item" href="#link">Website</a> | MIT License
</div>
</footer>
<!-- Footer Codes End -->
<script src="js/main.js"></script>
</body>
</html>