minor text fixes

pull/2/head
Midnight 2 years ago
parent bb0144ab00
commit 4628d0ad0d

@ -17,11 +17,11 @@
<a <a
href={buttonHref} href={buttonHref}
target={buttonRedirect} target={buttonRedirect}
class="rounded-b-xl bg-white dark:bg-gray-900 bg-opacity-50 p-5 group-hover:-translate-y-1 hover:bg-opacity-100 dark:hover:bg-blue-600 hover:bg-blue-200 duration-300 text-base lg:text-lg font-bold z-40" class="rounded-b-xl bg-white dark:bg-gray-800 bg-opacity-50 p-5 group-hover:-translate-y-1 hover:bg-opacity-100 dark:hover:bg-blue-600 hover:bg-blue-200 duration-300 text-base lg:text-lg font-bold z-40"
> >
<span class="px-5">{buttonText}</span> <span class="px-5">{buttonText}</span>
</a> </a>
{:else} {:else}
<span class="h-4 bg-opacity-50 group-hover:-translate-y-1 bg-white dark:bg-gray-900 rounded-b-xl duration-300"></span> <span class="h-4 bg-opacity-50 group-hover:-translate-y-1 bg-white dark:bg-gray-800 rounded-b-xl duration-300"></span>
{/if} {/if}
</div> </div>

@ -95,7 +95,7 @@ import Sona from "$lib/home/Sona.svelte";
/> Saxion University /> Saxion University
</h3> </h3>
<p class="text-sm text-gray-800 dark:text-gray-100"> <p class="text-sm text-gray-800 dark:text-gray-100">
I am a year 3 student at the Saxion University of Applied Sciences in The Netherlands doing majoring in Software Engineering, which takes a lot of my weekly time. I am a year 3 student at the Saxion University of Applied Sciences in The Netherlands majoring in Software Engineering. The study keeps me plenty busy, but now I am combining the study with a Minor Entrepeneurship to build a SaaS product at my new company Flame Software.
<br/><br/> <br/><br/>
Even though the university has taught me much about the business life and how to professionally work in teams, nearly all my programming knowledge is self taught at home. Even though the university has taught me much about the business life and how to professionally work in teams, nearly all my programming knowledge is self taught at home.
</p> </p>

Loading…
Cancel
Save