Skip to content

Commit

Permalink
Added links to projects in the projects page
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-JL committed Jan 10, 2025
1 parent 48b74ec commit ff51a32
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ <h2>GUI Inventory Manager</h2>
<li>Advanced Search and Filter Options</li>
<li>Data Persistence with Local Storage</li>
</ul>
<a href="../projects/inventory_manager/about.html" target="_blank" class="button">View Project Details</a>
<a href="https://github.com/Code-JL/GUI-Inventory-Manager" target="_blank" class="button">View on GitHub</a>
</section>

Expand All @@ -46,6 +47,7 @@ <h2>AI Page Summary</h2>
<li>Dark/Light Theme Toggle</li>
<li>History Tracking</li>
</ul>
<a href="../projects/ai_page_summary/about.html" target="_blank" class="button">View Project Details</a>
<a href="https://github.com/Code-JL/AI-Page-Summary" target="_blank" class="button">View on GitHub</a>
</section>

Expand All @@ -63,6 +65,7 @@ <h2>NFL Kicker Predictor</h2>
<li>Visual Performance Indicators</li>
<li>Offline Mode Support</li>
</ul>
<a href="../projects/kicker_predictor/about.html" target="_blank" class="button">View Project Details</a>
<a href="https://github.com/Code-JL/NFL-Kicker-Predictor" target="_blank" class="button">View on GitHub</a>
</section>

Expand All @@ -80,6 +83,7 @@ <h2>DNA Sequence Analyzer</h2>
<li>Gene Detection</li>
<li>FASTA File Support</li>
</ul>
<a href="../projects/dna_sequence_analyzer/about.html" target="_blank" class="button">View Project Details</a>
<a href="https://github.com/Code-JL/DNA-Sequence-Analyzer" target="_blank" class="button">View on GitHub</a>
</section>

Expand All @@ -97,6 +101,7 @@ <h2>Inventory Manager - Command-line Version</h2>
<li>Case-insensitive Search</li>
<li>Customizable Export Options</li>
</ul>
<a href="../projects/inventory_manager/about.html" target="_blank" class="button">View Project Details</a>
<a href="https://github.com/Code-JL/Inventory-Manager" target="_blank" class="button">View on GitHub</a>
</section>

Expand All @@ -114,6 +119,7 @@ <h2>Portfolio Website</h2>
<li>Professional Project Showcase</li>
<li>Dynamic Content Loading</li>
</ul>
<a href="../projects/portfolio_website/about.html" target="_blank" class="button">View Project Details</a>
<a href="https://github.com/Code-JL/Code-JL.github.io" target="_blank" class="button">View on GitHub</a>
</section>

Expand All @@ -131,6 +137,7 @@ <h2>NFL Point Kicker Data Scraper</h2>
<li>Environmental Factor Analysis</li>
<li>Structured CSV Output</li>
</ul>
<a href="../projects/kicker_data_scraper/about.html" target="_blank" class="button">View Project Details</a>
<a href="https://github.com/Code-JL/NFL-Point-Kicker-Data-Scraper" target="_blank" class="button">View on GitHub</a>
</section>

Expand Down

0 comments on commit ff51a32

Please sign in to comment.