mise a jour de aPropos et missions
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
<script src="js/script.js"></script>
|
<script src="js/script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body class="aProposBG">
|
||||||
<nav>
|
<nav>
|
||||||
<a href="index.html" class="boutonAccueil"><img src="images/LogoALT-F4_Nav.svg" alt="ALT-F4"></a>
|
<a href="index.html" class="boutonAccueil"><img src="images/LogoALT-F4_Nav.svg" alt="ALT-F4"></a>
|
||||||
|
|
||||||
@@ -31,12 +31,14 @@
|
|||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<main class="aPropos">
|
<main class="aPropos">
|
||||||
|
<h1>Contactez l'équipe!</h1>
|
||||||
<div class="sidebyside">
|
<div class="sidebyside">
|
||||||
<div>
|
<div>
|
||||||
<!-- utilisation de get pour avoir les variables dans l'url : page statique -->
|
<!-- utilisation de get pour avoir les variables dans l'url : page statique -->
|
||||||
<!-- si utilisation de serveur dynamique, changer pour POST -->
|
<!-- si utilisation de serveur dynamique, changer pour POST -->
|
||||||
<form method="get" action="reponse.html">
|
<form method="get" action="reponse.html">
|
||||||
<fieldset>
|
<h2>Commentaire</h2>
|
||||||
|
<fieldset id="firstField">
|
||||||
<legend>Informations de contact</legend>
|
<legend>Informations de contact</legend>
|
||||||
<div>
|
<div>
|
||||||
<label for="nomComplet">Votre nom complet :</label>
|
<label for="nomComplet">Votre nom complet :</label>
|
||||||
@@ -140,7 +142,6 @@
|
|||||||
<div>
|
<div>
|
||||||
|
|
||||||
<div id="contactInfo">
|
<div id="contactInfo">
|
||||||
<h1>Contactez l'équipe!</h1>
|
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<h2>Coordonnées</h2>
|
<h2>Coordonnées</h2>
|
||||||
@@ -169,6 +170,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!--
|
<!--
|
||||||
|
FIXME: Input nom et courriel largeur
|
||||||
|
FIXME: Centrer les div et fond-d'ecran
|
||||||
|
FIXME: Padding 2e box ...
|
||||||
|
|
||||||
|
|
||||||
Contenu minimal de la page de contact de votre site Web :
|
Contenu minimal de la page de contact de votre site Web :
|
||||||
• <main> – Le contenu principal de la page
|
• <main> – Le contenu principal de la page
|
||||||
|
|||||||
@@ -288,15 +288,24 @@ footer a:hover {
|
|||||||
/* PAGE: à Propos */
|
/* PAGE: à Propos */
|
||||||
/* AUTEUR: Stanislas Royal */
|
/* AUTEUR: Stanislas Royal */
|
||||||
/****************************/
|
/****************************/
|
||||||
|
.aProposBG {
|
||||||
|
background: url('../images/imageSR/Warframe0006.webp') center/cover fixed;
|
||||||
|
width: 100vw;
|
||||||
|
height: 100vh;
|
||||||
|
}
|
||||||
.aPropos {
|
.aPropos {
|
||||||
background-color: rgb(99, 241, 99);
|
margin: auto;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.aPropos main {
|
.aPropos h1{
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.aPropos>div:first {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
display: flex;
|
||||||
/* min-height: calc(100vh - 60px); */
|
/* min-height: calc(100vh - 60px); */
|
||||||
/* display: block; */
|
/* display: block; */
|
||||||
align-content: center;
|
align-content: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
@@ -305,6 +314,7 @@ footer a:hover {
|
|||||||
max-width: 700px;
|
max-width: 700px;
|
||||||
max-height: 600px;
|
max-height: 600px;
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
|
margin-top: 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.aPropos .conteneurMaps iframe {
|
.aPropos .conteneurMaps iframe {
|
||||||
@@ -327,11 +337,6 @@ footer a:hover {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.aPropos>main {
|
|
||||||
margin: auto;
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.aPropos form {
|
.aPropos form {
|
||||||
width: 70ch;
|
width: 70ch;
|
||||||
@@ -392,9 +397,22 @@ Couleur texte : #FFEFE5
|
|||||||
padding: 10px;
|
padding: 10px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-color: #606060;
|
border-color: #606060;
|
||||||
margin: 10px auto;
|
}
|
||||||
|
.aPropos fieldset:not(:first-child) {
|
||||||
|
margin: 1em auto 1em 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.aPropos #contactInfo h2 {
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
.aPropos #firstField label {
|
||||||
|
width: 11em;
|
||||||
|
display:inline-block
|
||||||
|
}
|
||||||
|
.aPropos #firstField input {
|
||||||
|
width: 25em;
|
||||||
|
display:inline-block
|
||||||
|
}
|
||||||
/*.aPropos div {*/
|
/*.aPropos div {*/
|
||||||
/* display: block; */
|
/* display: block; */
|
||||||
/*}*/
|
/*}*/
|
||||||
|
|||||||
@@ -31,7 +31,68 @@
|
|||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<main class="missions">
|
<main class="missions">
|
||||||
<p>Coming soon...</p>
|
<section>
|
||||||
|
<p>Il existe plusieurs types de missions dans Warframe. Une des méchaniques du jeu fait qu'il est nécessaire
|
||||||
|
d'acquérir des resources. Les missions donnent la possibilité de les récolter. Nous vous présenterons
|
||||||
|
les
|
||||||
|
types de missions les plus fréquentes.</p>
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<h2>Survival</h2>
|
||||||
|
<p>Survie</p>
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<h2>Assassination</h2>
|
||||||
|
<p>...</p>
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<h2>Capture</h2>
|
||||||
|
<p>...</p>
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<h2>Defense</h2>
|
||||||
|
<p>...</p>
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<h2>Excavation</h2>
|
||||||
|
<p>...</p>
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<h2>Exterminate</h2>
|
||||||
|
<p>...</p>
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<h2>Hijack</h2>
|
||||||
|
<p>...</p>
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<h2>?? Hive Sabotage</h2>
|
||||||
|
<p>...</p>
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<h2>Interception</h2>
|
||||||
|
<p>...</p>
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<h2>Invasion</h2>
|
||||||
|
<p>...</p>
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<h2>Mobile Defense</h2>
|
||||||
|
<p>...</p>
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<h2>Rescue</h2>
|
||||||
|
<p>...</p>
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<h2>Sabotage</h2>
|
||||||
|
<p>...</p>
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<h2>Railjack</h2>
|
||||||
|
<p>...</p>
|
||||||
|
</section>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user