change github link
This commit is contained in:
10
index.html
10
index.html
@@ -35,11 +35,11 @@
|
||||
<li><a href="https://twitter.com/TerribleDev"><i class="fa fa-twitter"></i></a></li>
|
||||
<li><a href="http://www.linkedin.com/pub/tommy-parnell/24/722/63a"><i class="fa fa-linkedin"></i></a></li>
|
||||
<li><a href="http://blog.tparnell.io"><i class="fa fa-pencil"></i></a></li>
|
||||
<li class="last-item"><a href="https://github.com/tparnell8"><i class="fa fa-github-alt"></i></a></li>
|
||||
<li class="last-item"><a href="https://github.com/TerribleDev"><i class="fa fa-github-alt"></i></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="pull-right-md btn-toolbar">
|
||||
<a class="btn btn-cta-primary" href="https://github.com/tparnell8/about.tommyparnell.com.node" target="_blank"><i class="fa fa-github fa-lg"></i> View on Github</a>
|
||||
<a class="btn btn-cta-primary" href="https://github.com/TerribleDev/about.tommyparnell.com.node" target="_blank"><i class="fa fa-github fa-lg"></i> View on Github</a>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
@@ -88,10 +88,10 @@
|
||||
<div class="content">
|
||||
|
||||
<div class="item featured text-center">
|
||||
<h3 class="title"><a href="https://github.com/tparnell8/Untappd.Net/" target="_blank">C# Untappd API</a></h3>
|
||||
<h3 class="title"><a href="https://github.com/TerribleDev/Untappd.Net/" target="_blank">C# Untappd API</a></h3>
|
||||
<p class="summary">A provider to allow C# devs to use the Untappd API</p>
|
||||
<div class="featured-image">
|
||||
<a href="https://github.com/tparnell8/Untappd.Net/" target="_blank">
|
||||
<a href="https://github.com/TerribleDev/Untappd.Net/" target="_blank">
|
||||
<img class="img-responsive center-block project-image" src="img/Untappd2.jpg" alt="Untappd Logo">
|
||||
</a>
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
I love api wrappers, and I love .net. I wanted to work with untappd, and there was no .NET wrapper. So I decided to make one.
|
||||
</p>
|
||||
</div>
|
||||
<a class="btn btn-cta-secondary" href="https://github.com/tparnell8/Untappd.Net/" target="_blank"><i class="fa fa-github"></i> Project on github</a>
|
||||
<a class="btn btn-cta-secondary" href="https://github.com/TerribleDev/Untappd.Net/" target="_blank"><i class="fa fa-github"></i> Project on github</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user