-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
411 lines (378 loc) · 23.4 KB
/
index.html
File metadata and controls
411 lines (378 loc) · 23.4 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
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Arch Technology Solution - Innovative technology solutions for modern businesses">
<meta name="keywords" content="technology, solutions, software, consulting, innovation">
<meta name="author" content="Arch Technology Solution">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://archtechnologysolution.github.io/">
<meta property="og:title" content="Arch Technology Solution">
<meta property="og:description" content="Innovative technology solutions for modern businesses">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://archtechnologysolution.github.io/">
<meta property="twitter:title" content="Arch Technology Solution">
<meta property="twitter:description" content="Innovative technology solutions for modern businesses">
<title>Arch Technology Solution</title>
<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:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<nav>
<div class="container">
<div class="logo">
<img src="logo.jpg" alt="Arch Technology Solution">
</div>
</div>
</nav>
</header>
<section id="home" class="hero">
<div class="container">
<div class="hero-content">
<h2>Arch Technology Solution</h2>
<p class="hero-subtitle">Empowering Your Business Through Innovation</p>
<p class="hero-description">At Arch Technology Solution, we are dedicated to transforming businesses by
leveraging cutting-edge technology to drive productivity, enhance efficiency, and elevate quality.
Our solutions are meticulously crafted to deliver quantifiable savings and significant gains,
directly impacting your bottom line and fostering sustainable growth.</p>
<a href="#contact" class="cta-button">Get Started</a>
</div>
</div>
</section>
<section id="about" class="about">
<div class="container">
<h2>Our Core Philosophy</h2>
<div class="philosophy-grid">
<div class="philosophy-item">
<h3>Customer-Centric Approach</h3>
<p>We believe that true innovation begins with understanding your unique challenges and aspirations.
Our solutions are not off-the-shelf; they are custom-tailored, meticulously designed after a
thorough assessment of your specific needs. We align the projected benefits of our solutions
with your strategic objectives from the outset, ensuring your success remains at the heart of
everything we do.</p>
</div>
<div class="philosophy-item">
<h3>Built on Proven Technology</h3>
<p>Our commitment to excellence is reflected in our choice of technology. We build robust and
reliable solutions using industry best practices and globally recognized platforms. By
integrating with leading tools like Google Cloud Platform (GCP) and WhatsApp Business API, we
ensure seamless integration with your existing systems and facilitate rapid adoption.</p>
</div>
</div>
<h3 class="section-subtitle">Key Principles Guiding Our Solutions</h3>
<div class="features">
<div class="feature">
<div class="feature-icon">🚀</div>
<div class="feature-content">
<h3>User Adoption</h3>
<p>We design intuitive systems that require minimal learning, ensuring a smooth transition and
high
user engagement.</p>
</div>
</div>
<div class="feature">
<div class="feature-icon">💰</div>
<div class="feature-content">
<h3>Cost-Effectiveness</h3>
<p>Our solutions are developed with a clear focus on delivering a strong return on investment,
offering low recurring costs and tangible financial benefits from day one.</p>
</div>
</div>
<div class="feature">
<div class="feature-icon">📈</div>
<div class="feature-content">
<h3>Scalability</h3>
<p>We engineer solutions that are built to grow with your business, supporting long-term
expansion
with minimal additional effort.</p>
</div>
</div>
<div class="feature">
<div class="feature-icon">🛡️</div>
<div class="feature-content">
<h3>Reliability & Security</h3>
<p>Your business continuity and data security are paramount. Our solutions are built on proven,
secure, and reliable global technology platforms.</p>
</div>
</div>
</div>
</div>
</section>
<section id="services" class="services">
<div class="container">
<h2>Our Services</h2>
<div class="service-grid">
<div class="service-card">
<h3>Software Development</h3>
<p>Custom software solutions tailored to your business needs, from web applications to mobile apps.
</p>
</div>
<div class="service-card">
<h3>Cloud Solutions</h3>
<p>Scalable cloud infrastructure and migration services to modernize your operations.</p>
</div>
<div class="service-card">
<h3>Technology Consulting</h3>
<p>Strategic guidance to help you make informed technology decisions and investments.</p>
</div>
<div class="service-card">
<h3>Digital Transformation</h3>
<p>End-to-end support for transforming your business with digital technologies.</p>
</div>
</div>
</div>
</section>
<section id="expertise" class="expertise">
<div class="container">
<h2>Our Expertise in Action</h2>
<div class="expertise-layout">
<div class="expertise-list">
<!-- Item 1 -->
<div class="expertise-item" data-id="1">
<div class="expertise-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect>
<line x1="16" y1="2" x2="16" y2="6"></line>
<line x1="8" y1="2" x2="8" y2="6"></line>
<line x1="3" y1="10" x2="21" y2="10"></line>
</svg>
</div>
<div class="expertise-summary">
<h3>Event Ticket Booking Platform</h3>
<p>Automating event ticketing flow from browsing the event's details, placing order for the
tickets, handling discount, coupon codes to validating event entry using QR code.
Improving the customer comfort and experience, to providing real time guest and cash
flow information for helping smoother event organization.</p>
</div>
</div>
<!-- Item 2 -->
<div class="expertise-item" data-id="2">
<div class="expertise-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path
d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z">
</path>
</svg>
</div>
<div class="expertise-summary">
<h3>WhatsApp API Integration</h3>
<p>Developed a sophisticated website integrated with the WhatsApp Business API, enabling
seamless management of business accounts and automating the entire order-to-delivery
lifecycle communication with customers.</p>
</div>
</div>
<!-- Item 3 -->
<div class="expertise-item" data-id="3">
<div class="expertise-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M2 20h20"></path>
<path d="M5 20V8h14v12"></path>
<path d="M9 20V12h6v8"></path>
</svg>
</div>
<div class="expertise-summary">
<h3>Construction Site Tracking</h3>
<p>Developed a robust website and an intuitive Android mobile application designed to track
progress at construction sites. This tool empowers engineers and supervisors with
checklist-based progress tracking for specific work areas, replacing cumbersome manual
sheet-based reporting with automated, real-time updates.</p>
</div>
</div>
<!-- Item 4 -->
<div class="expertise-item" data-id="4">
<div class="expertise-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z"></path>
</svg>
</div>
<div class="expertise-summary">
<h3>AI enabled Soil Analysis</h3>
<p>AI based mobile application with bluetooth integration with Sensor device to provide real
time soil health and diagnostic solution. The application connects with bluetooth with
instruments for real time reading of 9 critical parameters from the soil.</p>
</div>
</div>
</div>
<div class="expertise-details-container">
<!-- Detail 1 -->
<div class="expertise-detail" id="detail-1">
<div class="expertise-icon detail-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect>
<line x1="16" y1="2" x2="16" y2="6"></line>
<line x1="8" y1="2" x2="8" y2="6"></line>
<line x1="3" y1="10" x2="21" y2="10"></line>
</svg>
</div>
<h3>Event Ticket Booking Platform</h3>
<div class="detail-content">
<p><strong>Solution:</strong> We developed a comprehensive website for a European event
organization, transforming their manual Google Form and Sheet-based tracking into a
streamlined, customer-centric automated flow. This platform is akin to leading ticketing
applications, providing a seamless experience from ticket purchase to venue entry.</p>
<h4>Key Features</h4>
<ul>
<li>Integrated payment gateway for secure transactions.</li>
<li>Flexible discount options, including age-wise and group discounts.</li>
<li>Efficient QR code scanning for quick and secure venue entry.</li>
</ul>
<h4>Key Benefits</h4>
<ul>
<li>Enhanced event promotion and brand building.</li>
<li>Superior user experience from ticketing to entry.</li>
<li>Streamlined and efficient payment collection.</li>
<li>Valuable insights into event performance, customer profiles, and future planning,
enabling scalability.</li>
</ul>
<div class="tech-stack">
<strong>Technology Stack:</strong> Google Cloud Platform (GCP), Firebase database,
Flutter, JavaScript, Payment Gateway Integration.
</div>
</div>
</div>
<!-- Detail 2 -->
<div class="expertise-detail" id="detail-2">
<div class="expertise-icon detail-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path
d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z">
</path>
</svg>
</div>
<h3>WhatsApp API Integration</h3>
<div class="detail-content">
<p><strong>Solution:</strong> We developed a sophisticated website integrated with the
WhatsApp Business API, enabling seamless management of business accounts and automating
the entire order-to-delivery lifecycle communication with customers.</p>
<h4>Key Features</h4>
<ul>
<li>Secure customer authentication via WhatsApp for order placement.</li>
<li>Automated, real-time messages at every stage of the order and delivery process.</li>
<li>Automated payment reminders and secure sharing of payment QR codes.</li>
<li>Efficient processing of payment receipt screenshots from customers.</li>
</ul>
<h4>Key Benefits</h4>
<ul>
<li>Significantly improved customer experience with minimal effort required from the
customer.</li>
<li>Enhanced payment collection rates and reduced collection duration through effective
reminders and tracking.</li>
<li>Actionable insights into product performance, customer profiles, and strategic
future planning.</li>
</ul>
<div class="tech-stack">
<strong>Technology Stack:</strong> Google Cloud Platform (GCP), Firebase database,
Flutter, JavaScript, WhatsApp Business API Integration.
</div>
</div>
</div>
<!-- Detail 3 -->
<div class="expertise-detail" id="detail-3">
<div class="expertise-icon detail-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M2 20h20"></path>
<path d="M5 20V8h14v12"></path>
<path d="M9 20V12h6v8"></path>
</svg>
</div>
<h3>Construction Site Tracking</h3>
<div class="detail-content">
<p><strong>Solution:</strong> We developed a robust website and an intuitive Android mobile
application designed to track progress at construction sites. This tool empowers
engineers and supervisors with checklist-based progress tracking for specific work
areas, replacing cumbersome manual sheet-based reporting with automated, real-time
updates.</p>
<h4>Key Features</h4>
<ul>
<li>Guides engineers and supervisors through standard practices and steps for job areas.
</li>
<li>Provides administrative flexibility to add or edit critical site activities.</li>
<li>Ensures secure, role-based access for team members.</li>
</ul>
<h4>Key Benefits</h4>
<ul>
<li>Improved quality control and enhanced team accountability.</li>
<li>Real-time updates on work progress, fostering agile decision-making.</li>
<li>Supports business growth and scalability through automation.</li>
<li>Achieved a 40% reduction in cost per site due to optimized effort.</li>
<li>Facilitates continuous learning and skill development for junior team members,
ensuring high-quality outcomes.</li>
</ul>
<div class="tech-stack">
<strong>Technology Stack:</strong> Google Cloud Platform (GCP), Firebase database,
Flutter.
</div>
</div>
</div>
<!-- Detail 4 -->
<div class="expertise-detail" id="detail-4">
<div class="expertise-icon detail-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z"></path>
</svg>
</div>
<h3>AI enabled Soil Analysis</h3>
<div class="detail-content">
<p><strong>Solution:</strong> Developed AI based mobile application with bluetooth
integration with Sensor device to provide real time soil health and diagnostic solution.
The application connects with bluetooth with instruments for real time reading of 9
critical parameters from the soil. Based on these values, the application provides AI
based analysis and diagnostic details to the farmers to improve their yield.</p>
<h4>Key Features</h4>
<ul>
<li>Integration of AI models and building the self learning tool.</li>
<li>Integration with the sensor device using Bluetooth for real time data handling.</li>
<li>Multi language capabilities to support regional languages.</li>
<li>Supporting different stakeholders requirements using a role based approach.</li>
</ul>
<h4>Key Benefits</h4>
<ul>
<li>Realtime health report of the soil using the mobile app. Eliminating the need for
sending the sample to the lab and waiting for 1-2 weeks for the results.</li>
<li>AI enabled diagnostic reports, helping farmers to optimize use of the critical
resources like water, fertilizer and pesticide in real time.</li>
</ul>
<div class="tech-stack">
<strong>Technology Stack:</strong> Google Cloud Platform (GCP), Firebase database,
Flutter.
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="contact">
<div class="container">
<h2>Get in Touch</h2>
<p>Ready to transform your business with technology? Let's discuss how we can help.</p>
<div class="contact-info">
<p>📧 <a href="mailto:s.paresh@gmail.com">s.paresh@gmail.com</a></p>
<p>🌐 Visit us on <a href="https://github.com/ArchTechnologySolution" target="_blank"
rel="noopener noreferrer">GitHub</a></p>
</div>
</div>
</section>
</main>
<footer>
<div class="container">
<p>© 2026 Arch Technology Solution. All rights reserved.</p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>