feat(home): page d'accueil étoffée

This commit is contained in:
Emi Boucly 2025-04-01 09:11:19 +02:00
parent 7fe2f1be4e
commit e096f7fd0f
8 changed files with 96 additions and 31 deletions

View file

@ -3,6 +3,7 @@
</script>
<template>
<h3 class="center">There, have cool old-fashioned 88x31 buttons</h3>
<div class="wrapper flex">
<a href="https://tralala.fr.eu.org" title="tralala.fr.eu.org"><img src="../components/icons/tralala-88x31.gif" alt="tralala.fr.eu.org" height="31" width="88"></a>
<a href=""><img src="../components/icons/estrogen-88x31.gif" alt="" height="31" width="88"></a>
@ -44,10 +45,6 @@
</template>
<style scoped lang="scss">
.flex {
display: flex;
flex-flow: wrap;
}
.wrapper {
padding: 10px;
display: flex;

View file

@ -0,0 +1,24 @@
<script setup lang="ts">
</script>
<template>
<h3 class="center">Projects</h3>
<div class="center flex">
<a href="https://github.com/Akomry/makeyourownapp-jam">
<img class="rounded" src="../components/icons/Illustration3.png" alt="makeyourownapp-jam" width="300">
<br><span>Make your own app! game jam</span>
</a>
<a href="https://github.com/Akomry/sae302-chat"><img class="rounded" src="" alt="sae302-chat" width="300"></a>
<a href="https://github.com/Akomry/website"><img class="rounded" src="" alt="website" width="300"></a>
</div>
</template>
<style lang="scss" scoped>
a {
padding: 10px;
}
.rounded {
border-radius: 15px;
}
</style>

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB