finition header et page content id

This commit is contained in:
Pontoporeia
2022-12-21 16:15:53 +01:00
parent 06d7894049
commit ca6d019c36
7 changed files with 215 additions and 254 deletions

View File

@@ -15,33 +15,32 @@
<header>
<!-- ENTÊTE -->
<div id="header">
<h1><a href="index.html">Mémoire post-ERG/A life after ERG</a></h1>
</div>
</header>
<body>
<!-- MENU -->
<!-- ENTÊTE -->
<header>
<a href="index.html">Mémoire post-ERG / A life after ERG</a>
<div class="menu">
<div class="menu-content">
<input type="search" name="search" placeholder="Recherche..." button class="boutton boutton1"></input>
<a href="partagerunmemoire.html" button class="boutton boutton1">Partager un mémoire</a>
<a href="formulaire.html" button class="boutton boutton1">Partager un mémoire</a>
<a href="apropos.html" button class="boutton boutton1">À propos</a>
<a href="contact.html" button class="boutton boutton1">Contact</a>
<a href="licences.html" button class="boutton boutton1">Licences</a>
</div>
</div>
</div>
</header>
<!-- CONTENU PAGE -->
<div id="page_content">
<!-- GRILLE -->
<div class="grille01">
<div class="grille_01">Colonne 1</div>
<div class="grille_02">Colonne 2</div>
<div class="grid-section">
<div class="grid-main">
<div class="grid1">Colonne 1</div>
<div class="grid2">Colonne 2</div>
</div>
</div>
</div>
</body>