-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (60 loc) · 2.31 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>ScudBt's Website</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="script.js"></script>
</head>
<body>
<div class="header">
<h1>Welcome to ScudBt's Website</h1>
</div>
<div class="nav-bar">
<div class="tab current">
<a href="index.html">Home</a>
</div>
<div class="tab">
<a href="images.html">Images</a>
</div>
<div class="tab">
<a href="videos.html">Videos</a>
</div>
<div class="tab">
<a href="projects.html">Projects</a>
</div>
</div>
<div id="main-body">
<div>
<img src="images/main.jpg" alt="image">
</div>
<div>
<p>
Industrial pollution, garbage, cutting of trees (deforestation) to make homes and industry,
harsh use of chemicals, water pollution etc.
They all harm our nature and yes if nature gets harm
it will have some side-effects which results in some infections and diseases.
Example: In June 2013 a flood attacks on Uttarakhand (Kedarnath) destroyed whole area of Uttarakhand.<br/>
In today’s life we all are ignoring our nature by using scientific devices,
using chemical bound products; eat food which is full of chemicals or harmful elements.
Here we our doing two wrong things firstly Harming our Nature in every possible way.<br/>
Secondly harming our self by making wrong use of science.
Science is for study and for some useful things not for destroying it.<br/>
Every day we got the news that scientist are
working on moon to grow potatoes or they are going
to search life there because there’s no life on earth soon
due to these harmful things and the major part is we know that our earth,
our nature is in danger so we have to work on earth to protect it .
We have to protect our nature as soon as possible.
</p>
</div>
<div class="footer">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-pinterest"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
</div>
</div>
<!-- add footer later-->
</body>
</html>