54 lines
No EOL
2.9 KiB
HTML
54 lines
No EOL
2.9 KiB
HTML
<!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>© 2024 - 2025 Anthony VIOLET. All rights reserved.</p>
|
|
</footer>
|
|
</body>
|
|
</html> |