-
Notifications
You must be signed in to change notification settings - Fork 3
/
types.html
71 lines (68 loc) · 4.13 KB
/
types.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
<!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>Types</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>Types</h1>
<hr>
<h3>Pure Organic Farming</h3>
<p>
Just as the name suggests, <b>Pure</b> Organic Farming consists of all-natural equipments and invigorates prevention of unnatural chemicals and pesticides. From ingredients for manure up to fertilizers. Pure organic farming is one of the rarer types of organic farming. It is because of the fact that pure organic farming primarily depends on organic manure, fertilisers, and bio-pesticides for the cultivation of crops. It strictly forbids any kind of inorganic chemical or pesticides that may affect the yield, positively or negatively to obtain the purest form of product from the most natural ingredients.
<br>
The fertilizers and pesticides are obtained from cow manure, compost, and animal by-products (bone meal or blood meal).
</p>
<br>
<h3>Integrated Organic Farming</h3>
<p>
Integrated Organic Farming is one of the types of organic farming that combines the best of organic farming with nutrient management and integrated pest management to achieve ecological requirements and fulfill the economic demands. In this type of farming, producers grow crops using natural resources, as they would in pure organic farming.
<br>
However, to enhance its nutritional value and to protect the crops from pests, they will make use of additional inputs. It is a zero-waste, cyclical process in which waste products from one operation are recycled into nutrients for other processes. This provides for the most efficient use of resources and boosts production efficiency.
<br>
This type includes growing the crop through natural and renewable means.
</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>