-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
571 lines (545 loc) · 18.8 KB
/
index.html
File metadata and controls
571 lines (545 loc) · 18.8 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
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
Dave Conco - Full-Stack Developer & Backend Engineer | Portfolio
</title>
<!-- PRIMARY META TAGS -->
<meta name="author" content="Dave Conco" />
<meta name="developer" content="dconco" />
<meta name="copyright" content="Dave Conco" />
<meta name="robots" content="index, follow" />
<meta name="language" content="English" />
<meta name="revisit-after" content="7 days" />
<meta
name="keywords"
content="Dave Conco, dconco, full-stack developer, backend engineer, software developer, web developer, PHP developer, Node.js developer, React developer, mobile app developer, portfolio, resume, programmer, PhpSPA, C++ developer, Laravel developer, API developer" />
<meta
name="description"
content="Dave Conco is a Full-Stack Developer & Backend Engineer with 5+ years of experience. Specializing in PHP, C++, Node.js, React, and mobile app development. Creator of PhpSlides framework and multiple successful web applications." />
<!-- CANONICAL URL -->
<link rel="canonical" href="https://dconco.github.io/" />
<!-- OPEN GRAPH / FACEBOOK META TAGS -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://dconco.github.io/" />
<meta property="og:site_name" content="Dave Conco Portfolio" />
<meta
property="og:title"
content="Dave Conco - Full-Stack Developer & Backend Engineer" />
<meta
property="og:description"
content="Full-Stack Developer with 5+ years of experience building web applications and mobile apps. Specializing in PHP, C++, Node.js, React, and backend engineering." />
<meta
property="og:image"
content="https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/favicons/android-chrome-512x512.png" />
<meta
property="og:image:secure_url"
content="https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/favicons/android-chrome-512x512.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="Dave Conco - Software Developer" />
<meta property="og:locale" content="en_US" />
<!-- TWITTER CARD META TAGS -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://dconco.github.io/" />
<meta
name="twitter:title"
content="Dave Conco - Full-Stack Developer & Backend Engineer" />
<meta
name="twitter:description"
content="Full-Stack Developer with 5+ years of experience building web applications and mobile apps. Specializing in PHP, C++, Node.js, React, and backend engineering." />
<meta
name="twitter:image"
content="https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/favicons/android-chrome-512x512.png" />
<meta
name="twitter:image:alt"
content="Dave Conco - Software Developer" />
<meta name="twitter:creator" content="@dave_conco" />
<meta name="twitter:site" content="@dave_conco" />
<!-- THEME COLOR FOR MOBILE BROWSERS -->
<meta name="theme-color" content="#667eea" />
<meta name="msapplication-TileColor" content="#667eea" />
<!-- FAV AND ICONS -->
<link rel="icon" type="image/x-icon" href="favicons/favicon.ico" />
<link rel="icon" type="image/png" sizes="16x16" href="https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/favicons/favicon-16x16.png" />
<link rel="icon" type="image/png" sizes="32x32" href="https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/favicons/favicon-32x32.png" />
<link rel="apple-touch-icon" sizes="180x180" href="https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/favicons/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="192x192" href="https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/favicons/android-chrome-192x192.png" />
<link rel="icon" type="image/png" sizes="512x512" href="https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/favicons/android-chrome-512x512.png" />
<link rel="manifest" href="https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/favicons/site.webmanifest" />
<link rel="shortcut icon" href="https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/favicons/favicon.ico" />
<!-- STYLESHEET -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" />
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<!-- STRUCTURED DATA (JSON-LD) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Dave Conco",
"alternateName": "dconco",
"url": "https://dconco.github.io",
"image": "https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/favicons/android-chrome-512x512.png",
"jobTitle": "Full-Stack Developer & Backend Engineer",
"worksFor": {
"@type": "Organization",
"name": "Freelance"
},
"description": "Full-Stack Developer with 5+ years of experience building web applications and mobile apps",
"email": "concodave@gmail.com",
"telephone": "+2349064772574",
"sameAs": [
"https://github.com/dconco",
"https://x.com/dave_conco",
"https://facebook.com/daveconco",
"https://youtube.com/@daveconco",
"https://tiktok.com/@dconco"
],
"knowsAbout": [
"PHP",
"C++",
"Node.js",
"React",
"React Native",
"Laravel",
"MySQL",
"MongoDB",
"Full-Stack Development",
"Backend Engineering",
"Mobile App Development",
"API Development"
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Dave Conco Portfolio",
"url": "https://dconco.github.io",
"description": "Portfolio website of Dave Conco - Full-Stack Developer & Backend Engineer",
"author": {
"@type": "Person",
"name": "Dave Conco"
},
"inLanguage": "en-US"
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ProfilePage",
"mainEntity": {
"@type": "Person",
"name": "Dave Conco",
"alternateName": "dconco",
"url": "https://dconco.github.io",
"image": "https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/favicons/android-chrome-512x512.png",
"description": "Full-Stack Developer & Backend Engineer with 5+ years of experience"
}
}
</script>
</head>
<body>
<div class="mobile-menu-overlay"></div>
<nav>
<div class="container">
<a href="#" class="logo">dconco</a>
<button class="mobile-menu-toggle" aria-label="Toggle menu">
<span></span>
<span></span>
<span></span>
</button>
<ul class="nav-links">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#ai-bot">AI Bot</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#portfolios">Portfolios</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</nav>
<section id="home" class="hero">
<div class="container">
<div class="hero-content">
<div class="hero-image floating">
<div class="profile-pic">
<img
src="https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/profile3.png"
alt="Dave Conco" />
</div>
</div>
<div class="hero-text animate-in">
<h1>Hi, I'm <span class="highlight">Dave Conco</span></h1>
<p class="subtitle">
Full-Stack Developer & Backend Engineer
</p>
<p>
I build amazing web applications and mobile apps using PHP,
C++, Node.js, and React. I train AI models and created a
WhatsApp bot. I love creating custom frameworks and tools
that make development faster and more enjoyable.
</p>
<div class="cta-buttons">
<a href="#projects" class="btn btn-primary">View My Work</a>
<a href="#contact" class="btn btn-secondary">Get In Touch</a>
</div>
</div>
</div>
</div>
</section>
<section id="about" class="about">
<div class="container">
<h2 class="section-title">About Me</h2>
<div class="about-content">
<div class="about-text">
<p>
I'm a passionate full-stack developer with 5+ years of
experience building web applications and mobile apps. I
specialize in backend development using PHP, C++, and
Node.js, and I love creating tools that make other
developers' lives easier.
</p>
<p>
When I'm not coding, I'm probably learning about new
technologies, contributing to open source projects, or
helping other developers solve challenging problems. I
believe in writing clean, maintainable code and building
things that actually work and help people.
</p>
<p>
I've built custom PHP frameworks, created programming tools
with C++, and developed mobile apps that thousands of
people use. I enjoy the entire development process, from
planning and architecture to deployment and maintenance.
</p>
</div>
<div class="skills-grid">
<div class="skill-category">
<h3>Backend</h3>
<ul>
<li>PHP & Custom Frameworks</li>
<li>C++ & System Tools</li>
<li>Node.js & Express</li>
<li>Laravel</li>
<li>MySQL & MongoDB</li>
</ul>
</div>
<div class="skill-category">
<h3>Frontend & Mobile</h3>
<ul>
<li>React & Styled Components</li>
<li>React Native & Ionic.js</li>
<li>Tailwind CSS & Bootstrap</li>
<li>JavaScript & TypeScript</li>
</ul>
</div>
<div class="skill-category">
<h3>Tools & Others</h3>
<ul>
<li>Git & GitHub</li>
<li>REST APIs & JWT</li>
<li>Linux & CLI</li>
<li>Testing & Debugging</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section id="ai-bot" class="ai-bot">
<div class="container">
<div class="ai-bot-content">
<div class="ai-bot-card">
<div class="ai-bot-icon">
<i class="fab fa-whatsapp"></i>
</div>
<h2>Want to test my AI bot that talks like me? 🚀</h2>
<p>
It's fun, smart, and knows everything about my work,
projects, and dev journey.
</p>
<div class="ai-bot-features">
<div class="feature-item">
<i class="fas fa-robot"></i>
<span>Trained on my portfolio & experience</span>
</div>
<div class="feature-item">
<i class="fas fa-lightning-bolt">⚡</i>
<span>Instant responses 24/7</span>
</div>
<div class="feature-item">
<i class="fas fa-brain"></i>
<span>Knows all my projects & skills</span>
</div>
</div>
<a
href="https://wa.me/2349064772574?text=Hi%20Dave!%20Coming%20from%20your%20portfolio,%20whats'up!"
class="btn btn-whatsapp"
target="_blank"
rel="noopener noreferrer">
<i class="fab fa-whatsapp"></i>
Chat on WhatsApp
</a>
<p class="ai-bot-cta">
⚡ Try it now → Ask me about my projects, frameworks, or
even request help on your next idea.<br />
I'll reply instantly (through my bot, but it is me 😉).
</p>
</div>
</div>
</div>
</section>
<section id="projects" class="projects">
<div class="container">
<h2 class="section-title">Featured Projects</h2>
<div class="projects-grid">
<div class="project-card">
<h3>VTU API Service</h3>
<div class="project-tech">
PHP • MySQL • JWT Authentication
</div>
<p>
A comprehensive API service for purchasing airtime and data
with advanced vendor management and wallet system.
</p>
<ul>
<li>Handles real transactions with 99% uptime</li>
<li>Secure wallet system with transaction logging</li>
<li>Multi-vendor switching algorithm</li>
<li>JWT authentication and user management</li>
</ul>
</div>
<div class="project-card">
<h3>E-commerce Platform</h3>
<div class="project-tech">
PHP • React • TailwindCSS • PayStack
</div>
<p>
Complete online shopping platform with modern UI, secure
payments, and comprehensive admin dashboard.
</p>
<ul>
<li>Full product catalog and shopping cart</li>
<li>User authentication and profiles</li>
<li>PayStack payment integration</li>
<li>Admin panel for order management</li>
</ul>
</div>
<div class="project-card">
<h3>PhpSlides Framework</h3>
<div class="project-tech">
PHP • MVC Architecture • CLI Tools
</div>
<p>
Custom lightweight PHP framework with MVC structure, built
to speed up web development projects.
</p>
<ul>
<li>Clean MVC architecture</li>
<li>Built-in routing system</li>
<li>CLI commands and middleware</li>
<li>Used by multiple developers</li>
</ul>
</div>
<div class="project-card">
<h3>PhpSPA Framework</h3>
<div class="project-tech">
PHP • React-like Syntax • Component System
</div>
<p>
Innovative framework that brings React-like component
syntax to PHP for building Single Page Applications.
</p>
<ul>
<li>React-like component structure in PHP</li>
<li>State management system</li>
<li>Dynamic component rendering</li>
<li>Simplified SPA development</li>
</ul>
</div>
<div class="project-card">
<h3>Real-time Chat App</h3>
<div class="project-tech">
Node.js • Socket.io • React • MongoDB
</div>
<p>
Feature-rich chat application with real-time messaging,
multiple rooms, and user authentication.
</p>
<ul>
<li>Real-time messaging with Socket.io</li>
<li>Multiple chat rooms support</li>
<li>User authentication system</li>
<li>Message history and persistence</li>
</ul>
</div>
<div class="project-card">
<h3>Mobile Task Manager</h3>
<div class="project-tech">
React Native • AsyncStorage • Firebase
</div>
<p>
Cross-platform mobile app for task management with offline
support and beautiful animations.
</p>
<ul>
<li>iOS and Android compatibility</li>
<li>Offline storage capabilities</li>
<li>Smooth animations and transitions</li>
<li>Clean, intuitive user interface</li>
</ul>
</div>
</div>
</div>
</section>
<section id="portfolios" class="portfolios">
<div class="container">
<h2 class="section-title">My Portfolio Designs</h2>
<p class="portfolios-intro">
I've created multiple portfolio variations, each showcasing different aspects of my work and expertise.
Explore them to see my versatility in design and development.
</p>
<div class="portfolios-grid">
<div class="portfolio-item">
<div class="portfolio-image">
<img
src="https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/portfolios/dconco.tech.png"
alt="dconco.tech Portfolio" />
<div class="portfolio-overlay">
<a
href="https://www.dconco.tech"
class="portfolio-link"
target="_blank"
rel="noopener noreferrer">
<span>View Live</span>
<i class="fas fa-arrow-right"></i>
</a>
</div>
</div>
<div class="portfolio-info">
<h3>dconco.tech</h3>
<p>
Friendly and approachable portfolio featuring my AI WhatsApp bot,
resume download, and vibrant colorful galaxy design.
</p>
</div>
</div>
<div class="portfolio-item">
<div class="portfolio-image">
<img
src="https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/portfolios/dconco.vercel.app.png"
alt="dconco.vercel.app Portfolio" />
<div class="portfolio-overlay">
<a
href="https://dconco.vercel.app"
class="portfolio-link"
target="_blank"
rel="noopener noreferrer">
<span>View Live</span>
<i class="fas fa-arrow-right"></i>
</a>
</div>
</div>
<div class="portfolio-info">
<h3>dconco.vercel.app</h3>
<p>
Professional showcase with detailed project descriptions,
comprehensive work history, and modern clean design.
</p>
</div>
</div>
<div class="portfolio-item">
<div class="portfolio-image">
<img
src="https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/portfolios/dconco.netlify.app.png"
alt="dconco.netlify.app Portfolio" />
<div class="portfolio-overlay">
<a
href="https://dconco.netlify.app"
class="portfolio-link"
target="_blank"
rel="noopener noreferrer">
<span>View Live</span>
<i class="fas fa-arrow-right"></i>
</a>
</div>
</div>
<div class="portfolio-info">
<h3>dconco.netlify.app</h3>
<p>
Backend engineer focus emphasizing scalable applications,
system architecture, and dark purple tech aesthetic.
</p>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="contact">
<div class="container">
<h2 class="section-title">Let's Work Together</h2>
<div class="contact-content">
<p>
I'm always excited to work on interesting projects and
collaborate with amazing people. Whether you need a custom web
application, mobile app, or API development, let's build
something awesome together!
</p>
<a href="https://wa.me/2349121235927" class="btn btn-primary">
<i class="fas fa-envelope"></i> Get In Touch
</a>
<div class="contact-info">
<a href="mailto:concodave@gmail.com" class="contact-item">
<div class="icon"><i class="fas fa-envelope"></i></div>
<div>concodave@gmail.com</div>
</a>
<a href="tel:+2349064772574" class="contact-item">
<div class="icon"><i class="fas fa-phone"></i></div>
<div>+234 906 477 2574</div>
</a>
<a
href="https://x.com/@dave_conco"
class="contact-item"
target="_blank">
<div class="icon"><i class="fab fa-twitter"></i></div>
<div>@dave_conco</div>
</a>
<a
href="https://facebook.com/dconcovibes"
class="contact-item"
target="_blank">
<div class="icon"><i class="fab fa-facebook"></i></div>
<div>facebook.com/dconcovibes</div>
</a>
<a
href="https://youtube.com/@daveconco"
class="contact-item"
target="_blank">
<div class="icon"><i class="fab fa-youtube"></i></div>
<div>youtube.com/@daveconco</div>
</a>
<a
href="https://tiktok.com/@dconco"
class="contact-item"
target="_blank">
<div class="icon"><i class="fab fa-tiktok"></i></div>
<div>tiktok.com/@dconco</div>
</a>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<p>© 2026 Dave Conco. Built with ❤️ and lots of coffee ☕</p>
</div>
</footer>
<script src="js/index.js" type="text/javascript" charset="utf-8"></script>
</body>
</html>