Téléverser les fichiers vers "/"
This commit is contained in:
48
index.html
Normal file
48
index.html
Normal file
@@ -0,0 +1,48 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Accueil – Portfolio BARUA Aditta</title>
|
||||
|
||||
<meta name="description" content="Accueil du portfolio d'Aditta Barua, étudiant en BTS CIEL. Expertise en développement web, cybersécurité et administration réseau.">
|
||||
|
||||
<link rel="stylesheet" href="style.css">
|
||||
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap" rel="stylesheet">
|
||||
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<header id="page-header"></header>
|
||||
|
||||
<canvas id="background-canvas"></canvas>
|
||||
|
||||
<main>
|
||||
<section id="accueil" class="section" data-aos="fade-up">
|
||||
|
||||
<p class="status-indicator">ÉTUDIANT BTS CIEL | DÉVELOPPEUR SÉCURITÉ</p>
|
||||
|
||||
<h1 class="title">BARUA Aditta</h1>
|
||||
<p class="subtitle">Développeur & Technicien Informatique • Passionné depuis le collège</p>
|
||||
|
||||
<a href="cv/mon_cv.pdf" class="btn" target="_blank" download>Télécharger mon CV</a>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer id="page-footer"></footer>
|
||||
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js"></script>
|
||||
<script>AOS.init();</script>
|
||||
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user