@@ -60,7 +60,7 @@ useSeoMeta({
60
60
</div >
61
61
</div >
62
62
<div class =" space-x-4 flex sm:justify-center md:justify-start" >
63
- <Button severity =" gray-600" class =" p-2 text-gray-500 hover:bg-gray-400" outlined label =" Send Email " />
63
+ <Button severity =" gray-600" class =" p-2 text-gray-500 hover:bg-gray-400" outlined label =" Contact Me " />
64
64
<Button class =" p-2 hover:bg-blue-600" label =" Download CV" />
65
65
</div >
66
66
</div >
@@ -69,7 +69,7 @@ useSeoMeta({
69
69
<section id =" projects" class =" p-6 sm:p-2" >
70
70
<div class =" container--inverse" >
71
71
<div class =" text-gray-500" >
72
- <h2 class =" text-3xl font-bold" >My Projects</h2 >
72
+ <h2 class =" text-5xl font-bold" >Projects</h2 >
73
73
<p class =" text-xl" >Checkout a few of my works!</p >
74
74
</div >
75
75
@@ -92,14 +92,13 @@ useSeoMeta({
92
92
<p >Password: demo</p >
93
93
</div >
94
94
95
-
96
95
<div class =" flex flex-row space-x-2 py-2" >
97
96
<span v-for =" tech in [
98
97
{ name: 'Vue', icon: 'pi pi-star'},
99
98
{ name: 'Nuxt', icon: 'pi pi-star'},
100
99
{ name: 'Typescript', icon: 'pi pi-star'},
101
100
{ name: 'Docker', icon: 'pi pi-star'},
102
- ]" to =" #" class =" relative z-10 rounded-md bg-blue-100 py-1.5 px-3 font-medium text-gray-400 hover:bg-gray-300" >
101
+ ]" to =" #" class =" relative z-10 rounded-md border-2 border-gray-200 py-1.5 px-3 font-medium text-gray-400 hover:bg-gray-300" >
103
102
<i :class =" tech.icon" ></i >
104
103
{{ tech.name }}</span >
105
104
</div >
0 commit comments