Stackedit/public/res/html/dialogAbout.html
2014-02-02 21:00:05 +00:00

75 lines
2.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
<img data-stackedit-src="logo-promo-128.png" width="316"
height="64" />
</div>
<div class="modal-body">
<div class="pull-right">
<a href="https://twitter.com/share" class="twitter-share-button" data-url="https://stackedit.io" data-text="StackEdit markdown editor" data-via="stackedit" data-size="large"></a>
</div>
<dl>
<dt>About:</dt>
<dd>
<a target="_blank" href="https://github.com/benweet/stackedit/">GitHub
project</a> /
<a target="_blank" href="https://github.com/benweet/stackedit/issues">issue
tracker</a>
<br />
<a target="_blank" href="https://chrome.google.com/webstore/detail/stackedit/iiooodelglhkcpgbajoejffhijaclcdg">Chrome
app</a> (thanks for your review!)
<br />
<a target="_blank" href="https://twitter.com/stackedit/">Follow on Twitter</a>
<br />
<a target="_blank" href="https://www.facebook.com/stackedit/">Follow
on Facebook</a>
<br />
<a target="_blank" href="https://plus.google.com/110816046787593496375"
rel="publisher">Follow on Google+</a>
<br />
</dd>
</dl>
<dl>
<dt>Developers:</dt>
<dd>
<a target="_blank" href="http://www.benoitschweblin.com">Benoit
Schweblin</a><br />
Pete Eigel (contributor)<br />
wiibaa (contributor)
</dd>
</dl>
<dl>
<dt>Credit:</dt>
<dd>
<% _.each(libraries, function(url, name) { %> <a target="_blank"
href="<%= url %>"><%= name %></a><br /> <% }); %>
</dd>
</dl>
<dl>
<dt>Related projects:</dt>
<dd>
<% _.each(projects, function(url, name) { %> <a target="_blank"
href="<%= url %>"><%= name %></a><br /> <% }); %>
</dd>
</dl>
<dl>
<dt>Support StackEdit:</dt>
<dd>
<a target="_blank" href="https://www.gittip.com/stackedit/"><img class="btn-gittip" data-stackedit-src="gittip.png" /></a>
</dd>
</dl>
<p>
StackEdit <%= version %> &ndash; <a target="_blank" href="privacy_policy.html">Privacy Policy</a><br /> Copyright 2013 <a
target="_blank" href="http://www.benoitschweblin.com">Benoit
Schweblin</a><br /> Licensed under an <a target="_blank"
href="http://www.apache.org/licenses/LICENSE-2.0">Apache
License</a>
</p>
</div>
<div class="modal-footer">
<a href="#" class="btn btn-primary" data-dismiss="modal">Close</a>
</div>
</div>
</div>