Skip to content

Commit 837e279

Browse files
Fix typos of GitHub
1 parent e53c946 commit 837e279

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Academic Pages
2-
**Academic Pages is a Github Pages template for academic websites.**
2+
**Academic Pages is a GitHub Pages template for academic websites.**
33

44
![Academic Pages template example](images/homepage.png "Academic Pages template example")
55

_includes/author-profile.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h3 class="author__name">{{ author.name }}</h3>
7474
<li><a href="https://dribbble.com/{{ author.dribbble }}"><i class="fab fa-fw fa-dribbble icon-pad-right" aria-hidden="true"></i>Dribbble</a></li>
7575
{% endif %}
7676
{% if author.github %}
77-
<li><a href="https://github.com/{{ author.github }}"><i class="fab fa-fw fa-github icon-pad-right" aria-hidden="true"></i>Github</a></li>
77+
<li><a href="https://github.com/{{ author.github }}"><i class="fab fa-fw fa-github icon-pad-right" aria-hidden="true"></i>GitHub</a></li>
7878
{% endif %}
7979
{% if author.kaggle %}
8080
<li><a href="https://kaggle.com/{{ author.kaggle }}"><i class="fab fa-fw fa-kaggle icon-pad-right" aria-hidden="true"></i>Kaggle</a></li>

_pages/archive-layout-with-content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Make any link standout more when applying the `.btn` class.
105105

106106
### Anchor Tag (aka. Link)
107107

108-
This is an example of a [link](http://github.com "Github").
108+
This is an example of a [link](http://github.com "GitHub").
109109

110110
### Abbreviation Tag
111111

_pages/cv.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ Education
1818
Work experience
1919
======
2020
* Spring 2024: Academic Pages Collaborator
21-
* Github University
21+
* GitHub University
2222
* Duties includes: Updates and improvements to template
2323
* Supervisor: The Users
2424

2525
* Fall 2015: Research Assistant
26-
* Github University
26+
* GitHub University
2727
* Duties included: Merging pull requests
2828
* Supervisor: Professor Hub
2929

3030
* Summer 2015: Research Assistant
31-
* Github University
31+
* GitHub University
3232
* Duties included: Tagging issues
3333
* Supervisor: Professor Git
3434

_pages/markdown.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ redirect_from:
2525
## Tips and hints
2626

2727
* Name a file ".md" to have it render in markdown, name it ".html" to render in HTML.
28-
* Go to the [commit list](https://github.com/academicpages/academicpages.github.io/commits/master) (on your repo) to find the last version Github built with Jekyll.
28+
* Go to the [commit list](https://github.com/academicpages/academicpages.github.io/commits/master) (on your repo) to find the last version GitHub built with Jekyll.
2929
* Green check: successful build
3030
* Orange circle: building
3131
* Red X: error
@@ -182,7 +182,7 @@ This is the regular text.[^1] This is more regular text.[^note]
182182

183183
### Anchor Tag (aka. Link)
184184

185-
This is an example of a [link](http://github.com "Github").
185+
This is an example of a [link](http://github.com "GitHub").
186186

187187
### Abbreviation Tag
188188

0 commit comments

Comments
 (0)