-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathOUR PROJECT.html
44 lines (39 loc) · 2.27 KB
/
OUR PROJECT.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
<!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>OUR PROJECT</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="OUR PROJECT.css">
</head>
<body>
<h1>AQUA CLARIFIER</h1>
<div class="container fluid">
<h2>ABOUT THIS PROJECT:-</h2>
<p class="paragraph">In this project our main focus is on water recycling . Water scarcity is becoming a major issue in our country. In dry areas farmers face water scarcity & sometimes they are forced to use drain water for irrigation.
To reduce this problem we have made an AQUA CLARIFIER which will purify or filter water at the initial level.
This filter can be attached in every house & the waste water which is released from houses and the wate water which is released from house passes through this system & get filtered for reuse.
As this filter is installed in every house that’s why we have also worked on its cost so that even small farmers can also install it in their houses. For this we have used some waste material.<br>
</p>
<h5>In order to filterate the water, We basically used three main layers:-</h5>
<br>
<ol type="A">
<li>First layer= Charcoal</li>
<li>Second layer=Sand</li>
<li>Third layer=NaOH + CaCO3</li>
</ol>
</div>
<div class="container">
<div class="row">
<div class="col-md-12">
<iframe width="560" height="315" src="https://www.youtube.com/embed/yxCXNexXajQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" width="100%" allowfullscreen></iframe>
</div>
</div>
</div>
</body>
</html>