-
Notifications
You must be signed in to change notification settings - Fork 3
/
procon.html
79 lines (76 loc) · 5.3 KB
/
procon.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
<!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>Pros/Cons</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>Advantages</h1>
<hr>
<div>
<ol>
<li><b>Economical</b>: Organic Farming requires only a modest outlay including all the equipments as there are no pesticides, HYV seeds, or expensive fertilisers used.</li>
<li><b>Good Return on Investment</b>: With the usage of cheaper and local inputs, a farmer can make a good return on investment over time.</li>
<li><b>On High Demand</b>: There is a huge demand for organic products in India and across the globe, which generates more income through export and Overseas Marketing.</li>
<li><b>Nutritional</b>: As compared to chemical and fertiliser-utilised products, organic products are more nutritional, tasty, and good for health.</li>
<li><b>Environment-friendly</b>: The farming of organic products is free of chemicals and fertilisers, so it does not harm the environment.</li>
<li><b>Increased Immunity to Pests</b>: Organic farms are resistant to pests, weeds, and diseases because they are typically kept without the use of pesticides, herbicides, and synthetic fertilisers. The increase in pest resistance also helps to reduce production costs for organic farmers.</li>
<li><b>Ability to grow more Variety of crops</b>: Organic farming can help farmers grow more variety in a shorter amount of time through methods such as crop rotation, composting, and animal breeding to make the land more productive without using any artificial fertilisers or pesticides.</li>
<li><b>Sustainable</b>: In contrast to conventional farming, organic farming is more sustainable for the future because its more environmentally friendly and less destructive to the land.</li>
</ol>
</div>
<br>
<h1>Disadvantages</h1>
<hr>
<div>
<ol>
<li><b>Incompetent</b>: The major issue of organic farming is the lack of inadequate infrastructure and marketing of the product.</li>
<li><b>Shorter shelf life</b>: Organic products have more flaws and a shorter shelf life than that of chemical products definitely due to the added preservatives that are included in the chemicals and not in the natural genuine products.</li>
<li><b>Large Initial Investment</b>: Organic farming is an expensive business. As the organic farmer makes more money,they can invest in new equipment for the farm. Organic farming can also be difficult because fertilisers, pesticides and other chemicals cannot be used to maintain the health or fend off pests from crops.</li>
<li><b>Requires considerable Efforts in Marketing</b>: The biggest disadvantage is the lack of marketing for organic produce which makes it difficult to compete with conventional crops and less profitable in terms of revenue.</li>
</ol>
</div>
</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>