-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
362 lines (306 loc) · 16.7 KB
/
about.html
File metadata and controls
362 lines (306 loc) · 16.7 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
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ABOUT | GEEARR CONSUMER SOLUTIONS</title>
<!-- My Imports -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap" rel="stylesheet">
<!-- Favicons -->
<link href="assets/img/logos/logo.png" rel="icon">
<!-- Fonts -->
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
</head>
<body class="about-page">
<header id="header" class="header d-flex align-items-center fixed-top">
<div
class="container-fluid container-xl position-relative d-flex align-items-center justify-content-between gap-20">
<a href="index.html" class="logo d-flex align-items-center">
<!-- Uncomment the line below if you also wish to use an image logo -->
<img src="assets/img/logos/logo.png" alt="">
<!-- <h1 class="sitename">Nova</h1> -->
</a>
<nav id="navmenu" class="navmenu">
<ul>
<li><a href="index.html">HOME<br></a></li>
<li><a href="about.html" class="active">ABOUT</a></li>
<li class="dropdown">
<a href="products.html"><span>PRODUCTS</span> <i class="bi bi-chevron-down toggle-dropdown"></i></a>
<ul>
<li><a href="products.html?filter=*">ALL</a></li>
<li><a href="products.html?filter=.filter-home-care">HOME CARE</a></li>
<li><a href="products.html?filter=.filter-health-care">HEALTH CARE</a></li>
<li><a href="products.html?filter=.filter-personal-care">PERSONAL CARE</a></li>
<li><a href="products.html?filter=.filter-health-care">AUTO CARE</a></li>
</ul>
</li>
<!-- <li><a href="opportunity.html">OPPORTUNITY</a></li> -->
<!-- <li><a href="portfolio.html">Portfolio</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="blog.html">Blog</a></li> -->
<li><a href="contact.html">CONTACT US</a></li>
<li>
<!-- <div class="buttons">
<button>Register</button>
<button>Login</button>
</div> -->
<!-- <button style="--clr:#39FF14" class="button"><span>Login</span><i></i></button> -->
<div class="btn-container">
<a href="coming-soon.html" class="button type--B">
<div class="button__line"></div>
<div class="button__line"></div>
<span class="button__text">LOGIN</span>
<div class="button__drow1"></div>
<div class="button__drow2"></div>
</a>
</div>
</li>
</ul>
<i class="mobile-nav-toggle d-xl-none bi bi-list"></i>
</nav>
<!-- Login Button -->
</div>
</header>
<main class="main">
<!-- Page Title -->
<div class="page-title dark-background" data-aos="fade"
style="background-image: url(assets/img/about-page-title-bg.jpg);">
<div class="container">
<h1>About</h1>
<nav class="breadcrumbs">
<ol>
<li><a href="index.html">Home</a></li>
<li class="current">About</li>
</ol>
</nav>
</div>
</div><!-- End Page Title -->
<!-- Service Cards Section -->
<section id="service-cards" class="service-cards section">
<div class="container-fluid">
<div class="row gy-4">
<div class="col-lg-12" data-aos="fade-up" data-aos-delay="100">
<div class="card-item">
<div class="row">
<div class="col-xl-4">
<div class="card-bg"><img src="assets/img/About/mission.jpg" alt=""></div>
</div>
<div class="col-xl-8 d-flex align-items-center">
<div class="card-body">
<h4 class="card-title">Our <span style="color:#32B44A">Mission</span></h4>
<p>The purpose of our company is to progress the population of Tamil Nadu with high-quality goods
and business ventures. Our vision is to positively impact people’s lives, cultivate business
entities, and enhance the economic activities within our society.</p>
</div>
</div>
</div>
</div>
</div><!-- End Card Item -->
<div class="col-lg-12" data-aos="fade-up" data-aos-delay="200">
<div class="card-item">
<div class="row">
<div class="col-xl-8 d-flex align-items-center">
<div class="card-body">
<h4 class="card-title">Our <span style="color:#32B44A">Vision</span></h4>
<p>Supporting the Tamil Nadu populace by means of superior products and endeavours in business. Be
our partner, work from home, and create a better future for yourself. Achieve your goals with the
help of our reliable product and helpful community.</p>
</div>
</div>
<div class="col-xl-4">
<div class="card-bg"><img src="assets/img/About/vision.jpg" alt=""></div>
</div>
</div>
</div>
</div><!-- End Card Item -->
<div class="col-lg-12" data-aos="fade-up" data-aos-delay="300">
<div class="card-item">
<div class="row">
<!-- <div class="col-xl-3">
<div class="card-bg"><img src="assets/img/cards-3.jpg" alt=""></div>
</div> -->
<div class="col-xl-12 d-flex align-items-center">
<div class="card-body">
<h4 class="card-title">Who <span style="color:#32B44A">We Are ?</span></h4>
<p>It's our pleasure to welcome you to Geeaar Consumer Solutions; your reliable Network Marketing
Solution. Established with the primary purpose of enhancing the ability of human beings and
positively altering their lives for the better,personal and financial enhancement forms the core
strategic objectives of our organization. Because of GDI’s revolutionary business strategy and
comprehensive service framework, our members can also have a life of freedom and wealth.
<br><br>
At GRCS, we put great stock in the community’s strength, so it is imperative that we work
together.Each of our members is a highly competent professional with many years of experience in
the field featuring an opportunity for professional training, as well as the possibility of using
state-of - the - artequipment, and prompt individual coaching to guarantee your triumph.We are
always focused on providing an environment that will allow every person to get the best, or at
least the opportunity.It is our premise to empower and educate self - directing learners in
fundamentals and strategiesrequired in the network marketing environment.If it be wealth,
friendships, or skills for leadership that you seek, you have come to the right place, GRCS will
assist and support you in achieving these goals.
<br><br>
Come and be part of this great adventure to get the best out of yourself. Joining forces, more can
be donein terms of performance, generating successful outcomes, increasing value, and attaining
financial independency andprosperity. Network marketing with GRCS is your ticket to the future.
</p>
</div>
</div>
</div>
</div>
</div><!-- End Card Item -->
<!-- <div class="col-lg-6" data-aos="fade-up" data-aos-delay="400">
<div class="card-item">
<div class="row">
<div class="col-xl-5">
<div class="card-bg"><img src="assets/img/cards-4.jpg" alt=""></div>
</div>
<div class="col-xl-7 d-flex align-items-center">
<div class="card-body">
<h4 class="card-title">Expedita voluptas ut ut nesciunt</h4>
<p>Aut est quidem doloremque voluptatem magnam quis excepturi vero quia. Eum eos doloremque architecto illo at beatae dolore. Fugiat suscipit et sint ratione dolores. Aut aliquid ea dolores libero nobis.</p>
</div>
</div>
</div>
</div>
</div>End Card Item -->
</div>
</div>
</section><!-- /Service Cards Section -->
<!-- Call To Action Section -->
<section id="call-to-action" class="call-to-action section dark-background">
<img src="assets/img/Home/Home/center.png" alt="">
<div class="container">
<div class="row justify-content-center" data-aos="zoom-in" data-aos-delay="100">
<div class="col-xl-10">
<div class="text-center">
<h3>Join Us</h3>
<p> To achieve success, life Prosperity, Achievement, growth, and financial freedom.</p>
<a class="cta-btn" href="contact.html">CONTACT</a>
</div>
</div>
</div>
</div>
</section><!-- /Call To Action Section -->
</main>
<footer id="footer" class="footer light-background">
<div class="footer-top">
<div class="container">
<div class="row gy-4">
<div class="col-lg-12 col-md-12 footer-about">
<div class="col-md-12 col-sm-12"
style="display: flex; justify-content: center; align-items: center; gap: 10px;">
<img src="assets/img/logos/logo.png" alt="Logo" class="footer-logo">
<h2 class="ms-3 hover-title" style="color: white;">
<span class="geearr">GEEARR</span><br>
<span class="consumer-solution">CONSUMER SOLUTION</span>
</h2>
</div>
<p style="line-height: 30px;"><span
style="font-size: 30px; color: #32B44A; font-family: 'Playfair Display', serif;font-style: italic;">"
</span> Empower your future with our GRCS opportunities. Join us to achieve success, life Prosperity,
Achievement, growth, and financial freedom.<span
style="font-size: 30px; color: #32B44A; font-family: 'Playfair Display', serif;font-style: italic;">"</span>
</p>
<div class="footer-address">
<h4>Contact Us</h4>
<p><strong>1/53, Keerthi Complex, 1st Floor Kuppichipalayam Road, Opp. Police Station,</strong></p>
<p><strong>Periyanaickenpalayam, Coimbatore - 641 020.</strong></p>
<p><strong>Phone: </strong><a href="tel:+91 4224350058">+91 4224 350058</a></p>
<p><strong>Email: </strong><a href="mailto:office@grcspl.com">office@grcspl.com</a>
</p>
</div>
<div class="footer-social">
<h4>Follow Us</h4>
<div class="social-icons">
<a href="https://youtube.com/@grcs-uj3qx" target="_blank" rel="noopener noreferrer" class="me-4 text-reset">
<i class="fab fa-youtube"></i>
</a>
<a href="https://www.facebook.com/profile.php?id=61556452987695&mibextid=ZbWKwL" target="_blank" rel="noopener noreferrer" class="me-4 text-reset">
<i class="fab fa-facebook-f"></i>
</a>
<a href="https://www.instagram.com/gr_consumer_solution_pvt.ltd?igsh=c2ptejAzMm5kNDhp" target="_blank" rel="noopener noreferrer" class="me-4 text-reset">
<i class="fab fa-instagram"></i>
</a>
<a href="https://whatsapp.com/channel/0029VaNpmy3LI8YUjclF2z43" target="_blank" rel="noopener noreferrer" class="me-4 text-reset">
<i class="fab fa-whatsapp"></i>
</a>
<a href="https://t.me/+Yr2Y3eqYkgo1MTU1" target="_blank" rel="noopener noreferrer" class="me-4 text-reset">
<i class="fab fa-telegram"></i>
</a>
</div>
</div>
</div>
<!-- <div class="col-lg-4 col-6 footer-links">
<h4>Menus</h4>
<ul>
<li><i class="fas fa-chevron-right"></i><a href="#"> Home</a></li>
<li><i class="fas fa-chevron-right"></i><a href="#"> About</a></li>
<li><i class="fas fa-chevron-right"></i><a href="#"> Contact</a></li>
<li><i class="fas fa-chevron-right"></i><a href="#"> Terms of service</a></li>
<li><i class="fas fa-chevron-right"></i><a href="#"> Privacy policy</a></li>
</ul>
</div>
<div class="col-lg-4 col-6 footer-links">
<h4>Our Products</h4>
<ul>
<li><i class="fas fa-chevron-right"></i><a href="#"> Personal Care</a></li>
<li><i class="fas fa-chevron-right"></i><a href="#"> AUTO CARE</a></li>
<li><i class="fas fa-chevron-right"></i><a href="#"> Home Care</a></li>
<li><i class="fas fa-chevron-right"></i><a href="#"> Marketing</a></li>
<li><i class="fas fa-chevron-right"></i><a href="#"> Graphic Design</a></li>
</ul>
</div>
<div class="col-lg-4 col-6 footer-links">
<h4>Opportunities</h4>
<ul>
<li><i class="fas fa-chevron-right"></i><a href="#"> Web Design</a></li>
<li><i class="fas fa-chevron-right"></i><a href="#"> Web Development</a></li>
<li><i class="fas fa-chevron-right"></i><a href="#"> Product Management</a></li>
<li><i class="fas fa-chevron-right"></i><a href="#"> Marketing</a></li>
<li><i class="fas fa-chevron-right"></i><a href="#"> Graphic Design</a></li>
</ul>
</div>
</div> -->
</div>
</div>
<div class="footer-bottom">
<div class="pdf">
<a href="privacy-policy.html" target="_blank">Privacy Policy</a> |
<a href="termsandconditions.html" target="_blank">Terms & Conditions</a> |
<a href="shipping-policy.html" target="_blank">Shipping Policy</a> |
<a href="refund-policy.html" target="_blank">Refund Policy</a>
</div>
<p>© 2024 <strong><a href="/">GEEARR Consumer Solution</a></strong> | All Rights Reserved</p>
<p>Designed and Developed by <a href="https://www.smartside.in/">SmartSide</a> with ❤️</p>
</div>
</footer>
<!-- Scroll Top -->
<a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<!-- Preloader -->
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/imagesloaded/imagesloaded.pkgd.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<!-- Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>