This repository has been archived on 2026-06-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
matheoguilbert.fr_v1/spanProjects.html
T
2023-10-03 09:22:32 +02:00

50 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="css/spanProjects.css">
<title>spanProjects</title>
</head>
<body>
<div class="projectsSpace-bigContainer">
<div class="projectsSpace">
<div class="divs-container">
<!-- Project 1 -->
<a href="astroPi.html" id="span1" class="spanProjects">
<div class="titleSpace">
<div class="title">
<h2>Le concours<br />Astro PI</h2>
</div>
</div>
</a>
<!-- Project 2 -->
<a href="myPortfolio.html" id="span2" class="spanProjects">
<div class="titleSpace">
<div class="title">
<h2>Mon Portfolio</h2>
</div>
</div>
</a>
<!-- Project 3 -->
<a href="projetIT.html" id="span3" class="spanProjects">
<div class="titleSpace">
<div class="title">
<h2>Projet de<br />fin d'année<br />2022</h2>
</div>
</div>
</a>
</div>
</div>
</div>
</body>
</html>