change latest project
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
<IISExpressUseClassicPipelineMode />
|
||||
<NuGetPackageImportStamp>937356fd</NuGetPackageImportStamp>
|
||||
<ApplicationInsightsResourceId>/subscriptions/6332a4fe-3d5b-4857-9206-6dedd406f451/resourcegroups/WebResourceGroup/providers/microsoft.insights/components/tparnellAbout</ApplicationInsightsResourceId>
|
||||
<UseGlobalApplicationHostFile />
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
@@ -187,6 +188,7 @@
|
||||
<Content Include="Content\bootstrap.css.map" />
|
||||
<Content Include="ApplicationInsights.config" />
|
||||
<Content Include="Images\sqprofile.jpg" />
|
||||
<Content Include="Images\Untappd2.jpg" />
|
||||
<Content Include="Scripts\GAnalytics.min.js.map">
|
||||
<DependentUpon>GAnalytics.min.js</DependentUpon>
|
||||
</Content>
|
||||
|
||||
BIN
src/AboutMe.Mvc.Web/Images/Untappd2.jpg
Normal file
BIN
src/AboutMe.Mvc.Web/Images/Untappd2.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
@@ -4,6 +4,25 @@
|
||||
<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>
|
||||
<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">
|
||||
<img class="img-responsive center-block project-image" src="~/Images/Untappd2.jpg" alt="Untappd Logo" />
|
||||
</a>
|
||||
@*<div class="ribbon">
|
||||
<div class="text">Fork us on Github</div>
|
||||
</div>*@
|
||||
</div>
|
||||
|
||||
<div class="desc text-left">
|
||||
<p>
|
||||
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>
|
||||
</div>
|
||||
@*<div class="item featured text-center">
|
||||
<h3 class="title"><a href="https://github.com/owin-middleware/OwinOAuthProviders/pull/47" target="_blank">Twitch OAuth Provider C#</a></h3>
|
||||
<p class="summary">A provider to allow C# devs to log people in with twitch</p>
|
||||
<div class="featured-image">
|
||||
@@ -12,7 +31,7 @@
|
||||
</a>
|
||||
@*<div class="ribbon">
|
||||
<div class="text">App</div>
|
||||
</div>*@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="desc text-left">
|
||||
@@ -24,7 +43,7 @@
|
||||
</p>
|
||||
</div>
|
||||
<a class="btn btn-cta-secondary" href="https://github.com/owin-middleware/OwinOAuthProviders/pull/47" target="_blank"><i class="fa fa-code-fork"></i> View Pull Request</a>
|
||||
</div>
|
||||
</div>*@
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user