Stackedit/public/res/html/dialogAbout.html

75 lines
2.8 KiB
HTML
Raw Normal View History

2013-08-07 22:34:12 +00:00
<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>
2013-12-08 18:12:31 +00:00
<img data-stackedit-src="logo-promo-128.png" width="316"
2013-12-02 00:09:39 +00:00
height="64" />
</div>
<div class="modal-body">
2014-02-02 21:00:05 +00:00
<div class="pull-right">
2014-02-02 22:00:28 +00:00
<a href="https://twitter.com/share" class="twitter-share-button" data-url="https://stackedit.io" data-text="Great #markdown editor!" data-via="stackedit" data-size="large"></a>
2014-02-02 21:00:05 +00:00
</div>
<dl>
<dt>About:</dt>
<dd>
<a target="_blank" href="https://github.com/benweet/stackedit/">GitHub
2013-10-27 19:19:56 +00:00
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
2013-10-27 19:19:56 +00:00
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 />
2013-08-07 22:34:12 +00:00
</dd>
</dl>
<dl>
<dt>Developers:</dt>
<dd>
<a target="_blank" href="http://www.benoitschweblin.com">Benoit
2014-01-22 00:13:46 +00:00
Schweblin</a><br />
Pete Eigel (contributor)<br />
wiibaa (contributor)
2013-08-07 22:34:12 +00:00
</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>
2013-08-07 22:34:12 +00:00
<p>
2014-01-13 18:57:59 +00:00
StackEdit <%= version %> &ndash; <a target="_blank" href="privacy_policy.html">Privacy Policy</a><br /> Copyright 2013 <a
2013-08-07 22:34:12 +00:00
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>