Skip to content

Commit 0cdef06

Browse files
committed
update projects page
1 parent 6a51d57 commit 0cdef06

File tree

7 files changed

+25
-4
lines changed

7 files changed

+25
-4
lines changed

public/favicon/android-chrome-192x192.png

100755100644
-17.3 KB
Loading

public/favicon/android-chrome-512x512.png

100755100644
-97 KB
Loading

public/favicon/apple-touch-icon.png

100755100644
-16 KB
Loading

public/favicon/favicon-16x16.png

100755100644
-80 Bytes
Loading

public/favicon/favicon-32x32.png

100755100644
-506 Bytes
Loading

public/favicon/favicon.ico

100755100644
0 Bytes
Binary file not shown.

src/pages/projects/index.astro

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,31 @@ const headings = [
3838
<ProjectSection
3939
project={[
4040
{
41-
name: '🤖 alfarobi_ws-altair-docker',
42-
description: 'Humanoid motion programmer at Altair Gadjah Mada Robotic Team',
41+
name: '🌐 lexciese.github.io',
42+
description: 'Personal portfolio website built with Astro',
4343
links: [
44-
{ type: 'github', href: 'https://github.com/Lexciese/alfarobi_ws-altair-docker' }
44+
{ type: 'github', href: 'https://github.com/Lexciese/lexciese.github.io' }
45+
]
46+
},
47+
{
48+
name: '🚗 mobil-mobilan',
49+
description: 'Python-based project for vehicle simulation',
50+
links: [
51+
{ type: 'github', href: 'https://github.com/Lexciese/mobil-mobilan' }
52+
]
53+
},
54+
{
55+
name: '⚠️ bmkg-earthquake-alert-esp32',
56+
description: 'Integration of BMKG\'s real-time earthquake data with ESP32 to notify users of seismic activity. With customizable thresholds for distance and magnitude.',
57+
links: [
58+
{ type: 'github', href: 'https://github.com/Lexciese/bmkg-earthquake-alert-esp32' }
59+
]
60+
},
61+
{
62+
name: '🦾 welding-arm-aubo-i3',
63+
description: 'Python implementation for controlling the Aubo i3 robotic arm for welding applications',
64+
links: [
65+
{ type: 'github', href: 'https://github.com/Lexciese/welding-arm-aubo-i3' }
4566
]
4667
}
4768
]}
@@ -53,7 +74,7 @@ const headings = [
5374
{
5475
name: 'Altair-Humanoid-GMRT',
5576
description: 'Gadjah Mada University Robotics Team',
56-
links: [{ type: 'github', href: 'https://github.com/Altair-Humanoid-GMRT' }]
77+
links: [{type: 'instagram', href: 'https://www.instagram.com/altair_ugm/'}, { type: 'github', href: 'https://github.com/Altair-Humanoid-GMRT' }]
5778
},
5879
]}
5980
/>

0 commit comments

Comments
 (0)