Skip to content

Commit 7832e2b

Browse files
committed
add repo link in footer
1 parent a3d801c commit 7832e2b

4 files changed

Lines changed: 10 additions & 0 deletions

File tree

css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@ footer h2 {
163163
color: #fff;
164164
}
165165

166+
footer a {
167+
color: #fff;
168+
}
169+
166170
/*
167171
code {
168172
color: #fefefe;

details.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ <h1 id="details-heading"></h1>
9696
<footer>
9797
<div class="wrapper">
9898
<h2>codeCompare</h2>
99+
<!-- format this better later: -->
100+
<p><a href="https://github.com/Kernix13/codeCompare" target="_blank">GitHub repo</a></p>
99101
<p>&copy; 2026</p>
100102
</div>
101103
</footer>

frameworks.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,8 @@ <h3>Routing</h3>
229229
<footer>
230230
<div class="wrapper">
231231
<h2>codeCompare</h2>
232+
<!-- format this better later: -->
233+
<p><a href="https://github.com/Kernix13/codeCompare" target="_blank">GitHub repo</a></p>
232234
<p>&copy; 2026</p>
233235
</div>
234236
</footer>

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ <h1 id="heading"></h1>
8989
<footer>
9090
<div class="wrapper">
9191
<h2>codeCompare</h2>
92+
<!-- format this better later: -->
93+
<p><a href="https://github.com/Kernix13/codeCompare" target="_blank">GitHub repo</a></p>
9294
<p>&copy; 2026</p>
9395
</div>
9496
</footer>

0 commit comments

Comments
 (0)