Fin de la beta

This commit is contained in:
Evarin 2017-06-26 23:40:58 +02:00
parent eac3d622aa
commit ed2474ac3c
4 changed files with 37 additions and 29 deletions

View file

@ -671,6 +671,10 @@ a.lieu-change {
border-bottom: 3px solid #000; border-bottom: 3px solid #000;
margin-bottom: 15px; margin-bottom: 15px;
h1 {
margin-bottom: 3px;
}
& > * { & > * {
display: inline-block; display: inline-block;
} }

View file

@ -1004,21 +1004,25 @@ a.lieu-change.ajout:before {
margin-bottom: 15px; margin-bottom: 15px;
} }
/* line 674, ../../sass/screen.scss */ /* line 674, ../../sass/screen.scss */
.homeh1 h1 {
margin-bottom: 3px;
}
/* line 678, ../../sass/screen.scss */
.homeh1 > * { .homeh1 > * {
display: inline-block; display: inline-block;
} }
/* line 677, ../../sass/screen.scss */ /* line 681, ../../sass/screen.scss */
.homeh1 p { .homeh1 p {
text-align: right; text-align: right;
} }
/* line 682, ../../sass/screen.scss */ /* line 686, ../../sass/screen.scss */
.betacadre { .betacadre {
background: #fa6cae; background: #fa6cae;
padding: 10px; padding: 10px;
} }
/* line 687, ../../sass/screen.scss */ /* line 691, ../../sass/screen.scss */
.entrer { .entrer {
background: #fff; background: #fff;
max-width: 500px; max-width: 500px;
@ -1027,84 +1031,84 @@ a.lieu-change.ajout:before {
margin: 15px auto; margin: 15px auto;
} }
/* line 695, ../../sass/screen.scss */ /* line 699, ../../sass/screen.scss */
article.promo { article.promo {
display: block; display: block;
font-size: 1.1em; font-size: 1.1em;
} }
/* line 699, ../../sass/screen.scss */ /* line 703, ../../sass/screen.scss */
article.promo .explications { article.promo .explications {
display: table; display: table;
} }
/* line 702, ../../sass/screen.scss */ /* line 706, ../../sass/screen.scss */
article.promo .explications:first-child { article.promo .explications:first-child {
direction: rtl; direction: rtl;
} }
/* line 704, ../../sass/screen.scss */ /* line 708, ../../sass/screen.scss */
article.promo .explications:first-child > * { article.promo .explications:first-child > * {
direction: ltr; direction: ltr;
} }
/* line 709, ../../sass/screen.scss */ /* line 713, ../../sass/screen.scss */
article.promo .explications > div { article.promo .explications > div {
display: table-cell; display: table-cell;
vertical-align: middle; vertical-align: middle;
text-align: center; text-align: center;
} }
/* line 714, ../../sass/screen.scss */ /* line 718, ../../sass/screen.scss */
article.promo .explications > div p { article.promo .explications > div p {
margin: 15px 15px; margin: 15px 15px;
} }
/* line 722, ../../sass/screen.scss */ /* line 726, ../../sass/screen.scss */
.faq-toc { .faq-toc {
font-family: "Lato", sans-serif; font-family: "Lato", sans-serif;
display: block; display: block;
max-width: 700px; max-width: 700px;
margin: 0 auto; margin: 0 auto;
} }
/* line 727, ../../sass/screen.scss */ /* line 731, ../../sass/screen.scss */
.faq-toc ul { .faq-toc ul {
margin: 20px; margin: 20px;
} }
/* line 731, ../../sass/screen.scss */ /* line 735, ../../sass/screen.scss */
.faq-toc ul li a { .faq-toc ul li a {
color: #000; color: #000;
display: block; display: block;
padding: 5px; padding: 5px;
} }
/* line 737, ../../sass/screen.scss */ /* line 741, ../../sass/screen.scss */
.faq-toc ul li.toc-h1 { .faq-toc ul li.toc-h1 {
display: none; display: none;
} }
/* line 741, ../../sass/screen.scss */ /* line 745, ../../sass/screen.scss */
.faq-toc ul li.toc-h2 a { .faq-toc ul li.toc-h2 a {
background: #fcc883; background: #fcc883;
} }
/* line 745, ../../sass/screen.scss */ /* line 749, ../../sass/screen.scss */
.faq-toc ul li.toc-h3 a { .faq-toc ul li.toc-h3 a {
padding-left: 10px; padding-left: 10px;
background: #fff; background: #fff;
font-weight: normal; font-weight: normal;
} }
/* line 751, ../../sass/screen.scss */ /* line 755, ../../sass/screen.scss */
.faq-toc ul li a:hover { .faq-toc ul li a:hover {
color: #395214; color: #395214;
background: #bce085 !important; background: #bce085 !important;
} }
/* line 760, ../../sass/screen.scss */ /* line 764, ../../sass/screen.scss */
.faq article { .faq article {
background: #fff; background: #fff;
padding: 15px; padding: 15px;
} }
/* line 763, ../../sass/screen.scss */ /* line 767, ../../sass/screen.scss */
.faq article h2 { .faq article h2 {
background-color: #fcc883; background-color: #fcc883;
color: #ae6505; color: #ae6505;
margin: -15px; margin: -15px;
padding: 15px; padding: 15px;
} }
/* line 770, ../../sass/screen.scss */ /* line 774, ../../sass/screen.scss */
.faq article h3 { .faq article h3 {
color: #0f4c82; color: #0f4c82;
background-color: #9dcbf3; background-color: #9dcbf3;
@ -1112,19 +1116,19 @@ article.promo .explications > div p {
margin-top: 30px; margin-top: 30px;
padding: 10px 15px; padding: 10px 15px;
} }
/* line 777, ../../sass/screen.scss */ /* line 781, ../../sass/screen.scss */
.faq article h3:nth-child(2) { .faq article h3:nth-child(2) {
margin-top: 0; margin-top: 0;
} }
/* line 782, ../../sass/screen.scss */ /* line 786, ../../sass/screen.scss */
.faq article ul { .faq article ul {
padding-left: 20px; padding-left: 20px;
} }
/* line 784, ../../sass/screen.scss */ /* line 788, ../../sass/screen.scss */
.faq article ul li { .faq article ul li {
list-style: initial; list-style: initial;
} }
/* line 789, ../../sass/screen.scss */ /* line 793, ../../sass/screen.scss */
.faq article p, .faq article ul { .faq article p, .faq article ul {
font-family: "Lato", sans-serif; font-family: "Lato", sans-serif;
font-size: 18px; font-size: 18px;

View file

@ -20,7 +20,7 @@
<body> <body>
<header> <header>
<h1><a href="{% url 'avisstage:index' %}">ExperiENS <span class='beta'>beta</span></a></h1> <h1><a href="{% url 'avisstage:index' %}">ExperiENS{# <span class='beta'>beta</span>#}</a></h1>
<nav> <nav>
<a id="showmenu" href="#" onclick="$('header').toggleClass('expanded');return false;"><img src="{% static "images/minimenu.svg" %}" width="50px"></a> <a id="showmenu" href="#" onclick="$('header').toggleClass('expanded');return false;"><img src="{% static "images/minimenu.svg" %}" width="50px"></a>

View file

@ -5,14 +5,10 @@
{% block content %} {% block content %}
<div class="homeh1"> <div class="homeh1">
<h1>ExperiENS <span class="beta">beta</span></h1> <h1>ExperiENS{# <span class="beta">beta</span>#}</h1>
<p>Partagez vos expériences de stage&nbsp;!</p> <p>Partagez vos expériences de stage&nbsp;!</p>
</div> </div>
<div class="betacadre">
Ce site est en cours de développement, et fait l'objet de mises à jours régulières. N'hésitez pas cependant à remplir une fiche pour vos stages, utiliser la recherche, et donner votre avis en utilisant le bouton "feedback".
</div>
{% if not user.is_authenticated %} {% if not user.is_authenticated %}
<div class="entrer"> <div class="entrer">
<p><a href="{% url 'login' %}" class="btn">Connexion</a></p> <p><a href="{% url 'login' %}" class="btn">Connexion</a></p>
@ -39,5 +35,9 @@
{% if user.is_authenticated %}<p><a href="{% url 'avisstage:perso' %}" class="btn">Partager ses stages</a></p>{% endif %} {% if user.is_authenticated %}<p><a href="{% url 'avisstage:perso' %}" class="btn">Partager ses stages</a></p>{% endif %}
</div> </div>
</div> </div>
<div class="betacadre">
Ce site est en développement actif, et fait l'objet de mises à jours régulières. N'hésitez pas à donner votre avis en utilisant le bouton "feedback".
</div>
</article> </article>
{% endblock %} {% endblock %}