Test fontAwesome

This commit is contained in:
lnino
2025-05-17 23:58:21 +02:00
parent 7050cd3d73
commit 8b1367442e

View File

@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Gesthub</title> <title>Gesthub</title>
<link rel="stylesheet" href="{{ url_for('static', filename='assets/css/index.css') }}" /> <link rel="stylesheet" href="{{ url_for('static', filename='assets/css/index.css') }}" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" />
</head> </head>
<body> <body>
@@ -29,7 +30,7 @@
<a href="#" class="contact-option" data-role="LEAD HUB">LEAD HUB</a> <a href="#" class="contact-option" data-role="LEAD HUB">LEAD HUB</a>
<a href="#" class="contact-option" data-role="CO LEAD HUB">CO LEAD HUB</a> <a href="#" class="contact-option" data-role="CO LEAD HUB">CO LEAD HUB</a>
<div class="nested-dropdown"> <div class="nested-dropdown">
<a href="#" class="contact-option expandable">CHEF PROJET </a> <a href="#" class="contact-option expandable">CHEF PROJET <i class="fa-solid fa-caret-down"></i></a>
<div class="nested-content"> <div class="nested-content">
<a href="#" class="contact-option" data-role="Y. Conception">Y. Conception</a> <a href="#" class="contact-option" data-role="Y. Conception">Y. Conception</a>
<a href="#" class="contact-option" data-role="Y.Comm">Y.Comm</a> <a href="#" class="contact-option" data-role="Y.Comm">Y.Comm</a>
@@ -40,7 +41,7 @@
</div> </div>
<div class="profile-menu"> <div class="profile-menu">
<span id="profile-name">LAJUS Erika ⌄</span> <span id="profile-name">{{ user.name }} <i class="fa-solid fa-caret-down"></i></span>
<div class="profile-dropdown"> <div class="profile-dropdown">
<p>Mon profil</p> <p>Mon profil</p>
<button>Déconnexion</button> <button>Déconnexion</button>