Modification des permanents + w3 css - Commit pour Marwa à cause d'un problème de git
This commit is contained in:
		@@ -9,26 +9,35 @@
 | 
			
		||||
</head>
 | 
			
		||||
<body>
 | 
			
		||||
 | 
			
		||||
    <div class="header">
 | 
			
		||||
    <div class="header w3-bar w3-card-4 w3-dark-blue">
 | 
			
		||||
        <!-- Logo pour retourner à l'accueil -->
 | 
			
		||||
        <div class="logo-container">
 | 
			
		||||
            <img src="../../media/img/logoWhite.png" alt="Logo Accueil">
 | 
			
		||||
        <div class="logo-container w3-bar-item">
 | 
			
		||||
            <img src="../../media/img/logoWhite.png" alt="Logo Accueil" class="w3-image" style="width:200px; height:50px;">
 | 
			
		||||
        </div>
 | 
			
		||||
        
 | 
			
		||||
 | 
			
		||||
        <!-- Bouton burger pour petit écran -->
 | 
			
		||||
        <a href="javascript:void(0)" class="w3-bar-item w3-button w3-hide-large w3-right w3-padding-16" onclick="toggleMenu()">☰</a>
 | 
			
		||||
 | 
			
		||||
        <!-- Catégories dans le header -->
 | 
			
		||||
        <div class="categories">
 | 
			
		||||
            <a href="./enseignant_permanent.html">Accueil</a>
 | 
			
		||||
            <a href="./mes-heures.html">Heures</a>
 | 
			
		||||
            <a href="./paiements.html">Paiements</a>
 | 
			
		||||
            <a href="./mes-informations.html">Mes informations et documents</a>
 | 
			
		||||
        <div id="menu" class="categories w3-hide-small w3-bar-item">
 | 
			
		||||
            <a href="./enseignant_permanent.html" class="w3-bar-item w3-button">Accueil</a>
 | 
			
		||||
            <a href="./mes-heures.html" class="w3-bar-item w3-button">Heures</a>
 | 
			
		||||
            <a href="./paiements.html" class="w3-bar-item w3-button">Paiements</a>
 | 
			
		||||
            <a href="./mes-informations.html" class="w3-bar-item w3-button">Mes informations et documents</a>
 | 
			
		||||
        </div>
 | 
			
		||||
    
 | 
			
		||||
        <!-- Section utilisateur avec déconnexion -->
 | 
			
		||||
        <div class="user-section">
 | 
			
		||||
        <div class="user-section w3-bar-item w3-right">
 | 
			
		||||
            <div class="user-name">
 | 
			
		||||
                Denis MONNERAT
 | 
			
		||||
            </div>
 | 
			
		||||
            <div class="logout-container">
 | 
			
		||||
            <div class="logout-container w3-bar-item">
 | 
			
		||||
                <a href="./notifications.html" title="Notifications">
 | 
			
		||||
                    <img src="../../media/img/notifs.png" alt="Logo notification">
 | 
			
		||||
                </a>
 | 
			
		||||
                <a href="./settings.html" title="Paramètres">
 | 
			
		||||
                    <img src="../../media/img/settings.png" alt="Logo paramètres">
 | 
			
		||||
                </a>
 | 
			
		||||
                <a href="../../index.html" title="Se déconnecter">
 | 
			
		||||
                    <img src="../../media/img/LogOutWhite.png" alt="Logo Déconnexion">
 | 
			
		||||
                </a>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user