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

@@ -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>