lbry.tech/app/components/mission-statement.js

24 lines
914 B
JavaScript
Raw Normal View History

2018-08-30 23:53:52 +02:00
"use strict";
2018-11-30 21:46:22 +01:00
// I M P O R T
2018-08-30 23:53:52 +02:00
import html from "choo/html";
// E X P O R T
2018-10-03 22:27:13 +02:00
export default () => html`
<div class="component--mission-statement">
<strong class="component--mission-statement__title">Mission Statement</strong>
2018-10-08 16:38:11 +02:00
To create a market for accessing and publishing information<sup><a href="#footnote-1" title="First footnote of our mission statement">1</a></sup>
that is global<sup><a href="#footnote-2" title="Second footnote of our mission statement">2</a></sup>,
decentralized<sup><a href="#footnote-3" title="Third footnote of our mission statement">3</a></sup>,
robust<sup><a href="#footnote-4" title="Fourth footnote of our mission statement">4</a></sup>,
optimal<sup><a href="#footnote-5" title="Fifth footnote of our mission statement">5</a></sup>
and complete<sup><a href="#footnote-6" title="Sixth footnote of our mission statement">6</a></sup>.
2018-10-03 22:27:13 +02:00
</div>
`;