add links between gh-page and repo views

This commit is contained in:
Trent Palmer 2018-08-29 23:16:23 -07:00
parent 0578372757
commit 7680bfce8d
2 changed files with 6 additions and 0 deletions

3
README.md Normal file
View File

@ -0,0 +1,3 @@
### FreeCodeCamp Challenges Web Page Tutorial Projects
* [GitHub Page View of this Repo](https://trentspalmer.github.io/fcc_challenges)

View File

@ -12,6 +12,9 @@
<h1 id="title">FCC Challenges</h1>
<div id="directory-list">
<ul>
<li>
<a href="https://github.com/TrentSPalmer/fcc_challenges" target="_blank">GitHub Repository View of This Page</a>
</li>
<li>
<a href="mccain_tribute/" target="_blank">Build a Tribute Page - McCain Tribute - Responsive Web Design Projects</a>
</li>