Skip to content

Commit e56069d

Browse files
removed skills story
1 parent a180ac5 commit e56069d

File tree

2 files changed

+10
-46
lines changed

2 files changed

+10
-46
lines changed

src/components/skills/MoreSkills.astro

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,13 @@ import Skill from "./Skill.astro";
2626
text: "YouTube",
2727
bgColor: "red",
2828
},
29+
{
30+
text: "CapCut",
31+
bgColor: "white",
32+
hoverTextColor: "black",
33+
},
2934
]}
30-
>
31-
Since I was little, I loved watching YouTube videos and the idea
32-
of bringing joy and laughter to a wider audience. Thus, I began
33-
my journey in content creation through YouTube videos and Twitch
34-
streaming. I typically do coworking & study streams to keep
35-
myself accountable and encourage productivity amongst viewers. I
36-
also do software and game development streams where I showcase
37-
my workflow.
38-
</Skill>
35+
/>
3936
<Line height="50px" />
4037
<Skill
4138
primaryColor="#9D76C1"
@@ -54,19 +51,7 @@ import Skill from "./Skill.astro";
5451
bgColor: "var(--color-kotlin)",
5552
},
5653
]}
57-
><p class="text-left">
58-
In my Mobile App Development unit in University, I am tasked
59-
to develop Android apps using Android Studio. The final app
60-
project I had developed was a LLM-powered quiz app with
61-
features such as choosing your own topics, viewing your
62-
question attempt history afterwards, and upgrading your tier
63-
with Google Pay.
64-
</p>
65-
<p class="text-left">
66-
The marking tutor was impressed with my work, and offered me
67-
to join a research lab because I had good potential.
68-
</p>
69-
</Skill>
54+
/>
7055
</div>
7156
</div>
7257
</div>

src/components/skills/SkillsComponent.astro

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)