1
1
<script setup lang="ts">
2
-
3
- const isShow = ref (true )
4
-
2
+ const isShow = ref (true );
5
3
</script >
6
4
7
5
<template >
8
6
<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
10
9
<RoughNotation :is-show =" isShow" type =" box" color =" #f4f" :padding =" 1" >
11
10
software developer
12
11
</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.
16
15
</p >
17
16
<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
+ >
21
25
Python
22
26
</RoughNotation >
23
27
, 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
+ >
25
34
JavaScript
26
35
</RoughNotation >
27
36
,
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
+ >
29
43
TypeScript
30
44
</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
+ >
33
52
Django
34
53
</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
38
62
</RoughNotation >
39
63
, Laravel, and Express.js.
40
64
</p >
41
65
<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.
44
69
</p >
45
70
<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.
51
73
</p >
52
74
</div >
53
75
</template >
54
76
55
77
<style scoped>
56
78
/* */
57
- </style >
79
+ </style >
0 commit comments