project nearly finished. TODO Next : Project page and refine some text
This commit is contained in:
31
src/Deprecated/MenuCards.vue
Normal file
31
src/Deprecated/MenuCards.vue
Normal file
@@ -0,0 +1,31 @@
|
||||
<template>
|
||||
<div>
|
||||
<Card
|
||||
title="Who Am I ?"
|
||||
bg="question.png"
|
||||
></Card>
|
||||
<Card
|
||||
title="Technos I use"
|
||||
bg="legos_vrac.png"
|
||||
></Card>
|
||||
<Card
|
||||
title="Projects"
|
||||
bg="legos_maison.jpg"
|
||||
></Card>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
//import Card_WhoAmI from './Card_WhoAmI.vue';
|
||||
import Card from './Card.vue';
|
||||
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
div{
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
}
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user