Added actual content to be displayed on cards. May need corrections to be made.

This commit is contained in:
2023-10-13 14:38:04 +01:00
parent 05474689be
commit dad56090ac
3 changed files with 26 additions and 14 deletions

View File

@ -67,6 +67,7 @@
text-decoration: none;
position: relative;
color: var(--green);
white-space: nowrap;
}
a:after {

View File

@ -123,7 +123,7 @@
<i class="{skill.logo} logo"></i>
</div>
<div slot="content">
<p class="not-required">{skill.about}</p>
<p class="not-required">{@html skill.usage}</p>
</div>
<div slot="footer">
<!-- svelte-ignore a11y-invalid-attribute -->