add a lot of thing (too late to understand tbh)
This commit is contained in:
16
portfolio/pages/projects.js
Normal file
16
portfolio/pages/projects.js
Normal file
@@ -0,0 +1,16 @@
|
||||
export default function Projects() {
|
||||
return (
|
||||
<div className="min-h-screen bg-gray-900 text-white flex flex-col items-center justify-center p-10">
|
||||
<h1 className="text-4xl font-bold fade-in">Mes Projets</h1>
|
||||
<ul className="mt-4 text-lg fade-in">
|
||||
<li>MariaDB sur Raspbian</li>
|
||||
<li>Serveur web avec Caddy</li>
|
||||
<li>Supervision avec Netdata</li>
|
||||
<li>Automatisation avec Scripts Bash/Python</li>
|
||||
<li>Calculatrice en C# avec Avalonia</li>
|
||||
<li>Application météo en C# .NET</li>
|
||||
<li>Jeu de type Mario en Python</li>
|
||||
</ul>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user