@@ -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