Skip to content

Commit ec53b51

Browse files
committed
updated
1 parent 4c60e1e commit ec53b51

File tree

3 files changed

+163
-119
lines changed

3 files changed

+163
-119
lines changed

index.html

Lines changed: 154 additions & 110 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Dave Conco - Full-Stack Developer & Backend Engineer | Portfolio</title>
7-
6+
<title>
7+
Dave Conco - Full-Stack Developer & Backend Engineer | Portfolio
8+
</title>
9+
810
<!-- PRIMARY META TAGS -->
911
<meta name="author" content="Dave Conco" />
1012
<meta name="developer" content="dconco" />
@@ -14,125 +16,155 @@
1416
<meta name="revisit-after" content="7 days" />
1517
<meta
1618
name="keywords"
17-
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" />
19+
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"
20+
/>
1821
<meta
1922
name="description"
20-
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." />
21-
23+
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."
24+
/>
25+
2226
<!-- CANONICAL URL -->
23-
<link rel="canonical" href="https://www.dconco.tech/" />
24-
27+
<link rel="canonical" href="https://dconco.github.io/" />
28+
2529
<!-- OPEN GRAPH / FACEBOOK META TAGS -->
2630
<meta property="og:type" content="website" />
27-
<meta property="og:url" content="https://www.dconco.tech/" />
31+
<meta property="og:url" content="https://dconco.github.io/" />
2832
<meta property="og:site_name" content="Dave Conco Portfolio" />
29-
<meta property="og:title" content="Dave Conco - Full-Stack Developer & Backend Engineer" />
30-
<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." />
31-
<meta property="og:image" content="https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/profile3.png" />
32-
<meta property="og:image:secure_url" content="https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/profile3.png" />
33+
<meta
34+
property="og:title"
35+
content="Dave Conco - Full-Stack Developer & Backend Engineer"
36+
/>
37+
<meta
38+
property="og:description"
39+
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."
40+
/>
41+
<meta
42+
property="og:image"
43+
content="https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/profile3.png"
44+
/>
45+
<meta
46+
property="og:image:secure_url"
47+
content="https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/profile3.png"
48+
/>
3349
<meta property="og:image:width" content="1200" />
3450
<meta property="og:image:height" content="630" />
3551
<meta property="og:image:alt" content="Dave Conco - Software Developer" />
3652
<meta property="og:locale" content="en_US" />
37-
53+
3854
<!-- TWITTER CARD META TAGS -->
3955
<meta name="twitter:card" content="summary_large_image" />
40-
<meta name="twitter:url" content="https://www.dconco.tech/" />
41-
<meta name="twitter:title" content="Dave Conco - Full-Stack Developer & Backend Engineer" />
42-
<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." />
43-
<meta name="twitter:image" content="https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/profile3.png" />
44-
<meta name="twitter:image:alt" content="Dave Conco - Software Developer" />
56+
<meta name="twitter:url" content="https://dconco.github.io/" />
57+
<meta
58+
name="twitter:title"
59+
content="Dave Conco - Full-Stack Developer & Backend Engineer"
60+
/>
61+
<meta
62+
name="twitter:description"
63+
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."
64+
/>
65+
<meta
66+
name="twitter:image"
67+
content="https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/profile3.png"
68+
/>
69+
<meta
70+
name="twitter:image:alt"
71+
content="Dave Conco - Software Developer"
72+
/>
4573
<meta name="twitter:creator" content="@dave_conco" />
4674
<meta name="twitter:site" content="@dave_conco" />
47-
75+
4876
<!-- THEME COLOR FOR MOBILE BROWSERS -->
4977
<meta name="theme-color" content="#667eea" />
5078
<meta name="msapplication-TileColor" content="#667eea" />
51-
79+
5280
<!-- FAV AND ICONS -->
5381
<link
5482
rel="icon"
55-
href="https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/profile3.png" />
83+
href="https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/profile3.png"
84+
/>
5685
<link
5786
rel="shortcut icon"
58-
href="https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/profile3.png" />
87+
href="https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/profile3.png"
88+
/>
5989
<link
6090
rel="apple-touch-icon"
61-
href="https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/profile3.png" />
62-
91+
href="https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/profile3.png"
92+
/>
93+
6394
<!-- STYLESHEET -->
6495
<link
6596
rel="stylesheet"
66-
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" />
97+
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
98+
/>
6799
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
68-
100+
69101
<!-- STRUCTURED DATA (JSON-LD) -->
70102
<script type="application/ld+json">
71-
{
72-
"@context": "https://schema.org",
73-
"@type": "Person",
74-
"name": "Dave Conco",
75-
"alternateName": "dconco",
76-
"url": "https://www.dconco.tech",
77-
"image": "https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/profile3.png",
78-
"jobTitle": "Full-Stack Developer & Backend Engineer",
79-
"worksFor": {
80-
"@type": "Organization",
81-
"name": "Freelance"
82-
},
83-
"description": "Full-Stack Developer with 5+ years of experience building web applications and mobile apps",
84-
"email": "[email protected]",
85-
"telephone": "+2349064772574",
86-
"sameAs": [
87-
"https://github.com/dconco",
88-
"https://x.com/dave_conco",
89-
"https://facebook.com/daveconco",
90-
"https://youtube.com/@daveconco",
91-
"https://tiktok.com/@dconco"
92-
],
93-
"knowsAbout": [
94-
"PHP",
95-
"C++",
96-
"Node.js",
97-
"React",
98-
"React Native",
99-
"Laravel",
100-
"MySQL",
101-
"MongoDB",
102-
"Full-Stack Development",
103-
"Backend Engineering",
104-
"Mobile App Development",
105-
"API Development"
106-
]
107-
}
108-
</script>
109-
<script type="application/ld+json">
110-
{
111-
"@context": "https://schema.org",
112-
"@type": "WebSite",
113-
"name": "Dave Conco Portfolio",
114-
"url": "https://www.dconco.tech",
115-
"description": "Portfolio website of Dave Conco - Full-Stack Developer & Backend Engineer",
116-
"author": {
117-
"@type": "Person",
118-
"name": "Dave Conco"
119-
},
120-
"inLanguage": "en-US"
121-
}
122-
</script>
123-
<script type="application/ld+json">
124-
{
125-
"@context": "https://schema.org",
126-
"@type": "ProfilePage",
127-
"mainEntity": {
103+
{
104+
"@context": "https://schema.org",
128105
"@type": "Person",
129106
"name": "Dave Conco",
130107
"alternateName": "dconco",
131-
"url": "https://www.dconco.tech",
108+
"url": "https://dconco.github.io",
132109
"image": "https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/profile3.png",
133-
"description": "Full-Stack Developer & Backend Engineer with 5+ years of experience"
110+
"jobTitle": "Full-Stack Developer & Backend Engineer",
111+
"worksFor": {
112+
"@type": "Organization",
113+
"name": "Freelance"
114+
},
115+
"description": "Full-Stack Developer with 5+ years of experience building web applications and mobile apps",
116+
"email": "[email protected]",
117+
"telephone": "+2349064772574",
118+
"sameAs": [
119+
"https://github.com/dconco",
120+
"https://x.com/dave_conco",
121+
"https://facebook.com/daveconco",
122+
"https://youtube.com/@daveconco",
123+
"https://tiktok.com/@dconco"
124+
],
125+
"knowsAbout": [
126+
"PHP",
127+
"C++",
128+
"Node.js",
129+
"React",
130+
"React Native",
131+
"Laravel",
132+
"MySQL",
133+
"MongoDB",
134+
"Full-Stack Development",
135+
"Backend Engineering",
136+
"Mobile App Development",
137+
"API Development"
138+
]
139+
}
140+
</script>
141+
<script type="application/ld+json">
142+
{
143+
"@context": "https://schema.org",
144+
"@type": "WebSite",
145+
"name": "Dave Conco Portfolio",
146+
"url": "https://dconco.github.io",
147+
"description": "Portfolio website of Dave Conco - Full-Stack Developer & Backend Engineer",
148+
"author": {
149+
"@type": "Person",
150+
"name": "Dave Conco"
151+
},
152+
"inLanguage": "en-US"
153+
}
154+
</script>
155+
<script type="application/ld+json">
156+
{
157+
"@context": "https://schema.org",
158+
"@type": "ProfilePage",
159+
"mainEntity": {
160+
"@type": "Person",
161+
"name": "Dave Conco",
162+
"alternateName": "dconco",
163+
"url": "https://dconco.github.io",
164+
"image": "https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/profile3.png",
165+
"description": "Full-Stack Developer & Backend Engineer with 5+ years of experience"
166+
}
134167
}
135-
}
136168
</script>
137169
</head>
138170
<body>
@@ -160,8 +192,9 @@ <h1>Hi, I'm <span class="highlight">Dave Conco</span></h1>
160192
</p>
161193
<p>
162194
I build amazing web applications and mobile apps using PHP,
163-
C++, Node.js, and React. I train AI models and created a WhatsApp bot.
164-
I love creating custom frameworks and tools that make development faster and more enjoyable.
195+
C++, Node.js, and React. I train AI models and created a
196+
WhatsApp bot. I love creating custom frameworks and tools
197+
that make development faster and more enjoyable.
165198
</p>
166199
<div class="cta-buttons">
167200
<a href="#projects" class="btn btn-primary"
@@ -176,7 +209,8 @@ <h1>Hi, I'm <span class="highlight">Dave Conco</span></h1>
176209
<div class="profile-pic">
177210
<img
178211
src="https://raw.githubusercontent.com/dconco/dconco/refs/heads/main/profile3.png"
179-
alt="Dave Conco" />
212+
alt="Dave Conco"
213+
/>
180214
</div>
181215
</div>
182216
</div>
@@ -252,7 +286,8 @@ <h3>Tools & Others</h3>
252286
</div>
253287
<h2>Want to test my AI bot that talks like me? 🚀</h2>
254288
<p>
255-
It's fun, smart, and knows everything about my work, projects, and dev journey.
289+
It's fun, smart, and knows everything about my work,
290+
projects, and dev journey.
256291
</p>
257292
<div class="ai-bot-features">
258293
<div class="feature-item">
@@ -268,15 +303,18 @@ <h2>Want to test my AI bot that talks like me? 🚀</h2>
268303
<span>Knows all my projects & skills</span>
269304
</div>
270305
</div>
271-
<a href="https://wa.me/2349064772574?text=Hi%20Dave!%20Coming%20from%20your%20portfolio,%20whats'up!"
272-
class="btn btn-whatsapp"
273-
target="_blank"
274-
rel="noopener noreferrer">
306+
<a
307+
href="https://wa.me/2349064772574?text=Hi%20Dave!%20Coming%20from%20your%20portfolio,%20whats'up!"
308+
class="btn btn-whatsapp"
309+
target="_blank"
310+
rel="noopener noreferrer"
311+
>
275312
<i class="fab fa-whatsapp"></i>
276313
Chat on WhatsApp
277314
</a>
278315
<p class="ai-bot-cta">
279-
⚡ Try it now → Ask me about my projects, frameworks, or even request help on your next idea.<br>
316+
⚡ Try it now → Ask me about my projects, frameworks, or
317+
even request help on your next idea.<br />
280318
I'll reply instantly (through my bot, but it is me 😉).
281319
</p>
282320
</div>
@@ -294,11 +332,11 @@ <h2 class="section-title">My Resume</h2>
294332
</div>
295333
<h3>Download My Resume</h3>
296334
<p>
297-
Get a comprehensive overview of my experience, skills, and
298-
achievements in software development. My resume includes
299-
detailed information about my 5+ years of experience in
300-
full-stack development, backend engineering, and the amazing
301-
projects I've built.
335+
Get a comprehensive overview of my experience, skills, and
336+
achievements in software development. My resume includes
337+
detailed information about my 5+ years of experience in
338+
full-stack development, backend engineering, and the
339+
amazing projects I've built.
302340
</p>
303341
<div class="resume-highlights">
304342
<div class="highlight-item">
@@ -314,10 +352,12 @@ <h3>Download My Resume</h3>
314352
<span>Multiple Tech Stacks</span>
315353
</div>
316354
</div>
317-
<a href="https://drive.google.com/file/d/12BoysAcxwwBIPOdyO3m_4AR2lLsDroHB/view?usp=sharing"
318-
class="btn btn-resume"
319-
target="_blank"
320-
rel="noopener noreferrer">
355+
<a
356+
href="https://drive.google.com/file/d/12BoysAcxwwBIPOdyO3m_4AR2lLsDroHB/view?usp=sharing"
357+
class="btn btn-resume"
358+
target="_blank"
359+
rel="noopener noreferrer"
360+
>
321361
<i class="fas fa-download"></i>
322362
Download Resume
323363
</a>
@@ -449,9 +489,9 @@ <h2 class="section-title">Let's Work Together</h2>
449489
<i class="fas fa-envelope"></i> Get In Touch
450490
</a>
451491
<div class="contact-info">
452-
<a href="mailto:[email protected]" class="contact-item">
492+
<a href="mailto:[email protected]" class="contact-item">
453493
<div class="icon"><i class="fas fa-envelope"></i></div>
454-
<div>[email protected]</div>
494+
<div>[email protected]</div>
455495
</a>
456496
<a href="tel:+2349064772574" class="contact-item">
457497
<div class="icon"><i class="fas fa-phone"></i></div>
@@ -460,28 +500,32 @@ <h2 class="section-title">Let's Work Together</h2>
460500
<a
461501
href="https://x.com/@dave_conco"
462502
class="contact-item"
463-
target="_blank">
503+
target="_blank"
504+
>
464505
<div class="icon"><i class="fab fa-twitter"></i></div>
465506
<div>@dave_conco</div>
466507
</a>
467508
<a
468509
href="https://facebook.com/daveconco"
469510
class="contact-item"
470-
target="_blank">
511+
target="_blank"
512+
>
471513
<div class="icon"><i class="fab fa-facebook"></i></div>
472514
<div>facebook.com/daveconco</div>
473515
</a>
474516
<a
475517
href="https://youtube.com/@daveconco"
476518
class="contact-item"
477-
target="_blank">
519+
target="_blank"
520+
>
478521
<div class="icon"><i class="fab fa-youtube"></i></div>
479522
<div>youtube.com/@daveconco</div>
480523
</a>
481524
<a
482525
href="https://tiktok.com/@dconco"
483526
class="contact-item"
484-
target="_blank">
527+
target="_blank"
528+
>
485529
<div class="icon"><i class="fab fa-tiktok"></i></div>
486530
<div>tiktok.com/@dconco</div>
487531
</a>

0 commit comments

Comments
 (0)