Skip to content

Commit 49d588a

Browse files
committed
fixes & code formatting
1 parent a1063e3 commit 49d588a

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

src/views/HomeView.vue

+16-5
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const user = {
2222
introduction:
2323
'I am a highly skilled and experienced full stack developer with a strong background in both frontend and backend technologies.',
2424
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'
2626
}
2727
2828
const news = [
@@ -186,10 +186,21 @@ const stats = [
186186
<!-- Notice -->
187187
<GPanel to="#" span="4" custom>
188188
<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>
193204
</div>
194205
</GPanel>
195206
</div>

tsconfig.app.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"compilerOptions": {
66
"composite": true,
77
"baseUrl": ".",
8-
"strict": true,
8+
"strict": false,
99
"paths": {
1010
"@/*": ["./src/*"]
1111
}

0 commit comments

Comments
 (0)