Skip to content

Commit 6b7feb1

Browse files
committed
Replace "Repo" with GitHub icon for linking GitHub repo with the slightly bigger / mini projects
1 parent de58a96 commit 6b7feb1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

slightly-bigger-mini-projects.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>Slightly Bigger (Mini) Projects</title>
8+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
89
<style>
910
body {
1011
font-family: Arial, sans-serif;
@@ -102,8 +103,10 @@
102103
<h1>Slightly Bigger (Mini) Projects</h1>
103104
<ul>
104105
<li>
105-
<a href="https://schak04.github.io/roll-the-dice/" target="_blank">Roll the Dice</a> |
106-
<a href="https://github.com/schak04/roll-the-dice" target="_blank">Repo</a>
106+
<a href="https://schak04.github.io/roll-the-dice/" target="_blank">Roll the Dice</a>
107+
<a href="https://github.com/schak04/roll-the-dice" target="_blank" aria-label="GitHub Repo">
108+
<i class="fab fa-github" style="font-size: 20px; color: #ffffff;"></i>
109+
</a>
107110
</li>
108111
</ul>
109112
</main>

0 commit comments

Comments
 (0)