Skip to content

Commit

Permalink
minor footer/about updates
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroasterisk committed May 18, 2013
1 parent 1def0da commit 24dfc36
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,21 @@
<template name="footer">
<footer class="well" style="margin-top: 10px;">
&copy; <a href="http://presenteract.meteor.com">Presenteract</a> 2013
&nbsp;
<span class="muted">{{version}}</span>
&nbsp;
&nbsp;
<a href="https://play.google.com/store/apps/details?id=com.meteor.presenteract" target="_blank" title="Get the iOS App"><img
src="http://icons.iconarchive.com/icons/visualpharm/icons8-metro-style/64/Cell-Phones-Iphone-icon.png" width="32" alt="ios app"></a>
<a href="https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=646279445&mt=8" target="_blank" title="Get the Android App"><img
src="http://cdn1.iconfinder.com/data/icons/WPZOOM_Social_Networking_Icon_Set/64/android.png" width="32" alt="android app"></a>
<div class="pull-right muted">
<small>
Built with
<a href="http://meteor.com">MeteorJS</a>
<a href="http://phonegap.com">PhoneGap</a>
<a href="/about">More...</a>
<a href="http://twitter.github.io/bootstrap/">Twitter Bootstrap</a>
<a href="/about#built-with">More...</a>
</small>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion client/views/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h2 id="help">Help / Contact</h2>
<p><a href="https://github.com/zeroasterisk/Presenteract/issues">Bug Reports and Feature Requests</a> are available. If there is a significant need, we will improve this to a knowledge base.</p>
<p>Developers, the code is available on <a href="https://github.com/zeroasterisk/Presenteract">GitHub</a>. Pull Requests are appriciated.</p>

<h2>Built With</h2>
<h2 id="built-with">Built With</h2>
<div class="row">
<div class="span4">
<h3><a href="http://meteor.com">MeteorJS</a></h3>
Expand Down

0 comments on commit 24dfc36

Please sign in to comment.