Reworked my project.html to remove any text-decoration and put that styling into the projectStyle.css file. Additionally, updated the project.html page to reflect current projects.
This commit is contained in:
76
index.html
76
index.html
@@ -53,41 +53,57 @@
|
||||
<section class="list-all-projects">
|
||||
<h2>Personal Projects</h2>
|
||||
<div id="projects">
|
||||
<div class="project-box">
|
||||
<img src="./images/project_imgs/Project1.jpg" alt="project picture">
|
||||
<div class="proj-text">
|
||||
<h3>Web Scraper/Discord Bot</h3>
|
||||
<p>- Golang</p>
|
||||
|
||||
<a href="https://git.lewispricedev.com/Rapturate/SHiFT_Codes_Bot">
|
||||
<div class="project-box">
|
||||
<img src="./images/project_imgs/Discord_Bot.jpg" alt="discord bot picture">
|
||||
<div class="proj-text">
|
||||
<h3>Web Scraper/Discord Bot</h3>
|
||||
<p>- Golang</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="project-box">
|
||||
<img src="./images/project_imgs/ToDoList Project.jpg" alt="project picture">
|
||||
<div class="proj-text">
|
||||
<h3>To-Do List</h3>
|
||||
<p>- Java</p>
|
||||
</a>
|
||||
|
||||
<a href="https://git.lewispricedev.com/Rapturate/To_Do_List">
|
||||
<div class="project-box">
|
||||
<img src="./images/project_imgs/ToDoList Project.jpg" alt="ToDo List picture">
|
||||
<div class="proj-text">
|
||||
<h3>To-Do List</h3>
|
||||
<p>- Java</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="project-box">
|
||||
<img src="./images/project_imgs/Doubly Linked List.jpg" alt="project picture">
|
||||
<div class="proj-text">
|
||||
<h3>Binary Search Tree</h3>
|
||||
<p>- C++</p>
|
||||
</a>
|
||||
|
||||
<a href="https://lewispricedev.com/project.html">
|
||||
<div class="project-box">
|
||||
<img src="./images/project_imgs/<some_image>" alt="Under Construction">
|
||||
<div class="proj-text">
|
||||
<h3>Graph Theory: Flat Buffer Memory</h3>
|
||||
<p>- C++</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="project-box">
|
||||
<img src="./images/project_imgs/Graph Theory Project.jpg" alt="project picture">
|
||||
<div class="proj-text">
|
||||
<h3>Graph Theory Project</h3>
|
||||
<p>- C++</p>
|
||||
</a>
|
||||
|
||||
<a href="https://git.lewispricedev.com/Rapturate/API_Practice">
|
||||
<div class="project-box">
|
||||
<img src="./images/project_imgs/api_practice.jpg" alt="api project picture">
|
||||
<div class="proj-text">
|
||||
<h3>API Accessing</h3>
|
||||
<p>- Golang</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="project-box">
|
||||
<img src="./images/project_imgs/Find Median Sorted Array.jpg" alt="project picture">
|
||||
<div class="proj-text">
|
||||
<h3>Median of Two Sorted Arrays</h3>
|
||||
<p>- Golang</p>
|
||||
</a>
|
||||
|
||||
<a href="https://lewispricedev.com/project.html">
|
||||
<div class="project-box">
|
||||
<img src="./images/project_imgs/<some project image>" alt="project picture">
|
||||
<div class="proj-text">
|
||||
<h3>PROJECT TBD (Under Construction)</h3>
|
||||
<p>- Programming Language</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user