diff --git a/portfolio/.gitignore b/portfolio/.gitignore
deleted file mode 100644
index 5ef6a52..0000000
--- a/portfolio/.gitignore
+++ /dev/null
@@ -1,41 +0,0 @@
-# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
-
-# dependencies
-/node_modules
-/.pnp
-.pnp.*
-.yarn/*
-!.yarn/patches
-!.yarn/plugins
-!.yarn/releases
-!.yarn/versions
-
-# testing
-/coverage
-
-# next.js
-/.next/
-/out/
-
-# production
-/build
-
-# misc
-.DS_Store
-*.pem
-
-# debug
-npm-debug.log*
-yarn-debug.log*
-yarn-error.log*
-.pnpm-debug.log*
-
-# env files (can opt-in for committing if needed)
-.env*
-
-# vercel
-.vercel
-
-# typescript
-*.tsbuildinfo
-next-env.d.ts
diff --git a/portfolio/README.md b/portfolio/README.md
deleted file mode 100644
index e215bc4..0000000
--- a/portfolio/README.md
+++ /dev/null
@@ -1,36 +0,0 @@
-This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
-
-## Getting Started
-
-First, run the development server:
-
-```bash
-npm run dev
-# or
-yarn dev
-# or
-pnpm dev
-# or
-bun dev
-```
-
-Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
-
-You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
-
-This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
-
-## Learn More
-
-To learn more about Next.js, take a look at the following resources:
-
-- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
-- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
-
-You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!
-
-## Deploy on Vercel
-
-The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
-
-Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.
diff --git a/portfolio/eslint.config.mjs b/portfolio/eslint.config.mjs
deleted file mode 100644
index c85fb67..0000000
--- a/portfolio/eslint.config.mjs
+++ /dev/null
@@ -1,16 +0,0 @@
-import { dirname } from "path";
-import { fileURLToPath } from "url";
-import { FlatCompat } from "@eslint/eslintrc";
-
-const __filename = fileURLToPath(import.meta.url);
-const __dirname = dirname(__filename);
-
-const compat = new FlatCompat({
- baseDirectory: __dirname,
-});
-
-const eslintConfig = [
- ...compat.extends("next/core-web-vitals", "next/typescript"),
-];
-
-export default eslintConfig;
diff --git a/portfolio/next.config.ts b/portfolio/next.config.ts
deleted file mode 100644
index e9ffa30..0000000
--- a/portfolio/next.config.ts
+++ /dev/null
@@ -1,7 +0,0 @@
-import type { NextConfig } from "next";
-
-const nextConfig: NextConfig = {
- /* config options here */
-};
-
-export default nextConfig;
diff --git a/portfolio/pages/contact.js b/portfolio/pages/contact.js
deleted file mode 100644
index 57651a2..0000000
--- a/portfolio/pages/contact.js
+++ /dev/null
@@ -1,15 +0,0 @@
-export default function Contact() {
- return (
-
-
Me Contacter
-
N'hésitez pas à me contacter pour toute collaboration !
-
-
- );
- }
-
\ No newline at end of file
diff --git a/portfolio/pages/index.js b/portfolio/pages/index.js
deleted file mode 100644
index db990eb..0000000
--- a/portfolio/pages/index.js
+++ /dev/null
@@ -1,24 +0,0 @@
-import { useEffect } from "react";
-import { gsap } from "gsap";
-import Link from "next/link";
-
-export default function Home() {
- useEffect(() => {
- gsap.from(".fade-in", { opacity: 0, y: 20, duration: 1 });
- }, []);
-
- return (
-
-
Bienvenue sur mon Portfolio
-
Infrastructure | Réseau | Automatisation
-
-
- Voir mes projets
-
-
- Me contacter
-
-
-
- );
-}
\ No newline at end of file
diff --git a/portfolio/pages/projects.js b/portfolio/pages/projects.js
deleted file mode 100644
index a0eba6e..0000000
--- a/portfolio/pages/projects.js
+++ /dev/null
@@ -1,16 +0,0 @@
-export default function Projects() {
- return (
-