-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (44 loc) · 1.92 KB
/
index.html
File metadata and controls
47 lines (44 loc) · 1.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
</style>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css"/>
<title>Eco Space</title>
</head>
<body>
<div class="container">
<nav>
<div class="menu-btn">
<p>Menu</p>
</div>
<div class="logo"></div>
<a href="#"><p>EcoSpace</p></a>
<div class="profile">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-circle-user-round"><path d="M18 20a6 6 0 0 0-12 0"/><circle cx="12" cy="10" r="4"/><circle cx="12" cy="12" r="10"/></svg>
</div>
</nav>
<footer>
<p>Build and deployed by BBW</p>
<p>Hackbattle IEEE 2024</p>
</footer>
<div class="items">
<div class="item" ><a href="index.html"></href><p>Home</p></a></div>
<div class="item"><p>Ecocirc</p></div>
<div class="item"><p>Waste</p></div>
<div class="item"><p>Heatmap</p></div>
<div class="item"><p>Energy analysis</p></div>
<div class="item"><p>Contribute </p></div>
<div class="item"><p>About us</p></div>
</div>
<div class="pre-bg">
<img src="Assets\3.png">
</div>
</body>
</html>