-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (43 loc) · 1.33 KB
/
index.html
File metadata and controls
48 lines (43 loc) · 1.33 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>BIT.</title>
</head>
<body>
<section class="showcase ">
<header>
<h2 class="logo">Bit.</h2>
<div class="toggle"></div>
</header>
<video src="xy.mp4" muted loop autoplay></video>
<div class="overlay"></div>
<div class="text1">
<h2>Welcome to</h2>
<h3>New Era of Agriculture.</h3>
<a href="">Comming Soon</a>
</div>
<ul class="social">
<li>
<a target="_" href="https://www.instagram.com/bit.atena/"><img src="Instagram.png" alt=""></a>
</li>
<li>
<a target="_" href="https://github.com/BIT-ATENA"><img src="GitHub.png" alt=""></a>
</li>
<li>
<a target="_" href="https://discord.gg/yRmT3f2yP6"><img src="Discord.png" alt=""></a>
</li>
</ul>
</section>
<!--<div class="menu">
<ul>
<li><a href="#" data-href="index.html">Home</a></li>
<!-- <li><a href="#" data-href="projects.html">Projects</a></li>
<li><a href="#" data-href="contact.html">Contact</a></li>
</ul>
</div>-->
<script src="./scripts.js"></script>
</body>
</html>