Skip to content

Commit

Permalink
Main page update (logo + discord links)
Browse files Browse the repository at this point in the history
  • Loading branch information
WiredMind2 committed Sep 25, 2024
1 parent 5032277 commit 5fa299d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
<footer id="general_footer" class="other-bg-color">
<p>© {{ site.time | date: "%Y" }} - INSAlgo</p>
<p>Fait avec <span id="heart"><i class="nf nf-fa-heart"></i></span> à Lyon.</p>
<p><i class="nf nf-md-cloud_circle"></i> <a href="https://ynh.insalgo.fr">Yunohost</a></p>
<!-- <p><i class="nf nf-md-cloud_circle"></i> <a href="https://ynh.insalgo.fr">Yunohost</a></p> -->
<p><i class="nf nf-fa-discord"></i> <a href="https://discord.gg/45zaKNj">Discord</a></p>
<p><i class="nf nf-cod-github"></i> <a href="https://github.com/INSAlgo/INSAlgo-Website">GitHub du site</a></p>
<p><i class="nf nf-cod-github"></i> <a href="https://github.com/INSAlgo">GitHub INSAlgo</a></p>
</footer>
Expand Down
4 changes: 2 additions & 2 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ a.current {
}
.logo-frontpage {
/* align center */
width: 70vw;
max-width: 800px;
width: 60vw;
max-width: 500px;
margin: 0 auto;
}

Expand Down
4 changes: 3 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ permalink: /
<img class="logo-frontpage" src="{{ site.baseurl }}/assets/images/logos/logo.svg" alt="INSAlgo">
</div>

Bienvenue sur le site officiel et le blog d'**INSAlgo**, l'association étudiante de l'[INSA Lyon](https://www.insa-lyon.fr/en/insa-lyon) dédiée aux sciences informatiques et aux concours de programmation. Plongez dans le monde de l'informatique avec nous ! **Rejoignez INSAlgo** !
Bienvenue sur le site officiel et le blog d'**INSAlgo**, l'association étudiante de l'[INSA Lyon](https://www.insa-lyon.fr/en/insa-lyon) dédiée aux sciences informatiques et aux concours de programmation. Plongez dans le monde de l'informatique avec nous ! **Rejoignez INSAlgo** !

<h2><a href="https://discord.gg/45zaKNj">Rejoignez nous sur Discord!</a> <i class="nf nf-fa-discord"></i></h2>

0 comments on commit 5fa299d

Please sign in to comment.