andreaschandra commited on
Commit
54d08d3
·
verified ·
1 Parent(s): 3a27a91

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +19 -25
index.html CHANGED
@@ -3,7 +3,7 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>John Doe | Software Engineer</title>
7
  <script src="https://cdn.tailwindcss.com"></script>
8
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
  <style>
@@ -92,11 +92,10 @@
92
  <section id="home" class="pt-24 pb-16 md:pt-32 md:pb-24 px-4 sm:px-6 lg:px-8 max-w-6xl mx-auto">
93
  <div class="flex flex-col md:flex-row items-center">
94
  <div class="md:w-1/2 mb-10 md:mb-0">
95
- <h1 class="text-4xl md:text-5xl font-bold mb-4">Hi, I'm <span class="gradient-text">John Doe</span></h1>
96
- <h2 class="text-2xl md:text-3xl font-semibold text-gray-600 mb-6">Full Stack Developer</h2>
97
  <p class="text-gray-600 mb-8 max-w-lg">
98
- I build exceptional digital experiences with clean, efficient code.
99
- Passionate about solving complex problems and creating intuitive user interfaces.
100
  </p>
101
  <div class="flex space-x-4">
102
  <a href="#projects" class="px-6 py-3 bg-gradient-to-r from-blue-500 to-purple-500 text-white rounded-lg font-medium hover:opacity-90 transition">
@@ -133,9 +132,9 @@
133
  <i class="fas fa-laptop-code text-white text-6xl"></i>
134
  </div>
135
  <div class="p-6">
136
- <h3 class="text-xl font-bold mb-2">E-Commerce Platform</h3>
137
  <p class="text-gray-600 mb-4">
138
- A full-featured e-commerce platform with payment integration, product management, and user authentication.
139
  </p>
140
  <div class="flex flex-wrap gap-2 mb-4">
141
  <span class="px-3 py-1 bg-blue-100 text-blue-800 text-xs font-medium rounded-full">React</span>
@@ -160,9 +159,9 @@
160
  <i class="fas fa-mobile-alt text-white text-6xl"></i>
161
  </div>
162
  <div class="p-6">
163
- <h3 class="text-xl font-bold mb-2">Fitness Tracker App</h3>
164
  <p class="text-gray-600 mb-4">
165
- A mobile application for tracking workouts, nutrition, and progress with data visualization.
166
  </p>
167
  <div class="flex flex-wrap gap-2 mb-4">
168
  <span class="px-3 py-1 bg-purple-100 text-purple-800 text-xs font-medium rounded-full">React Native</span>
@@ -186,9 +185,9 @@
186
  <i class="fas fa-chart-line text-white text-6xl"></i>
187
  </div>
188
  <div class="p-6">
189
- <h3 class="text-xl font-bold mb-2">Data Analytics Dashboard</h3>
190
  <p class="text-gray-600 mb-4">
191
- A real-time analytics dashboard with interactive visualizations and custom reporting features.
192
  </p>
193
  <div class="flex flex-wrap gap-2 mb-4">
194
  <span class="px-3 py-1 bg-blue-100 text-blue-800 text-xs font-medium rounded-full">Vue.js</span>
@@ -305,24 +304,20 @@
305
 
306
  <div class="bg-white p-6 rounded-lg shadow-sm">
307
  <div class="mb-6">
308
- <h4 class="font-medium mb-3">Frontend</h4>
309
  <div class="flex flex-wrap gap-2">
310
- <span class="px-3 py-1 bg-blue-100 text-blue-800 rounded-full">React</span>
311
- <span class="px-3 py-1 bg-yellow-100 text-yellow-800 rounded-full">JavaScript</span>
312
- <span class="px-3 py-1 bg-green-100 text-green-800 rounded-full">Vue.js</span>
313
- <span class="px-3 py-1 bg-red-100 text-red-800 rounded-full">TypeScript</span>
314
- <span class="px-3 py-1 bg-purple-100 text-purple-800 rounded-full">Tailwind CSS</span>
315
  </div>
316
  </div>
317
 
318
  <div class="mb-6">
319
- <h4 class="font-medium mb-3">Backend</h4>
320
  <div class="flex flex-wrap gap-2">
321
- <span class="px-3 py-1 bg-green-100 text-green-800 rounded-full">Node.js</span>
322
- <span class="px-3 py-1 bg-blue-100 text-blue-800 rounded-full">Python</span>
323
- <span class="px-3 py-1 bg-red-100 text-red-800 rounded-full">Java</span>
324
- <span class="px-3 py-1 bg-purple-100 text-purple-800 rounded-full">Express</span>
325
- <span class="px-3 py-1 bg-yellow-100 text-yellow-800 rounded-full">Django</span>
326
  </div>
327
  </div>
328
 
@@ -330,9 +325,8 @@
330
  <h4 class="font-medium mb-3">Other</h4>
331
  <div class="flex flex-wrap gap-2">
332
  <span class="px-3 py-1 bg-blue-100 text-blue-800 rounded-full">Docker</span>
333
- <span class="px-3 py-1 bg-green-100 text-green-800 rounded-full">AWS</span>
334
  <span class="px-3 py-1 bg-red-100 text-red-800 rounded-full">Git</span>
335
- <span class="px-3 py-1 bg-purple-100 text-purple-800 rounded-full">MongoDB</span>
336
  <span class="px-3 py-1 bg-yellow-100 text-yellow-800 rounded-full">PostgreSQL</span>
337
  </div>
338
  </div>
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Andreas Chandra | AI Engineer</title>
7
  <script src="https://cdn.tailwindcss.com"></script>
8
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
  <style>
 
92
  <section id="home" class="pt-24 pb-16 md:pt-32 md:pb-24 px-4 sm:px-6 lg:px-8 max-w-6xl mx-auto">
93
  <div class="flex flex-col md:flex-row items-center">
94
  <div class="md:w-1/2 mb-10 md:mb-0">
95
+ <h1 class="text-4xl md:text-5xl font-bold mb-4">Hi, I'm <span class="gradient-text">Andreas Chandra</span></h1>
96
+ <h2 class="text-2xl md:text-3xl font-semibold text-gray-600 mb-6">AI Engineer</h2>
97
  <p class="text-gray-600 mb-8 max-w-lg">
98
+ I build and deploy machine learning models that have business impacts.
 
99
  </p>
100
  <div class="flex space-x-4">
101
  <a href="#projects" class="px-6 py-3 bg-gradient-to-r from-blue-500 to-purple-500 text-white rounded-lg font-medium hover:opacity-90 transition">
 
132
  <i class="fas fa-laptop-code text-white text-6xl"></i>
133
  </div>
134
  <div class="p-6">
135
+ <h3 class="text-xl font-bold mb-2">OCR</h3>
136
  <p class="text-gray-600 mb-4">
137
+ An end-to-end OCR Receipts.
138
  </p>
139
  <div class="flex flex-wrap gap-2 mb-4">
140
  <span class="px-3 py-1 bg-blue-100 text-blue-800 text-xs font-medium rounded-full">React</span>
 
159
  <i class="fas fa-mobile-alt text-white text-6xl"></i>
160
  </div>
161
  <div class="p-6">
162
+ <h3 class="text-xl font-bold mb-2">Question Answering</h3>
163
  <p class="text-gray-600 mb-4">
164
+ A dataset for Indonesian question answering.
165
  </p>
166
  <div class="flex flex-wrap gap-2 mb-4">
167
  <span class="px-3 py-1 bg-purple-100 text-purple-800 text-xs font-medium rounded-full">React Native</span>
 
185
  <i class="fas fa-chart-line text-white text-6xl"></i>
186
  </div>
187
  <div class="p-6">
188
+ <h3 class="text-xl font-bold mb-2">MarqetSim</h3>
189
  <p class="text-gray-600 mb-4">
190
+ LLM-powered multi agents persona for market research.
191
  </p>
192
  <div class="flex flex-wrap gap-2 mb-4">
193
  <span class="px-3 py-1 bg-blue-100 text-blue-800 text-xs font-medium rounded-full">Vue.js</span>
 
304
 
305
  <div class="bg-white p-6 rounded-lg shadow-sm">
306
  <div class="mb-6">
307
+ <h4 class="font-medium mb-3">Programming</h4>
308
  <div class="flex flex-wrap gap-2">
309
+ <span class="px-3 py-1 bg-blue-100 text-blue-800 rounded-full">Python</span>
310
+ <span class="px-3 py-1 bg-yellow-100 text-yellow-800 rounded-full">SQL</span>
311
+ <span class="px-3 py-1 bg-green-100 text-green-800 rounded-full">Bash</span>
 
 
312
  </div>
313
  </div>
314
 
315
  <div class="mb-6">
316
+ <h4 class="font-medium mb-3">Machine Learning</h4>
317
  <div class="flex flex-wrap gap-2">
318
+ <span class="px-3 py-1 bg-green-100 text-green-800 rounded-full">Scikit-learn</span>
319
+ <span class="px-3 py-1 bg-blue-100 text-blue-800 rounded-full">OpenCV</span>
320
+ <span class="px-3 py-1 bg-red-100 text-red-800 rounded-full">PyTorch</span>
 
 
321
  </div>
322
  </div>
323
 
 
325
  <h4 class="font-medium mb-3">Other</h4>
326
  <div class="flex flex-wrap gap-2">
327
  <span class="px-3 py-1 bg-blue-100 text-blue-800 rounded-full">Docker</span>
328
+ <span class="px-3 py-1 bg-green-100 text-green-800 rounded-full">GCP</span>
329
  <span class="px-3 py-1 bg-red-100 text-red-800 rounded-full">Git</span>
 
330
  <span class="px-3 py-1 bg-yellow-100 text-yellow-800 rounded-full">PostgreSQL</span>
331
  </div>
332
  </div>