-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFeatures.html
236 lines (131 loc) · 10 KB
/
Features.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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<!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">
<title>Harvesta</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
<link rel="shortcut icon" href="./Harvesta.ico" type="image/x-icon">
</head>
<body>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz" crossorigin="anonymous"></script>
<div class="container">
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom">
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto link-body-emphasis text-decoration-none">
<svg class="bi me-2" width="40" height="32"> <img src="./Harvesta.png" alt="Logo" href="./index.html"> </svg>
<span style="font-family: 'Times New Roman', Times, serif;" class="fs-4 mx-3" href="./index.html">Harvesta</span>
</a>
<ul class="nav nav-pills my-3">
<li class="nav-item"><a href="./Features.html" class="nav-link">Features</a></li>
<li class="nav-item"><a href="./Subscribe.html" class="nav-link">Subscribe</a></li>
<li class="nav-item"><a href="./AdminLogin.html" class="nav-link active" aria-current="page">Admin Login</a></li>
</ul>
</header>
</div>
<div class="row p-4 pb-0 pe-lg-0 pt-lg-5 align-items-center rounded-3 border shadow-lg">
<div class="container px-4 py-5" id="hanging-icons">
<h2 class="pb-2 border-bottom">Features</h2>
<div class="row g-4 py-5 row-cols-1 row-cols-lg-3">
<div class="col d-flex align-items-start">
<div class="icon-square text-body-emphasis bg-body-secondary d-inline-flex align-items-center justify-content-center fs-4 flex-shrink-0 me-3">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-currency-rupee" viewBox="0 0 16 16">
<path d="M4 3.06h2.726c1.22 0 2.12.575 2.325 1.724H4v1.051h5.051C8.855 7.001 8 7.558 6.788 7.558H4v1.317L8.437 14h2.11L6.095 8.884h.855c2.316-.018 3.465-1.476 3.688-3.049H12V4.784h-1.345c-.08-.778-.357-1.335-.793-1.732H12V2H4v1.06Z"/>
</svg>
</div>
<div>
<h3 class="fs-2">Commodity Price</h3>
<ul style="list-style-type: none; padding: 0;">
<li style="font-family: Arial, sans-serif; font-size: 16px; line-height: 1.5em; margin-bottom: 10px; position: relative; padding-left: 20px;">
<span style="position: absolute; left: 0; top: 50%; transform: translateY(-50%);">➤</span> Daily Crop Prices
</li>
<li style="font-family: Arial, sans-serif; font-size: 16px; line-height: 1.5em; margin-bottom: 10px; position: relative; padding-left: 20px;">
<span style="position: absolute; left: 0; top: 50%; transform: translateY(-50%);">➤</span> Hassle-Free Updates
</li>
<li style="font-family: Arial, sans-serif; font-size: 16px; line-height: 1.5em; margin-bottom: 10px; position: relative; padding-left: 20px;">
<span style="position: absolute; left: 0; top: 50%; transform: translateY(-50%);">➤</span> User-Friendly Interface
</li>
<li style="font-family: Arial, sans-serif; font-size: 16px; line-height: 1.5em; margin-bottom: 10px; position: relative; padding-left: 20px;">
<span style="position: absolute; left: 0; top: 50%; transform: translateY(-50%);">➤</span> Empowering Decision-Making
</li>
<li style="font-family: Arial, sans-serif; font-size: 16px; line-height: 1.5em; margin-bottom: 10px; position: relative; padding-left: 20px;">
<span style="position: absolute; left: 0; top: 50%; transform: translateY(-50%);">➤</span> Foster Sustainable Business Model
</ul>
<a href="./index.html" class="btn btn-primary">
Commodity Price
</a>
</div>
</div>
<div class="col d-flex align-items-start">
<div class="icon-square text-body-emphasis bg-body-secondary d-inline-flex align-items-center justify-content-center fs-4 flex-shrink-0 me-3">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-envelope" viewBox="0 0 16 16">
<path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4Zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2Zm13 2.383-4.708 2.825L15 11.105V5.383Zm-.034 6.876-5.64-3.471L8 9.583l-1.326-.795-5.64 3.47A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.741ZM1 11.105l4.708-2.897L1 5.383v5.722Z"/>
</svg>
</div>
<div>
<h3 class="fs-2">Subscribe</h3>
<ul style="list-style-type: none; padding: 0;">
<li style="font-family: Arial, sans-serif; font-size: 16px; line-height: 1.5em; margin-bottom: 10px; position: relative; padding-left: 20px;">
<span style="position: absolute; left: 0; top: 50%; transform: translateY(-50%);">➤</span> Convenience and Accessibility
</li>
<li style="font-family: Arial, sans-serif; font-size: 16px; line-height: 1.5em; margin-bottom: 10px; position: relative; padding-left: 20px;">
<span style="position: absolute; left: 0; top: 50%; transform: translateY(-50%);">➤</span> Market Insights
</li>
<li style="font-family: Arial, sans-serif; font-size: 16px; line-height: 1.5em; margin-bottom: 10px; position: relative; padding-left: 20px;">
<span style="position: absolute; left: 0; top: 50%; transform: translateY(-50%);">➤</span> Competitive Advantage
</li>
<li style="font-family: Arial, sans-serif; font-size: 16px; line-height: 1.5em; margin-bottom: 10px; position: relative; padding-left: 20px;">
<span style="position: absolute; left: 0; top: 50%; transform: translateY(-50%);">➤</span> Price Comparison
</li>
<li style="font-family: Arial, sans-serif; font-size: 16px; line-height: 1.5em; margin-bottom: 10px; position: relative; padding-left: 20px;">
<span style="position: absolute; left: 0; top: 50%; transform: translateY(-50%);">➤</span> Hassle-free Monitoring
</li>
</ul>
<a href="./Subscribe.html" class="btn btn-primary">
Subscribe
</a>
</div>
</div>
<div class="col d-flex align-items-start">
<div class="icon-square text-body-emphasis bg-body-secondary d-inline-flex align-items-center justify-content-center fs-4 flex-shrink-0 me-3">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-person" viewBox="0 0 16 16">
<path d="M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z"/>
</svg>
</div>
<div>
<h3 class="fs-2">Admin Login</h3>
<ul style="list-style-type: none; padding: 0;">
<li style="font-family: Arial, sans-serif; font-size: 16px; line-height: 1.5em; margin-bottom: 10px; position: relative; padding-left: 20px;">
<span style="position: absolute; left: 0; top: 50%; transform: translateY(-50%);">➤</span> Admin Price Entry
</li>
<li style="font-family: Arial, sans-serif; font-size: 16px; line-height: 1.5em; margin-bottom: 10px; position: relative; padding-left: 20px;">
<span style="position: absolute; left: 0; top: 50%; transform: translateY(-50%);">➤</span> Email Subscription Management
</li>
<li style="font-family: Arial, sans-serif; font-size: 16px; line-height: 1.5em; margin-bottom: 10px; position: relative; padding-left: 20px;">
<span style="position: absolute; left: 0; top: 50%; transform: translateY(-50%);">➤</span> Data Update Mechanism
</li>
<li style="font-family: Arial, sans-serif; font-size: 16px; line-height: 1.5em; margin-bottom: 10px; position: relative; padding-left: 20px;">
<span style="position: absolute; left: 0; top: 50%; transform: translateY(-50%);">➤</span> Home Page Synchronization
</li>
<li style="font-family: Arial, sans-serif; font-size: 16px; line-height: 1.5em; margin-bottom: 10px; position: relative; padding-left: 20px;">
<span style="position: absolute; left: 0; top: 50%; transform: translateY(-50%);">➤</span> Automated Email Distribution
</li>
</ul>
<a href="./AdminLogin.html" class="btn btn-primary">
Admin Login
</a>
</div>
</div>
</div>
</div>
<footer class="py-5 text-center text-body-secondary bg-body-tertiary">
<p>Harvesta - Agriculture with Tech by Armed developers(Team Members- Ashish Verma, Rheetik Sharma, Meet Jain)</p>
<p class="mb-0">
<a href="#">Code Relay 2.0 Hackathon 2023</a>
</p>
</footer>
</div>
</body>
</html>
</body>
</html>