Skip to content

Commit ddb614a

Browse files
committed
refactor: 💬 update about bio
1 parent 79de2cc commit ddb614a

File tree

1 file changed

+47
-25
lines changed

1 file changed

+47
-25
lines changed

components/About.vue

Lines changed: 47 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,79 @@
11
<script setup lang="ts">
2-
3-
const isShow = ref(true)
4-
2+
const isShow = ref(true);
53
</script>
64

75
<template>
86
<div class="font-space text-slate-400">
9-
<p class="mb-3">Hey there, I'm Ced, a
7+
<p class="mb-3">
8+
Hello there 👋, I'm Ced, a
109
<RoughNotation :is-show="isShow" type="box" color="#f4f" :padding="1">
1110
software developer
1211
</RoughNotation>
13-
on a mission to unravel the mysteries of coding and problem-solving.
14-
The love affair with code began back in 2018 with a curious trial on QPython. Little did I know, it'd mark the
15-
start of a bond that's only grown stronger since.
12+
on a mission to unravel the mysteries of coding and problem-solving. The
13+
love affair with code began back in 2018 with a curious trial on QPython,
14+
and it has only grown stronger since.
1615
</p>
1716
<p class="mb-3">
18-
From those humble beginnings, I've delved into a fascinating array of projects, diving into an eclectic mix of
19-
technologies like
20-
<RoughNotation :is-show="isShow" type="circle" color="#ffde57" :padding="2">
17+
From those humble beginnings, I've explored a fascinating array of
18+
projects, working with a diverse mix of technologies like
19+
<RoughNotation
20+
:is-show="isShow"
21+
type="circle"
22+
color="#ffde57"
23+
:padding="2"
24+
>
2125
Python
2226
</RoughNotation>
2327
, PHP, C,
24-
<RoughNotation :is-show="isShow" type="underline" color="#f7df1e" :padding="1">
28+
<RoughNotation
29+
:is-show="isShow"
30+
type="underline"
31+
color="#f7df1e"
32+
:padding="1"
33+
>
2534
JavaScript
2635
</RoughNotation>
2736
,
28-
<RoughNotation :is-show="isShow" type="underline" color="#f4f" :padding="1">
37+
<RoughNotation
38+
:is-show="isShow"
39+
type="underline"
40+
color="#f4f"
41+
:padding="1"
42+
>
2943
TypeScript
3044
</RoughNotation>
31-
, and heavyweight frameworks such as
32-
<RoughNotation :is-show="isShow" type="underline" color="#f4f" :padding="1">
45+
, and powerful frameworks such as
46+
<RoughNotation
47+
:is-show="isShow"
48+
type="underline"
49+
color="#f4f"
50+
:padding="1"
51+
>
3352
Django
3453
</RoughNotation>
35-
, React,
36-
<RoughNotation :is-show="isShow" type="underline" color="#42b883" :padding="2">
37-
Vue.js
54+
, Nextjs,
55+
<RoughNotation
56+
:is-show="isShow"
57+
type="underline"
58+
color="#42b883"
59+
:padding="2"
60+
>
61+
Nuxtjs
3862
</RoughNotation>
3963
, Laravel, and Express.js.
4064
</p>
4165
<p class="mb-3">
42-
One vital lesson I've learned in this ever-evolving tech landscape is that there's always something new to explore,
43-
but that's the best part cause I'm always eager to embrace the challenge of learning.
66+
One vital lesson I've learned in this ever-evolving tech landscape is that
67+
there's always something new to explore. That's what excites me the
68+
most&mdash;embracing the challenges of continuous learning.
4469
</p>
4570
<p>
46-
Whether you've got an exciting project in mind or just fancy a chat, I'm only a message away. Currently seeking
47-
a new role in the developer realm. I'm up for the challenge!
48-
<RoughNotation :is-show="isShow" type="circle" color="aqua" :padding="2">
49-
<span> Hire me.</span>
50-
</RoughNotation>
71+
Whether you have an exciting opportunity, a life-changing project to
72+
discuss, or just fancy a chat, I'm only a message away.
5173
</p>
5274
</div>
5375
</template>
5476

5577
<style scoped>
5678
/* */
57-
</style>
79+
</style>

0 commit comments

Comments
 (0)