Skip to content

Commit ec5ad0c

Browse files
committed
Actual buttons
1 parent 021c22e commit ec5ad0c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

assets/index.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,14 @@ <h1>Joseph JP Lavoie</h1>
2525
<section id="projects">
2626
<h2>Projects</h2>
2727
<ul>
28-
<li>Kicker Tool: A Python-based tool for looking at currently rostered kickers.</li>
29-
<li>Portfolio Website: A showcase of my skills built using HTML, CSS, and JavaScript.</li>
28+
<li>
29+
Kicker Tool: A Python-based tool for looking at currently rostered kickers.
30+
<a href="https://github.com/Code-JL/kicker-tool" target="_blank" class="button">View Project</a>
31+
</li>
32+
<li>
33+
Portfolio Website: A showcase of my skills built using HTML, CSS, and JavaScript.
34+
<a href="https://github.com/Code-JL/portfolio-website" target="_blank" class="button">View Project</a>
35+
</li>
3036
</ul>
3137
</section>
3238
<section id="project gallery">

0 commit comments

Comments
 (0)