-
Notifications
You must be signed in to change notification settings - Fork 0
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
2 changed files
with
61 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -120,7 +120,7 @@ <h1>Skills</h1> | |
<section id="Pr", class="Pr"> | ||
<h1>Project</h1> | ||
<div class="project-container"> | ||
<div class="box"> | ||
<div data-aos="fade-right" class="box"> | ||
<h1>AnimeBot</h1> | ||
<p>AnimeBot est un bot Discord développé en Python axé sur l'univers de l'anime, conçu pour simplifier la découverte et l'exploration d'une variété de séries animées. Adapté aux novices comme aux passionnés, AnimeBot utilise l'API "Jikan" pour offrir une recherche facile par mots-clés ou genres, fournissant ainsi une liste d'anime correspondants. Explorez le monde de l'anime sans tracas avec AnimeBot.</p> | ||
<a href="src/soon.html"> | ||
|
@@ -130,7 +130,7 @@ <h1>AnimeBot</h1> | |
</svg> | ||
</a> | ||
</div> | ||
<div class="box"> | ||
<div data-aos="fade-left" class="box"> | ||
<h1>Mon Premier site web serieux</h1> | ||
<p>Ce site a été créé dans le cadre de mon projet final d'anglais en classe de seconde. L'objectif était de concevoir un site comportant une barre de navigation et plusieurs sections pour présenter notre association de défense de l'environnement. Il est à noter que tous les éléments du site ne fonctionnent pas nécessairement, car ce site était simplement un support pour notre projet final.</p> | ||
<a href="src/Anglais-main/index.html"> | ||
|
@@ -190,8 +190,14 @@ <h1>Contact me</h1> | |
</div> | ||
</section> | ||
<footer> | ||
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Earum reiciendis corrupti quia aut cumque ullam labore sequi, veniam perspiciatis nihil odit porro tempore eaque dignissimos rerum id ea impedit assumenda.</p> | ||
|
||
<div data-aos="fade-up"> | ||
<span class="lettre">J</span> | ||
<span class="lettre">O</span> | ||
<span class="lettre">N</span> | ||
<span class="lettre">A</span> | ||
<span class="lettre">S</span> | ||
</div> | ||
<p>© 2024, Tout droits réservés.</p> | ||
</footer> | ||
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script> | ||
<script> | ||
|