-
Notifications
You must be signed in to change notification settings - Fork 3
/
about.html
68 lines (65 loc) · 3.15 KB
/
about.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
<!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>About</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>About</h1>
<hr>
<p>
I have made this project in hopes to spread awareness and encourage every viewer about Organic Farming. This project also showcases my skills in the field of Web Development.<br>You can contact and connect with me via the information given in the footer below. Star this project's <a href="https://github.com/AlphaVS-76/Organic_Farming" target="_blank">GitHub Repository</a> if you liked it!
</p>
<div>
<ul>
<li><b>Name</b>: Vaibhav Sharma</li>
<li><b>Year</b>: 2nd (4th Sem)</li>
<li><b>Section</b>: N</li>
<li><b>Class Roll No</b>: 76</li>
<li><b>University Roll No</b>: 2011114</li>
</ul>
</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>