dernière mise à jours baser sur ce qu'on a montrer au q1

This commit is contained in:
Pontoporeia
2023-03-30 11:25:06 +02:00
parent 4163ffa6cd
commit 8de8b93d14
5 changed files with 168 additions and 115 deletions

0
fonts/Combinedd.otf Executable file → Normal file
View File

View File

@@ -30,9 +30,6 @@
<h3>Partager son mémoire</h3>
<form action=" partager.php" method="get">
<details>
<summary>Informations personnelles</summary>
<div class="button">
<label>Votre nom/prénom/pseudo</label>
<input type="text" name="nom" placeholder="...">
@@ -43,6 +40,36 @@
<input type="text" name="année" placeholder="...">
</div>
<div class="button">
<label>Contact : mail, insta, ...</label>
<input type="email" name="mail" placeholder="Votre contact">
</div>
<div class="button">
<label>Titre du mémoire</label>
<input type="titre" name="mémoire" placeholder="...">
</div>
<div class="button">
<label>Tag/mots-clefs sur le mémoire</label>
<input type="text" name="tag" placeholder="typographie, photographie, outils libre, post-colonial,..">
</div>
<div class="button">
<label>Promoteur.rice</label>
<input type="text" name="nom" placeholder="nom/prénom/pseudo">
</div>
<div class="button">
<label>Problématique</label>
<input type="text" name="problématique" placeholder="...">
</div>
<div class="button">
<label>Résumé en quelque lignes</label>
<input type="text" name="résumé" placeholder="...">
</div>
<div class="button">
<label>Orientation principale</label>
<select name="Orientation">
@@ -74,47 +101,6 @@
</select>
</div>
<div class="button">
<label>Contact : mail, insta, ...</label>
<input type="email" name="mail" placeholder="Votre contact">
</div>
</details>
<details>
<summary>Information à propos du mémoire</summary>
<div class="button">
<label>Titre du mémoire</label>
<input type="titre" name="mémoire" placeholder="...">
</div>
<div class="button">
<label>Tag/mots-clefs sur le mémoire</label>
<input type="text" name="tag"
placeholder="typographie, photographie, outils libre, post-colonial,..">
</div>
<div class="button">
<label>Problématique</label>
<input type="text" name="problématique" placeholder="...">
</div>
<div class="button">
<label>Résumé en quelque lignes</label>
<input type="text" name="résumé" placeholder="...">
</div>
</details>
<details>
<summary>Information équipe autour du mémoire</summary>
<div class="button">
<label>Promoteur.rice</label>
<input type="text" name="nom" placeholder="nom/prénom/pseudo">
</div>
</details>
<details>
<summary>Upload de fichier</summary>
<div class="button">
<label>Formats de fichiers de mémoire</label>
<input type="text" name="tag" placeholder="png, jpeg, pdf, mp3, html,... ">
@@ -124,12 +110,14 @@
<label>Importer les divers fichers de son mémoire</label>
<input type="text" name="upload" placeholder="upload ">
</div>
</details>
<div id="enter" class="button">
<div id="enter"class="button">
<input type="submit" name="go" value="envoyer">
</div>
</form>
</div>
</body>

46
item.html Normal file
View File

@@ -0,0 +1,46 @@
<!DOCTYPE html>
<html>
<head>
<link href="style.css" rel="stylesheet">
<meta charset="UTF-8">
<meta name="author" content="">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Post-ERG</title>
</head>
<body>
<!-- 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="button"></input>
<a href="formulaire.html" button class="button">Partager un mémoire</a>
<a href="apropos.html" button class="button">À propos</a>
<a href="contact.html" button class="button">Contact</a>
<a href="licences.html" button class="button">Licences</a>
</div>
</div>
</header>
<!-- CONTENU PAGE -->
<div id="page_content">
<!-- GRILLE -->
<div class=" grid-section">
<div class="grid-main">
<div class="grid1">Colonne 1</div>
<div class="grid2">Colonne 2</div>
</div>
</div>
</div>
</body>
</html>

48
partagerunmemoire.html Normal file
View File

@@ -0,0 +1,48 @@
<!DOCTYPE html>
<html>
<head>
<link href="reset.css" >
<link href="style.css" rel="stylesheet">
<meta charset="UTF-8">
<meta name="author" content="">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Post-ERG</title>
</head>
<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 -->
<div class="menu">
<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="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 -->
<div class="grille01">
<div class="grille_01">Colonne 1</div>
<div class="grille_02">Colonne 2</div>
</div>
</body>
</html>

View File

@@ -49,8 +49,6 @@
text-decoration: none;
outline: none;
font-size: 2rem;
box-shadow: 2px 4px 8px 6px rgba(218, 109, 109, 0.2), 0 6px 20px 0 rgba(216, 24, 24, 0.19);
}
header a {
@@ -332,30 +330,3 @@
max-width: 40%;
margin: 0.5rem;
}
#page_content h1,h2,h3,h4,h5{
font-family: police1;
}
#page_content {
font-family: sans-serif;
}
/* form h1,h2,h3,h4,h5{
font-family: sans-serif;
} */
details{
padding: 1rem;
margin: 0.5rem;
border-radius: 16px;
box-shadow: 2px 4px 8px 2px rgba(218, 109, 109, 0.2), 0 6px 20px 0 rgba(216, 24, 24, 0.19);
}
details input {
width: auto;
}
details summary::-webkit-details-marker {
display:none;
}