Skip to content

Commit

Permalink
open projetc in new tab and upadate github link
Browse files Browse the repository at this point in the history
  • Loading branch information
math-pixel committed Sep 19, 2024
1 parent 4941c2c commit 71044db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/Card.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export let techno :PropsComponent['techno'];
</script>

<a href={href} class="relative w-[45%] overflow-visible rounded-[20px] p-4 pt-7 m-2 hover:bg-slate-100 ">
<a href={href} target="_blank" class="relative w-[45%] overflow-visible rounded-[20px] p-4 pt-7 m-2 hover:bg-slate-100 ">

<div class=" flex w-full h-[45vh] overflow-hidden justify-around">
<img src={thumbnail} alt="" class=" h-[100%] w-[100%] rounded-[10px] object-cover ">
Expand Down
6 changes: 2 additions & 4 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,20 @@ const cards = [
{"img" : "/images/languages/tool.png"},
]
},
{ title: "Reveil Intelligent", body: "Allo Jarvis ? Reveil 8H demain ! Un reveil fabriquer en python booster a l'ia et structure grace a de la POO " ,href: "", thumbnail : "/images/clock.png",
{ title: "Reveil Intelligent", body: "Allo Jarvis ? Reveil 8H demain ! Un reveil fabriquer en python booster a l'ia et structure grace a de la POO " ,href: "https://github.com/IlanOu/Reveil", thumbnail : "/images/clock.png",
techno: [
{"img" : "/images/languages/rpi.png"},
{"img" : "/images/languages/python.png"},
{"img" : "/images/languages/ia.png"}
]
},{ title: "Photo Party", body: "Cheeez ! Photo Party est une application de soiree pour partager ses photos \n Le principe est simple. Tu prend une photos sur ton telephone via une app web puis tu admires ta photos et celle de tes amis sur le video projecteur de la soiree ! " ,href: "", thumbnail : "/images/photo party.png",
},{ title: "Photo Party", body: "Cheeez ! Photo Party est une application de soiree pour partager ses photos \n Le principe est simple. Tu prend une photos sur ton telephone via une app web puis tu admires ta photos et celle de tes amis sur le video projecteur de la soiree ! " ,href: "https://github.com/math-pixel/Photo-Party", thumbnail : "/images/photo party.png",
techno: [
{"img" : "/images/languages/html.png"},
{"img" : "/images/languages/nodejs.png"},
{"img" : "/images/languages/socketio.png"},
{"img" : "/images/languages/sql.svg"},
]
}
// { title: "2D Printer", body: "yey" ,href: "" },
// { title: "1D Printer", body: "null" ,href: "" }
]
---
<LayoutPage title="Mathieu Chavanel - Portfolio" >
Expand Down

0 comments on commit 71044db

Please sign in to comment.