Skip to content

Commit

Permalink
change pictures
Browse files Browse the repository at this point in the history
  • Loading branch information
math-pixel committed Sep 19, 2024
1 parent c62f9e7 commit b340e22
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Binary file modified public/images/my-profile.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/prof.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@ const cards = [
// { title: "2D Printer", body: "yey" ,href: "" },
// { title: "1D Printer", body: "null" ,href: "" }
]
---
<LayoutPage title="Mathieu Chavanel - Portfolio">
let atTop = true
---
<LayoutPage title="Mathieu Chavanel - Portfolio" @scroll.window = "alert('tutu')">
<CursorFollower client:load></CursorFollower>
<Header title={["Accueil", "Projets", "Contact"]} href={["/", "/#projectHighlight", "/#contact"]}></Header>
<div id="home" class=" flex w-full h-screen ">
Expand All @@ -76,7 +77,7 @@ const cards = [
<!-- <a href="" class=" absolute bottom-[10%] left-1/2">arrow</a> -->
<div class="absolute right-[5%] top-[20%] overflow-visible">

<img src="/images/avatar.png" alt="image profile" class=" w-[450px]">
<img src="/images/prof.png" alt="image profile" class=" object-cover rounded-[100%] w-[450px]">

<div class="bg-[#BCFFF7] absolute left-[5%] top-[80%] rounded-[10px] -rotate-[7deg] ">
<p class="font-normal text-[30px] py-[8px] px-[16px] whitespace-nowrap">A la recherche d'une alternance</p>
Expand Down

0 comments on commit b340e22

Please sign in to comment.