49 lines
2.2 KiB
HTML
49 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
|
|
<title>Déposer une offre</title>
|
|
</head>
|
|
<body>
|
|
<div class="w3-bar w3-black w3-container">
|
|
<a href="#" class="w3-bar-item w3-button">Accueil</a>
|
|
<a href="depotOffre1.html" class="w3-bar-item w3-button">Déposer une offre</a>
|
|
<a href="offrestage.html" class="w3-bar-item w3-button">Consulter les offres</a>
|
|
<a href="convention.html" class="w3-bar-item w3-button">Obtenir ma convention</a>
|
|
</div>
|
|
|
|
<button class="w3-button w3-xlarge w3-topleft"><a href="../sombre/depotOffre1.html"><img src="ModeSbr.jpg">Mode sombre</a></button>
|
|
|
|
<div class="w3-card-4 w3-half w3-padding-32 w3-display-middle w3-center w3-container">
|
|
<div id="depot-offre" class="w3-container w3-mobile">
|
|
<h1>Déposer une offre</h1>
|
|
</div>
|
|
|
|
<br>
|
|
|
|
<div class="w3-container">
|
|
<button class="w3-button w3-round-large w3-grey">Annonce externe</button>
|
|
<a href="depotOffre2.html"><button class="w3-button w3-round-large w3-blue-grey">Annonce complète</button></a>
|
|
</div>
|
|
|
|
<form class="w3-container w3-center w3-padding-32">
|
|
<input class="w3-input w3-border w3-animate-input w3-twothird" type="text" placeholder="Titre de l'offre">
|
|
<br>
|
|
<input class="w3-input w3-border w3-animate-input w3-twothird" type="text" placeholder="Intitulé du poste">
|
|
<br>
|
|
<input class="w3-input w3-border w3-animate-input w3-twothird" type="date" placeholder="DD/MM/YYYY">
|
|
<br>
|
|
<input class="w3-input w3-border w3-animate-input w3-twothird" type="text" placeholder="Lien de l'offre">
|
|
<br>
|
|
<!--<input class="w3-input w3-border w3-animate-input w3-twothird" type="text" placeholder="Description">
|
|
<br>!-->
|
|
<button class="w3-button w3-blue-grey w3-display-bottommiddle w3-margin-bottom w3-margin-top">Soumettre</button>
|
|
<br>
|
|
</form>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |