Skip to content

Commit

Permalink
Ajout de l'hébergement sur Clever Cloud dans le footer
Browse files Browse the repository at this point in the history
En prévision de la migration sur Clever Cloud on l'ajoute dans le footer.
Une fois la migration faite on pourra merger cette PR.
  • Loading branch information
agallou committed Sep 23, 2024
1 parent c691196 commit fc9fe97
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions app/Resources/views/site/base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,10 @@
{% endfor %}
</div>

<div id="hosting">
Hébergé sur <a href="https://www.clever-cloud.com/">Clever Cloud</a>
</div>

<div id="copyright">© AFUP 2003-{{ date()|date('Y') }}</div>
</div>
</footer>
Expand Down
6 changes: 0 additions & 6 deletions htdocs/templates/site/css/styles-without-compass.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
#copyright {
text-align: center;
color: #999;
font-size: 0.8em;
}

#logo a { color: inherit; text-decoration: none; }
header #espace-membre {z-index:1000;}
7 changes: 7 additions & 0 deletions htdocs/templates/site/scss/base/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,10 @@ a.evitement:focus {
display: initial;
}
}

#copyright, #hosting {
text-align: center;
color: #999;
font-size: 0.8em;
margin-bottom: 15px;
}

0 comments on commit fc9fe97

Please sign in to comment.