Skip to content

Commit 731202d

Browse files
authored
Merge pull request #142 from PaulBayfield/feature/Theme_Custom
feat: Ajout d'un thème custom
2 parents 785b38c + a7fd242 commit 731202d

File tree

8 files changed

+737
-62
lines changed

8 files changed

+737
-62
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ npm run zip
8484
Réalisé par :
8585
- [Paul Bayfield](https://github.com/PaulBayfield)
8686
- [Simon Ledoux](https://github.com/simon511000)
87+
- [Lucas Jacques](https://github.com/JacquesLucas07)
8788

8889
Ce projet est une fusion de deux extensions déjà existante :
8990
- [Miaou Notes](https://github.com/simon511000/MiaouNotes), réalisé par [Simon Ledoux](https://github.com/simon511000)

package-lock.json

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

popup.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,17 @@ <h1>Better IUT RCC • v<span id="version"></span></h1>
150150
</a>
151151
</div>
152152
</li>
153+
<li>
154+
<div class="flex row">
155+
<p>Lucas Jacques</p>
156+
<a href="https://github.com/JacquesLucas07" target="_blank">
157+
<i class="fa-brands fa-github"></i>
158+
</a>
159+
<a href="https://www.linkedin.com/in/lucas-jacques-76226434a/" target="_blank">
160+
<i class="fa-brands fa-linkedin"></i>
161+
</a>
162+
</div>
163+
</li>
153164
</ul>
154165
<a class="button" href="https://iut-rcc-intranet.univ-reims.fr/fr/tableau-de-bord" target="_blank">
155166
<i class="fa-solid fa-arrow-up-right-from-square"></i>Ouvrir l'intranet de l'IUT RCC

0 commit comments

Comments
 (0)