File tree 2 files changed +17
-6
lines changed
2 files changed +17
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const user = {
22
22
introduction:
23
23
' I am a highly skilled and experienced full stack developer with a strong background in both frontend and backend technologies.' ,
24
24
slogan:
25
- ' #Laravel #VueJS #TailwindCSS #AlpineJS #InertiaJS #Livewire #Redis #MySQL #PostgreSQL #AWS #DigitalOcean #Linux #Git #Docker #Nginx #Apache #PHP #JavaScript #TypeScript #HTML #CSS'
25
+ ' #Laravel #VueJS #TailwindCSS #AlpineJS #InertiaJS #Livewire #Redis #Websockets # MySQL #PostgreSQL #AWS #DigitalOcean #Linux #Git #Docker #Nginx #Apache #PHP #JavaScript #TypeScript #HTML #CSS'
26
26
}
27
27
28
28
const news = [
@@ -186,10 +186,21 @@ const stats = [
186
186
<!-- Notice -->
187
187
<GPanel to =" #" span =" 4" custom >
188
188
<div class =" text-sm" >
189
- I created this portfolio using <a href =" #" class =" text-[#41B883]" >Vue3</a > and
190
- <a href =" #" class =" text-[#07adca]" >TailwindCSS</a > for my own needs.<br />
191
- You are free to fork and use it as you may wish.<br />
192
- Most features are yet to be implemented, so any contributions will be nice.
189
+ <p >
190
+ I created this portfolio using <a href =" #" class =" text-[#41B883]" >Vue3</a > and
191
+ <a href =" #" class =" text-[#07adca]" >TailwindCSS</a > for my own needs.<br />
192
+ You are free to fork and use it as you may wish.<br />
193
+ Most features are yet to be implemented, so any contributions will be nice.
194
+ </p >
195
+ <div class =" mt-6" >
196
+ <a
197
+ target =" _blank"
198
+ href =" https://github.com/michaelgatuma/vue-tailwindcss-portfolio"
199
+ class =" border border-gray-600 bg-gray-700 text-white px-6 py-3 rounded-xl hover:bg-white hover:text-gray-700 transition-all shadow-sm shadow-black"
200
+ >
201
+ View in Github
202
+ </a >
203
+ </div >
193
204
</div >
194
205
</GPanel >
195
206
</div >
Original file line number Diff line number Diff line change 5
5
"compilerOptions" : {
6
6
"composite" : true ,
7
7
"baseUrl" : " ." ,
8
- "strict" : true ,
8
+ "strict" : false ,
9
9
"paths" : {
10
10
"@/*" : [" ./src/*" ]
11
11
}
You can’t perform that action at this time.
0 commit comments