-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (53 loc) · 1.62 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
<!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>cl-lw</title>
<link rel="stylesheet" href="css/style.css">
<style>
</style>
</head>
<body>
<div class="banner">
<div class="navbar">
<img src="img/3.gif" alt="" class="logo" width="80" height="80">
<ul>
<li><a href="#home">Home</a>
<li><a href="#about">About us</a>
<li><a href="#contact">Contact</a>
</ul>
</div>
</div>
<div id="about" class="content">
<h1>cl-lw</h1>
<p>Welcome</p>
<div id ="About Us"></div>
<button onclick="window.location.href = 'https://github.com/cl-lw';">Github</button>
<button onclick="window.location.href = 'https://discord.gg/EGQYe6VkBv';">Discord</button>
<div id ="about">
</div>
</div>
</header>
<!--HEADER FINISH-->
<!---About Start-->
<section id="about">
<div class="about">
<div class="container">
<div class="about-tittle">
<h2>ABOUT US</h2>
<div>
<div class="about-content">
<div class="about-img">
<img src="./img/1.png" alt="">
<div>
<div class="about-text">
<h4>cl-lw :)</h4>
<div id="asteriks">
<i class="fa-solid fa-asterisk"></i>
</div>
<div>
<div>
<div>
</section>