forked from dconco/dconco.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
395 lines (382 loc) · 12.4 KB
/
index.html
File metadata and controls
395 lines (382 loc) · 12.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dave Conco - Software Developer</title>
<!-- META TAGS -->
<meta name="title" content="Dave Conco | Software Developer" />
<meta name="developer" content="dconco" />
<meta
name="keywords"
content="portfolio, dave conco, dconco, developer, resume, software developer, programmer, fullstack developer" />
<meta
name="description"
content="Dave Conco builds amazing web applications and mobile apps using PHP, C++, Node.js, and React." />
<!-- FAV AND ICONS -->
<link
rel="icon"
href="https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/profile3.png" />
<link
rel="shortcut icon"
href="https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/profile3.png" />
<link
rel="apple-touch-icon"
href="https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/profile3.png" />
<!-- 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" />
</head>
<body>
<nav>
<div class="container">
<a href="#" class="logo">dconco</a>
<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="#resume">Resume</a></li>
<li><a href="#projects">Projects</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-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 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>
</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="resume" class="resume">
<div class="container">
<h2 class="section-title">My Resume</h2>
<div class="resume-content">
<div class="resume-preview">
<div class="resume-icon">
<i class="fas fa-file-pdf"></i>
</div>
<h3>Download My Resume</h3>
<p>
Get a comprehensive overview of my experience, skills, and
achievements in software development. My resume includes
detailed information about my 5+ years of experience in
full-stack development, backend engineering, and the amazing
projects I've built.
</p>
<div class="resume-highlights">
<div class="highlight-item">
<i class="fas fa-code"></i>
<span>6+ Years Experience</span>
</div>
<div class="highlight-item">
<i class="fas fa-project-diagram"></i>
<span>20+ Projects Completed</span>
</div>
<div class="highlight-item">
<i class="fas fa-tools"></i>
<span>Multiple Tech Stacks</span>
</div>
</div>
<a href="https://drive.google.com/file/d/12BoysAcxwwBIPOdyO3m_4AR2lLsDroHB/view?usp=sharing"
class="btn btn-resume"
target="_blank"
rel="noopener noreferrer">
<i class="fas fa-download"></i>
Download Resume
</a>
</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>PHP SPA 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="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/+2348025983267" 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/daveconco"
class="contact-item"
target="_blank">
<div class="icon"><i class="fab fa-facebook"></i></div>
<div>facebook.com/daveconco</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>© 2025 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>