more changes

This commit is contained in:
thatscringebro 2023-09-27 16:46:08 -04:00
parent 65421accbf
commit ee12ca464f
3 changed files with 20 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Technologies</title>
<title>À propos</title>
<link href="../Lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="../Lib/bootstrap/css/bootstrap.css" rel="stylesheet">
<link href="../CSS/Main.css" rel="stylesheet">

View File

@ -7,7 +7,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Technologies</title>
<title>Curriculum Vitae</title>
<link href="../Lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="../Lib/bootstrap/css/bootstrap.css" rel="stylesheet">
<link href="../CSS/Main.css" rel="stylesheet">

View File

@ -20,6 +20,24 @@
<div class="row" style="text-align: center;">
<h1>Mes projets</h1>
<hr class="dessous_titre"/>
<div class="row" id="project-grid">
<a class="col-md-6" href="https://github.com/project1">
<img src="../Content/Projet1.png" alt="Project 1">
<h2>Project 1</h2>
<p>Description of Project 1</p>
</a>
<a class="col-md-6" href="https://github.com/project1">
<img src="project1.jpg" alt="Project 1">
<h2>Project 1</h2>
<p>Description of Project 1</p>
</a>
<a class="col-md-6" href="https://github.com/project1">
<img src="project1.jpg" alt="Project 1">
<h2>Project 1</h2>
<p>Description of Project 1</p>
</a>
</div>
</hr>
</div>
</div>
<div class="row" id="footer"></div>