|
|
|
@ -1,29 +1,31 @@
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="fr">
|
|
|
|
|
<head>
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
<link type="text/css" rel="stylesheet" href="style.css">
|
|
|
|
|
<script src="toggle.js"></script>
|
|
|
|
|
<script src="effect.js" defer></script>
|
|
|
|
|
<title>Compétences - Corentin</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<title>Corentin</title>
|
|
|
|
|
<nav class="navbar">
|
|
|
|
|
<ul class="navbar-list">
|
|
|
|
|
<li><a href="index.html">Accueil</a></li>
|
|
|
|
|
<li><a href="cursus.html">Cursus</a></li>
|
|
|
|
|
<li class="dropdown">
|
|
|
|
|
<a href="#">Galerie</a>
|
|
|
|
|
<a href="#">Technique</a>
|
|
|
|
|
<ul class="dropdown-content">
|
|
|
|
|
<li><a href="projets.html">Projets</a></li>
|
|
|
|
|
<li><a href="competences.html">Compétences</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
|
|
|
|
<li><a href="form.php">Contact</a></li>
|
|
|
|
|
<li><a href="form.html">Contact</a></li>
|
|
|
|
|
<label class="switch">
|
|
|
|
|
<input type="checkbox" id="theme-switch">
|
|
|
|
|
<span class="slider"></span>
|
|
|
|
|
</label>
|
|
|
|
|
</ul>
|
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<header>
|
|
|
|
|
<h1>Mes Compétences</h1>
|
|
|
|
|
</header>
|
|
|
|
@ -58,27 +60,14 @@
|
|
|
|
|
<div class="tech-box git-box"><img src="logos/git.jpeg" alt="Git">Git</div>
|
|
|
|
|
<div class="tech-box docker-box"><img src="logos/docker.jpeg" alt="Docker">Docker</div>
|
|
|
|
|
<div class="tech-box vscode-box"><img src="logos/vscode.jpeg" alt="VS Code">VS Code</div>
|
|
|
|
|
<div class="tech-box postgresql-box"><img src="logos /postgresql.jpeg" alt="PostgreSQL">PostgreSQL</div>
|
|
|
|
|
<div class="tech-box postgresql-box"><img src="logos/postgresql.jpeg" alt="PostgreSQL">PostgreSQL</div>
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<footer class="site-footer">
|
|
|
|
|
<div class="footer-content">
|
|
|
|
|
<div class="footer-left">
|
|
|
|
|
<p>© 2025 Corentin Caillot. Tous droits réservés.</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="footer-center">
|
|
|
|
|
<p>📩 Contactez-moi : <a href="mailto:contact@corentincaillot.com">contact@corentincaillot.com</a></p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="footer-right">
|
|
|
|
|
<a href="https://github.com/your-github" target="_blank" class="social-icon">
|
|
|
|
|
<img src="icons/github.png" alt="GitHub">
|
|
|
|
|
</a>
|
|
|
|
|
<a href="https://www.linkedin.com/in/your-linkedin" target="_blank" class="social-icon">
|
|
|
|
|
<img src="icons/linkedin.png" alt="LinkedIn">
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<footer>
|
|
|
|
|
<p>© 2025 Corentin Caillot. Tous droits réservés.</p>
|
|
|
|
|
<p>📧 Contactez-moi : <a href="mailto:contact@corentincaillot.com">contact@corentincaillot.com</a></p>
|
|
|
|
|
<p><a href="https://github.com/">GitHub</a> | <a href="https://linkedin.com/">LinkedIn</a></p>
|
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|