changement non connue
This commit is contained in:
@@ -30,6 +30,9 @@
|
||||
<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="...">
|
||||
@@ -40,36 +43,6 @@
|
||||
<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">
|
||||
@@ -101,6 +74,47 @@
|
||||
</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,... ">
|
||||
@@ -110,14 +124,12 @@
|
||||
<label>Importer les divers fichers de son mémoire</label>
|
||||
<input type="text" name="upload" placeholder="upload ">
|
||||
</div>
|
||||
</details>
|
||||
|
||||
<div id="enter" class="button">
|
||||
<input type="submit" name="go" value="envoyer">
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</form>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
29
style.css
29
style.css
@@ -49,6 +49,8 @@
|
||||
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 {
|
||||
@@ -330,3 +332,30 @@
|
||||
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user