This commit is contained in:
matthieu42morin 2024-04-28 01:19:43 +02:00
parent 0170618b67
commit 6ce876ab03
1 changed files with 57 additions and 54 deletions

View File

@ -1,24 +1,27 @@
<script lang="ts">
import QuickLinks from '$lib/components/home/QuickLinks.svelte';
</script>
<section class="grid grid-cols-1 lg:grid-cols-2 mx-4">
<section class="grid grid-cols-1 lg:grid-cols-2 items-center mx-4">
<!-- Text and links-->
<div class="order-1 max-w-3/4 space-y-8">
<h1 class="h1">Hello, I&#39;m Matt.</h1>
<p class="text-xl opacity-75" data-svelte-h="svelte-169iyno">
A dev with an array of skills from from frontend and devops to design. I have a
strong passion for innovation and change in tech, automation and solving 👾 problems
.
<br />From wearing a lot of 🤠 hats in past projects and startups I became a
generalist, now I am actively deepening my knowledge in software:
<span
<p class="text-xl opacity-75">
A 🧠 that consumes ⚡️ and produces 👾 bug$... No sorry, produces code that works 100%
of the time. Really.
<br /> Usually, this creature you are reading about exhibits "passion" for innovation
and change. It gets dopamine and reward stimuli from solving problems ~~~ the "Ahaa"
moments ~~~ <br />although the 👾 bugs produce different emotions sometimes.
<br />Matt's main professional exploits are:
<br /><span
class=" text-4xl bg-gradient-to-r from-primary-800 via-secondary-900 to-tertiary-900 dark:from-primary-400 dark:via-secondary-400 dark:to-tertiary-400 text-transparent bg-clip-text"
>DevOps, CyberSec and AI.</span
>DevOps, Web, AI & IoT</span
>
</p>
<QuickLinks />
</div>
<!-- Logo and buttons-->
<div class="order-2 hidden lg:block">