Skip to content

Commit

Permalink
Add GitHub link to the about page (#158)
Browse files Browse the repository at this point in the history
* Add GitHub link to redirects

* Add GitHub to the CSS for the about page

* Added GitHub link to the about page

* Update about.scss
  • Loading branch information
MattyTheHacker authored Aug 21, 2021
1 parent 12f56a1 commit 25888fa
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
4 changes: 4 additions & 0 deletions _data/redirects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
destination: https://www.youtube.com/channel/UC-nWGWJv8wi3nw4YG55Vd0A
- source: /email
destination: mailto:[email protected]
- source: /gh
destination: https://github.com/CSSUoB/cssuob.github.io
- source: /github
destination: https://github.com/CSSUoB/cssuob.github.io

# uni
- source: /guild
Expand Down
3 changes: 3 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ <h4><i class="fab fa-linkedin"></i> LinkedIn</h4>
<a href=/yt class="social-link youtube">
<h4><i class="fab fa-youtube"></i> YouTube</h4>
</a>
<a href=/gh class="social-link github">
<h4><i class="fab fa-github"></i> GitHub</h4>
</a>
</div>

<div class="flex-container flex-v-center">
Expand Down
8 changes: 7 additions & 1 deletion css/about.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,13 @@ h1, h2, h3, h4 {
h4, i {
color: #ff0000;
}
}
}

.github {
h4, i {
color: #000000;
}
}
}

#sparkles {
Expand Down

0 comments on commit 25888fa

Please sign in to comment.