Merge branch 'master' of codeberg.org:memoireERG/posterg-front-end

This commit is contained in:
Olivia Marly
2022-12-21 14:24:12 +01:00
3 changed files with 151 additions and 133 deletions

View File

@@ -1,35 +1,30 @@
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<link rel="icon" type="image/png" href="logo_noir.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>formulaire mémoire</title>
<link rel="stylesheet" href="style.css">
</head>
<head>
<meta charset="utf-8">
<link rel="icon" type="image/png" href="logo_noir.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>formulaire mémoire</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- ENTÊTE -->
<header>
<!-- ENTÊTE -->
<a href="index.html">Mémoire post-ERG/A life after ERG</a>
</header>
<div id="header">
<h1><a href="index.html">Mémoire post-ERG/A life after ERG</a></h1>
</div>
</header>
<!-- MENU -->
<body>
<!-- MENU -->
<div class="menu">
<input type="search" name="search" placeholder="Recherche..." button class="boutton boutton1"></input>
<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 id="wrapper">
<div class="menu">
<input type="search" name="search" placeholder="Recherche..." button class="boutton boutton1"></input>
<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 id="wrapper">
<section id="main-content">
@@ -105,8 +100,8 @@
<option value="APS">Art et pratique situé</option>
<option value="R&E">Récits et expérimentation</option>
<option value="PAOC">Pratique de l'art et outils critiques</option>
</select>
</div>
</select>
</div>
<div class="boutton">
<label>Formats de fichiers de mémoire</label>
@@ -124,10 +119,12 @@
</form>
</section>
</div>
</body>
</html>
</form>
</section>
</div>
</body>
</html>