-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
63 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
footer { | ||
background-color: #333; | ||
color: #FFF; | ||
width: 100%; | ||
|
||
margin-top: 3em; | ||
padding-top: 2em; | ||
padding-bottom: 1.5em; | ||
} | ||
|
||
footer ul { | ||
margin-bottom: 0; | ||
} | ||
|
||
footer li { | ||
margin-bottom: .5em; | ||
} | ||
|
||
footer a, footer a:hover, footer a:focus { | ||
color: inherit; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
html, body { | ||
height: 100%; | ||
} | ||
|
||
body { | ||
position: relative; | ||
padding: 0; | ||
display: flex; | ||
flex-direction: column; | ||
} | ||
|
||
header, footer { | ||
flex: none; | ||
} | ||
|
||
.content { | ||
flex: 1 0 auto; | ||
width: 100%; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,14 +24,16 @@ | |
|
||
<meta name="fragment" content="!" /> | ||
|
||
|
||
<link rel="stylesheet" href="/styles/main.css"> | ||
<link rel="stylesheet" href="/styles/header.css"> | ||
<link rel="stylesheet" href="/styles/front.css"> | ||
<link rel="stylesheet" href="/styles/footer.css"> | ||
<link rel="stylesheet" href="/styles/homepage.css"> | ||
<link rel="stylesheet" href="/styles/individu-form.css"> | ||
<link rel="stylesheet" href="/styles/resources.css"> | ||
<link rel="stylesheet" href="/styles/logement.css"> | ||
<link rel="stylesheet" href="/styles/resultat.css"> | ||
<link rel="stylesheet" href="/js/lib/font-awesome/css/font-awesome.min.css"> | ||
<link rel="stylesheet" href="/styles/text-container.css"> | ||
|
||
<base href="/"> | ||
|
@@ -82,35 +84,23 @@ | |
</ui-view> | ||
</div> | ||
|
||
<footer class="main-footer" role="contentinfo"> | ||
<footer> | ||
<nav class="container"> | ||
<div class="col-md-3"> | ||
<h4>Mes aides</h4> | ||
<ul class="list-unstyled"> | ||
<li><a ui-sref="a-propos">À propos</a></li> | ||
<li><a ui-sref="cgu">Conditions d'utilisation</a></li> | ||
<li><a ui-sref="sos">SOS</a></li> | ||
<li><a ui-sref="communication">Supports de communication</a></li> | ||
<li><a ui-sref="ameliorer">Améliorer ce site</a></li> | ||
<li><a href="mailto:[email protected] ">Contact</a></li> | ||
</ul> | ||
</div> | ||
<div class="col-md-2 hidden-sm hidden-xs"> | ||
<h4>Partenaires</h4> | ||
<ul class="list-unstyled"> | ||
<li><a target="_blank" rel="noopener" href="http://service-public.fr/" title="service-public.fr - nouvelle fenêtre">service-public.fr</a></li> | ||
<li><a target="_blank" rel="noopener" href="http://ameli.fr/" title="ameli.fr - nouvelle fenêtre">ameli.fr</a></li> | ||
<li><a target="_blank" rel="noopener" href="http://www.caf.fr/" title="caf.fr - nouvelle fenêtre">caf.fr</a></li> | ||
<li><a target="_blank" rel="noopener" href="https://www.lassuranceretraite.fr/" title="lassuranceretraite.fr - nouvelle fenêtre">lassuranceretraite.fr</a></li> | ||
<li><a target="_blank" rel="noopener" href="http://www.modernisation.gouv.fr/le-sgmap" title="SGMAP - nouvelle fenêtre">SGMAP</a></li> | ||
<li><a target="_blank" rel="noopener" href="http://www.openfisca.fr/" title="OpenFisca - nouvelle fenêtre">OpenFisca</a></li> | ||
</ul> | ||
</div> | ||
<div class="col-md-offset-4 col-md-3"> | ||
<ul class="list-unstyled"> | ||
<li><a target="_blank" rel="noopener" href="https://twitter.com/mesaides" title="Suivez nous sur Twitter - nouvelle fenêtre"><i class="fa fa-twitter" aria-hidden="true" role="presentation"></i> Suivez-nous sur Twitter</a></li> | ||
</ul> | ||
</div> | ||
<ul class="col-md-4 list-unstyled"> | ||
<li><span class="fa fa-fw fa-life-ring" aria-hidden="true"></span> <a ui-sref="sos">SOS</a></li> | ||
<li><span class="fa fa-fw fa-paperclip" aria-hidden="true"></span> <a ui-sref="cgu">Conditions d'utilisation</a></li> | ||
<li><span class="fa fa-fw fa-envelope" aria-hidden="true"></span> <a href="mailto:[email protected] ">Contact</a></li> | ||
</ul> | ||
<ul class="col-md-4 list-unstyled"> | ||
<li><span class="fa fa-fw fa-question-circle" aria-hidden="true"></span> <a ui-sref="a-propos">À propos</a></li> | ||
<li><span class="fa fa-fw fa-bullhorn" aria-hidden="true"></span> <a ui-sref="communication">Supports de communication</a></li> | ||
<li><span class="fa fa-fw fa-building-o" aria-hidden="true"></span> <a href="http://les-aides.fr">Les aides pour les entreprises</a></li> | ||
</ul> | ||
<ul class="col-md-4 list-unstyled"> | ||
<li><span class="fa fa-fw fa-newspaper-o" aria-hidden="true"></span> <a target="_blank" rel="noopener" href="http://eepurl.com/bD9PNP">Abonnez-vous à nos informations</a></li> | ||
<li><span class="fa fa-fw fa-twitter" aria-hidden="true"></span> <a target="_blank" rel="noopener" href="https://twitter.com/mesaides">Suivez-nous sur Twitter</a></li> | ||
<li><span class="fa fa-fw fa-pencil" aria-hidden="true"></span> <a ui-sref="ameliorer">Améliorez ce site</a></li> | ||
</ul> | ||
</nav> | ||
</footer> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters