Skip to content

Commit 82c0873

Browse files
committed
feat: update About section technology chips to match Projects section
1 parent 4a89382 commit 82c0873

8 files changed

Lines changed: 64 additions & 40 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.51c34fb5.css",
4-
"main.js": "/static/js/main.4134e317.js",
3+
"main.css": "/static/css/main.f69bdc57.css",
4+
"main.js": "/static/js/main.3f30e7b0.js",
55
"index.html": "/index.html",
6-
"main.51c34fb5.css.map": "/static/css/main.51c34fb5.css.map",
7-
"main.4134e317.js.map": "/static/js/main.4134e317.js.map"
6+
"main.f69bdc57.css.map": "/static/css/main.f69bdc57.css.map",
7+
"main.3f30e7b0.js.map": "/static/js/main.3f30e7b0.js.map"
88
},
99
"entrypoints": [
10-
"static/css/main.51c34fb5.css",
11-
"static/js/main.4134e317.js"
10+
"static/css/main.f69bdc57.css",
11+
"static/js/main.3f30e7b0.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.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>
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>

src/components/About.tsx

Lines changed: 7 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -11,74 +11,48 @@ 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' },
1415

1516
// Languages & Type Safety
1617
{ name: 'TypeScript', color: 'bg-blue-600 text-white' },
1718
{ 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: 'Sass', color: 'bg-pink-100 text-pink-700' },
25+
{ name: 'Lucide React', color: 'bg-gray-100 text-gray-700' },
26+
{ name: 'Lucide Svelte', color: 'bg-gray-100 text-gray-700' },
2627
{ name: 'Google Fonts', color: 'bg-gray-100 text-gray-700' },
2728

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-
3429
// State Management & Routing
3530
{ name: 'Pinia', color: 'bg-yellow-100 text-yellow-800' },
3631
{ name: 'Vue Router', color: 'bg-green-100 text-green-700' },
32+
{ name: 'React Hooks', color: 'bg-blue-100 text-blue-700' },
3733

3834
// Build Tools & Development
3935
{ name: 'Vite', color: 'bg-purple-100 text-purple-700' },
40-
{ name: 'Webpack', color: 'bg-blue-100 text-blue-700' },
4136

4237
// AI/ML & Data Science
4338
{ name: 'Scikit-learn', color: 'bg-orange-100 text-orange-700' },
4439
{ name: 'XGBoost', color: 'bg-green-100 text-green-700' },
4540
{ 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' },
5641

5742
// Cloud & Deployment
5843
{ name: 'Vercel', color: 'bg-black text-white' },
5944
{ name: 'Netlify', color: 'bg-green-100 text-green-700' },
6045
{ name: 'Surge.sh', color: 'bg-purple-100 text-purple-700' },
6146
{ name: 'Render', color: 'bg-blue-100 text-blue-700' },
6247
{ name: 'Digital Ocean', color: 'bg-blue-600 text-white' },
63-
{ name: 'AWS', color: 'bg-orange-100 text-orange-700' },
48+
{ name: 'AWS Amplify', color: 'bg-orange-100 text-orange-700' },
6449
{ name: 'GitLab Pages', color: 'bg-orange-100 text-orange-700' },
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' },
50+
{ name: 'Azure Static Web Apps', color: 'bg-blue-600 text-white' },
7751

7852
// Additional Skills
7953
{ name: 'SEO Optimized', color: 'bg-green-100 text-green-700' },
8054
{ name: 'Responsive Design', color: 'bg-cyan-100 text-cyan-700' },
81-
{ name: 'Performance', color: 'bg-orange-100 text-orange-700' },
55+
{ name: 'Multi-language Support', color: 'bg-purple-100 text-purple-700' },
8256
];
8357

8458
return (

static/css/main.f69bdc57.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/css/main.f69bdc57.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/js/main.3f30e7b0.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
/**
2+
* @license React
3+
* react-dom.production.min.js
4+
*
5+
* Copyright (c) Facebook, Inc. and its affiliates.
6+
*
7+
* This source code is licensed under the MIT license found in the
8+
* LICENSE file in the root directory of this source tree.
9+
*/
10+
11+
/**
12+
* @license React
13+
* react-jsx-runtime.production.min.js
14+
*
15+
* Copyright (c) Facebook, Inc. and its affiliates.
16+
*
17+
* This source code is licensed under the MIT license found in the
18+
* LICENSE file in the root directory of this source tree.
19+
*/
20+
21+
/**
22+
* @license React
23+
* react.production.min.js
24+
*
25+
* Copyright (c) Facebook, Inc. and its affiliates.
26+
*
27+
* This source code is licensed under the MIT license found in the
28+
* LICENSE file in the root directory of this source tree.
29+
*/
30+
31+
/**
32+
* @license React
33+
* scheduler.production.min.js
34+
*
35+
* Copyright (c) Facebook, Inc. and its affiliates.
36+
*
37+
* This source code is licensed under the MIT license found in the
38+
* LICENSE file in the root directory of this source tree.
39+
*/

static/js/main.3f30e7b0.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)