Profil Student Prototype
This commit is contained in:
		| @ -13,14 +13,15 @@ | |||||||
|   "name": "Math pour l'info", |   "name": "Math pour l'info", | ||||||
|   "credits": 11, |   "credits": 11, | ||||||
|   "faculty": "science", |   "faculty": "science", | ||||||
|   "Teacher": 42, |   "teacher": 42, | ||||||
|   "Assistants": []}, |   "Assistants": []}, | ||||||
|   cours2:{ "id": 42, |   cours2:{  | ||||||
|  |   "id": 42, | ||||||
|   "name": "Fonctionnement des ordinateurs", |   "name": "Fonctionnement des ordinateurs", | ||||||
|   "credits": 11, |   "credits": 11, | ||||||
|   "faculty": "science", |   "faculty": "science", | ||||||
|   "Teacher": 42, |   "teacher": 42, | ||||||
|   "Assistants": []} |   "Assistants": []}, | ||||||
|  |  | ||||||
|   }, |   }, | ||||||
|   option:"IT", |   option:"IT", | ||||||
| @ -37,8 +38,8 @@ | |||||||
|       <img class="subContainter" src="../assets/Clyde.png"> |       <img class="subContainter" src="../assets/Clyde.png"> | ||||||
|     </div> |     </div> | ||||||
|       <div class="globalInfos"> |       <div class="globalInfos"> | ||||||
|         <div  style="border:2px solid black;font-size:25px;color:white;padding:20px;background-color:rgb(50,50,50);border-radius:20px;" > |         <div  style="padding-bottom:50px;border:2px solid black;font-size:25px;color:white;padding:20px;background-color:rgb(50,50,50);border-radius:20px;" > | ||||||
|           <div > |           <div> | ||||||
|             {{example.firstName}} {{example.lastName.toUpperCase()}}    |             {{example.firstName}} {{example.lastName.toUpperCase()}}    | ||||||
|           </div> |           </div> | ||||||
|           <div> |           <div> | ||||||
| @ -50,8 +51,17 @@ | |||||||
|         </div> |         </div> | ||||||
|       </div> |       </div> | ||||||
|       <div class="moreInfos"> |       <div class="moreInfos"> | ||||||
|         <div  style="border:2px solid black;font-size:25px;color:white;padding:20px;background-color:rgb(50,50,50);border-radius:20px;margin-bottom:10px;" v-for="item in example.cursus |         <div v-if="(example.role==='student')"> | ||||||
| "></div> |           <div style="display: flex; | ||||||
|  |     justify-content: center; | ||||||
|  |     align-items: center;width:200px;margin-left:auto;margin-right:auto;border:2px solid black;font-size:25px;color:white;padding:20px;background-color:rgb(50,50,50);border-radius:20px;margin-bottom:10px;"> | ||||||
|  |            Liste des cours | ||||||
|  |           </div> | ||||||
|  |         <div  style="border:2px solid black;font-size:25px;color:white;padding:20px;background-color:rgb(50,50,50);border-radius:20px;margin-bottom:10px;" | ||||||
|  |           v-for="item in example.cursus"> | ||||||
|  |           {{item.name}} Teacher: {{item.teacher}} Credits:{{item.credits}}    | ||||||
|  |           </div> | ||||||
|  |         </div> | ||||||
|       </div> |       </div> | ||||||
|   </div> |   </div> | ||||||
| </div> | </div> | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user