forked from dhairyaj2004/Technopies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
121 lines (85 loc) · 3.99 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<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=Inter&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width">
<title>Krushi Vidhya</title>
<link href='https://fonts.googleapis.com/css?family=Bree Serif' rel='stylesheet'>
<link href="./styles.css" rel="stylesheet" type="text/css" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link href='https://fonts.googleapis.com/css?family=Bree Serif' rel='stylesheet'>
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Abril+Fatface" />
<link rel="stylesheet" href="./font-awesome.min.css">
<link href="./styles.css" rel="stylesheet" type="text/css" />
<link rel="icon" href="./photos/plant.png">
</head>
<body>
<section class="head">
<ul class="nav">
<li> <a href="index.html"><img src="./photos/plant.png"></a></li>
<li><a href="index.html">Home</a></li>
<li><a href="info.html">Plant Management</a></li>
<li><a href="diseasedetect.html">Plant Disease Detection</a></li>
<li><a href="./About us.html">About Us</a></li>
</ul>
<script src="https://cdnjs.cloudflare.com/ajax/libs/firebase/9.6.5/firebase.js"></script>
<script src="script.js"></script>
<!-- <img src="./photos/plantbackground.gif" alt="" class="bg"> -->
</section>
<section class="main">
<div id="index">
<div class="row">
<div class="column" style="background-color:#3C493F;">
<div id="index">
<h2>Krushi Vidhya</h2>
<h1>
<p>Our simple and efficient instructions and tips help you and your fellow planters plan the best times
and ways to water your plants so that they are healthy and robust. We also help diagnose any of your
currently affected plants so you can receive an initial diagnosis needed for further treatment. </p>
</h1>
</div>
</div>
<div class="column" style="background-color:#7E8D85;">
<div id="index">
<h2>FOR PLANTERS</h2>
<p>We hope to inform all planters, gardeners, and farmers of the most optimal planting and growing
strategies to avoid potential plant diseases and provide an efficient and free way to diagnose current
diseased plants.</p>
</div>
</div>
<div class="column" style="background-color:#B3BFB8; color: #003E1F;">
<div id="index">
<h2>FOR OUR PLANET</h2>
<p>Early treatment and prevention leads to healthy plants. Healthy plants lead to healthy people, animals,
and a healthy planet. </p>
</div>
</div>
</div>
</section>
<div id="mission">
<section class="para">
<div id="index">
<h1>OUR MISSION</h1>
<p> Our mission is to not only raise awareness for plant preservation and protection but also provide a
sustainable platform and resources to detect and reduce plant diseases. Our goal is to educate every planter
about their impacts on the earth and help them understand what choices they can make to raise healthier
plants. In addition, our platform allows planters and farmers to self-diagnose existing affected plants.
</p>
</div>
</section>
</div>
<section class="footer">
<div class="icons">
<a href="#" target="_blank" class="fa fa-envelope"></a>
<a href="#" target="_blank" class="fa fa-instagram"></a>
<a href="#" target="_blank" class="fa fa-twitter"></a>
<a href="#" target="_blank" class="fa fa-youtube"></a>
<p>© 2023 by Technopies. All rights reserved.</p>
</div>
</section>
</body>
</html>