Started testing card hyperlinks on project.css and project.html

This commit is contained in:
2026-02-27 12:54:13 +00:00
parent 63f40c4791
commit bcaecadb11
2 changed files with 14 additions and 7 deletions

View File

@@ -30,13 +30,15 @@
<!--Project 1-->
<div class="project-card">
<div class="project-image">
<img src="./images/Lew's Images/Project 1jpg.jpg" alt="Project 1 Image">
</div>
<div class="project-description">
<h2>Web Scraper/Discord Bot</h2>
<p>A web scraper and Discord bot that pulls codes to unlock special gear in Borderlands 4 when prompted by a user on Discord.</p>
</div>
<a href="https://git.lewispricedev.com/Rapturate/SHiFT_Codes_Bot/releases/tag/R1">
<div class="project-image">
<img src="./images/Lew's Images/Project 1jpg.jpg" alt="Project 1 Image">
</div>
<div class="project-description">
<h2>Web Scraper/Discord Bot</h2>
<p>A web scraper and Discord bot that pulls codes to unlock special gear in Borderlands 4 when prompted by a user on Discord.</p>
</div>
</a>
</div>
<!--Project 2-->