- Ajoute un champ year dans UserCurriculum pour différencier les anciers cursus de l'actuel pour l'étudiant
- Ajoute la table ExemptionsRequest - Ajoute la table ScholarshipRequest - Ajoute la table UninscriptionRequest
This commit is contained in:
24
frontend/src/Apps/AboutStudent.vue
Normal file
24
frontend/src/Apps/AboutStudent.vue
Normal file
@ -0,0 +1,24 @@
|
||||
<script setup>
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="aboutbox">
|
||||
<h1 class="test">Coucou</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.aboutbox {
|
||||
background-color: rgb(24,24,24);
|
||||
width: 400px;
|
||||
display:flex;
|
||||
justify-content: center;
|
||||
padding: 40px;
|
||||
border-radius: 20px;
|
||||
box-shadow:0 5px 25px #000000;
|
||||
}
|
||||
|
||||
.test{
|
||||
color: red;
|
||||
}
|
||||
</style>
|
Reference in New Issue
Block a user