refactor et travail css
This commit is contained in:
201
formulaire.html
201
formulaire.html
@@ -1,85 +1,81 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="">
|
<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>
|
<header>
|
||||||
<!-- ENTÊTE -->
|
<a href="index.html">Mémoire post-ERG/A life after ERG</a>
|
||||||
|
</header>
|
||||||
|
|
||||||
<div id="header">
|
<!-- MENU -->
|
||||||
<h1><a href="index.html">Mémoire post-ERG/A life after ERG</a></h1>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</header>
|
|
||||||
|
|
||||||
<body>
|
<div class="menu">
|
||||||
|
<input type="search" name="search" placeholder="Recherche..." button class="boutton boutton1"></input>
|
||||||
<!-- MENU -->
|
<a href="formulaire.html" button class="boutton boutton1">Partager un mémoire</a>
|
||||||
|
<a href="apropos.html" button class="boutton boutton1">À propos</a>
|
||||||
<div class="menu">
|
<a href="contact.html" button class="boutton boutton1">Contact</a>
|
||||||
<input type="search" name="search" placeholder="Recherche..." button class="boutton boutton1"></input>
|
<a href="licences.html" button class="boutton boutton1">Licences</a>
|
||||||
<a href="formulaire.html" button class="boutton boutton1">Partager un mémoire</a>
|
</div>
|
||||||
<a href="apropos.html" button class="boutton boutton1">À propos</a>
|
<div id="wrapper">
|
||||||
<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">
|
|
||||||
|
<section id="main-content">
|
||||||
|
|
||||||
<h3>Partager son mémoire</h3>
|
|
||||||
<form action="partager.php" method="get">
|
<h3>Partager son mémoire</h3>
|
||||||
|
<form action="partager.php" method="get">
|
||||||
<div class="bloc">
|
|
||||||
<label>Votre nom/prénom/pseudo</label>
|
<div class="bloc">
|
||||||
<input type="text" name="nom" placeholder="...">
|
<label>Votre nom/prénom/pseudo</label>
|
||||||
</div>
|
<input type="text" name="nom" placeholder="...">
|
||||||
|
</div>
|
||||||
<div class="bloc">
|
|
||||||
<label>Année diplômante (2020, 2021, ...)</label>
|
<div class="bloc">
|
||||||
<input type="text" name="année" placeholder="...">
|
<label>Année diplômante (2020, 2021, ...)</label>
|
||||||
</div>
|
<input type="text" name="année" placeholder="...">
|
||||||
|
</div>
|
||||||
<div class="bloc">
|
|
||||||
<label>Contact : mail, insta, ...</label>
|
<div class="bloc">
|
||||||
<input type="email" name="mail" placeholder="Votre contact">
|
<label>Contact : mail, insta, ...</label>
|
||||||
</div>
|
<input type="email" name="mail" placeholder="Votre contact">
|
||||||
|
</div>
|
||||||
<div class="bloc">
|
|
||||||
<label>Titre du mémoire</label>
|
<div class="bloc">
|
||||||
<input type="titre" name="mémoire" placeholder="...">
|
<label>Titre du mémoire</label>
|
||||||
</div>
|
<input type="titre" name="mémoire" placeholder="...">
|
||||||
|
</div>
|
||||||
<div class="bloc">
|
|
||||||
<label>Tag/mots-clefs sur le mémoire</label>
|
<div class="bloc">
|
||||||
<input type="text" name="tag" placeholder="#... #...">
|
<label>Tag/mots-clefs sur le mémoire</label>
|
||||||
</div>
|
<input type="text" name="tag" placeholder="#... #...">
|
||||||
|
</div>
|
||||||
<div class="bloc">
|
|
||||||
<label>Promoteur.rice</label>
|
<div class="bloc">
|
||||||
<input type="text" name="nom" placeholder="...">
|
<label>Promoteur.rice</label>
|
||||||
</div>
|
<input type="text" name="nom" placeholder="...">
|
||||||
|
</div>
|
||||||
<div class="bloc">
|
|
||||||
<label>Problématique</label>
|
<div class="bloc">
|
||||||
<input type="text" name="problématique" placeholder="...">
|
<label>Problématique</label>
|
||||||
</div>
|
<input type="text" name="problématique" placeholder="...">
|
||||||
|
</div>
|
||||||
<div class="bloc">
|
|
||||||
<label>Résumé en quelque lignes</label>
|
<div class="bloc">
|
||||||
<input type="text" name="résumé" placeholder="...">
|
<label>Résumé en quelque lignes</label>
|
||||||
</div>
|
<input type="text" name="résumé" placeholder="...">
|
||||||
|
</div>
|
||||||
<div class="bloc">
|
|
||||||
<label>Orientation principale</label>
|
<div class="bloc">
|
||||||
<select name="Orientation">
|
<label>Orientation principale</label>
|
||||||
|
<select name="Orientation">
|
||||||
<option value="typographie">Typographie</option>
|
<option value="typographie">Typographie</option>
|
||||||
<option value="graphisme">Graphisme</option>
|
<option value="graphisme">Graphisme</option>
|
||||||
<option value="designnumérique">Design Numérique</option>
|
<option value="designnumérique">Design Numérique</option>
|
||||||
@@ -95,39 +91,40 @@
|
|||||||
<option value="Photographie">Photographie</option>
|
<option value="Photographie">Photographie</option>
|
||||||
<option value="Dessin">Dessin</option>
|
<option value="Dessin">Dessin</option>
|
||||||
<option value="Installation performance">Installation performance</option>
|
<option value="Installation performance">Installation performance</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="bloc">
|
<div class="bloc">
|
||||||
<label>Atelier Pratique</label>
|
<label>Atelier Pratique</label>
|
||||||
<select name="AP">
|
<select name="AP">
|
||||||
<option value="DPM">Design et politique du multiple</option>
|
<option value="DPM">Design et politique du multiple</option>
|
||||||
<option value="APS">Art et pratique situé</option>
|
<option value="APS">Art et pratique situé</option>
|
||||||
<option value="R&E">Récits et expérimentation</option>
|
<option value="R&E">Récits et expérimentation</option>
|
||||||
<option value="PAOC">Pratique de l'art et outils critiques</option>
|
<option value="PAOC">Pratique de l'art et outils critiques</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="bloc">
|
<div class="bloc">
|
||||||
<label>Formats de fichiers de mémoire</label>
|
<label>Formats de fichiers de mémoire</label>
|
||||||
<input type="text" name="tag" placeholder="png, jpeg, pdf, mp3, html,... ">
|
<input type="text" name="tag" placeholder="png, jpeg, pdf, mp3, html,... ">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="bloc">
|
|
||||||
<label>Importer les divers fichers de son mémoire</label>
|
|
||||||
<input type="text" name="upload" placeholder="upload ">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="bloc">
|
<div class="bloc">
|
||||||
<input type="submit" name="go" value="envoyer">
|
<label>Importer les divers fichers de son mémoire</label>
|
||||||
</div>
|
<input type="text" name="upload" placeholder="upload ">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="bloc">
|
||||||
|
<input type="submit" name="go" value="envoyer">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
|
</form>
|
||||||
</div>
|
</section>
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
39
index.html
39
index.html
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
<link href="reset.css" >
|
<link href="reset.css">
|
||||||
<link href="style.css" rel="stylesheet">
|
<link href="style.css" rel="stylesheet">
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="author" content="">
|
<meta name="author" content="">
|
||||||
@@ -17,28 +17,31 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<!-- ENTÊTE -->
|
<!-- ENTÊTE -->
|
||||||
<header>
|
<header>
|
||||||
<a href="index.html">Mémoire post-ERG/A life after ERG</a>
|
<a href="index.html">Mémoire post-ERG / A life after ERG</a>
|
||||||
</header>
|
<div class="menu">
|
||||||
|
<div class="menu-content">
|
||||||
|
<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>
|
||||||
|
</header>
|
||||||
|
|
||||||
<!-- MENU -->
|
<!-- 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>
|
|
||||||
|
|
||||||
<!-- GRILLE -->
|
<!-- GRILLE -->
|
||||||
|
<div class="grid-section">
|
||||||
<div class="grille01">
|
<div class="grid-main">
|
||||||
<div class="grille_01">Colonne 1</div>
|
<div class="grid1">Colonne 1</div>
|
||||||
<div class="grille_02">Colonne 2</div>
|
<div class="grid2">Colonne 2</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
38
style.css
38
style.css
@@ -3,10 +3,6 @@
|
|||||||
src: url("fonts/Combinedd.otf");
|
src: url("fonts/Combinedd.otf");
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
/* overflow-x: hidden; */
|
/* overflow-x: hidden; */
|
||||||
@@ -43,15 +39,21 @@
|
|||||||
/* MENU */
|
/* MENU */
|
||||||
|
|
||||||
.menu {
|
.menu {
|
||||||
|
position: inherit;
|
||||||
|
width: 100vw;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-content{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: left;
|
justify-content: center;
|
||||||
align-items: flex-start;
|
/* align-items: flex; */
|
||||||
margin-top: 6vh;
|
/* margin-top: 8vh; */
|
||||||
padding: 2em;
|
padding: 2rem;
|
||||||
gap: 0.3em;
|
gap: 1rem;
|
||||||
align-self: flex-start;
|
/* align-self: flex-start; */
|
||||||
width: 70vw;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.boutton {
|
.boutton {
|
||||||
@@ -65,6 +67,7 @@
|
|||||||
transition-duration: 0.4s;
|
transition-duration: 0.4s;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.boutton1 {
|
.boutton1 {
|
||||||
@@ -80,23 +83,28 @@
|
|||||||
|
|
||||||
|
|
||||||
/* GRILLE */
|
/* GRILLE */
|
||||||
|
.grid-section{
|
||||||
|
display: block;
|
||||||
|
/* position: fixed; */
|
||||||
|
margin: 30%;
|
||||||
|
}
|
||||||
|
|
||||||
.grille01 {
|
.grid-main {
|
||||||
display: grid;
|
display: grid;
|
||||||
margin-top: 40vh;
|
/* margin-top:20vh; */
|
||||||
margin-right: 1vw;
|
margin-right: 1vw;
|
||||||
grid-template-columns: repeat(5, 1fr);
|
grid-template-columns: repeat(5, 1fr);
|
||||||
grid-gap: 10px;
|
grid-gap: 10px;
|
||||||
grid-auto-rows: minmax(100px, auto);
|
grid-auto-rows: minmax(100px, auto);
|
||||||
}
|
}
|
||||||
|
|
||||||
.grille_01 {
|
.grid1 {
|
||||||
grid-column: 1 / 5;
|
grid-column: 1 / 5;
|
||||||
grid-row: 1 / 12;
|
grid-row: 1 / 12;
|
||||||
background-color: #c104fc;
|
background-color: #c104fc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grille_02 {
|
.grid2 {
|
||||||
grid-column: 5 / 5;
|
grid-column: 5 / 5;
|
||||||
grid-row: 1 / 12;
|
grid-row: 1 / 12;
|
||||||
background-color: #4da870;
|
background-color: #4da870;
|
||||||
|
|||||||
Reference in New Issue
Block a user