-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
446 lines (427 loc) Β· 21.2 KB
/
Copy pathindex.html
File metadata and controls
446 lines (427 loc) Β· 21.2 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
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Codebase β Transforming ideas into scalable software solutions</title>
<meta name="description" content="Codebase is a software development company specializing in mobile apps, web platforms, and custom software solutions." />
<link rel="icon" href="assets/logo.png" />
<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>
<!-- ββ NAV ββ -->
<nav>
<div class="nav-logo">
<a href="#hero"><img src="assets/logo.svg" alt="Codebase" /></a>
</div>
<ul class="nav-links">
<li><a href="#hero">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#reviews">Reviews</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#contact" class="nav-cta">Contact Us</a></li>
</ul>
<button class="theme-toggle" id="themeToggle" aria-label="Toggle theme">
<svg class="icon-moon" xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"/></svg>
<svg class="icon-sun" xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
</button>
<div class="hamburger" aria-label="Menu">
<span></span><span></span><span></span>
</div>
</nav>
<!-- ββ HERO ββ -->
<section id="hero">
<canvas id="particles"></canvas>
<div class="hero-grid">
<div class="hero-content">
<span class="hero-badge">Software Development Company</span>
<h1 class="hero-title">
Transforming ideas into <span>scalable</span> software solutions
</h1>
<p class="hero-desc">
We build innovative mobile apps, web platforms, and custom software that empowers businesses to grow, scale, and succeed in the digital world.
</p>
<div class="hero-actions">
<a href="#services" class="btn-primary">Explore Our Services</a>
<a href="#reviews" class="btn-secondary">Read Reviews</a>
</div>
</div>
<div class="hero-visual">
<div class="hero-card">
<div class="hero-card-header">
<span>Client results</span>
<strong>Proven delivery</strong>
</div>
<div class="hero-stats">
<div class="stat-item">
<div class="stat-num">520+</div>
<div class="stat-label">Projects Completed</div>
</div>
<div class="stat-item">
<div class="stat-num">4.9 <span class="stat-star">β
</span></div>
<div class="stat-label">Overall Rating</div>
</div>
</div>
<div class="hero-card-note">Trusted across Freelancer and Upwork by clients around the world.</div>
</div>
</div>
</div>
</section>
<!-- ββ ABOUT ββ -->
<section id="about">
<div class="section-inner">
<div class="about-grid">
<div class="about-text fade-up">
<span class="section-tag">About Codebase</span>
<h2 class="section-title">Built on innovation, driven by results</h2>
<p class="section-subtitle">
Codebase is a software development company focused on building innovative, scalable, and high-quality digital solutions. We specialize in mobile apps, web platforms, and custom software tailored to our clients' unique business needs. Our mission is to empower businesses through technology, delivering reliable solutions that drive growth, efficiency, and long-term success.
</p>
</div>
<div class="about-pillars fade-up">
<div class="pillar">
<div class="pillar-icon">π‘</div>
<div class="pillar-body">
<h4>Innovation First</h4>
<p>We embrace cutting-edge technologies to build future-ready products that stand out in the market.</p>
</div>
</div>
<div class="pillar">
<div class="pillar-icon">π―</div>
<div class="pillar-body">
<h4>Client-Centered</h4>
<p>Every solution is tailored to your specific business goals, ensuring real-world impact and measurable results.</p>
</div>
</div>
<div class="pillar">
<div class="pillar-icon">π</div>
<div class="pillar-body">
<h4>Quality & Reliability</h4>
<p>We maintain the highest standards of code quality, security, and performance across every project we deliver.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ββ SERVICES ββ -->
<section id="services">
<div class="section-inner">
<div class="services-header fade-up">
<span class="section-tag">What We Do</span>
<h2 class="section-title">Services we offer</h2>
<p class="section-subtitle">From idea to deployment β we cover the full spectrum of software development to bring your vision to life.</p>
</div>
<div class="services-grid">
<div class="service-card fade-up">
<div class="service-icon">π€</div>
<h3>AI Integration</h3>
<p>We integrate powerful AI capabilities into your existing products and workflows β from intelligent chatbots and recommendation engines to automation and data-driven decision-making tools.</p>
</div>
<div class="service-card fade-up">
<div class="service-icon">π±</div>
<h3>Mobile App Development</h3>
<p>We build high-performance iOS and Android applications tailored to business needs, using native and cross-platform technologies to deliver seamless user experiences.</p>
</div>
<div class="service-card fade-up">
<div class="service-icon">π</div>
<h3>Web Development</h3>
<p>We develop custom websites, web applications, and enterprise platforms that are secure, scalable, and optimized for performance.</p>
</div>
<div class="service-card fade-up">
<div class="service-icon">βοΈ</div>
<h3>Backend Development & APIs</h3>
<p>We design and develop robust backend systems, REST APIs, and cloud-based infrastructures that power modern digital products.</p>
</div>
<div class="service-card fade-up">
<div class="service-icon">π¨</div>
<h3>UI/UX Design</h3>
<p>We create intuitive and visually appealing user interfaces focused on delivering exceptional user experiences across web and mobile platforms.</p>
</div>
<div class="service-card fade-up">
<div class="service-icon">π¬</div>
<h3>Real-Time Communication Solutions</h3>
<p>We develop real-time messaging, chat, voice, and video communication systems using modern technologies for fast and reliable connectivity.</p>
</div>
<div class="service-card fade-up">
<div class="service-icon">βοΈ</div>
<h3>Cloud & DevOps Solutions</h3>
<p>We help businesses deploy, manage, and scale applications using cloud platforms, automation, and modern DevOps practices.</p>
</div>
<div class="service-card fade-up">
<div class="service-icon">π</div>
<h3>E-Commerce Development</h3>
<p>We build secure and scalable e-commerce platforms that enable businesses to sell products and services online efficiently.</p>
</div>
<div class="service-card fade-up">
<div class="service-icon">π οΈ</div>
<h3>Maintenance & Support</h3>
<p>We provide ongoing maintenance, performance optimization, and technical support to ensure applications remain secure, updated, and reliable.</p>
</div>
</div>
</div>
</section>
<!-- ββ REVIEWS ββ -->
<section id="reviews">
<div class="section-inner">
<div class="reviews-header fade-up">
<span class="section-tag">Client Reviews</span>
<h2 class="section-title">Trusted by clients worldwide</h2>
<p class="section-subtitle">Real feedback from real clients across Freelancer and Upwork.</p>
</div>
<!-- Stats bar -->
<div class="reviews-stats fade-up">
<div class="rs-item">
<div class="rs-num">520+</div>
<div class="rs-label">Projects Completed</div>
</div>
<div class="rs-divider"></div>
<div class="rs-item">
<div class="rs-num">4.9 β
</div>
<div class="rs-label">Overall Rating</div>
</div>
<div class="rs-divider"></div>
<div class="rs-item">
<a href="https://www.freelancer.com/u/om26er" target="_blank" rel="noopener" class="rs-link">
<div class="rs-num"><img src="assets/freelancer.svg" alt="Freelancer" style="width:32px;height:32px;border-radius:6px;vertical-align:middle;margin-right:8px;" />Freelancer</div>
<div class="rs-label">View Profile β</div>
</a>
</div>
<div class="rs-divider"></div>
<div class="rs-item">
<a href="https://www.upwork.com/freelancers/om26er?viewMode=1" target="_blank" rel="noopener" class="rs-link">
<div class="rs-num"><img src="assets/upwork.svg" alt="Upwork" style="width:32px;height:32px;border-radius:6px;vertical-align:middle;margin-right:8px;" />Upwork</div>
<div class="rs-label">View Profile β</div>
</a>
</div>
</div>
<!-- Review cards -->
<div class="reviews-grid">
<div class="review-card fade-up">
<div class="review-top">
<div class="review-avatar">SA</div>
<div class="review-meta">
<div class="review-name">Sarmad A. <span class="review-flag">πΊπΈ</span></div>
<div class="review-stars">β
β
β
β
β
<span>5.0</span></div>
</div>
<div class="review-time">8 months ago</div>
</div>
<div class="review-project">Hardware user manual to Android App</div>
<p class="review-text">"Good independant work by freelancer on our App"</p>
</div>
<div class="review-card fade-up">
<div class="review-top">
<div class="review-avatar">CD</div>
<div class="review-meta">
<div class="review-name">Cyril D. <span class="review-flag">π«π·</span></div>
<div class="review-stars">β
β
β
β
β
<span>5.0</span></div>
</div>
<div class="review-time">8 months ago</div>
</div>
<div class="review-project">Aircraft Technician Log App Development</div>
<p class="review-text">"Codebase, as a company, is a great team of developers with a lot of knowledge. They communicate really well, are patient, and always answer my questions. Do not hesitate to start a project with them."</p>
</div>
<div class="review-card fade-up">
<div class="review-top">
<div class="review-avatar">SE</div>
<div class="review-meta">
<div class="review-name">Steven E. <span class="review-flag">πΊπΈ</span></div>
<div class="review-stars">β
β
β
β
β
<span>5.0</span></div>
</div>
<div class="review-time">10 months ago</div>
</div>
<div class="review-project">Gate Code Access System Development</div>
<p class="review-text">"Codebase was thorough, creative, and patient. They did excellent work and delivered exactly what I needed. I highly recommend Codebase."</p>
</div>
<div class="review-card fade-up">
<div class="review-top">
<div class="review-avatar">OP</div>
<div class="review-meta">
<div class="review-name">Onno P. <span class="review-flag">π³π±</span></div>
<div class="review-stars">β
β
β
β
β
<span>5.0</span></div>
</div>
<div class="review-time">10 months ago</div>
</div>
<div class="review-project">Flutter Web App to iOS & Android</div>
<p class="review-text">"Codebase did an outstanding job, converting this Flutter web application to iOS and Android apps, and also published the apps to the stores."</p>
</div>
<div class="review-card fade-up">
<div class="review-top">
<div class="review-avatar">JP</div>
<div class="review-meta">
<div class="review-name">Julian P. <span class="review-flag">π¨π¦</span></div>
<div class="review-stars">β
β
β
β
β
<span>5.0</span></div>
</div>
<div class="review-time">2 years ago</div>
</div>
<div class="review-project">Workflow Automation for JDN Server & DocuSign</div>
<p class="review-text">"Always easy to work with Codebase, they provide great feedback and have helpful suggestions."</p>
</div>
<div class="review-card fade-up">
<div class="review-top">
<div class="review-avatar">SC</div>
<div class="review-meta">
<div class="review-name">Salaydin C. <span class="review-flag">πΈπͺ</span></div>
<div class="review-stars">β
β
β
β
β
<span>5.0</span></div>
</div>
<div class="review-time">2 years ago</div>
</div>
<div class="review-project">XML and 7 Points</div>
<p class="review-text">"We had the pleasure of working with Codebase on the implementation of new features in our point-of-sale system, and we cannot emphasize enough how satisfied we are with the results. Codebase has demonstrated impressive technical expertise and a strong problem-solving ability throughout the entire process. Their dedication and attention to detail have been invaluable, making them a key partner in ensuring the project was completed on time and according to our specifications."</p>
</div>
<div class="review-card fade-up">
<div class="review-top">
<div class="review-avatar">SP</div>
<div class="review-meta">
<div class="review-name">Sergey P. <span class="review-flag">πΊπΈ</span></div>
<div class="review-stars">β
β
β
β
β
<span>5.0</span></div>
</div>
<div class="review-time">4 years ago</div>
</div>
<div class="review-project">Project for Codebase</div>
<p class="review-text">"Codebase and their team did a great job working on Android and iOS jobs. They completed job on time, however we did get behind when working on iOS approvals, which I hope we can be more efficient with in the future."</p>
</div>
<div class="review-card fade-up">
<div class="review-top">
<div class="review-avatar">KH</div>
<div class="review-meta">
<div class="review-name">Khaled H. <span class="review-flag">πΊπΈ</span></div>
<div class="review-stars">β
β
β
β
β
<span>5.0</span></div>
</div>
<div class="review-time">2 years ago</div>
</div>
<div class="review-project">Mobile App (Swift) Upgrade with Small Changes</div>
<p class="review-text">"Great to work with. Willing to explain in detail. Has patience and a nice attitude."</p>
</div>
<div class="review-card fade-up">
<div class="review-top">
<div class="review-avatar">AD</div>
<div class="review-meta">
<div class="review-name">Armand D. <span class="review-flag">π¦πΊ</span></div>
<div class="review-stars">β
β
β
β
β
<span>5.0</span></div>
</div>
<div class="review-time">2 years ago</div>
</div>
<div class="review-project">Create Shopping App</div>
<p class="review-text">"Excellent and very easy to work with. Responsive and high quality work."</p>
</div>
</div>
</div>
</section>
<!-- ββ TEAM ββ -->
<section id="team">
<div class="section-inner">
<div class="team-header fade-up">
<span class="section-tag">Our Team</span>
<h2 class="section-title">The people behind Codebase</h2>
<p class="section-subtitle">A passionate team of engineers and designers committed to building exceptional software.</p>
</div>
<div class="team-grid">
<div class="team-card fade-up">
<div class="team-avatar">IH</div>
<h3>Imran Hakeem</h3>
<div class="team-role">CEO & Founder</div>
<p>10+ years building software products across mobile and web.</p>
</div>
<div class="team-card fade-up">
<div class="team-avatar">SG</div>
<h3>Shahid Ghafoor</h3>
<div class="team-role">Software Engineer & Mobile Developer</div>
<p>Builds native and cross-platform mobile apps and delivers seamless user experiences at Codebase.</p>
</div>
<div class="team-card fade-up">
<div class="team-avatar">HK</div>
<h3>Husnain Kareem</h3>
<div class="team-role">Software Engineer & Android Developer</div>
<p>Develops robust and high-performance Android applications, turning complex ideas into smooth user experiences at Codebase.</p>
</div>
</div>
</div>
</section>
<!-- ββ CONTACT ββ -->
<section id="contact">
<div class="section-inner">
<div class="contact-grid">
<div class="fade-up">
<span class="section-tag">Get In Touch</span>
<h2 class="section-title">Let's build something great together</h2>
<p class="section-subtitle">Have a project in mind? Reach out and let's discuss how Codebase can bring your idea to life.</p>
<div class="contact-details">
<div class="contact-item">
<div class="contact-item-icon">βοΈ</div>
<div class="contact-item-body">
<div class="contact-item-label">Email</div>
<div class="contact-item-value"><a href="mailto:codebasepk@gmail.com">codebasepk@gmail.com</a></div>
</div>
</div>
<div class="contact-item">
<div class="contact-item-icon">π</div>
<div class="contact-item-body">
<div class="contact-item-label">Phone</div>
<div class="contact-item-value"><a href="tel:+923414503584">+92 341 4503584</a></div>
</div>
</div>
<div class="contact-item">
<div class="contact-item-icon">π»</div>
<div class="contact-item-body">
<div class="contact-item-label">GitHub</div>
<div class="contact-item-value"><a href="https://github.com/codebasepk" target="_blank" rel="noopener">github.com/codebasepk</a></div>
</div>
</div>
<div class="contact-item">
<div class="contact-item-icon"><img src="assets/freelancer.svg" alt="Freelancer" style="width:28px;height:28px;border-radius:6px;" /></div>
<div class="contact-item-body">
<div class="contact-item-label">Freelancer</div>
<div class="contact-item-value"><a href="https://www.freelancer.com/u/om26er" target="_blank" rel="noopener">freelancer.com/u/om26er</a></div>
</div>
</div>
<div class="contact-item">
<div class="contact-item-icon"><img src="assets/upwork.svg" alt="Upwork" style="width:28px;height:28px;border-radius:6px;" /></div>
<div class="contact-item-body">
<div class="contact-item-label">Upwork</div>
<div class="contact-item-value"><a href="https://www.upwork.com/freelancers/om26er?viewMode=1" target="_blank" rel="noopener">upwork.com/freelancers/om26er</a></div>
</div>
</div>
</div>
</div>
<div class="fade-up">
<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLSfXOqHiKLXzIJufCuM9lwJOz_LhqeYg9lZteatGk9OfkwhS8A/viewform?embedded=true"
width="100%"
height="580"
frameborder="0"
marginheight="0"
marginwidth="0"
style="border-radius:8px;background:transparent;">
Loadingβ¦
</iframe>
</div>
</div>
</div>
</section>
<!-- ββ FOOTER ββ -->
<footer>
<div class="footer-inner">
<div class="footer-logo">
<img src="assets/logo.svg" alt="Codebase" />
</div>
<div class="footer-copy">Β© 2026 Codebase. All rights reserved.</div>
<div class="footer-links">
<a href="#about">About</a>
<a href="#services">Services</a>
<a href="#reviews">Reviews</a>
<a href="mailto:codebasepk@gmail.com">Email</a>
<a href="https://github.com/codebasepk" target="_blank" rel="noopener">GitHub</a>
</div>
</div>
</footer>
<button id="scrollTop" aria-label="Scroll to top">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="18 15 12 9 6 15"/></svg>
</button>
<script src="script.js"></script>
</body>
</html>