-
Notifications
You must be signed in to change notification settings - Fork 3
/
landing.html
83 lines (70 loc) · 5.61 KB
/
landing.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!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">
<link rel="stylesheet" href="index.css">
<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=Niconne&display=swap" rel="stylesheet">
<title>Organic Farming</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
</head>
<body id="body">
<header>
<h1 class="title">Organic Farming</h1>
</header>
<div class="horizontal-nav">
<a href="landing.html" class="content">Home</a>
<a href="history.html" class="content">History</a>
<a href="types.html" class="content">Types</a>
<a href="method.html" class="content">Methodologies</a>
<a href="procon.html" class="content">Pros/Cons</a>
<a href="about.html" class="content">About</a>
</div>
<div class="intro">
<article>
<h1>Introduction</h1>
<hr>
<img src="https://nas-national-prod.s3.amazonaws.com/styles/hero_image/s3/sfw_organic_farm_redux_h_14516020.jpg?itok=aXwDQp4I" alt="Organic Farming" class="image1" align="right">
<p>
<big>P</big>rior to getting to know what Organic Farming is, we need to revisit the foundation of Organic Farming to understand why the most conventional way of farming is being diminished and why Organic Farming is being adopted by the masses.
<br><br>
<big>F</big>arming is the activity of growing crops or keeping animals on a farm. Farming, and Agriculture in general, started thousands of years ago. The development of farming gave rise to the Neolithic Revolution as people gave up Nomadic hunting and became settlers in cities. Wheat and barley are some of the first crops people grew. One of the major adversities of modern mehods of farming is the excessive use of chemicals and pesticides in order to prevent harm to crops. The excess of pesticide and chemicals are in turn harming the crops and their consumers. That is why, we have turned towards Organic Farming and are reasearching and studying more on this methodology.
<br><br>
<big>O</big>rganic Farming, AKA Economic Farming, is an agricultural system that uses fertilizers of organic origin such as compost manure, green manure, and bone meal and places emphasis on techniques such as crop rotation and companion planting.
<br><br>
Organic agricultural methods are internationally regulated and legally enforced by many nations, based in large part on the standards set by the <i><u>Federation of Organic Agriculture Movements (IFOAM)</i></u>, an international umbrella organization for organic farming organizations established in 1972. Its mission is to, "Lead, unite and assist the organic movement in its full diversity." and vision is the "worldwide adoption of ecologically, socially and economically sound systems, based on the Principles of Organic Agriculture". It also suggests four basic principles on which organic farming is based: Health, Ecology, Fairness and Care.
<br><br>
<b>Health</b>: Organic farming should improve soil health thus sustaining plants, animals, humans as well as the planet.<br>
<b>Ecology</b>: Organic farming should support natural cycles, living systems and help in sustaining them.<br>
<b>Fairness</b>: It should be built on strong relationships that encourage fairness concerning the environment, social justice and fair trade.<br>
<b>Care</b>: Organic farming should be done with responsibility, considering the environment and future generations.
<br><br>
One of the major purpose, amongst many, of Organic Farming is to promote high-quality food production in vast quantity by boosting soil fertility, reducing pollution, avoiding the use of pesticides and synthetic fertilizers, protecting genetic diversity and enhancing the natural farming system cycles. Organic Farming also highly encourages sustainable development.
</p>
</article>
</div>
<div class="footer">
<div class="col">
<h3>
Sources
</h3>
<a href="https://en.wikipedia.org/wiki/Organic_farming" target="_blank">Wikipedia.org</a>
<a href="https://vikaspedia.in/agriculture/crop-production/organic-farming" target="_blank">Vikaspedia.in</a>
<a href="https://www.britannica.com/topic/organic-farming" target="_blank">Britannica.com</a>
<a href="https://byjus.com/commerce/organic-farming/" target="_blank">Byjus.com</a>
</div>
<div class="col">
<h3>
Contact
</h3>
<a href="https://github.com/AlphaVS-76" target="_blank">GitHub</a> <br>
<a href="https://twitter.com/paneer_sharma" target="_blank">Twitter</a> <br>
<a href="https://www.linkedin.com/in/vaibhav-sharma-17928b1a1/" target="_blank">LinkedIn</a>
</div>
</div>
<p class="copy">Copyright © 2022 Vaibhav "Paneer" Sharma</p>
</body>
</html>