Skip to content

Commit

Permalink
Add Corporate Sponsor to dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
NEMS Linux committed Feb 18, 2019
1 parent bf785d1 commit 6f80535
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
9 changes: 6 additions & 3 deletions inc/footer.php
Expand Up @@ -45,10 +45,13 @@
<div class="footsie">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-4 col-xs-5">
<p><a href="https://nemslinux.com/" target="_blank">NEMS Linux</a> <?= ver() ?> <span style="color: #777">by</span> <a target="_blank" href="http://www.baldnerd.com/who-is-the-bald-nerd/">Robbie Ferguson</a></p>
<div class="col-md-4 col-sm-4 col-xs-5">
<p><a href="https://nemslinux.com/" target="_blank">NEMS Linux</a> <span style="color: #777">by</span> <a target="_blank" href="http://www.baldnerd.com/who-is-the-bald-nerd/">Robbie Ferguson</a></p>
</div>
<div class="col-md-6 col-sm-8 col-xs-7 text-right pull-right">
<div class="col-md-4 col-sm-4 col-xs-5 img-center text-center">
<p>Version <?= ver() ?></p>
</div>
<div class="col-md-4 col-sm-8 col-xs-7 text-right pull-right">
<ul class="social-icons">
<li style="display:none;"><a target="_blank" class="social_facebook rounded-x" data-original-title="Facebook" href="https://www.facebook.com/Robbie-Ferguson-22827508923/"></a></li>
<li><a target="_blank" class="social_twitter rounded-x" data-original-title="Twitter" href="https://twitter.com/NEMSLinux"></a></li>
Expand Down
8 changes: 8 additions & 0 deletions index.php
Expand Up @@ -105,6 +105,12 @@

<p align="center"><a href="https://www.patreon.com/bePatron?u=8543379" class="btn btn-u btn-u-red" target="_blank"><img src="/img/fa-patreon.png" align="bottom" style="max-height:14px; margin-right: 8px;" class="pull-left img-responsive" /> Become a Patron</a></p>

<div class="text-center img-center">
<p style="font-size: 0.5em; color:#aaa; margin: 30px 0 0px 0; padding: 0 !important;">Sponsored By:</p>
<a style="margin: 0; padding: 0 0 20px 0;" href="https://www.rnitsolutions.com/" target="_blank"><img src="https://nemslinux.com/img/sponsors/xrnit.png.pagespeed.ic.DeVGhHCiav.png" class="img-responsive" style="max-height:30px;" /></a>
</div>


</div><!--/end container-->

</div>
Expand All @@ -116,9 +122,11 @@
</div>
</div>
</div>

<!-- Promo Content END -->
</div>
<!-- Fullscreen Static Image END -->

</div>
</section>
<!-- Promo block END -->
Expand Down

0 comments on commit 6f80535

Please sign in to comment.