03/10/23 firstcommit
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user