Skip to content

Commit

Permalink
Style admin-bar suite
Browse files Browse the repository at this point in the history
  • Loading branch information
rezozero59 committed Aug 30, 2023
1 parent 0813ac5 commit a54ecd8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions FrontEnd/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
<head>
<meta charset="UTF-8" />
<title>Sophie Bluel - Architecte d'intérieur</title>
<script
src="https://kit.fontawesome.com/98c0cd202d.js"
crossorigin="anonymous"
></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
Expand All @@ -15,10 +19,12 @@
</head>
<body>
<div id="admin-bar" class="admin-bar hidden">
<button id="edit-mode-btn">Mode édition</button>
<button id="edit-mode-btn">
<i class="fa-regular fa-pen-to-square"></i>Mode édition
</button>
<button id="publish-changes-btn">Publier les changements</button>
</div>
<header>
<header id="header-margin">
<h1>Sophie Bluel <span>Architecte d'inteérieur</span></h1>
<nav>
<ul>
Expand Down

0 comments on commit a54ecd8

Please sign in to comment.