@@ -52,23 +52,13 @@ import Skill from "./Skill.astro";
5252 bgColor: " white" ,
5353 hoverTextColor: " black" ,
5454 },
55- {
56- text: " HTMX" ,
57- bgColor: " var(--color-htmx)" ,
58- },
5955 {
6056 text: " TailwindCSS" ,
6157 bgColor: " var(--color-tailwind)" ,
6258 hoverTextColor: " black" ,
6359 },
6460 ]}
65- >
66- I started my web development journey by building websites and
67- widgets using vanilla HTML, CSS, Javascript and Express. As I
68- learnt more about the fundamentals of web development, I delved
69- into frontend frameworks such as Svelte, React and Astro.
70- </Skill >
71-
61+ />
7262 <Line height =" 50px" />
7363 <Skill
7464 title =" Backend Development"
@@ -115,11 +105,7 @@ import Skill from "./Skill.astro";
115105 bgColor: " var(--color-mongodb)" ,
116106 },
117107 ]}
118- >
119- With experience in various programming languages, I learnt to
120- setup databases, implement routing and organized my code to
121- ensure maintainability and scalability.
122- </Skill >
108+ />
123109 <Line height =" 50px" />
124110 <Skill
125111 title =" Data Science"
@@ -159,14 +145,7 @@ import Skill from "./Skill.astro";
159145 hoverTextColor: " black" ,
160146 },
161147 ]}
162- >
163- My first exposure to data science was through learning Computer
164- Vision. I learn how to use OpenCV in Python to open a webcam and
165- detect faces. Later on, I took a Diploma course that is focused
166- in data science, where I learnt how to do the fundamentals of
167- data science such as extracting, transforming and loading data,
168- as well as data visualisation.
169- </Skill >
148+ />
170149 </div >
171150 </div >
172151</div >
0 commit comments