mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Uses Ruby html-proofer to check the links. This commit also fixes the various problems it found, as well as dealing with some of its non-problem complaints (it doesn't like anchor (a) tags without either an href, name, or id). Running HTML proofer takes about 12 minutes on my system (with up to two threads), during which it prints no text. Travis CI times out after 10 minutes of nothing being written to stdout, so this commit also adds a background process the Makefile to print a line every minute while make runs.
93 lines
3.6 KiB
HTML
Executable file
93 lines
3.6 KiB
HTML
Executable file
---
|
|
# This file is licensed under the MIT License (MIT) available on
|
|
# http://opensource.org/licenses/MIT.
|
|
|
|
layout: base
|
|
id: innovation
|
|
---
|
|
<h1>{% translate pagetitle %}</h1>
|
|
<p class="summarytxt">{% translate summary %}</p>
|
|
|
|
<div class="tablehalf">
|
|
|
|
<div>
|
|
<img src="/img/innovation/inno_control.jpg" alt="Banner" />
|
|
<h2><img class="titleicon" src="/img/icons/ico_lock.svg" alt="Icon" />{% translate control %}</h2>
|
|
<p>{% translate controltext %}</p>
|
|
</div>
|
|
|
|
<div>
|
|
<img src="/img/innovation/inno_global.jpg" alt="Banner" />
|
|
<h2><img class="titleicon" src="/img/icons/ico_international.svg" alt="Icon" />{% translate global %}</h2>
|
|
<p>{% translate globaltext %}</p>
|
|
</div>
|
|
|
|
<div>
|
|
<img src="/img/innovation/inno_cost.jpg" alt="Banner" />
|
|
<h2><img class="titleicon" src="/img/icons/ico_lowfee.svg" alt="Icon" />{% translate cost %}</h2>
|
|
<p>{% translate costtext %}</p>
|
|
</div>
|
|
|
|
<div>
|
|
<img src="/img/innovation/inno_donation.jpg" alt="Banner" />
|
|
<h2><img class="titleicon" src="/img/icons/ico_donate.svg" alt="Icon" />{% translate donation %}</h2>
|
|
<p>{% translate donationtext %}</p>
|
|
</div>
|
|
|
|
<div>
|
|
<img src="/img/innovation/inno_crowdfunding.jpg" alt="Banner" />
|
|
<h2><img class="titleicon" src="/img/icons/ico_multi.svg" alt="Icon" />{% translate crowdfunding %}</h2>
|
|
<p>{% translate crowdfundingtext %}</p>
|
|
</div>
|
|
|
|
<div>
|
|
<img src="/img/innovation/inno_micro.jpg" alt="Banner" />
|
|
<h2><img class="titleicon" src="/img/icons/ico_micro.svg" alt="Icon" />{% translate micro %}</h2>
|
|
<p>{% translate microtext %}</p>
|
|
</div>
|
|
|
|
<div>
|
|
<img src="/img/innovation/inno_mediation.jpg" alt="Banner" />
|
|
<h2><img class="titleicon" src="/img/icons/ico_balance.svg" alt="Icon" />{% translate mediation %}</h2>
|
|
<p>{% translate mediationtext %}</p>
|
|
</div>
|
|
|
|
<div>
|
|
<img src="/img/innovation/inno_multisig.jpg" alt="Banner" />
|
|
<h2><img class="titleicon" src="/img/icons/ico_multisig.svg" alt="Icon" />{% translate multisig %}</h2>
|
|
<p>{% translate multisigtext %}</p>
|
|
</div>
|
|
|
|
<div>
|
|
<img src="/img/innovation/inno_trust.jpg" alt="Banner" />
|
|
<h2><img class="titleicon" src="/img/icons/ico_law.svg" alt="Icon" />{% translate trust %}</h2>
|
|
<p>{% translate trusttext %}</p>
|
|
</div>
|
|
|
|
<div>
|
|
<img src="/img/innovation/inno_resiliency.jpg" alt="Banner" />
|
|
<h2><img class="titleicon" src="/img/icons/ico_network.svg" alt="Icon" />{% translate resiliency %}</h2>
|
|
<p>{% translate resiliencytext %}</p>
|
|
</div>
|
|
|
|
<div>
|
|
<img src="/img/innovation/inno_transparency.jpg" alt="Banner" />
|
|
<h2><img class="titleicon" src="/img/icons/ico_transparency.svg" alt="Icon" />{% translate transparency %}</h2>
|
|
<p>{% translate transparencytext %}</p>
|
|
</div>
|
|
|
|
<div>
|
|
<img src="/img/innovation/inno_automation.jpg" alt="Banner" />
|
|
<h2><img class="titleicon" src="/img/icons/ico_solve.svg" alt="Icon" />{% translate automation %}</h2>
|
|
<p>{% translate automationtext %}</p>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<p class="attribution">
|
|
Trezor prototype, © <a href="http://www.bitcointrezor.com/">Trezor</a><br>
|
|
National Gallery of Art, © AgnosticPreachersKid on <a href="http://commons.wikimedia.org/wiki/File:National_Gallery_of_Art_-_West_Building.JPG">Wikimedia</a> used under a Creative Commons license <a href="http://creativecommons.org/licenses/by-sa/3.0/deed.en">CC BY-SA 3.0</a><br>
|
|
Weusecoins video screenshot, © <a href="https://weusecoins.com/">weusecoins.com</a> used under a Creative Commons license <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a><br>
|
|
Robot Sketching, © <a href="http://www.flickr.com/photos/elmastudio/4784871615/in/photostream/">Elmastudio</a> on Flickr used under a Creative Commons license <a href="http://creativecommons.org/licenses/by-nc-nd/2.0/deed.fr">CC BY-NC-ND 2.0</a><br>
|
|
All other pictures are copyrighted materials.
|
|
</p>
|