Skip to content

Commit b465f99

Browse files
committed
revert: restore original comprehensive technology chips in About section
1 parent 82c0873 commit b465f99

3 files changed

Lines changed: 40 additions & 14 deletions

File tree

asset-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"files": {
3-
"main.css": "/static/css/main.f69bdc57.css",
4-
"main.js": "/static/js/main.3f30e7b0.js",
3+
"main.css": "/static/css/main.51c34fb5.css",
4+
"main.js": "/static/js/main.4134e317.js",
55
"index.html": "/index.html",
6-
"main.f69bdc57.css.map": "/static/css/main.f69bdc57.css.map",
7-
"main.3f30e7b0.js.map": "/static/js/main.3f30e7b0.js.map"
6+
"main.51c34fb5.css.map": "/static/css/main.51c34fb5.css.map",
7+
"main.4134e317.js.map": "/static/js/main.4134e317.js.map"
88
},
99
"entrypoints": [
10-
"static/css/main.f69bdc57.css",
11-
"static/js/main.3f30e7b0.js"
10+
"static/css/main.51c34fb5.css",
11+
"static/js/main.4134e317.js"
1212
]
1313
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="David Agustin - Full Stack Developer specializing in React, Next.js, AI/ML, and modern web technologies. View my projects and experience."/><meta name="keywords" content="David Agustin, Full Stack Developer, React, Next.js, AI, Machine Learning, Web Development, Portfolio"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet"><title>David Agustin - Full Stack Developer Portfolio</title><script defer="defer" src="/static/js/main.3f30e7b0.js"></script><link href="/static/css/main.f69bdc57.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="David Agustin - Full Stack Developer specializing in React, Next.js, AI/ML, and modern web technologies. View my projects and experience."/><meta name="keywords" content="David Agustin, Full Stack Developer, React, Next.js, AI, Machine Learning, Web Development, Portfolio"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet"><title>David Agustin - Full Stack Developer Portfolio</title><script defer="defer" src="/static/js/main.4134e317.js"></script><link href="/static/css/main.51c34fb5.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

src/components/About.tsx

Lines changed: 33 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,48 +11,74 @@ const About: React.FC = () => {
1111
{ name: 'Astro.js', color: 'bg-purple-600 text-white' },
1212
{ name: 'Gatsby', color: 'bg-purple-100 text-purple-700' },
1313
{ name: 'Hugo', color: 'bg-pink-100 text-pink-700' },
14-
{ name: 'SvelteKit', color: 'bg-orange-100 text-orange-700' },
1514

1615
// Languages & Type Safety
1716
{ name: 'TypeScript', color: 'bg-blue-600 text-white' },
1817
{ name: 'JavaScript', color: 'bg-yellow-100 text-yellow-800' },
18+
{ name: 'HTML5', color: 'bg-orange-100 text-orange-700' },
1919
{ name: 'CSS3', color: 'bg-blue-100 text-blue-700' },
2020
{ name: 'Python', color: 'bg-blue-100 text-blue-700' },
2121

2222
// Styling & UI
2323
{ name: 'Tailwind CSS', color: 'bg-cyan-100 text-cyan-700' },
2424
{ name: 'Material-UI', color: 'bg-blue-600 text-white' },
25-
{ name: 'Lucide React', color: 'bg-gray-100 text-gray-700' },
26-
{ name: 'Lucide Svelte', color: 'bg-gray-100 text-gray-700' },
25+
{ name: 'Sass', color: 'bg-pink-100 text-pink-700' },
2726
{ name: 'Google Fonts', color: 'bg-gray-100 text-gray-700' },
2827

28+
// Backend & APIs
29+
{ name: 'Node.js', color: 'bg-green-100 text-green-700' },
30+
{ name: 'Express.js', color: 'bg-gray-100 text-gray-700' },
31+
{ name: 'REST APIs', color: 'bg-gray-100 text-gray-700' },
32+
{ name: 'React Hooks', color: 'bg-blue-100 text-blue-700' },
33+
2934
// State Management & Routing
3035
{ name: 'Pinia', color: 'bg-yellow-100 text-yellow-800' },
3136
{ name: 'Vue Router', color: 'bg-green-100 text-green-700' },
32-
{ name: 'React Hooks', color: 'bg-blue-100 text-blue-700' },
3337

3438
// Build Tools & Development
3539
{ name: 'Vite', color: 'bg-purple-100 text-purple-700' },
40+
{ name: 'Webpack', color: 'bg-blue-100 text-blue-700' },
3641

3742
// AI/ML & Data Science
3843
{ name: 'Scikit-learn', color: 'bg-orange-100 text-orange-700' },
3944
{ name: 'XGBoost', color: 'bg-green-100 text-green-700' },
4045
{ name: 'LightGBM', color: 'bg-blue-100 text-blue-700' },
46+
{ name: 'Machine Learning', color: 'bg-purple-100 text-purple-700' },
47+
{ name: 'Deep Learning', color: 'bg-indigo-100 text-indigo-700' },
48+
{ name: 'TensorFlow', color: 'bg-orange-100 text-orange-700' },
49+
{ name: 'PyTorch', color: 'bg-red-100 text-red-700' },
50+
{ name: 'OpenAI API', color: 'bg-green-100 text-green-700' },
51+
52+
// Databases
53+
{ name: 'MongoDB', color: 'bg-green-100 text-green-700' },
54+
{ name: 'PostgreSQL', color: 'bg-blue-100 text-blue-700' },
55+
{ name: 'MySQL', color: 'bg-blue-600 text-white' },
4156

4257
// Cloud & Deployment
4358
{ name: 'Vercel', color: 'bg-black text-white' },
4459
{ name: 'Netlify', color: 'bg-green-100 text-green-700' },
4560
{ name: 'Surge.sh', color: 'bg-purple-100 text-purple-700' },
4661
{ name: 'Render', color: 'bg-blue-100 text-blue-700' },
4762
{ name: 'Digital Ocean', color: 'bg-blue-600 text-white' },
48-
{ name: 'AWS Amplify', color: 'bg-orange-100 text-orange-700' },
63+
{ name: 'AWS', color: 'bg-orange-100 text-orange-700' },
4964
{ name: 'GitLab Pages', color: 'bg-orange-100 text-orange-700' },
50-
{ name: 'Azure Static Web Apps', color: 'bg-blue-600 text-white' },
65+
66+
// DevOps & Tools
67+
{ name: 'Docker', color: 'bg-blue-100 text-blue-700' },
68+
{ name: 'Kubernetes', color: 'bg-blue-600 text-white' },
69+
{ name: 'Git', color: 'bg-orange-100 text-orange-700' },
70+
{ name: 'GitHub', color: 'bg-gray-800 text-white' },
71+
{ name: 'CI/CD', color: 'bg-purple-100 text-purple-700' },
72+
73+
// Testing & Quality
74+
{ name: 'Jest', color: 'bg-red-100 text-red-700' },
75+
{ name: 'Cypress', color: 'bg-green-100 text-green-700' },
76+
{ name: 'Storybook', color: 'bg-pink-100 text-pink-700' },
5177

5278
// Additional Skills
5379
{ name: 'SEO Optimized', color: 'bg-green-100 text-green-700' },
5480
{ name: 'Responsive Design', color: 'bg-cyan-100 text-cyan-700' },
55-
{ name: 'Multi-language Support', color: 'bg-purple-100 text-purple-700' },
81+
{ name: 'Performance', color: 'bg-orange-100 text-orange-700' },
5682
];
5783

5884
return (

0 commit comments

Comments
 (0)