-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
52 lines (47 loc) · 1.52 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
<!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="styless.css">
<title>About us</title>
</head>
<body>
<header>
<button class="hamburger" id="hamburger-icon">
<span onclick="openNavbar()"> ☰</span>
</button>
<nav id="nav-menu">
<ul>
<li><a href="index.html"><Strong>Home</Strong></a></li></button>
<li><a href="contact.html">Enquiry</a></li>
<li><a href="#project">project</a></li>
<li><a href="contact.html">contact</a></li>
</ul>
</nav>
<button class="reachUs-button"><a href="tel:3335656352">Call us</a> </button>
</header>
<h1>Idea</h1>
<div class="About">
<div class="img">
<img src="image/Biogas.webp" alt="Biogas">
<br>
<br>
<br>
<img src="image/WasteRecovery.webp" alt="Waste Recovery">
</div>
<div class="text">
<p>Prototype or proposal for a system that converts organic waste
into clean energy or bio fuels, addressing both waste
management and energy sustainability</p>
<br>
<br>
<br>
<p>Develop an innovative agriculture technology or method that
improves crop yields while conserving resources, such as
precision farming, vertical farming, or aqua ponics systems.
</p>
</div>
</div>
</body>
</html>