1
0
mirror of https://git.teknik.io/Teknikode/Teknik.git synced 2023-08-02 14:16:22 +02:00

Added redbubble icon and redbubble marketplace.

This commit is contained in:
Uncled1023 2016-10-08 23:07:33 -07:00
parent ddcba23ae9
commit b534f25d62
3 changed files with 17 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 817 B

View File

@ -439,6 +439,7 @@
<Content Include="Content\jquery.tocify.css" />
<Content Include="Fonts\fontawesome-webfont.svg" />
<Content Include="Fonts\glyphicons-halflings-regular.svg" />
<Content Include="Images\redbubble_icon.png" />
<Content Include="Migrations\InitializeTransfers.sql" />
<Content Include="Migrations\SetCaseSensitivity.sql" />
<Content Include="Scripts\audioplayer.min.js" />

View File

@ -2,6 +2,19 @@
@using System.Reflection;
@using Teknik.Helpers;
@{
string redbubblePath = "/Images/redbubble_icon.png";
// If we are using a CDN, let's replace it
if (Model.Config.UseCdn)
{
if (!string.IsNullOrEmpty(Model.Config.CdnHost))
{
redbubblePath = Model.Config.CdnHost.TrimEnd('/') + redbubblePath;
}
}
}
<footer id="footer" class="footer navbar navbar-default">
<div class="container">
<div class="row">
@ -13,8 +26,9 @@
</small>
</p>
<form class="form-inline">
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MBG93VKQ343P4" role="button" class="btn btn-default btn-sm"><i class="fa fa-paypal"></i></a>
<a href="https://gratipay.com/Teknik/" role="button" class="btn btn-default btn-sm"><i class="fa fa-gratipay"></i></a>
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MBG93VKQ343P4" role="button" class="btn btn-default btn-sm" title="Paypal Donation"><i class="fa fa-paypal"></i></a>
<a href="https://gratipay.com/Teknik/" role="button" class="btn btn-default btn-sm" title="Gratipay"><i class="fa fa-gratipay"></i></a>
<a href="http://www.redbubble.com/people/teknikio" role="button" class="btn btn-default btn-sm" title="Teknik Redbubble Marketplace"><img src="@redbubblePath" alt="Teknik Redbubble" /></a>
<div class="form-group">
<div class="input-group">
<span class="input-group-addon" id="basic-addon1"><i class="fa fa-bitcoin"></i></span>