164 lines
5.9 KiB
HTML
164 lines
5.9 KiB
HTML
<!-- repertoires.html -->
|
|
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Répertoires étudiants - Expernet</title>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
|
|
<style>
|
|
:root {
|
|
--primary-color: #00A0E3;
|
|
--secondary-color: #FFB800;
|
|
}
|
|
|
|
body {
|
|
background-color: #ffffff;
|
|
font-family: 'Roboto', Arial, sans-serif;
|
|
}
|
|
|
|
.top-bar {
|
|
background-color: var(--primary-color);
|
|
color: white;
|
|
padding: 0.5rem 0;
|
|
font-size: 0.9rem;
|
|
}
|
|
|
|
.top-bar a {
|
|
color: white;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.navbar {
|
|
background-color: white;
|
|
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
|
padding: 1rem 0;
|
|
}
|
|
|
|
.content-container {
|
|
margin: 50px auto;
|
|
padding: 30px;
|
|
background-color: white;
|
|
border-radius: 10px;
|
|
box-shadow: 0 0 20px rgba(0,0,0,0.1);
|
|
}
|
|
|
|
h2 {
|
|
color: var(--primary-color);
|
|
font-weight: 600;
|
|
}
|
|
|
|
.social-links {
|
|
position: absolute;
|
|
top: 10px;
|
|
right: 20px;
|
|
}
|
|
|
|
.social-links a {
|
|
color: var(--primary-color);
|
|
margin-left: 10px;
|
|
font-size: 1.2rem;
|
|
}
|
|
|
|
.directory-list {
|
|
list-style: none;
|
|
padding: 0;
|
|
}
|
|
|
|
.directory-link {
|
|
display: block;
|
|
padding: 15px 20px;
|
|
margin-bottom: 10px;
|
|
background-color: #f8f9fa;
|
|
border-radius: 5px;
|
|
color: #333;
|
|
text-decoration: none;
|
|
transition: all 0.3s ease;
|
|
border-left: 4px solid var(--primary-color);
|
|
}
|
|
|
|
.directory-link:hover {
|
|
background-color: #e9ecef;
|
|
transform: translateX(5px);
|
|
color: var(--primary-color);
|
|
}
|
|
|
|
.directory-link i {
|
|
margin-right: 10px;
|
|
color: var(--primary-color);
|
|
}
|
|
|
|
.btn-yellow {
|
|
background-color: var(--secondary-color);
|
|
border-color: var(--secondary-color);
|
|
color: #000;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.btn-yellow:hover {
|
|
background-color: #e6a600;
|
|
border-color: #e6a600;
|
|
color: #000;
|
|
}
|
|
</style>
|
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<div class="top-bar">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-6">
|
|
<i class="fas fa-phone-alt"></i> 02 62 21 90 45
|
|
</div>
|
|
<div class="col-md-6 text-end">
|
|
<a href="mailto:formation@expernet.re">
|
|
<i class="fas fa-envelope"></i> formation@expernet.re
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<nav class="navbar navbar-light">
|
|
<div class="container">
|
|
<a class="navbar-brand" href="#">
|
|
<img src="SebastienM/logo.png" alt="Expernet">
|
|
</a>
|
|
<div>
|
|
<a href="index.html" class="btn btn-yellow">Déconnexion</a>
|
|
</div>
|
|
<div class="social-links">
|
|
<a href="#"><i class="fab fa-linkedin"></i></a>
|
|
<a href="#"><i class="fab fa-facebook"></i></a>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
<div class="container">
|
|
<div class="content-container">
|
|
<h2 class="mb-4">Répertoires des étudiants</h2>
|
|
<ul class="directory-list">
|
|
<li><a href="AHOVEYSaintGeorge/index.html" class="directory-link"><i class="fas fa-folder"></i>AHOVEYSaintGeorge</a></li>
|
|
<li><a href="AHYONG_Emjy/index.html" class="directory-link"><i class="fas fa-folder"></i>AHYONG_Emjy</a></li>
|
|
<li><a href="BToma/index.html" class="directory-link"><i class="fas fa-folder"></i>BToma</a></li>
|
|
<li><a href="CELEMANITheo/index.html" class="directory-link"><i class="fas fa-folder"></i>CELEMANITheo</a></li>
|
|
<li><a href="Cheun RAMASSY/index.html" class="directory-link"><i class="fas fa-folder"></i>Cheun RAMASSY</a></li>
|
|
<li><a href="Demontis matisse/index.html" class="directory-link"><i class="fas fa-folder"></i>Demontis matisse</a></li>
|
|
<li><a href="GRONDINClarel/index.html" class="directory-link"><i class="fas fa-folder"></i>GRONDINClarel</a></li>
|
|
<li><a href="Jeremy_Hoarau/index.html" class="directory-link"><i class="fas fa-folder"></i>Jeremy_Hoarau</a></li>
|
|
<li><a href="MUNIERJerome/index.html" class="directory-link"><i class="fas fa-folder"></i>MUNIERJerome</a></li>
|
|
<li><a href="Pedre_Gabriel/index.html" class="directory-link"><i class="fas fa-folder"></i>Pedre_Gabriel</a></li>
|
|
<li><a href="SebastienM/index.html" class="directory-link"><i class="fas fa-folder"></i>SebastienM</a></li>
|
|
<li><a href="Thomy Noel/index.html" class="directory-link"><i class="fas fa-folder"></i>Thomy Noel</a></li>
|
|
<li><a href="dorian/index.html" class="directory-link"><i class="fas fa-folder"></i>dorian</a></li>
|
|
<li><a href="louDucauroy/index.html" class="directory-link"><i class="fas fa-folder"></i>Lou </a></li>
|
|
<li><a href="Hoarau-Julien/index.html" class="directory-link"><i class="fas fa-folder"></i>Lou </a></li>
|
|
<li><a href="RASSABY Ludovic/index.html" class="directory-link"><i class="fas fa-folder"></i>Lou </a></li>
|
|
|
|
|
|
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |