This commit is contained in:
gaad pasou
2024-10-22 14:18:31 +04:00
2 changed files with 20 additions and 20 deletions
+15 -17
View File
@@ -6,25 +6,21 @@
<title>Tic Tac Toc | Azylos</title> <title>Tic Tac Toc | Azylos</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
</head> </head>
<body style="background-image: url('');"> <body>
<nav class="navbar navbar-expand-lg bg-body-tertiary"> <nav class="navbar navbar-light">
<div class="container-fluid"> <div class="container">
<a class="navbar-brand" href="#">CDA8 2024/2026</a> <a class="navbar-brand" href="#">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <img src="https://expernet.re/wp-content/themes/tm-bootstrap/images/logo.png" alt="Expernet" style="height: 7rem;">
<span class="navbar-toggler-icon"></span> </a>
</button> <div>
<div class="collapse navbar-collapse position-absolute top-0 end-0" id="navbarSupportedContent"> <a href="liste.html" class="btn btn-primary">Liste des étudiants</a>
<ul class="navbar-nav me-auto mb-2 mb-lg-0"> <a href="index.html" class="btn btn-secondary">Déconnexion</a>
<li class="nav-item">
<!-- <a class="nav-link active" aria-current="page" href="./list.html">List CDA8</a> -->
</li>
<li class="nav-item">
<a class="nav-link" href="./index.html">login</a>
</li>
</ul>
</div> </div>
</div> </div>
</nav> </nav>
<div class="container">
<div class="content-container">
<h2 class="mb-4" style="color: #009de0; text-decoration: underline;">List CDA8 2024/2026</h2>
<table class="table table-dark table-striped table-bordered border-primary"> <table class="table table-dark table-striped table-bordered border-primary">
<thead> <thead>
<tr> <tr>
@@ -95,6 +91,8 @@
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div>
</div>
<!-- <div class="container"> <!-- <div class="container">
<div class="position-absolute top-50 start-50 translate-middle"> <div class="position-absolute top-50 start-50 translate-middle">
<div class="d-flex justify-content-center align-items-center"> <div class="d-flex justify-content-center align-items-center">
+4 -2
View File
@@ -7,7 +7,7 @@
</head> </head>
<body> <body>
<nav class="navbar navbar-expand navbar-light bg-light" style="background-color: #009de0;"> <nav class="navbar navbar-expand navbar-light" style="background-color: #009de0;">
<ul class="nav navbar-nav"> <ul class="nav navbar-nav">
<li class="nav-item"> <li class="nav-item">
<a class="nav-link active" href="#" aria-current="page" <a class="nav-link active" href="#" aria-current="page"
@@ -21,8 +21,10 @@
</ul> </ul>
</nav> </nav>
<br>
<form <form
class="container-lg rounded-3 border-1 shadow-lg" style="background-color: #009de0;" class="container rounded-3 border-1 shadow-lg" style="background-color: #009de0; padding: 1%;"
> >
<div class="mb-2"> <div class="mb-2">
<label for="" class="form-label">Email</label> <label for="" class="form-label">Email</label>