Update design

main
Midnight 3 months ago
parent d3b2bfe314
commit d2c7817c40

@ -1,15 +1,6 @@
<script>
import Form from '$lib/home/Form.svelte';
import Socials from '$lib/Socials.svelte';
import ThemeSwitcher from '$lib/ThemeSwitcher.svelte';
import Social from './Social.svelte';
</script>
<footer
class="@container py-20 lg:mt-40 bg-gradient-to-t from-blue-500 dark:from-blue-900 text-black dark:text-white z-20 flex flex-col gap-10"
>
<section class="container flex flex-col justify-between gap-5">
<h4 class="text-2xl font-bold">Bart Industries</h4>
<footer class="@container p-20 z-20 flex flex-col gap-10">
<section class="flex flex-col justify-between gap-5">
<!-- <h4 class="text-2xl font-bold">Bart Industries</h4> -->
<div class="flex flex-col">
<p class="text-sm">Copyright 2022 Pascal van Ginkel. All rights reserved.</p>
<p class="text-sm">Website made using SvelteKit, hosted on Vercel.</p>

@ -2,6 +2,7 @@
export let title = '';
</script>
<main class="flex flex-col">
<img
class="scale-150 w-full -mt-20 rotate-180 lg:scale-100"
src="/homepage/steps.svg"
@ -19,3 +20,4 @@
</div>
<img class="scale-150 w-full lg:scale-100" src="/homepage/steps.svg" alt="Header" />
</main>

@ -4,7 +4,7 @@
</script>
<div class="bg-white h-screen overflow-y-auto dark:bg-black text-black dark:text-white">
<div class="w-full min-h-screen max-w-[2000px] flex flex-col gap-5 mx-auto">
<div class="w-full max-h-screen overflow-hidden max-w-[2000px] flex flex-col gap-5 mx-auto">
<Header />
<slot />
</div>

@ -116,16 +116,18 @@
/>
<div
class="absolute inset-0 w-full h-screen flex flex-col items-center gap-1 justify-center font-bold anim opacity-5 dark:opacity-5"
class="absolute inset-0 w-full h-full flex flex-col items-center gap-1 justify-center font-bold anim opacity-5 dark:opacity-5"
id="lists"
/>
<div class="flex h-full w-full @4xl:p-20 gap-20 p-5 z-10">
<div class="items-start @7xl:block hidden z-10 w-full">
<img src={randomBannerPic} alt="mid" class="w-[40vw] z-10" />
</div>
<div class="flex @8xl:p-20 @2xl:p-10 gap-20 p-5 z-10">
<img
src={randomBannerPic}
alt="mid"
class="w-[40%] h-auto flex-none @6xl:inline-block hidden z-10"
/>
<div class="flex flex-col py-5 h-full gap-10 z-10 w-full">
<div class="flex flex-col py-5 h-full gap-10 w-full flex-grow z-10">
<div class="flex flex-col gap-2">
<p class="text-4xl font-bold"><span class="whitepigeon">Hello</span></p>
<h2 class="text-6xl flex gap-2 font-extralight">
@ -138,7 +140,7 @@
</h2>
</div>
<p class="lg:text-lg @2xl:mb-10">
<p class="lg:text-lg @8xl:mb-10">
I'm a {calculateAge(new Date('2001-10-30'))} year old programmer and tech enthusiast from The
Netherlands. I have a Bachelor of Science degree in Software Engineering and run a development
company called DubbelNull. During the week I work at Agro IT and build software that improves

@ -8,7 +8,7 @@
<title>Bart Industries</title>
</svelte:head>
<main class="flex flex-col my-20">
<main class="flex flex-col my-20 gap-20 2xl:gap-40">
<Professional />
<Experience />
<Projects />

Loading…
Cancel
Save