Skip to content

Commit 2a5f2a6

Browse files
committed
fix logo
1 parent a6ef8ea commit 2a5f2a6

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ locale: fr-FR
66
image: "./logos/Banner.png"
77
---
88

9-
![Logo Fédération Nationale des Étudiants en Informatique (FNEIR) Kit Presse](./Logo%20FNEIR%20Rect.min.svg)
9+
![Logo Fédération Nationale des Étudiants en Informatique (FNEIR) Kit Presse](./logos/Logo-FNEIR-Rect.min.svg)
1010

1111
## La FNEIR
1212

_layouts/default.html

+4-9
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,14 @@ <h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repo
2424
<h4>Télécharger le logo</h4>
2525

2626
<ul class="downloads">
27-
<li><a download href="https://raw.githubusercontent.com/FNEIR/fneir.github.io/main/logos/Logo-FNEIR-Rect.png">Télécharger <strong style="font-size: 12px; margin-top: 4px;">Logo PNG</strong></a></li>
28-
<li><a download href="https://raw.githubusercontent.com/FNEIR/fneir.github.io/main/logos/Logo-FNEIR-Rect.min.svg">Télécharger <strong style="font-size: 12px; margin-top: 4px;">Logo SVG</strong></a></li>
27+
<li><a download href="./logos/Logo-FNEIR-Rect.png">Télécharger <strong style="font-size: 12px; margin-top: 4px;">Logo PNG</strong></a></li>
28+
<li><a download href="./logos/Logo-FNEIR-Rect.min.svg">Télécharger <strong style="font-size: 12px; margin-top: 4px;">Logo SVG</strong></a></li>
2929
<li><a href="https://github.com/FNEIR/fneir.github.io/tree/main/logos">Voir <strong style="font-size: 10px; margin-top: 4px;">Autres logos</strong></a></li>
3030
</ul>
3131

3232
<h4>Contact</h4>
33-
<ul>
34-
<li>Tchat Discord : <a href="https://discord.com/invite/8THD78p4Qu">discord.gg/8THD78p4Qu</a></li>
35-
<li>Page Linkedin : <a href="https://www.linkedin.com/company/fneir/">company/FNEIR</a></li>
36-
</ul>
33+
<p>Tchat Discord : <a href="https://discord.com/invite/8THD78p4Qu">discord.gg/8THD78p4Qu</a></p>
34+
<p>Page Linkedin : <a href="https://www.linkedin.com/company/fneir/">company/FNEIR</a></p>
3735
</header>
3836

3937
<section>
@@ -44,9 +42,6 @@ <h4>Contact</h4>
4442

4543
<footer>
4644
<div style="display: none;">
47-
{% if site.github.is_project_page %}
48-
<p>This project is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></p>
49-
{% endif %}
5045
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
5146
</div>
5247
</footer>

0 commit comments

Comments
 (0)