From 1472c6c153ff0701e8b6c8a7a425393bfb84ff24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Math=C3=A9o=20GUILBERT?= <116798690+Maethik@users.noreply.github.com> Date: Fri, 24 Oct 2025 09:40:10 +0200 Subject: [PATCH] Update README with project details and features Added detailed project description, features, prerequisites, and acknowledgments. --- README.md | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 382e2cc..c9148d1 100644 --- a/README.md +++ b/README.md @@ -1 +1,31 @@ -# PortFolio_Matheo \ No newline at end of file +# [matheoguilbert.fr_v1](matheoguilbert.fr) + +This repository contains the source code for the first version of my personal portfolio website. + +[Take a look](matheoguilbert.fr) 👀 + +It was completed in 2023 with a view to strengthening my ParcourSup application for my transition from secondary school to higher education. + +
+ Welcome page +
+ +## Key Features & Benefits + +* **About Me Page:** Provides information about Matheo Guilbert. +* **Projects Page:** Showcases Matheo's projects, including an Astro Pi project. +* **Contact Page:** Allows visitors to contact Matheo. +* **Responsive Design:** Built using HTML and CSS to provide a good viewing experience on various devices. + +## Prerequisites & Dependencies + +Here are the dependencies required for the project. + +* **Node.js:** While not explicitly used for backend functionality according to the file list, having Node.js installed ensures you can run necessary development tools and local servers if required. +* **Web Browser:** A modern web browser such as Chrome, Firefox, or Safari to view the website. +* **Text Editor/IDE:** A text editor or IDE like VS Code, Sublime Text, or Atom for code editing. + +## Acknowledgments + +* This project utilizes various fonts from Google Fonts. Specific fonts are listed in the CSS files. +* The Swiper library is used for potential slider functionality (though its implementation is not explicitly clear from the provided snippets.)