site-perso-poly/projects/pycord.html
Djalim Simaila 5ed9f72230
All checks were successful
DEPLOY / deploy (push) Successful in 7s
chore: update HTML links to use absolute paths for consistency and reliability
feat: add new project pages for Crazy Space, Pokemon Kreye edition, Pycord, and others
fix: update project descriptions for clarity and accuracy
style: format JavaScript code for better readability and consistency
2025-02-23 14:56:54 +01:00

49 lines
1.5 KiB
HTML

<!doctype html>
<html lang="fr">
<head>
<title>Crazy Space</title>
<meta charset="UTF-8" />
<link rel="stylesheet" href="/static/style.css" />
<script src="/static/js/utils.js" defer></script>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css"
/>
</head>
<body>
<header>
<div class="links">
<a href="/" class="header_button">Home Page</a>
<a href="/projects.html" class="header_button">Projets</a>
<a href="/about.html" class="header_button">A propos de moi</a>
<a href="/surprise.html" class="header_button">Surprise :)</a>
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
</div>
<button
id="display_header_links"
onclick="toggle_all_header_links()"
>
</button>
</header>
<main>
<h1>Pycord</h1>
<p>
Pycord is Termunal UI a discord clone made in python.
<br />
It uses npyscreen as a tui library and Mysql as a database.
</p>
<a>source code</a>
</main>
<footer>
<p>
Fait par Djalim Simaila et sa haine de l'HTML, CSS, mais pas du
JavaScript ♥️
</p>
<p>©2025</p>
</footer>
</body>
</html>