-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
486 lines (405 loc) · 18.2 KB
/
Copy pathindex.html
File metadata and controls
486 lines (405 loc) · 18.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
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="./qb.jpg">
<link rel="stylesheet" href="/src/style.css" />
<script type="module" src="/src/main.js"></script>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' />
<meta name="google-site-verification" content="8H6iAWD5haYBmFM_XFoLlxqUsML3AFaT3Snr1jI8kcc" />
<title>QUANTUMBUILD!!!</title>
</head>
<body class="light-theme">
<div class="experience">
<canvas class="experience-canvas"></canvas>
</div>
<!-- Before load -->
<div class="preloader">
<div class="preloader-wrapper">
<div class="loader"></div>
<div class="loadtext">Wait for few minutes!!
<br>(⊙ Д ⊙)</div>
</div>
</div>
<!-- Loaded -->
<div class="page" asscroll-container>
<div class="toggle-bar">
<div class="sun-wrapper">
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path fill="currentColor" d="M480-360q50 0 85-35t35-85q0-50-35-85t-85-35q-50 0-85 35t-35 85q0 50 35 85t85 35Zm0 80q-83 0-141.5-58.5T280-480q0-83 58.5-141.5T480-680q83 0 141.5 58.5T680-480q0 83-58.5 141.5T480-280ZM200-440H40v-80h160v80Zm720 0H760v-80h160v80ZM440-760v-160h80v160h-80Zm0 720v-160h80v160h-80ZM256-650l-101-97 57-59 96 100-52 56Zm492 496-97-101 53-55 101 97-57 59Zm-98-550 97-101 59 57-100 96-56-52ZM154-212l101-97 55 53-97 101-59-57Zm326-268Z"/></svg>
</div>
<button class="toggle-button">
<div class="toggle-circle"></div>
</button>
<div class="moon-wrapper">
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path fill="currentColor" d="M480-120q-150 0-255-105T120-480q0-150 105-255t255-105q14 0 27.5 1t26.5 3q-41 29-65.5 75.5T444-660q0 90 63 153t153 63q55 0 101-24.5t75-65.5q2 13 3 26.5t1 27.5q0 150-105 255T480-120Zm0-80q88 0 158-48.5T740-375q-20 5-40 8t-40 3q-123 0-209.5-86.5T364-660q0-20 3-40t8-40q-78 32-126.5 102T200-480q0 116 82 198t198 82Zm-10-270Z"/></svg>
</div>
</div>
<div class="page-wrapper" asscroll>
<section class="hero">
<div class = "hero-wrapper">
<!-- Preload -->
<div class="intro-text">Swipe down<br>(‘• ω • `)</div>
<div class="arrow-svg-wrapper"><svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path fill="currentColor" d="M480-200 240-440l56-56 184 183 184-183 56 56-240 240Zm0-240L240-680l56-56 184 183 184-183 56 56-240 240Z"/></svg></div>
<div class="hero-main">
<h1 class="hero-main-title">QUANTUMBUILD</h1>
<p class="hero-main-description">Beyond Bricks. Into the Quantum Era</p>
</div>
<div class="hero-second">
<p class="hero-second-subheading first-sub">Innovative Solutions</p>
<p class="hero-second-subheading second-sub">for tomorrow</p>
</div>
</div>
</section>
<div class="first-move section-margin"></div>
<section class="first-section section left">
<div class="progress-wrapper progress-bar-wrapper-left">
<div class="progress-bar brown-background"></div>
</div>
<div class="section-intro-wrapper">
<h1 class="section-title">
<span class="section-title-text">About Uss</span>
<div class="section-title-decoration styleOne">
</div>
<div class="section-title-decoration styleTwo">
</div>
<div class="section-title-decoration styleThree">
</div>
</h1>
<span class="section-number">01</span>
</div>
<div class="section-detail-wrapper">
<h3 class="section-heading">Hello!</h3>
<p class="section-text">
Welcome to Quantumbuild — a glimpse into our innovative world. This 3D portfolio highlights who we are and what we build through technology and smart design.
</p>
<br>
<br>
<h3 class="section-heading">Tech-Driven Construction</h3>
<p class="section-text">
At Quantumbuild, we merge technology with smart infrastructure to redefine how modern spaces are built. With a strong foundation in engineering and innovation, we aim to drive sustainable and scalable development. In our spare time, we love experimenting with new ideas and side projects!
</p>
<br>
<br>
<div class="resume">
<a href="https://github.com/Quantumbuild14" target="_blank" rel="noopener noreferrer">
<button class="mybutton">
<span>View our github!</span>
</button>
</a>
</div>
<div class="resume">
<br>
<a href="https://github.com/Quantumbuild14" target="_blank" rel="noopener noreferrer">
<button class="mybutton">
<span>View our projects!</span>
</button>
</a>
</div>
<br>
<br>
<h3 class="section-heading">Community-Focused Projects</h3>
<p class="section-text">
Driven by a passion for impactful innovation, Quantumbuild contributes to community-focused initiatives, offering smart infrastructure solutions for public spaces and collaborating on sustainable development efforts with local partners.
</p>
<br>
<br>
<h3 class="section-heading">Smart Tech Solutions</h3>
<p class="section-text">
At Quantumbuild, we build intelligent digital solutions — from AI-powered apps to full-stack platforms. Our focus is on solving real-world problems through clean design, automation, and scalable tech.
</p>
<br>
</section>
<div class="second-move section-margin"></div>
<section class="second-section section right">
<div class="progress-wrapper progress-bar-wrapper-right">
<div class="progress-bar brown-background"></div>
</div>
<div class="section-intro-wrapper">
<h1 class="section-title">
<span class="section-title-text">Experience</span>
<div class="section-title-decoration styleOne">
</div>
<div class="section-title-decoration styleTwo">
</div>
<div class="section-title-decoration styleThree">
</div>
</h1>
<span class="section-number">02</span>
</div>
<div class="section-detail-wrapper">
<div class="resume">
<br>
</div>
<div class="resume">
<br>
</div>
<br>
<br>
<h3 class="section-heading">Work Experience</h3>
<hr>
<br>
<h4>QUANTUMBUILD TECHNOLOGIES</h4>
<p><span class="leftalign experience-text">Founder & Full-Stack Developer</span><span class="rightalign experience-text">Jan 2024 – Present</span></p>
<br><br><br><br>
<h4>COSMOGENIUS (AI SKINCARE APP)</h4>
<p><span class="leftalign experience-text">Creator & ML Developer</span><span class="rightalign experience-text">Sep 2023 – Present</span></p>
<br><br><br><br>
<h4>TECHTITANS - 3PL LOGISTICS PLATFORM</h4>
<p><span class="leftalign experience-text">Team Lead & Backend Developer</span><span class="rightalign experience-text">Mar 2024 – Apr 2024</span></p>
<br><br><br><br>
<h4>AIDERMAT - HEALTHCARE ASSISTANCE APP</h4>
<p><span class="leftalign experience-text">Frontend Developer & Firebase Integrator</span><span class="rightalign experience-text">Dec 2023 – Feb 2024</span></p>
<br><br><br><br>
<h4>AXIOM - MUMBAI RAILWAY SMART MAP</h4>
<p><span class="leftalign experience-text">UI/UX Designer & GIS Mapper</span><span class="rightalign experience-text">Oct 2023 – Nov 2023</span></p>
<br><br><br><br><br>
<h3 class="section-heading">Social Impact & Innovation</h3>
<hr>
<br>
<h4>MUMBAI SMART STATIONS INITIATIVE</h4>
<p><span class="leftalign experience-text">Navigation System Developer (Dadar Project)</span><span class="rightalign experience-text">Ongoing</span></p>
<br><br><br><br>
<h4>YOUTH TECH & CREATIVITY CLUB</h4>
<p><span class="leftalign experience-text">Mentor & Hackathon Organizer</span><span class="rightalign experience-text">2023 – Present</span></p>
</section>
<div class="third-move section-margin"></div>
<section class="third-section section left">
<div class="progress-wrapper progress-bar-wrapper-left">
<div class="progress-bar brown-background"></div>
</div>
<div class="section-intro-wrapper">
<h1 class="section-title">
<span class="section-title-text">Skills</span>
<div class="section-title-decoration styleOne">
</div>
<div class="section-title-decoration styleTwo">
</div>
<div class="section-title-decoration styleThree">
</div>
</h1>
<span class="section-number">03</span>
</div>
<div class="section-detail-wrapper">
<h3 class="section-heading">Creative & Digital Skills</h3><hr>
<ul class="section-text">
<li>Video Editing
<ul>
<li>CapCut</li>
<li>Da-Vinci Resolve</li>
<li>Adobe Premiere Pro</li>
</ul>
</li>
<li>Graphic Design
<ul>
<li>Blender</li>
<li>Figma</li>
</ul>
</li>
<li>SEO & Digital Marketing
<ul>
<li>On-Page / Off-Page SEO</li>
<li>Keyword Research</li>
<li>Analytics (Basic)</li>
</ul>
</li>
<li>Content Writing</li>
<li>Script Writing (for reels/videos)</li>
</ul>
<br>
<h3 class="section-heading">Technical Skills</h3><hr>
<ul class="section-text">
<li>Frontend Development
<ul>
<li>HTML, CSS, JavaScript</li>
<li>React.js, React Native</li>
</ul>
</li>
<li>Backend Development
<ul>
<li>Firebase, MongoDB, Node.js</li>
</ul>
</li>
<li>App Development
<ul>
<li>Android Studio (Basic)</li>
<li>Firebase Auth, Firestore</li>
</ul>
</li>
<li>Python (Basics + Projects)</li>
<li>Git & GitHub</li>
</ul>
<br>
<h3 class="section-heading">Other Tools & Platforms</h3><hr>
<ul class="section-text">
<li>WordPress (Basic)</li>
<li>Google Workspace</li>
<li>Notion</li>
<li>AI Tools (ChatGPT, Gemini)</li>
</ul>
</div>
</section>
<div class="fourth-move section-margin"></div>
<section class="fourth-section section right">
<div class="progress-wrapper progress-bar-wrapper-right">
<div class="progress-bar brown-background"></div>
</div>
<div class="section-intro-wrapper">
<h1 class="section-title">
<span class="section-title-text">Contact Us</span>
<div class="section-title-decoration styleOne"></div>
<div class="section-title-decoration styleTwo"></div>
<div class="section-title-decoration styleThree"></div>
</h1>
<span class="section-number">04</span>
</div>
<div class="section-detail-wrapper">
<h3 class="section-heading">Contact Me!</h3>
<p class="section-text">
Excited to collaborate on innovative tech ideas, creative builds, or anything futuristic!
Reach out via the form below or drop a message at: <br><strong>Quantumbuild14@gmail.com</strong>
</p>
<style>
/* Responsive base styles */
* {
box-sizing: border-box;
}
/* Form styles */
#contact-form {
width: 100%;
max-width: 600px;
margin: 30px auto;
padding: 0 15px;
}
.form-group {
margin-bottom: 20px;
}
.form-group label {
display: block;
margin-bottom: 8px;
font-weight: bold;
}
.form-group input,
.form-group textarea {
width: 100%;
padding: 12px;
border: 2px solid #000; /* Black outline for text boxes */
border-radius: 4px;
font-size: 16px;
transition: border 0.3s ease;
font-family: inherit;
}
.form-group input:focus,
.form-group textarea:focus {
outline: none;
border-color: #000; /* Keep black outline when focused */
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/* Button styles */
.mybutton {
background-color: #333;
color: white;
border: none;
padding: 12px 24px;
border-radius: 4px;
cursor: pointer;
transition: all 0.3s ease;
margin-right: 10px;
margin-bottom: 10px;
font-size: 16px;
}
.mybutton:hover {
background-color: #555;
transform: translateY(-3px);
}
/* Social sections */
.social-links,
.art-section {
margin-top: 40px;
padding: 0 15px;
width: 100%;
}
.social-buttons {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 15px;
}
/* Responsive adjustments */
@media screen and (max-width: 768px) {
#contact-form {
padding: 0 10px;
}
.form-group input,
.form-group textarea {
padding: 10px;
font-size: 14px;
}
.mybutton {
padding: 10px 20px;
font-size: 14px;
display: block;
width: 100%;
margin-right: 0;
}
.social-buttons {
flex-direction: column;
}
.social-buttons a {
width: 100%;
}
.social-buttons .mybutton {
width: 100%;
}
}
@media screen and (max-width: 480px) {
.section-heading {
font-size: 1.5rem;
}
.section-text {
font-size: 0.9rem;
}
}
</style>
<form action="https://api.web3forms.com/submit" method="POST">
<!-- Replace with your Access Key -->
<input type="hidden" name="access_key" value="5e58b839-b0b1-418a-b7b3-f0267a5e4b97">
<div class="form-group">
<label for="name">Name:</label>
<input type="text" id="name" name="name" required>
</div>
<div class="form-group">
<label for="email">Email:</label>
<input type="email" id="email" name="email" required>
</div>
<div class="form-group">
<label for="subject">Subject:</label>
<input type="text" id="subject" name="subject" required>
</div>
<div class="form-group">
<label for="message">Message:</label>
<textarea id="message" name="message" rows="5" required></textarea>
</div>
<button type="submit" class="mybutton">
<span>Send Message</span>
</button>
</form>
<div class="social-links">
<h4>Connect with me:</h4>
<div class="social-buttons">
<a href="https://www.instagram.com/_quantumbuilds_?igsh=ZzB2czRneW92Z2Yz">
<button class="mybutton">
<span>Instagram</span>
</button>
</a>
</div>
</div>
<div class="art-section">
<h3 class="section-heading">Check out! (ノ◕ヮ◕)ノ*:・゚✧</h3>
</div>
</div>
</div>
</section>
</div>
</div>
</body>
</html>