first commit

This commit is contained in:
mrtoine 2025-09-12 10:57:48 +02:00
commit b216a187bd
34 changed files with 4829 additions and 0 deletions

54
index.html Normal file
View file

@ -0,0 +1,54 @@
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Anthony VIOLET | Consultant en développement web & applications</title>
<meta name="description" content="Consultant spécialisé en développement web et applications. Expertise en solutions digitales, interfaces modernes et stratégies techniques sur mesure.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#0f172a">
<meta name="keywords" content="développement web, applications, consultant, expertise technique, développeur">
<meta property="og:title" content="Anthony VIOLET | Consultant en développement web & applications">
<meta property="og:description" content="Expertise en solutions digitales, interfaces modernes et stratégies techniques sur mesure.">
<meta property="og:type" content="website">
<!-- Polices Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Montserrat:wght@400;600;700;800&family=JetBrains+Mono:wght@400;700&display=swap" rel="stylesheet">
<!-- Style principal -->
<link rel="stylesheet" href="./Static/css/style.css">
<script type="module" src="./Static/js/main.js" defer></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<header>
<div class="particles" id="particles"></div>
<div class="overlay"></div>
<div class="header-content">
<h1>Anthony VIOLET</h1>
<p><span class="typing-text" id="typing-text">Développeur Web & Applications</span><span class="cursor">|</span></p>
</div>
</header>
<nav>
<ul>
<li><a href="#" data-page="home" id="home">Home</a></li>
<li><a href="#" data-page="about" id="about">A propos de moi</a></li>
<li><a href="#" data-page="projects" id="projects">Projets</a></li>
<li><a href="#" data-page="contact" id="contact">Contact</a></li>
<li><a href="./admin/" data-page="admin" id="admin">Admin</a></li>
</ul>
</nav>
<main>
<div class="main-content"></div>
</main>
<footer>
<p>&copy; 2024 - 2025 Anthony VIOLET. All rights reserved.</p>
</footer>
</body>
</html>