forked from omroy07/AgriTech
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
251 lines (230 loc) · 9.89 KB
/
about.html
File metadata and controls
251 lines (230 loc) · 9.89 KB
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
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About Us - AgriTech</title>
<!-- SEO Meta Tags -->
<meta name="description"
content="AgriTech is a smart farming platform empowering farmers with AI-powered crop recommendation, yield prediction, and sustainable agricultural practices." />
<meta name="keywords" content="AgriTech, smart farming, AI agriculture, crop recommendation, yield prediction" />
<meta name="author" content="AgriTech Team" />
<!-- Open Graph (for sharing) -->
<meta property="og:title" content="About Us - AgriTech" />
<meta property="og:description"
content="Empowering India's farming future with innovative AI-powered agricultural solutions." />
<meta property="og:image" content="images/logo.png" />
<meta property="og:type" content="website" />
<!-- Favicon -->
<link rel="icon" type="image/png" href="images/logo.png">
<!-- Fonts & Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.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=Poppins:wght@300;400;500;600;700&display=swap"
rel="stylesheet" />
<!-- Stylesheets -->
<link rel="stylesheet" href="about.css" />
<link rel="stylesheet" href="theme.css" />
</head>
<body>
<!-- Navigation bar -->
<nav class="navbar" aria-label="Main Navigation">
<div class="heading">
<h1>About Us</h1>
</div>
<div class="nav-buttons">
<button class="theme-toggle btn" aria-label="Toggle dark/light mode">
<i class="fas fa-sun sun-icon"></i>
<i class="fas fa-moon moon-icon"></i>
<span class="theme-text">Light</span>
</button>
<a href="index.html" class="btn btn-secondary">Home</a>
<a href="blog.html" class="btn btn-secondary">Blog</a>
<a href="login.html" class="btn btn-secondary">Login</a>
<a href="faq.html" class="btn btn-secondary">FAQ</a>
<a href="register.html" class="btn btn-primary" style="color:white">Register</a>
</div>
</nav>
<!-- Main content -->
<main>
<!-- Who We Are -->
<section class="about-section" id="who-we-are">
<h2>🌿 Who We Are</h2>
<p>
AgriTech is a comprehensive platform designed to empower farmers and
agricultural enthusiasts with the latest technology and information.
Our mission is to enhance agricultural productivity and sustainability
through innovative solutions.
</p>
<p>
We are an AgriTech platform dedicated to transforming agriculture
through the power of technology. Our team of agronomists, data
scientists, engineers, and innovators is committed to solving real
challenges faced by farmers, agri-businesses, and policymakers.
</p>
</section>
<!-- Vision -->
<section class="vision-section" id="vision">
<h2>🌈 Our Vision</h2>
<p>
Our vision is to revolutionize agriculture by building a smart,
resilient, and inclusive ecosystem that empowers every farmer with the
power of technology. We envision a world where even the smallest farm
benefits from precision tools, AI-driven insights, and real-time
data—helping farmers make confident, sustainable decisions.
</p>
<p>
In an era marked by climate change, depleting resources, and
rising food demand, we aim to make technology accessible to all.
Through satellite imagery, machine learning, and IoT-based monitoring,
we bridge the urban-rural digital divide and empower farmers to adapt
to challenges while enhancing yields.
</p>
<p>
Our platform seeks to be a trusted companion for the farming
community—offering clarity, consistency, and confidence in every step
of the agricultural journey.
</p>
</section>
<!-- What We Do -->
<section class="what-we-do-section" id="what-we-do">
<h2>🛠️ What We Do</h2>
<p>
We combine technology, data, and community to deliver
smart farming solutions tailored to every grower's needs.
</p>
<p><strong>Here's how we support farmers at every step:</strong></p>
<ul class="services-list">
<li><strong>🌱 Crop Recommendation</strong> – Personalized crop suggestions.</li>
<li><strong>📈 Yield Prediction</strong> – AI-powered models for yield forecasting.</li>
<li><strong>🦠 Disease Prediction</strong> – Early detection with preventive measures.</li>
<li><strong>🌾 Organic Farming Guide</strong> – Eco-friendly sustainable practices.</li>
<li><strong>👨🌾 Farmer Connection</strong> – Community and knowledge sharing.</li>
<li><strong>🛒 Shopkeeper Listings</strong> – Find local suppliers easily.</li>
<li><strong>💬 ChatBot Assistance</strong> – AI-powered agricultural support.</li>
<li><strong>🌿 Plantation Management</strong> – Tools for effective planning.</li>
<li><strong>📅 Crop Planning</strong> – Optimize your farming schedule.</li>
</ul>
</section>
<!-- Why It Matters -->
<section class="why-it-matters-section" id="why-it-matters">
<h2>🌍 Why It Matters</h2>
<p>
Agriculture today faces challenges like climate change, soil degradation, unpredictable weather,
and rising food demands. Farmers often lack timely tools to adapt—this is where we step in.
</p>
<ul>
<li>🌾 Increase agricultural productivity</li>
<li>🌱 Promote sustainable practices</li>
<li>🛡️ Enhance food security</li>
<li>🏡 Support rural economies</li>
</ul>
</section>
</main>
<footer class="site-footer">
<div class="footer-inner">
<div class="footer-brand">
<div class="brand-header">
<img src="images/logo.png" alt="AgriTech logo" class="footer-logo">
<h3 class="serif">AgriTech</h3>
</div>
<div class="mission-statement">
<p>Empowering India's Farming Future with innovative <span class="no-break">technology</span> solutions that connect every stakeholder in the <span class="no-break">agricultural</span> ecosystem</p>
</div>
</div>
<div class="footer-links">
<h4 class="serif">Quick Links</h4>
<nav aria-label="Footer navigation">
<ul>
<li><a href="index.html"><i class="fas fa-home"></i> Home</a></li>
<li><a href="login.html" title="Login first to access dashboard"><i class="fas fa-tachometer-alt"></i> Dashboard</a></li>
<li><a href="feed-back.html"><i class="fas fa-comment-dots"></i> Feedback</a></li>
<li><a href="chat.html"><i class="fas fa-robot"></i> AI Assistant</a></li>
<li><a href="terms-and-service.html"><i class="fas fa-file-contract"></i> Terms & Service</a></li>
</ul>
</nav>
</div>
<div class="footer-links">
<h4 class="serif">About AgriTech</h4>
<nav aria-label="About navigation">
<ul>
<li><a href="about.html"><i class="fas fa-info-circle"></i> About Us</a></li>
<li><a href="contact.html"><i class="fas fa-envelope"></i> Contact</a></li>
<li><a href="team.html"><i class="fas fa-users"></i> Our Team</a></li>
<li><a href="mission.html"><i class="fas fa-bullseye"></i> Our Mission</a></li>
<li><a href="careers.html"><i class="fas fa-briefcase"></i> Careers</a></li>
</ul>
</nav>
</div>
</div>
<div class="footer-bottom">
<div class="footer-bottom-content">
<p class="copyright">© 2025 AgriTech. All rights reserved.</p>
<div class="footer-bottom-links">
<a href="terms-and-service.html">Terms of Service</a>
<span class="separator">•</span>
<a href="privacy-policy.html">Privacy Policy</a>
<span class="separator">•</span>
<a href="contact.html">Contact Us</a>
</div>
</div>
</div>
</footer>
<!-- Scroll to Top -->
<div class="scroll-to-top" id="scrollToTop" title="Back to top" aria-label="Scroll to top">
<i class="fas fa-arrow-up"></i>
</div>
<!-- Scripts -->
<script>
const scrollToTopBtn = document.getElementById("scrollToTop");
window.addEventListener("scroll", () => {
scrollToTopBtn.classList.toggle("visible", window.scrollY > 300);
});
scrollToTopBtn.addEventListener("click", () => {
window.scrollTo({ top: 0, behavior: "smooth" });
});
</script>
<script src="theme.js"></script>
<!-- Floating Chatbot Button -->
<a href="chat.html" id="chatbotBtn" title="Chat with us" aria-label="AI Assistant">
<i class="fas fa-robot"></i>
</a>
<!-- Scroll Button -->
<button class="scroll-btn" id="scrollBtn" title="Scroll">
<i class="fas fa-arrow-down" id="scrollIcon"></i>
</button>
<script>
const scrollBtn = document.getElementById("scrollBtn");
const scrollIcon = document.getElementById("scrollIcon");
window.addEventListener("scroll", () => {
// If near top, show "scroll down" button
if (window.scrollY < 300) {
scrollBtn.classList.add("visible");
scrollIcon.classList.replace("fa-arrow-up", "fa-arrow-down");
}
// If scrolled down, show "scroll up" button
else {
scrollBtn.classList.add("visible");
scrollIcon.classList.replace("fa-arrow-down", "fa-arrow-up");
}
});
scrollBtn.addEventListener("click", () => {
if (scrollIcon.classList.contains("fa-arrow-down")) {
// Scroll to bottom
window.scrollTo({
top: document.body.scrollHeight,
behavior: "smooth",
});
} else {
// Scroll to top
window.scrollTo({
top: 0,
behavior: "smooth",
});
}
});
</script>
</body>
</html>