FEAT: Added icons back into the skills section
All checks were successful
Build and Push Development Docker Image / build-and-push (push) Successful in 1m19s
All checks were successful
Build and Push Development Docker Image / build-and-push (push) Successful in 1m19s
This commit is contained in:
0
src/lib/types.d.ts
vendored
0
src/lib/types.d.ts
vendored
@ -47,6 +47,7 @@
|
||||
{#each info.skills as skill}
|
||||
<Card containerStyle="opacity-100 hover:opacity-100 hover:scale-[105%] md:opacity-70 transition-all duration-300">
|
||||
<h2 slot="headerLeft">{skill.name}</h2>
|
||||
<i slot="headerRight" class="text-slate-300 text-5xl {skill.logo}"></i>
|
||||
<div slot="content">
|
||||
<Collapsible>
|
||||
<span slot="label" class="text-lg">About {skill.name}</span>
|
||||
|
Reference in New Issue
Block a user