hero, about, recent works

This commit is contained in:
2024-02-16 23:36:28 +02:00
parent dfbbcb2ce4
commit 8c91a5e22b
18 changed files with 328 additions and 48 deletions

View File

@@ -0,0 +1,31 @@
<footer class="pl-[80px] pr-[80px] pt-[80px] pb-[33px] bg-black flex flex-col gap-y-[138px]">
<div class="flex flex-col">
<div class="flex justify-between items-center w-full">
<p class="text-off-white text-heading2">Have something in mid? <br> <img src="/assets/footer_image.jpg"
alt="" class="w-[80px] h-[80px] inline bg-transparent rounded-full"> let's build it together
</p>
<a href="/contact" class="w-[190px] h-[70px] rounded-full bg-off-white flex justify-center items-center text-para-m font-medium">
<div>
Get in touch
</div>
</a>
</div>
</div>
<div class="flex justify-between w-full">
<p class="text-off-white text-para-medium">Built with {{ '<3' }} by Ivacsony Szilard </p>
<div class="flex justify-between gap-x-[32px] text-off-white text-para-medium">
<a href="">
<p>Linkedin</p>
</a>
<a href="">
<p>Twitter</p>
</a>
<a href="">
<p>Instagram</p>
</a>
<a href="">
<p>Webflow</p>
</a>
</div>
</div>
</footer>

View File

@@ -1,42 +1,20 @@
<header class="bg-gray-50">
<div class="mx-auto max-w-screen-xl px-4 py-8 sm:px-6 sm:py-12 lg:px-8">
<div class="sm:flex sm:items-center sm:justify-between">
<div class="text-center sm:text-left">
<h1 class="text-2xl font-bold text-gray-900 sm:text-3xl">Welcome Back, Barry!</h1>
<p class="mt-1.5 text-sm text-gray-500">Let's write a new blog post! 🎉</p>
</div>
<div class="mt-4 flex flex-col gap-4 sm:mt-0 sm:flex-row sm:items-center">
<button
class="inline-flex items-center justify-center gap-1.5 rounded-lg border border-gray-200 bg-white px-5 py-3 text-gray-500 transition hover:text-gray-700 focus:outline-none focus:ring"
type="button"
>
<span class="text-sm font-medium"> View Website </span>
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-4 w-4"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"
/>
</svg>
</button>
<button
class="block rounded-lg bg-indigo-600 px-5 py-3 text-sm font-medium text-white transition hover:bg-indigo-700 focus:outline-none focus:ring"
type="button"
>
Create Post
</button>
</div>
</div>
<nav class="top-0 absolute z-10 flex justify-between w-full pl-[80px] pr-[80px] pt-[26px]">
<div>
<a href="https://www.google.com" target="_blank">
<p class="text-black text-para-medium">
@Ivacsony Szilard
</p>
</a>
</div>
</header>
<div class="flex justify-between gap-[40px]">
<a href="">
<p class="text-para-medium">About</p>
</a>
<a href="">
<p class="text-para-medium]">Work</p>
</a>
<a href="">
<p class="text-para-medium">Contact</p>
</a>
</div>
</nav>