Skip to content

Commit

Permalink
wip css
Browse files Browse the repository at this point in the history
  • Loading branch information
math-pixel committed Sep 4, 2024
1 parent 88bac6a commit 68e8a7a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,22 @@ const cards = [
<Header title={["Accueil", "Projets", "Contact"]} href={["/", "/projets", "/#contact"]}></Header>
<div id="home" class=" flex w-full h-screen typo-rubik">

<div class=" absolute left-[10%] top-[30%]">
<div class=" absolute left-[10%] top-[30%] flex flex-col">
<h1 class="text-7xl font-semibold ">Mathieu Chavanel</h1>
<h2 class="text-5xl ">Developpeur Creatif</h2>
<p class="text-2xl ">Description</p>
<h2 class="text-5xl font-light">Developpeur Creatif</h2>
<p class="text-2xl font-thin">Description</p>
</div>

<img src="/images/profile.png" alt="image profile" class=" w-[30%] absolute right-[10%] top-[10%]">

<div class="bg-[#BCFFF7] absolute right-[12%] top-[67%] rounded-[10px] -rotate-[5deg]">
<p class="font-normal text-[30px] py-[8px] px-[16px] ">A la recherche d'une alternance</p>
</div>

<!-- <a href="" class=" absolute bottom-[10%] left-1/2">arrow</a> -->
<Arrow client:only="svelte" class:list={["absolute bottom-[10%] left-1/2"]}/>
<div class="absolute -bottom-[10%] left-0 w-full flex justify-center">
<Arrow client:only="svelte"/>
</div>
</div>

<div id="projectHighlight">
Expand Down

0 comments on commit 68e8a7a

Please sign in to comment.