Add donation page and masthead
|
@ -9,6 +9,9 @@
|
||||||
<li>
|
<li>
|
||||||
<a href="/contribute">Get Involved</a>
|
<a href="/contribute">Get Involved</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/donate">Donate</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/standardebooks">GitHub</a>
|
<a href="https://github.com/standardebooks">GitHub</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -69,6 +69,9 @@ print("\n");
|
||||||
<li>
|
<li>
|
||||||
<a<? if($highlight == 'contribute'){ ?> class="highlighted"<? } ?> href="/contribute">Get Involved</a>
|
<a<? if($highlight == 'contribute'){ ?> class="highlighted"<? } ?> href="/contribute">Get Involved</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a<? if($highlight == 'donate'){ ?> class="highlighted"<? } ?> href="/donate">Donate</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
|
|
@ -1,64 +1,144 @@
|
||||||
<?
|
<?
|
||||||
require_once('Core.php');
|
require_once('Core.php');
|
||||||
?><?= Template::Header(['title' => 'About Standard Ebooks', 'highlight' => 'about', 'description' => 'The Standard Ebooks project is a volunteer driven, not-for-profit effort to produce a collection of high quality, carefully formatted, accessible, open source, and free public domain ebooks that meet or exceed the quality of commercially produced ebooks. The text and cover art in our ebooks is already believed to be in the public domain, and Standard Ebook dedicates its own work to the public domain, thus releasing whole ebooks files themselves into the public domain.']) ?>
|
?><?= Template::Header(['title' => 'About Standard Ebooks', 'highlight' => 'about', 'description' => 'The Standard Ebooks project is a volunteer driven, not-for-profit effort to produce a collection of high quality, carefully formatted, accessible, open source, and free public domain ebooks that meet or exceed the quality of commercially produced ebooks. The text and cover art in our ebooks is already believed to be in the public domain, and Standard Ebook dedicates its own work to the public domain, thus releasing the entirety of each ebook file into the public domain.']) ?>
|
||||||
<main>
|
<main>
|
||||||
<article>
|
<article>
|
||||||
<h1>About Standard Ebooks</h1>
|
<h1>About Standard Ebooks</h1>
|
||||||
<section id="goals">
|
<p>The Standard Ebooks project is a volunteer driven, not-for-profit effort to produce a collection of high quality, carefully formatted, accessible, open source, and free public domain ebooks that meet or exceed the quality of commercially produced ebooks. The text and cover art in our ebooks is already believed to be in the public domain, and Standard Ebook dedicates its own work to the public domain, thus releasing the entirety of each ebook file into the public domain. All the ebooks we produce are distributed free of cost and free of U.S. copyright restrictions.</p>
|
||||||
<h2>Goals</h2>
|
<section id="more-information">
|
||||||
<ol>
|
<h2>More information</h2>
|
||||||
<li>
|
|
||||||
<p>Produce ebooks that embrace the latest ebook technology standards.</p>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<p>Produce ebooks aimed at the sensibilities of modern readers that rival commercially-available ebooks in typography and formatting.</p>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<p>Produce ebooks with strict code formatting standards and patterns, so that they can be used as a base for other ebook projects.</p>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<p>Produce ebooks with rich semantic data and predictable structure that can be easily machine-processed.</p>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<p>Enrich and evangelize the worldwide public domain.</p>
|
|
||||||
</li>
|
|
||||||
</ol>
|
|
||||||
</section>
|
|
||||||
<section id="the-short-blurb">
|
|
||||||
<h2>The short blurb</h2>
|
|
||||||
<p>The Standard Ebooks project is a volunteer driven, not-for-profit effort to produce a collection of high quality, carefully formatted, accessible, open source, and free public domain ebooks that meet or exceed the quality of commercially produced ebooks. The text and cover art in our ebooks is already believed to be in the public domain, and Standard Ebook dedicates its own work to the public domain, thus releasing whole ebooks files themselves into the public domain.</p>
|
|
||||||
<h2>How’s this different from Project Gutenberg or other free ebook sites?</h2>
|
|
||||||
<p>While there are plenty of places where you can download free and accurately-transcribed public domain ebooks, we feel the <em>quality</em> of those ebooks can often be greatly improved.</p>
|
|
||||||
<p>For example, <a href="https://gutenberg.org">Project Gutenberg</a>, a major producer of public-domain ebooks, hosts epub and Kindle files that sometimes lack basic typographic necessities like curly quotes; some of those ebooks are automatically generated and can’t take full advantage of modern ereader technology like popup footnotes or popup tables of contents; they sometimes lack niceties like cover images and title pages; and the quality of individual ebook productions varies greatly.</p>
|
|
||||||
<p>Archival sites like the <a href="https://archive.org">Internet Archive</a> (and even Project Gutenberg, to some extent) painstakingly preserve entire texts word-for-word, including original typos and ephemera that are of limited interest to modern readers: everything including centuries-old publishing marks, advertisements for long-vanished publishers, author bios, deeply archaic spellings, and so on. Sometimes all you get is a scan of the actual book pages. That’s great for researchers, archivists, and special-interest readers, but not that great for casual, modern readers.</p>
|
|
||||||
<p>The Standard Ebooks project differs from those etext projects in that we aim to make free public domain ebooks that are carefully typeset, cleaned of ancient and irrelevant ephemera, take full advantage of modern ereading technology, are formatted according to a detailed style guide, and that are each held to a standard of quality and internal consistency. Standard Ebooks include carefully chosen cover art based on public domain artwork, and are presented in an attractive way on your ebookshelf. For technically-inclined readers, Standard Ebooks conform to a rigorous coding style, are completely open source, and are <a href="https://github.com/standardebooks/">hosted on GitHub</a>, so anyone can contribute corrections or improvements easily and directly without having to deal with baroque forums or opaque processes.</p>
|
|
||||||
</section>
|
|
||||||
<section id="what-makes-se-different">
|
|
||||||
<h2>What makes a Standard Ebook different?</h2>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<p><b>Design:</b> Consistent and clean cover art designs that make your ebook look good on the shelf, and attention to layout like section breaks, indentation, and chapter headings.</p>
|
<p><a href="/about/our-goals">Standard Ebooks’ goals</a></p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p><b>Typography:</b> Details like <a href="https://practicaltypography.com/straight-and-curly-quotes.html">curly quotes</a>, <a href="https://practicaltypography.com/ellipses.html">ellipses</a>, <a href="https://practicaltypography.com/hyphens-and-dashes.html">en-, em-, and double-em-dashes</a>, <a href="https://practicaltypography.com/first-line-indents.html">indentation</a>, <a href="https://practicaltypography.com/hyphenation.html">hyphenation</a>, and more make for the smooth reading experience you’d expect from a printed book.</p>
|
<p><a href="/about/what-makes-standard-ebooks-different">What makes Standard Ebooks different</a></p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p><b>Ebook best practices:</b> Tables of contents and chapter breaks your ereader can understand, detailed and consistent metadata, popup footnotes, and more. Minimal markup and styling that lets your ereader’s personality shine—but consistency, so all of our ebooks look familiar.</p>
|
<p><a href="/about/standard-ebooks-and-the-public-domain">Standard Ebooks and the public domain</a></p>
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<p><b>Programming best practices:</b> The stuff you can’t see, but that makes for a professional product: semantic markup, minimal and elegant code, smooth build processes, and source control.</p>
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
<section id="se-and-the-public-domain">
|
<section id="masthead" class="masthead">
|
||||||
<h2>Standard Ebooks and the public domain</h2>
|
<h2>Masthead</h2>
|
||||||
<p>All of our ebooks are texts that are thought to be in the public domain in the United States. We base our cover art designs on art that is also thought to be in the public domain in the United States.</p>
|
<section id="editor-in-chief">
|
||||||
<p>Standard Ebooks puts significant work into designing, formatting, marking up, and hosting our ebooks. While some think we could, or even <em>should</em>, release our work with some kind of copyright notice, instead <strong>Standard Ebooks dedicates the entirety of each of our ebook files, including markup, cover art, and everything in between, to the public domain</strong>.</p>
|
<h3>Editor-in-Chief</h3>
|
||||||
<p>The public domain is a priceless resource for all of us, and for the generations after us. It’s a free repository of our culture going back centuries—a way for us to see where we came from and to chart where we’re going. It represents our collective cultural heritage.</p>
|
<ol class="editors">
|
||||||
<p>In the past, copyright was a limited boon, designed not to enrich a creator and their children’s children a hundred years from now, but rather to allow a creator to profit by granting a <em>temporary</em> monopoly on reproduction, in exchange for their work to be returned to the public after a few years. Our ancestors—in fact, the framers of the US Constitution—recognized that art builds on art, and that locking up culture benefits a handful but harms the greater public.</p>
|
<li>
|
||||||
<p>Today, large corporations are putting a lot of money into twisting our laws to slowly but surely strangle the public domain, making it increasingly remote and inaccessible so they can continue seeking rent on ideas and culture nearly a century old. Today laws lock up work not just for the author’s entire lifetime, but for the lifetime of their children, and <em>their</em> children. Copyright can’t enrich the dead, but it <em>can</em> enrich powerful corporations … at our—at <em>everyone’s</em>—expense.</p>
|
<picture>
|
||||||
<p>Dedicating the work Standard Ebooks produces to the public domain is our small way of letting the world know how important it is to fight that. If corporations have their way, the last liberated and free culture you’ll ever have is what was published before <?= PD_YEAR ?>.</p>
|
<source srcset="/images/masthead/alex-cabal@2x.avif 2x, /images/masthead/alex-cabal.avif 1x" type="image/avif"/>
|
||||||
<p>What a sad world that would be.</p>
|
<source srcset="/images/masthead/alex-cabal@2x.jpg 2x, /images/masthead/alex-cabal.jpg 1x" type="image/jpg"/>
|
||||||
|
<img src="/images/masthead/alex-cabal.png" alt="A portrait of Alex Cabal."/>
|
||||||
|
</picture>
|
||||||
|
<p>
|
||||||
|
<a href="https://alexcabal.com">Alex Cabal</a>
|
||||||
|
<img src="/images/masthead/alex-cabal-contact.svg" alt="Contact information for Alex Cabal." class="contact"/>
|
||||||
|
</p>
|
||||||
|
</li>
|
||||||
|
</ol>
|
||||||
|
</section>
|
||||||
|
<section id="editors">
|
||||||
|
<h3>Editors</h3>
|
||||||
|
<ol class="editors">
|
||||||
|
<li>
|
||||||
|
<picture>
|
||||||
|
<source srcset="/images/masthead/david-grigg@2x.avif 2x, /images/masthead/david-grigg.avif 1x" type="image/avif"/>
|
||||||
|
<source srcset="/images/masthead/david-grigg@2x.jpg 2x, /images/masthead/david-grigg.jpg 1x" type="image/jpg"/>
|
||||||
|
<img src="/images/masthead/david-grigg.png" alt="A portrait of Robin Whittleton."/>
|
||||||
|
</picture>
|
||||||
|
<p>
|
||||||
|
<a href="https://rightword.com.au/david.php">David Grigg</a>
|
||||||
|
<img src="/images/masthead/david-grigg-contact.svg" alt="Contact information for David Grigg." class="contact"/>
|
||||||
|
</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<picture>
|
||||||
|
<source srcset="/images/masthead/b-timothy-keith@2x.avif 2x, /images/masthead/b-timothy-keith.avif 1x" type="image/avif"/>
|
||||||
|
<source srcset="/images/masthead/b-timothy-keith@2x.jpg 2x, /images/masthead/b-timothy-keith.jpg 1x" type="image/jpg"/>
|
||||||
|
<img src="/images/masthead/b-timothy-keith.png" alt="A portrait of Robin Whittleton."/>
|
||||||
|
</picture>
|
||||||
|
<p>
|
||||||
|
<a href="https://astart.ca">B. Timothy Keith</a>
|
||||||
|
<img src="/images/masthead/b-timothy-keith-contact.svg" alt="Contact information for B. Timothy Keith." class="contact"/>
|
||||||
|
</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<img src="/images/masthead/portrait.svg" alt=""/>
|
||||||
|
<p><a href="https://www.brokenandsaved.com">Vince Rice</a></p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<img src="/images/masthead/portrait.svg" alt=""/>
|
||||||
|
<p><a href="https://www.linkedin.com/in/emma-sweeney-554927190/">Emma Sweeney</a></p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<picture>
|
||||||
|
<source srcset="/images/masthead/robin-whittleton@2x.avif 2x, /images/masthead/robin-whittleton.avif 1x" type="image/avif"/>
|
||||||
|
<source srcset="/images/masthead/robin-whittleton@2x.jpg 2x, /images/masthead/robin-whittleton.jpg 1x" type="image/jpg"/>
|
||||||
|
<img src="/images/masthead/robin-whittleton.png" alt="A portrait of Robin Whittleton."/>
|
||||||
|
</picture>
|
||||||
|
<p>
|
||||||
|
<a href="https://www.robinwhittleton.com/">Robin Whittleton</a>
|
||||||
|
<img src="/images/masthead/robin-whittleton-contact.svg" alt="Contact information for Robin Whittleton." class="contact"/>
|
||||||
|
</p>
|
||||||
|
</li>
|
||||||
|
</ol>
|
||||||
|
</section>
|
||||||
|
<section id="patrons-circle">
|
||||||
|
<hgroup>
|
||||||
|
<h3>Patrons Circle</h3>
|
||||||
|
<h4>Donors contributing $15/month or $150. <a href="/donate">Join the Patrons Circle today.</a></h4>
|
||||||
|
</hgroup>
|
||||||
|
<ol class="donors big">
|
||||||
|
<? if(false){ ?>
|
||||||
|
<li>
|
||||||
|
<picture>
|
||||||
|
<source srcset="/images/masthead/alex-cabal@2x.avif 2x, /images/masthead/alex-cabal.avif 1x" type="image/avif"/>
|
||||||
|
<source srcset="/images/masthead/alex-cabal@2x.jpg 2x, /images/masthead/alex-cabal.jpg 1x" type="image/jpg"/>
|
||||||
|
<img src="/images/masthead/alex-cabal.png" alt="A portrait of Alex Cabal."/>
|
||||||
|
</picture>
|
||||||
|
<p>Firstname Lastname</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<img src="/images/masthead/portrait.svg" role="presentation" alt=""/>
|
||||||
|
<p>Anonymous × 2</p>
|
||||||
|
</li>
|
||||||
|
<? } ?>
|
||||||
|
</ol>
|
||||||
|
</section>
|
||||||
|
<section id="friends-circle">
|
||||||
|
<hgroup>
|
||||||
|
<h3>Friends Circle</h3>
|
||||||
|
<h4>Donors contributing $10/month or $100. <a href="/donate">Join the Friends Circle today.</a></h4>
|
||||||
|
</hgroup>
|
||||||
|
<ol class="donors small">
|
||||||
|
<? if(false){ ?>
|
||||||
|
<li>
|
||||||
|
<img src="/images/masthead/portrait.svg" role="presentation" alt=""/>
|
||||||
|
<p>Firstname Lastname</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<img src="/images/masthead/portrait.svg" role="presentation" alt=""/>
|
||||||
|
<p>Anonymous × 2</p>
|
||||||
|
</li>
|
||||||
|
<? } ?>
|
||||||
|
</ol>
|
||||||
|
</section>
|
||||||
|
<section id="letters-circle">
|
||||||
|
<hgroup>
|
||||||
|
<h3>Letters Circle</h3>
|
||||||
|
<h4>Donors contributing $5/month or $50. <a href="/donate">Join the Letters Circle today.</a></h4>
|
||||||
|
</hgroup>
|
||||||
|
<ol class="donors no-images">
|
||||||
|
<? if(false){ ?>
|
||||||
|
<li>
|
||||||
|
<p>Firstname Lastname</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Anonymous × 2</p>
|
||||||
|
</li>
|
||||||
|
<? } ?>
|
||||||
|
</ol>
|
||||||
|
</section>
|
||||||
</section>
|
</section>
|
||||||
</article>
|
</article>
|
||||||
</main>
|
</main>
|
||||||
|
|
26
www/about/our-goals.php
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
<?
|
||||||
|
require_once('Core.php');
|
||||||
|
?><?= Template::Header(['title' => 'Our goals', 'highlight' => 'about', 'description' => 'The goals of the Standard Ebooks project.']) ?>
|
||||||
|
<main>
|
||||||
|
<article>
|
||||||
|
<h1>Our Goals</h1>
|
||||||
|
<ol>
|
||||||
|
<li>
|
||||||
|
<p>Produce ebooks that embrace the latest ebook technology standards.</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Produce ebooks aimed at the sensibilities of modern readers that rival commercially-available ebooks in typography and formatting.</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Produce ebooks with strict code formatting standards and patterns, so that they can be used as a base for other ebook projects.</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Produce ebooks with rich semantic data and predictable structure that can be easily machine-processed.</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Enrich and evangelize the worldwide public domain.</p>
|
||||||
|
</li>
|
||||||
|
</ol>
|
||||||
|
</article>
|
||||||
|
</main>
|
||||||
|
<?= Template::Footer() ?>
|
16
www/about/standard-ebooks-and-the-public-domain.php
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
<?
|
||||||
|
require_once('Core.php');
|
||||||
|
?><?= Template::Header(['title' => 'Standard Ebooks and the public domain', 'highlight' => 'about', 'description' => 'The Standard Ebooks’ philosophy on copyright and the public domain.']) ?>
|
||||||
|
<main>
|
||||||
|
<article>
|
||||||
|
<h1>Standard Ebooks and the public domain</h1>
|
||||||
|
<p>All of our ebooks are texts that are thought to be in the public domain in the United States. We base our cover art designs on art that is also thought to be in the public domain in the United States.</p>
|
||||||
|
<p>Standard Ebooks puts significant work into designing, formatting, marking up, and hosting our ebooks. While some think we could, or even <em>should</em>, release our work with some kind of copyright notice, instead <strong>Standard Ebooks dedicates the entirety of each of our ebook files, including markup, cover art, and everything in between, to the public domain</strong>.</p>
|
||||||
|
<p>The public domain is a priceless resource for all of us, and for the generations after us. It’s a free repository of our culture going back centuries—a way for us to see where we came from and to chart where we’re going. It represents our collective cultural heritage.</p>
|
||||||
|
<p>In the past, copyright was a limited boon, designed not to enrich a creator and their children’s children a hundred years from now, but rather to allow a creator to profit by granting a <em>temporary</em> monopoly on reproduction, in exchange for their work to be returned to the public after a few years. Our ancestors—in fact, the framers of the U.S. Constitution—recognized that art builds on art, and that locking up culture benefits a handful but harms the greater public.</p>
|
||||||
|
<p>Today, large corporations are putting a lot of money into twisting our laws to slowly but surely strangle the public domain, making it increasingly remote and inaccessible so they can continue seeking rent on ideas and culture nearly a century old. Today laws lock up work not just for the author’s entire lifetime, but for the lifetime of their children, and <em>their</em> children. Copyright can’t enrich the dead, but it <em>can</em> enrich powerful corporations … at our—at <em>everyone’s</em>—expense.</p>
|
||||||
|
<p>Dedicating the work Standard Ebooks produces to the public domain is our small way of letting the world know how important it is to fight that. If corporations have their way, the last liberated and free culture you’ll ever have is what was published before <?= PD_YEAR ?>.</p>
|
||||||
|
<p>What a sad world that would be.</p>
|
||||||
|
</article>
|
||||||
|
</main>
|
||||||
|
<?= Template::Footer() ?>
|
30
www/about/what-makes-standard-ebooks-different.php
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
<?
|
||||||
|
require_once('Core.php');
|
||||||
|
?><?= Template::Header(['title' => 'What makes Standard Ebooks different', 'highlight' => 'about', 'description' => 'How Standard Ebooks differs from other free ebook projects.']) ?>
|
||||||
|
<main>
|
||||||
|
<article>
|
||||||
|
<h1>What makes Standard Ebooks different</h1>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p><b>Design:</b> Consistent and clean cover art designs that make your ebook look good on the shelf, and attention to layout like section breaks, indentation, and chapter headings.</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p><b>Typography:</b> Details like <a href="https://practicaltypography.com/straight-and-curly-quotes.html">curly quotes</a>, <a href="https://practicaltypography.com/ellipses.html">ellipses</a>, <a href="https://practicaltypography.com/hyphens-and-dashes.html">en-, em-, and double-em-dashes</a>, <a href="https://practicaltypography.com/first-line-indents.html">indentation</a>, <a href="https://practicaltypography.com/hyphenation.html">hyphenation</a>, and more make for the smooth reading experience you’d expect from a printed book.</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p><b>Ebook best practices:</b> Tables of contents and chapter breaks your ereader can understand, detailed and consistent metadata, popup footnotes, and more. Minimal markup and styling that lets your ereader’s personality shine—but consistency, so all of our ebooks look familiar.</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p><b>Programming best practices:</b> The stuff you can’t see, but that makes for a professional product: semantic markup, minimal and elegant code, smooth build processes, and source control.</p>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<section id="the-short-blurb">
|
||||||
|
<h2>How’s this different from Project Gutenberg or other free ebook sites?</h2>
|
||||||
|
<p>While there are plenty of places where you can download free and accurately-transcribed public domain ebooks, we feel the <em>quality</em> of those ebooks can often be greatly improved.</p>
|
||||||
|
<p>For example, <a href="https://gutenberg.org">Project Gutenberg</a>, a major producer of public-domain ebooks, hosts epub and Kindle files that sometimes lack basic typographic necessities like curly quotes; some of those ebooks are automatically generated and can’t take full advantage of modern ereader technology like popup footnotes or popup tables of contents; they sometimes lack niceties like cover images and title pages; and the quality of individual ebook productions varies greatly.</p>
|
||||||
|
<p>Archival sites like the <a href="https://archive.org">Internet Archive</a> (and even Project Gutenberg, to some extent) painstakingly preserve entire texts word-for-word, including original typos and ephemera that are of limited interest to modern readers: everything including centuries-old publishing marks, advertisements for long-vanished publishers, author bios, deeply archaic spellings, and so on. Sometimes all you get is a scan of the actual book pages. That’s great for researchers, archivists, and special-interest readers, but not that great for casual, modern readers.</p>
|
||||||
|
<p>The Standard Ebooks project differs from those etext projects in that we aim to make free public domain ebooks that are carefully typeset, cleaned of ancient and irrelevant ephemera, take full advantage of modern ereading technology, are formatted according to a detailed style guide, and that are each held to a standard of quality and internal consistency. Standard Ebooks include carefully chosen cover art based on public domain artwork, and are presented in an attractive way on your ebookshelf. For technically-inclined readers, Standard Ebooks conform to a rigorous coding style, are completely open source, and are <a href="https://github.com/standardebooks/">hosted on GitHub</a>, so anyone can contribute corrections or improvements easily and directly without having to deal with baroque forums or opaque processes.</p>
|
||||||
|
</section>
|
||||||
|
</article>
|
||||||
|
</main>
|
||||||
|
<?= Template::Footer() ?>
|
|
@ -20,13 +20,13 @@ require_once('Core.php');
|
||||||
<h2>Types of ebooks we don’t accept</h2>
|
<h2>Types of ebooks we don’t accept</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<p>Ebooks that are not clearly in the U.S. public domain. If it’s not on <a href="https://www.gutenberg.org">Gutenberg</a>, we’ll probably decline it.</p>
|
<p>Ebooks that are not clearly in the U.S. public domain. If it’s not hosted on <a href="https://www.gutenberg.org">Projected Gutenberg</a>, we’ll probably decline it.</p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p>Individual short works that could instead be collected in a larger omnibus, like individual pamphlets, essays, or short stories. For example, we wouldn’t accept individual ebook productions of Jonathan Swift’s “<a href="https://www.gutenberg.org/ebooks/1080">A Modest Proposal</a>” or Philip K. Dick’s “<a href="https://www.gutenberg.org/ebooks/32522">Mr. Spaceship</a>.” However we <em>do</em> want <em>complete compilations</em> of those kinds of short works, for example our <a href="/ebooks/philip-k-dick/short-fiction">ebook of all of Philip K. Dick’s public domain short stories</a>.</p>
|
<p>Individual short works that could instead be collected in a larger omnibus, like individual pamphlets, essays, or short stories. For example, we wouldn’t accept individual ebook productions of Jonathan Swift’s “<a href="https://www.gutenberg.org/ebooks/1080">A Modest Proposal</a>” or Philip K. Dick’s “<a href="https://www.gutenberg.org/ebooks/32522">Mr. Spaceship</a>.” However we <em>do</em> want <em>complete compilations</em> of those kinds of short works, for example our <a href="/ebooks/philip-k-dick/short-fiction">ebook of all of Philip K. Dick’s public domain short stories</a>.</p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p>Non-fiction that is “dated” or not relevant to a modern reader. This includes obscure histories that are not otherwise notable and have been superseded by modern research; old-timey cookbooks, books of medicine, and textbooks; biographies of long-forgotten people that are not notable; non-fiction periodicals, magazines, or journals; legal documents, including codes of law and constitutions; and so on. Note that “notable” means we may make exceptions, for example for <i>The History of the Decline and Fall of the Roman Empire</i> or <i>The Gallic Wars</i> or <i>The Life of Samuel Johnson</i>.</p>
|
<p>Non-fiction that is “dated” or not relevant to a modern reader. This includes obscure histories that are not otherwise notable and have been superseded by modern research; old-timey cookbooks, books of medicine, and textbooks; biographies of long-forgotten people that are not notable; non-fiction periodicals, magazines, or journals; legal documents, including codes of law and constitutions; and so on. Note that “notable” means we may make exceptions, for example for <i>The History of the Decline and Fall of the Roman Empire</i> or <i><a href="/ebooks/julius-caesar/commentaries-on-the-gallic-war/w-a-mcdevitte_w-s-bohn">The Gallic Wars</a></i> or <i>The Life of Samuel Johnson</i>.</p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p>Books that are illustration-heavy, like picture or art books, or whose content greatly depends on the arrangement of illustrations or graphics.</p>
|
<p>Books that are illustration-heavy, like picture or art books, or whose content greatly depends on the arrangement of illustrations or graphics.</p>
|
||||||
|
|
|
@ -7,7 +7,7 @@ require_once('Core.php');
|
||||||
<section id="intro">
|
<section id="intro">
|
||||||
<h2>Help create ebooks that are a pleasure to read</h2>
|
<h2>Help create ebooks that are a pleasure to read</h2>
|
||||||
<p>Standard Ebooks is a volunteer driven project, and there’s room for people of all skill levels to contribute.</p>
|
<p>Standard Ebooks is a volunteer driven project, and there’s room for people of all skill levels to contribute.</p>
|
||||||
<p>At the most basic level, anyone can <a href="https://groups.google.com/forum/#!forum/standardebooks">contribute feedback via our mailing list</a>. Day-to-day readers can <a href="/contribute/report-errors">tell us about errors they spot in our ebooks</a>. People with an eye for typography and a talent for editing can proofread whole ebooks. Technically inclined readers can produce ebooks themselves, or <a href="https://github.com/standardebooks">contribute via GitHub</a>.</p>
|
<p>At the most basic level, anyone can <a href="https://groups.google.com/forum/#!forum/standardebooks">contribute feedback via our mailing list</a>. Day-to-day readers can <a href="/contribute/report-errors">tell us about errors they spot in our ebooks</a>. People with an eye for typography and a talent for editing can proofread whole ebooks. Technically inclined readers can produce ebooks themselves, or <a href="https://github.com/standardebooks">contribute via GitHub</a>. You can also <a href="/donate">make a financial contribution</a> to help fund continued ebook development.</p>
|
||||||
</section>
|
</section>
|
||||||
<section id="everyone">
|
<section id="everyone">
|
||||||
<h2>Everyone</h2>
|
<h2>Everyone</h2>
|
||||||
|
|
402
www/css/core.css
|
@ -62,7 +62,7 @@
|
||||||
:root{
|
:root{
|
||||||
--light-body-bg: #e9e7e0;
|
--light-body-bg: #e9e7e0;
|
||||||
--light-body-text: #222;
|
--light-body-text: #222;
|
||||||
--light-highlight: #1d6878;
|
--light-header: #333;
|
||||||
--light-button: #4f9d85;
|
--light-button: #4f9d85;
|
||||||
--light-button-highlight: #62bfa3;
|
--light-button-highlight: #62bfa3;
|
||||||
--light-border: #222;
|
--light-border: #222;
|
||||||
|
@ -73,7 +73,7 @@
|
||||||
|
|
||||||
--dark-body-bg: #2c3035;
|
--dark-body-bg: #2c3035;
|
||||||
--dark-body-text: #fff;
|
--dark-body-text: #fff;
|
||||||
--dark-highlight: #3da5bb;
|
--dark-header: #fff;
|
||||||
--dark-button: #4f9d85;
|
--dark-button: #4f9d85;
|
||||||
--dark-button-highlight: #62bfa3;
|
--dark-button-highlight: #62bfa3;
|
||||||
--dark-border: #000;
|
--dark-border: #000;
|
||||||
|
@ -83,7 +83,7 @@
|
||||||
--dark-input-outline: #fff;
|
--dark-input-outline: #fff;
|
||||||
|
|
||||||
--body-text: var(--light-body-text);
|
--body-text: var(--light-body-text);
|
||||||
--highlight: var(--light-highlight);
|
--header: var(--light-header);
|
||||||
--button: var(--light-button);
|
--button: var(--light-button);
|
||||||
--button-highlight: var(--light-button-highlight);
|
--button-highlight: var(--light-button-highlight);
|
||||||
--border: var(--light-border);
|
--border: var(--light-border);
|
||||||
|
@ -92,12 +92,13 @@
|
||||||
--input-hover: var(--light-input-hover);
|
--input-hover: var(--light-input-hover);
|
||||||
--input-border: var(--light-input-border);
|
--input-border: var(--light-input-border);
|
||||||
--input-outline: var(--light-input-outline);
|
--input-outline: var(--light-input-outline);
|
||||||
|
--link-highlight: var(--button);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(prefers-color-scheme: dark){
|
@media(prefers-color-scheme: dark){
|
||||||
:root{
|
:root{
|
||||||
--body-text: var(--dark-body-text);
|
--body-text: var(--dark-body-text);
|
||||||
--highlight: var(--dark-highlight);
|
--header: var(--dark-header);
|
||||||
--button: var(--dark-button);
|
--button: var(--dark-button);
|
||||||
--button-highlight: var(--dark-button-highlight);
|
--button-highlight: var(--dark-button-highlight);
|
||||||
--border: var(--dark-border);
|
--border: var(--dark-border);
|
||||||
|
@ -106,6 +107,7 @@
|
||||||
--input-hover: var(--dark-input-hover);
|
--input-hover: var(--dark-input-hover);
|
||||||
--input-border: var(--dark-input-border);
|
--input-border: var(--dark-input-border);
|
||||||
--input-outline: var(--dark-input-outline);
|
--input-outline: var(--dark-input-outline);
|
||||||
|
--link-highlight: var(--button-highlight); /* lighter looks better in dark mode */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -126,7 +128,7 @@ a:visited{
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover{
|
a:hover{
|
||||||
color: var(--button-highlight);
|
color: var(--link-highlight);
|
||||||
}
|
}
|
||||||
|
|
||||||
a:focus{
|
a:focus{
|
||||||
|
@ -153,6 +155,10 @@ section{
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
picture{
|
||||||
|
font-size: 0;
|
||||||
|
}
|
||||||
|
|
||||||
main.front-page h1 ~ section{
|
main.front-page h1 ~ section{
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
@ -206,6 +212,10 @@ ol ol, ol ul, ul ul, ul ol{
|
||||||
margin-left: 1.2rem;
|
margin-left: 1.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1,h2,h3,h4,h5,h6{
|
||||||
|
color: var(--header);
|
||||||
|
}
|
||||||
|
|
||||||
h1,h2,h3,h4,h5,h6,.ebook h1 + p{
|
h1,h2,h3,h4,h5,h6,.ebook h1 + p{
|
||||||
-webkit-hyphens: none;
|
-webkit-hyphens: none;
|
||||||
hyphens: none;
|
hyphens: none;
|
||||||
|
@ -281,7 +291,7 @@ header nav li + li:before{
|
||||||
|
|
||||||
header nav li a{
|
header nav li a{
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: 20px;
|
font-size: .75rem;
|
||||||
transition: border 200ms ease, color 200ms ease;
|
transition: border 200ms ease, color 200ms ease;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -303,7 +313,7 @@ header nav li a.highlighted:hover{
|
||||||
|
|
||||||
header nav li a.highlighted{
|
header nav li a.highlighted{
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border-bottom: 2px solid var(--button);
|
border-bottom: 5px solid var(--button);
|
||||||
}
|
}
|
||||||
|
|
||||||
header nav li a.highlighted::after{
|
header nav li a.highlighted::after{
|
||||||
|
@ -325,7 +335,6 @@ article > h1{
|
||||||
}
|
}
|
||||||
|
|
||||||
main.front-page h1{
|
main.front-page h1{
|
||||||
text-align: center;
|
|
||||||
background: #29292b url("/images/book.jpg") center / cover;
|
background: #29292b url("/images/book.jpg") center / cover;
|
||||||
background-image: image-set("/images/book.avif" type("image/avif"), "/images/book.jpg" type("image/jpeg"));
|
background-image: image-set("/images/book.avif" type("image/avif"), "/images/book.jpg" type("image/jpeg"));
|
||||||
border-bottom: 1px solid var(--border);
|
border-bottom: 1px solid var(--border);
|
||||||
|
@ -520,6 +529,7 @@ form button{
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
height: calc(1.4rem + 2rem + 2px);
|
height: calc(1.4rem + 2rem + 2px);
|
||||||
|
hyphens: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ebooks nav li.highlighted a:focus,
|
.ebooks nav li.highlighted a:focus,
|
||||||
|
@ -681,7 +691,6 @@ article.ebook > header{
|
||||||
}
|
}
|
||||||
|
|
||||||
article.ebook > header > hgroup{
|
article.ebook > header > hgroup{
|
||||||
color: #fff;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
max-width: 75%;
|
max-width: 75%;
|
||||||
|
@ -696,6 +705,10 @@ article.ebook > header > hgroup{
|
||||||
border-radius: .25rem;
|
border-radius: .25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
article.ebook > header > hgroup > *{
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
article.ebook > header > hgroup > h2{
|
article.ebook > header > hgroup > h2{
|
||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
font-family: "League Spartan", sans-serif;
|
font-family: "League Spartan", sans-serif;
|
||||||
|
@ -913,7 +926,6 @@ article.ebook h1{
|
||||||
border: none;
|
border: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
article.ebook hgroup h2{
|
article.ebook hgroup h2{
|
||||||
|
@ -941,7 +953,8 @@ article.ebook aside#reading-ease{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2{
|
h2,
|
||||||
|
.masthead h3{
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
font-family: "League Spartan", sans-serif;
|
font-family: "League Spartan", sans-serif;
|
||||||
margin-top: 4rem;
|
margin-top: 4rem;
|
||||||
|
@ -950,21 +963,6 @@ h2{
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
.donate-row{
|
|
||||||
display: grid;
|
|
||||||
margin: 2rem;
|
|
||||||
grid-template-columns: 1fr 1fr;
|
|
||||||
grid-gap: 1rem;
|
|
||||||
justify-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.donate-row + p{
|
|
||||||
border-top: 1px dashed var(--sub-text);
|
|
||||||
margin-top: 0;
|
|
||||||
padding-top: 1rem;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
h3,
|
h3,
|
||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
|
@ -1040,7 +1038,8 @@ footer > a{
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ebook list */
|
/* ebook list */
|
||||||
h1{
|
h1,
|
||||||
|
.masthead h2{
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
font-family: "League Spartan", sans-serif;
|
font-family: "League Spartan", sans-serif;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
|
@ -1048,6 +1047,7 @@ h1{
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
padding-bottom: 1.5rem;
|
padding-bottom: 1.5rem;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
main.ebooks > aside.alert + ol{
|
main.ebooks > aside.alert + ol{
|
||||||
|
@ -1518,6 +1518,223 @@ main.ebooks nav ol li.highlighted:nth-last-child(2)::after{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.donate hgroup{
|
||||||
|
padding: 2rem;
|
||||||
|
padding-bottom: 1.75rem;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
flex-direction: column;
|
||||||
|
max-width: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.donate picture{
|
||||||
|
max-width: none;
|
||||||
|
text-align: center;
|
||||||
|
margin-bottom: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.donate img{
|
||||||
|
border: 1px solid var(--border);
|
||||||
|
border-radius: .25rem;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.donate hgroup h1,
|
||||||
|
.donate hgroup h2{
|
||||||
|
border: none;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.donate hgroup h1{
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
text-transform: uppercase;
|
||||||
|
letter-spacing: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.donate hgroup h2{
|
||||||
|
font-family: "Crimson Pro", serif;
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: normal;
|
||||||
|
font-size: 2rem;
|
||||||
|
text-align: center;
|
||||||
|
text-transform: none;
|
||||||
|
letter-spacing: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.button-row{
|
||||||
|
display: grid;
|
||||||
|
margin: 2rem 0;
|
||||||
|
grid-template-columns: 1fr 1fr;
|
||||||
|
grid-gap: 1rem;
|
||||||
|
justify-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.masthead h2 + section > h3{
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.masthead h2{
|
||||||
|
text-transform: none;
|
||||||
|
margin-top: 4rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.masthead ol{
|
||||||
|
list-style: none;
|
||||||
|
display: grid;
|
||||||
|
grid-gap: 1rem;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.masthead ol.editors{
|
||||||
|
grid-template-columns: repeat(auto-fill, minmax(max-content, 15rem));
|
||||||
|
}
|
||||||
|
|
||||||
|
.masthead ol.editors p{
|
||||||
|
line-height: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.masthead ol.donors{
|
||||||
|
grid-template-columns: repeat(auto-fill, minmax(10rem, max-content));
|
||||||
|
}
|
||||||
|
|
||||||
|
.masthead ol.donors.no-images{
|
||||||
|
grid-template-columns: repeat(auto-fill, minmax(8rem, max-content));
|
||||||
|
}
|
||||||
|
|
||||||
|
.masthead ol li{
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.masthead ol.editors li{
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-start;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.masthead ol.donors li{
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-start;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.masthead img{
|
||||||
|
border: 1px solid var(--border);
|
||||||
|
border-radius: .25rem;
|
||||||
|
margin-right: .5rem;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
.masthead img[src*="portrait.svg"]{
|
||||||
|
padding: .5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.masthead ol li img.contact{
|
||||||
|
border: none;
|
||||||
|
border-radius: 0;
|
||||||
|
height: auto;
|
||||||
|
width: auto;
|
||||||
|
margin-top: .5rem;
|
||||||
|
margin-right: 0;
|
||||||
|
display: block;
|
||||||
|
max-height: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.masthead ol.editors img{
|
||||||
|
height: 102px;
|
||||||
|
width: 102px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.masthead ol.donors img{
|
||||||
|
height: 52px;
|
||||||
|
width: 52px;
|
||||||
|
margin-right: .5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.masthead ol.donors.big img{
|
||||||
|
height: 77px;
|
||||||
|
width: 77px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.masthead ol.donors.small img[src*="portrait.svg"]{
|
||||||
|
padding: .25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.masthead ol li p{
|
||||||
|
margin-top: 0;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.masthead hgroup * + *{
|
||||||
|
font-family: "Crimson Text", serif;
|
||||||
|
font-size: 1rem;
|
||||||
|
margin-top: 1rem;
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
.donate section aside{
|
||||||
|
border-top: 1px dashed var(--sub-text);
|
||||||
|
margin-top: 1rem;
|
||||||
|
padding-top: 1rem;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
.donate table{
|
||||||
|
margin: 1rem auto 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.donate table td{
|
||||||
|
padding: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.donate table td:first-child{
|
||||||
|
padding-left: 0;
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
|
||||||
|
.donate table p{
|
||||||
|
margin: 0;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.donate a.button{
|
||||||
|
display: block;
|
||||||
|
height: auto;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.donate table.multi tr + tr td{
|
||||||
|
padding-top: 3rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.donate table.multi td p{
|
||||||
|
text-align: justify;
|
||||||
|
}
|
||||||
|
|
||||||
|
.donate table.multi td p:first-child{
|
||||||
|
text-align: center;
|
||||||
|
font-size: 1.5rem;
|
||||||
|
font-style: italic;
|
||||||
|
border-bottom: 3px double var(--sub-text);
|
||||||
|
padding-bottom: .5rem;
|
||||||
|
line-height: 1;
|
||||||
|
margin-bottom: .5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.donate table.multi td + td{
|
||||||
|
font-style: italic;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.donate table.multi td + td a:first-of-type{
|
||||||
|
margin-bottom: .5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.donate table.multi td + td a:last-of-type{
|
||||||
|
margin-top: .5rem;
|
||||||
|
}
|
||||||
|
|
||||||
@media (hover: none) and (pointer: coarse){ /* target ipads and smartphones without a mouse */
|
@media (hover: none) and (pointer: coarse){ /* target ipads and smartphones without a mouse */
|
||||||
/* For iPad, unset the height so it matches the other elements */
|
/* For iPad, unset the height so it matches the other elements */
|
||||||
select[multiple]{
|
select[multiple]{
|
||||||
|
@ -1646,6 +1863,39 @@ main.ebooks nav ol li.highlighted:nth-last-child(2)::after{
|
||||||
main.ebooks > ol{
|
main.ebooks > ol{
|
||||||
grid-template-columns: repeat(3, 1fr);
|
grid-template-columns: repeat(3, 1fr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body > header{
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
body > header li{
|
||||||
|
margin-top: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.button-row{
|
||||||
|
grid-template-columns: 1fr;
|
||||||
|
}
|
||||||
|
|
||||||
|
.donate a.button{
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
.donate table td{
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.donate table td + td{
|
||||||
|
padding-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.donate table tr + tr td:first-child{
|
||||||
|
padding-top: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.donate table td p{
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(max-width: 870px){
|
@media(max-width: 870px){
|
||||||
|
@ -1710,15 +1960,6 @@ main.ebooks nav ol li.highlighted:nth-last-child(2)::after{
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(max-width: 680px){
|
@media(max-width: 680px){
|
||||||
body > header{
|
|
||||||
flex-direction: column;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
body > header li{
|
|
||||||
margin-top: 2rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
main.front-page h1{
|
main.front-page h1{
|
||||||
padding: 3rem;
|
padding: 3rem;
|
||||||
font-size: 2.4rem;
|
font-size: 2.4rem;
|
||||||
|
@ -1779,6 +2020,33 @@ main.ebooks nav ol li.highlighted:nth-last-child(2)::after{
|
||||||
grid-row: 5;
|
grid-row: 5;
|
||||||
grid-column: 1 / span 3;
|
grid-column: 1 / span 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body > header{
|
||||||
|
padding: 1rem 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body > header > a{
|
||||||
|
max-width: calc(100% - 2rem);
|
||||||
|
}
|
||||||
|
|
||||||
|
body > header ul{
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: 1fr 1fr;
|
||||||
|
margin: 1rem;
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body > header ul li{
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body > header ul li:nth-child(odd)::before{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
body > header ul li:nth-child(2n){
|
||||||
|
justify-self: start;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(max-width: 500px){
|
@media(max-width: 500px){
|
||||||
|
@ -1879,29 +2147,13 @@ main.ebooks nav ol li.highlighted:nth-last-child(2)::after{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media(max-width: 420px){
|
||||||
|
.masthead ol li img.contact{
|
||||||
|
height: .75rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media(max-width: 380px){
|
@media(max-width: 380px){
|
||||||
body > header{
|
|
||||||
padding: 1rem 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
body > header > a{
|
|
||||||
width: calc(100% - 2rem);
|
|
||||||
}
|
|
||||||
|
|
||||||
body > header ul{
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
body > header ul li{
|
|
||||||
margin-top: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
body > header ul li::before{
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
main.front-page h1{
|
main.front-page h1{
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
}
|
}
|
||||||
|
@ -1949,6 +2201,25 @@ main.ebooks nav ol li.highlighted:nth-last-child(2)::after{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media(max-width: 380px){
|
||||||
|
body > header ul{
|
||||||
|
grid-template-columns: 1fr;
|
||||||
|
justify-content: center;
|
||||||
|
grid-gap: calc(1rem - 5px); /* subtract invisible 5px bottom border */
|
||||||
|
}
|
||||||
|
|
||||||
|
body > header ul li::before{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
body > header ul li,
|
||||||
|
body > header ul li:nth-child(2n){
|
||||||
|
text-align: center;
|
||||||
|
justify-self: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
@supports not(hyphens: auto){
|
@supports not(hyphens: auto){
|
||||||
main,
|
main,
|
||||||
main.front-page > section > section p{
|
main.front-page > section > section p{
|
||||||
|
@ -1957,6 +2228,8 @@ main.ebooks nav ol li.highlighted:nth-last-child(2)::after{
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(prefers-color-scheme: dark){
|
@media(prefers-color-scheme: dark){
|
||||||
|
|
||||||
|
|
||||||
main.front-page > section > section figure img{
|
main.front-page > section > section figure img{
|
||||||
box-shadow: 3px 3px 1px rgba(0, 0, 0, .5);
|
box-shadow: 3px 3px 1px rgba(0, 0, 0, .5);
|
||||||
}
|
}
|
||||||
|
@ -1978,6 +2251,15 @@ main.ebooks nav ol li.highlighted:nth-last-child(2)::after{
|
||||||
filter: invert() grayscale(100%) brightness(120%) drop-shadow(3px 3px 1px rgba(0, 0, 0, .25)); /* grayscale and brightness makes it hit about #eeeeee */
|
filter: invert() grayscale(100%) brightness(120%) drop-shadow(3px 3px 1px rgba(0, 0, 0, .25)); /* grayscale and brightness makes it hit about #eeeeee */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.masthead img[src*="portrait.svg"],
|
||||||
|
.masthead img.contact{
|
||||||
|
filter: invert();
|
||||||
|
}
|
||||||
|
|
||||||
|
.masthead img[src*="portrait.svg"]{
|
||||||
|
border-color: var(--border-light);
|
||||||
|
}
|
||||||
|
|
||||||
select,
|
select,
|
||||||
input[type="search"]{
|
input[type="search"]{
|
||||||
box-shadow: 1px 1px 0 rgba(0, 0, 0, .5) inset;
|
box-shadow: 1px 1px 0 rgba(0, 0, 0, .5) inset;
|
||||||
|
@ -1998,4 +2280,8 @@ main.ebooks nav ol li.highlighted:nth-last-child(2)::after{
|
||||||
label.search::before{
|
label.search::before{
|
||||||
text-shadow: 1px 1px 0 #000;
|
text-shadow: 1px 1px 0 #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1,h2,h3,h4,h5,h6{
|
||||||
|
text-shadow: 2px 2px 0 rgba(0, 0, 0, .75);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -35,6 +35,15 @@
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.manual h1,
|
||||||
|
.manual h2,
|
||||||
|
.manual h3,
|
||||||
|
.manual h4,
|
||||||
|
.manual h5,
|
||||||
|
.manual h6{
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
main.manual{
|
main.manual{
|
||||||
font-family: "Fira Sans", sans-serif;
|
font-family: "Fira Sans", sans-serif;
|
||||||
font-size: .8rem;
|
font-size: .8rem;
|
||||||
|
|
142
www/donate/index.php
Normal file
|
@ -0,0 +1,142 @@
|
||||||
|
<?
|
||||||
|
require_once('Core.php');
|
||||||
|
?><?= Template::Header(['title' => 'Donate', 'highlight' => 'donate', 'description' => 'Donate to the Standard Ebooks project.']) ?>
|
||||||
|
<main>
|
||||||
|
<article class="donate">
|
||||||
|
<hgroup>
|
||||||
|
<h1>Donate to Standard Ebooks</h1>
|
||||||
|
<h2>and help bring the beauty of literature to the digital world</h2>
|
||||||
|
</hgroup>
|
||||||
|
<picture>
|
||||||
|
<source srcset="/images/the-quiet-hour@2x.avif 2x, /images/the-quiet-hour.avif 1x" type="image/avif"/>
|
||||||
|
<source srcset="/images/the-quiet-hour@2x.jpg 2x, /images/the-quiet-hour.jpg 1x" type="image/jpg"/>
|
||||||
|
<img src="/images/the-quiet-hour@2x.jpg" alt="An oil painting of a women reading a book by a writing desk at twilight."/>
|
||||||
|
</picture>
|
||||||
|
<section id="donate">
|
||||||
|
<p>The contributors to the Standard Ebooks project work hard to create beautifully-formatted ebooks that are free of cost and free of copyright restrictions. It takes several highly-skilled specialists working together for weeks and even months to ensure that an ebook meets our exacting aesthetic and technical standards, before it’s offered to readers for free.</p>
|
||||||
|
<p>The cost of producing even the most basic ebook is estimated to start at hundreds of dollars; and that doesn’t include infrastructure costs like <a href="/tools">toolset development</a>, editing our <a href="/manual">Manual of Style</a>, project management, hosting, or bandwidth. <em>This means your financial contribution is critically important for us to continue bringing beautifully-presented literature to readers in the digital age.</em></p>
|
||||||
|
<p><a href="https://www.fracturedatlas.org/">Fractured Atlas</a>, a 501(c)(3) public charity, is our fiscal sponsor. Your donation will be processed through their website, and their name will appear on your financial statements and receipts. Donations are tax-deductible to the extent permitted by law.</p>
|
||||||
|
<p class="button-row">
|
||||||
|
<a href="https://fundraising.fracturedatlas.org/standard-ebooks/general_support" class="button">Make a one-time donation</a>
|
||||||
|
<a href="https://fundraising.fracturedatlas.org/standard-ebooks/monthly_support" class="button">Make a recurring donation</a>
|
||||||
|
</p>
|
||||||
|
</section>
|
||||||
|
<section id="monthly">
|
||||||
|
<h2>Join our supporter circles</h2>
|
||||||
|
<table class="multi">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<p>Join the Letters Circle</p>
|
||||||
|
<p>Your name will be listed as a Letters Circle donor on our <a href="/about#masthead">masthead</a> for one year with a one-time donation, or for the duration of your monthly donation.</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a href="https://fundraising.fracturedatlas.org/standard-ebooks/monthly_support" class="button">Start a $5/month donation</a>
|
||||||
|
— or —
|
||||||
|
<a href="https://fundraising.fracturedatlas.org/standard-ebooks/general_support" class="button">Make a $50 donation</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<p>Join the Friends Circle</p>
|
||||||
|
<p>Your name and a small photograph will be listed as a Friends Circle donor on our <a href="/about#masthead">masthead</a> for one year with a one-time donation, or for the duration of your monthly donation.</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a href="https://fundraising.fracturedatlas.org/standard-ebooks/monthly_support" class="button">Start a $10/month donation</a>
|
||||||
|
— or —
|
||||||
|
<a href="https://fundraising.fracturedatlas.org/standard-ebooks/general_support" class="button">Make a $100 donation</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<p>Join the Patrons Circle</p>
|
||||||
|
<p>Your name and a medium photograph will be listed as a Patrons Circle donor on our <a href="/about#masthead">masthead</a> for one year with a one-time donation, or for the duration of your monthly donation.</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a href="https://fundraising.fracturedatlas.org/standard-ebooks/monthly_support" class="button">Start a $15/month donation</a>
|
||||||
|
— or —
|
||||||
|
<a href="https://fundraising.fracturedatlas.org/standard-ebooks/general_support" class="button">Make a $150 donation</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</section>
|
||||||
|
<section id="sponsor-an-ebook">
|
||||||
|
<h2>Sponsor an ebook of your choice</h2>
|
||||||
|
<p>Is there a book you want to see made into a beautiful digital edition? You can give the gift of literature to readers everywhere by sponsoring an addition to the Standard Ebooks catalog.</p>
|
||||||
|
<p>Donate at one of the levels below and a book you select will be carefully hand-produced into an ebook edition that meets our high standard of quality, before becoming a permanent addition to our online catalog for the world to read, share, and reuse free of cost or U.S. copyright restrictions. Your name will appear in the ebook’s colophon and metadata, sealing your legacy as a sponsor of the literate arts.</p>
|
||||||
|
<p><em>Before you make your donation</em>, <a href="/about#masthead">contact the Editor-in-Chief</a> to confirm that your ebook selection will be accepted at your chosen donation level. These are the general rules:</p>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>Your selection must meet our <a href="/contribute/accepted-ebooks">collections policy</a>. The SE Editor-in-Chief reserves the right to modify or reject a selection for any reason.</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Your selection must have a usable transcription available online, for example at <a href="https://www.gutenberg.org">Project Gutenberg</a> or <a href="https://en.wikisource.org">Wikisource</a>. In general, Standard Ebooks doesn’t create new transcriptions or work with raw <a href="https://en.wikipedia.org/wiki/Optical_character_recognition">OCR</a> output.</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Your selection’s word count will be calculated from the source transcription using the <a href="/tools">SE toolset</a>, and includes front and back matter like forewords and endnotes. <a href="/about#masthead">Contact the Editor-in-Chief</a> before donating so that we can calculate your selection’s word count for you; a word processor can give you an estimate, but we must make the final determination. Note that the final ebook’s word count will differ from the count used to determine the donation amount.</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Standard Ebooks is the sole decisionmaker regarding all aspects of ebook production. Trust us to create an artifact of beauty.</p>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<table>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<p>Your choice of ebook of fewer than 100,000 words</p>
|
||||||
|
<p>(Like <i><a href="/ebooks/e-m-forster/a-room-with-a-view">A Room With a View</a></i> by <a href="/ebooks/e-m-forster">E. M. Forster</a>)</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a href="https://fundraising.fracturedatlas.org/standard-ebooks/general_support" class="button">Make a $700 donation</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<p>Your choice of ebook of 100,000–150,000 words</p>
|
||||||
|
<p>(Like <i><a href="/ebooks/charles-dickens/a-tale-of-two-cities">A Tale of Two Cities</a></i> by <a href="/ebooks/charles-dickens">Charles Dickens</a>)</p>
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td>
|
||||||
|
<a href="https://fundraising.fracturedatlas.org/standard-ebooks/general_support" class="button">Make a $850 donation</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<p>Your choice of ebook of 150,000–200,000 words</p>
|
||||||
|
<p>(Like <i><a href="/ebooks/jane-austen/emma">Emma</a></i> by <a href="/ebooks/jane-austen">Jane Austen</a>)</p>
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td>
|
||||||
|
<a href="https://fundraising.fracturedatlas.org/standard-ebooks/general_support" class="button">Make a $1,000 donation</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<p>Your choice of ebook of 200,000–250,000 words</p>
|
||||||
|
<p>(Like <i><a href="/ebooks/fyodor-dostoevsky/crime-and-punishment/constance-garnett">Crime and Punishment</a></i> by <a href="/ebooks/fyodor-dostoevsky">Fyodor Dostoevsky</a>)</p>
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td>
|
||||||
|
<a href="https://fundraising.fracturedatlas.org/standard-ebooks/general_support" class="button">Make a $1,150 donation</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<p>Your choice of ebook of 250,000–300,000 words</p>
|
||||||
|
<p>(Like <i>Ulysses</i> by James Joyce)</p>
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td>
|
||||||
|
<a href="https://fundraising.fracturedatlas.org/standard-ebooks/general_support" class="button">Make a $1,300 donation</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<aside>
|
||||||
|
<p>Standard Ebooks is a sponsored project of <a href="https://www.fracturedatlas.org/">Fractured Atlas</a>, a non-profit arts service organization. Contributions for the charitable purposes of Standard Ebooks must be made payable to “Fractured Atlas” only and are tax-deductible to the extent permitted by law.</p>
|
||||||
|
</aside>
|
||||||
|
</section>
|
||||||
|
</article>
|
||||||
|
</main>
|
||||||
|
<?= Template::Footer() ?>
|
|
@ -217,6 +217,7 @@ catch(\Exception $ex){
|
||||||
<p>Anyone can contribute to make a Standard Ebook better for everyone!</p>
|
<p>Anyone can contribute to make a Standard Ebook better for everyone!</p>
|
||||||
<p>To report typos, typography errors, or other corrections, see <a href="/contribute/report-errors">how to report errors</a>.</p>
|
<p>To report typos, typography errors, or other corrections, see <a href="/contribute/report-errors">how to report errors</a>.</p>
|
||||||
<? if($ebook->GitHubUrl !== null){ ?><p>If you’re comfortable with technology and want to contribute directly, check out <a href="<?= Formatter::ToPlainText($ebook->GitHubUrl) ?>">this ebook’s GitHub repository</a> and our <a href="/contribute">contributors section</a>.</p><? } ?>
|
<? if($ebook->GitHubUrl !== null){ ?><p>If you’re comfortable with technology and want to contribute directly, check out <a href="<?= Formatter::ToPlainText($ebook->GitHubUrl) ?>">this ebook’s GitHub repository</a> and our <a href="/contribute">contributors section</a>.</p><? } ?>
|
||||||
|
<p>You can also <a href="/donate">donate to the Standard Ebooks project</a> to help fund continuing improvement of this and other ebooks.</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<? if(sizeof($carousel) > 0){ ?>
|
<? if(sizeof($carousel) > 0){ ?>
|
||||||
|
|
2
www/images/masthead/alex-cabal-contact.svg
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
www/images/masthead/alex-cabal.avif
Normal file
BIN
www/images/masthead/alex-cabal.jpg
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
www/images/masthead/alex-cabal@2x.avif
Normal file
BIN
www/images/masthead/alex-cabal@2x.jpg
Normal file
After Width: | Height: | Size: 13 KiB |
25
www/images/masthead/b-timothy-keith-contact.svg
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="20.388672" version="1.1" width="239.48633" viewBox="0 0 239.48634 20.388672">
|
||||||
|
<path d="M 0.01074219,1.4824219 Q 0.01074219,1.4072266 0,1.3320312 0,1.2460937 0.01074219,1.1708984 0.02148438,1.0097656 0.06445312,0.99902344 1.7724609,0.82714844 3.5986328,0 q 0.09668,0 0.1826172,0.13964844 0.09668,0.12890625 0.09668,0.2578125 Q 3.5986328,1.203125 3.5986328,2.5673828 v 4.9091797 q 0,0.064453 0,0.1074219 0.010742,0.042969 0.021484,0.118164 0.010742,0.064453 0.042969,0.053711 0.032227,-0.010742 0.085937,-0.032227 0.515625,-0.3759766 1.4609375,-0.859375 0.9453125,-0.4833984 1.5576172,-0.4833984 0.8701172,0 1.6220703,0.3115234 0.7519532,0.3115234 1.2783204,0.8378906 0.5263672,0.515625 0.9023442,1.1816407 0.386718,0.6660156 0.569335,1.3749999 0.19336,0.708984 0.19336,1.396484 0,1.213868 -0.472656,2.320313 -0.472657,1.095703 -1.2783207,1.901367 -0.8056641,0.805664 -1.9658204,1.289063 -1.149414,0.472656 -2.4384765,0.472656 -0.5371094,0 -1.8476563,-0.375977 -0.064453,-0.01074 -0.2685547,-0.06445 -0.2041015,-0.06445 -0.2792968,-0.0752 -0.075195,-0.02148 -0.2470703,-0.05371 -0.171875,-0.04297 -0.2792969,-0.03223 -0.1074219,0 -0.2578125,0.02148 -0.1503907,0.01074 -0.2900391,0.06445 -0.085937,0 -0.2041016,-0.225586 Q 1.3857422,16.5 1.3857422,16.392578 1.6865234,15.737305 1.6865234,14.555664 V 3.3837891 q 0,-0.9882813 -0.1289062,-1.2890625 Q 1.3642578,1.6435547 0.04296875,1.6435547 0.02148438,1.6328125 0.01074219,1.4824219 Z M 3.5986328,14.856445 q 0,0.504883 0.3544922,0.923828 0.3544922,0.418946 0.8808594,0.633789 0.5263672,0.204102 1.0849609,0.204102 0.8701172,0 1.6435547,-0.612305 0.7734375,-0.623046 1.2246094,-1.579101 0.4511719,-0.966797 0.4511719,-1.96582 0,-2.148438 -0.9990235,-3.3730474 -0.9882812,-1.2353515 -2.6640625,-1.2353515 -0.4511719,0 -1.0527344,0.2363281 Q 3.9208984,8.3251953 3.7275391,8.5185547 3.5986328,8.6474609 3.5986328,8.7978516 Z"/>
|
||||||
|
<path d="m 13.116211,7.734375 q 0,-0.032227 0,-0.075195 0,-0.1933594 0.05371,-0.2792969 2.126953,-0.3007812 3.566406,-1.0527344 0.08594,0 0.171875,0.1503907 0.09668,0.1503906 0.09668,0.2470703 -0.02148,0.1503906 -0.09668,1.1279297 -0.0752,0.977539 -0.0752,1.1708984 0,0.064453 0.03223,0.075195 0.04297,0 0.06445,-0.032227 0.19336,-0.4082032 0.515625,-0.859375 0.322266,-0.4619141 0.708985,-0.8701172 0.397461,-0.4082032 0.859375,-0.6660157 0.461914,-0.2685547 0.859375,-0.2685547 0.483398,0 0.913086,0.2148438 0.440429,0.2041016 0.601562,0.5048828 0.107422,0.3007813 0.107422,0.6767578 0,0.6123047 -0.290039,0.9560547 -0.279297,0.34375 -0.537109,0.34375 -0.118164,0 -0.257813,-0.053711 Q 20.28125,8.9912109 20.18457,8.9267578 20.098633,8.8623047 19.948242,8.765625 19.808594,8.6689453 19.744141,8.6259766 19.303711,8.3251953 18.831055,8.3251953 q -0.386719,0 -0.773438,0.2685547 -0.375976,0.2685547 -0.633789,0.6445313 -0.257812,0.3652343 -0.429687,0.7412109 -0.161133,0.3652348 -0.161133,0.5908208 v 3.83496 q 0,1.439454 0.128906,1.847657 0.04297,0.171875 0.870117,0.290039 0.837891,0.107422 1.267578,0.107422 0.0752,0.09668 0.0752,0.365234 0.01074,0.257812 -0.0752,0.354492 -2.55664,-0.128906 -3.09375,-0.128906 -0.429687,0 -0.870117,0.02148 -0.429687,0.02148 -1.020508,0.05371 -0.580078,0.04297 -0.891601,0.05371 -0.09668,-0.09668 -0.09668,-0.354492 0.01074,-0.268555 0.09668,-0.365234 0.354492,0 0.93457,-0.107422 0.580078,-0.118164 0.633789,-0.290039 0.118164,-0.408203 0.118164,-1.847657 V 9.7646484 q 0,-0.9882812 -0.118164,-1.2890625 Q 14.706055,8.2822266 14.308594,8.1748047 13.911133,8.0566406 13.642578,8.0458984 13.374023,8.0244141 13.169922,8.0244141 13.126953,7.9921875 13.116211,7.734375 Z"/>
|
||||||
|
<path d="m 22.214844,7.1328125 q 0,-0.2148438 0.06445,-0.3007813 2.051758,-0.085937 3.416015,-0.5048828 0.08594,0 0.182618,0.1933594 0.09668,0.1933594 0.09668,0.3115234 -0.05371,0.09668 -0.09668,0.3652344 -0.03223,0.2685547 -0.05371,0.6337891 -0.02148,0.3544922 -0.02148,0.7197266 v 1.0634765 2.5996092 q 0,1.987305 0.590821,2.921875 0.59082,0.93457 1.901367,0.93457 0.526367,0 1.063476,-0.214843 0.547852,-0.214844 0.88086,-0.53711 0.34375,-0.322265 0.34375,-0.612304 V 9.3242188 q 0,-0.9775391 -0.204102,-1.3535157 -0.161133,-0.290039 -0.580078,-0.3867187 -0.408203,-0.1074219 -0.805664,-0.1074219 -0.06445,-0.064453 -0.0752,-0.3007813 0,-0.2470703 0.0752,-0.34375 2.041016,-0.085937 3.405273,-0.5048828 0.06445,0 0.128907,0.1289063 0.06445,0.118164 0.107422,0.2685547 0.04297,0.1396484 0.04297,0.2041015 -0.171875,0.34375 -0.171875,1.6220704 v 1.1386718 4.0927739 q 0,1.074218 0.171875,1.890625 0.04297,0.161132 0.268555,0.268554 0.236328,0.09668 0.483398,0.128906 0.247071,0.02148 0.472657,0.04297 0.236328,0.01074 0.24707,0.01074 0.0752,0.03223 0.0752,0.268555 0,0.04297 -0.02148,0.128906 -0.02148,0.08594 -0.0752,0.182618 -0.05371,0.09668 -0.107422,0.09668 -0.365235,0.02148 -0.827149,0.09668 -0.461914,0.0752 -0.870117,0.182617 -0.408203,0.09668 -0.762695,0.193359 -0.34375,0.09668 -0.558594,0.161133 l -0.214844,0.06445 q -0.09668,0 -0.15039,-0.128906 -0.05371,-0.128906 -0.05371,-0.279297 v -1.138672 l -0.05371,-0.128906 q -0.569336,0.612305 -1.611328,1.12793 -1.03125,0.515625 -1.922852,0.515625 -0.429687,0 -0.805664,-0.107422 -0.365234,-0.09668 -0.655273,-0.268555 -0.279297,-0.182617 -0.526368,-0.440429 -0.236328,-0.257813 -0.408203,-0.558594 -0.161132,-0.300781 -0.290039,-0.655274 -0.128906,-0.354492 -0.214843,-0.708984 -0.0752,-0.354492 -0.128907,-0.751953 -0.04297,-0.397461 -0.06445,-0.741211 -0.02148,-0.354492 -0.02148,-0.719727 V 9.3242188 q 0,-0.9775391 -0.204102,-1.3535157 Q 23.514648,7.6806641 23.095703,7.5839844 22.6875,7.4765625 22.279297,7.4765625 q -0.06445,-0.075195 -0.06445,-0.34375 z"/>
|
||||||
|
<path d="m 35.65332,12.460938 q 0,-0.88086 0.268555,-1.708008 0.268555,-0.8378909 0.730469,-1.4931644 0.461914,-0.6552734 1.063476,-1.203125 0.601563,-0.5478515 1.267578,-0.9130859 0.676758,-0.3652344 1.375,-0.5585938 0.708985,-0.2041015 1.353516,-0.2041015 1.353516,0 2.245117,0.6015625 0.08594,0.075195 0.161133,0.3007812 0.08594,0.2148438 0.08594,0.3867188 0,0.6230469 -0.29004,0.9130859 -0.279296,0.2900391 -0.655273,0.2900391 -0.24707,0 -0.504883,-0.1611328 Q 42.506836,8.5507813 42.227539,8.2929688 41.948242,8.0351563 41.819336,7.9492187 41.389648,7.6699219 41.121094,7.5732422 q -0.268555,-0.09668 -0.730469,-0.09668 -0.397461,0 -0.794922,0.1826172 -0.397461,0.171875 -0.762695,0.5371094 -0.354492,0.3544922 -0.633789,0.8486328 -0.268555,0.4833984 -0.44043,1.1601561 -0.161133,0.676758 -0.161133,1.428711 0,1.063477 0.311524,1.890625 0.322265,0.816406 0.870117,1.321289 0.558594,0.494141 1.27832,0.751953 0.719727,0.247071 1.579102,0.247071 0.397461,0 0.773437,-0.09668 0.375977,-0.09668 0.655274,-0.236328 0.279297,-0.139649 0.537109,-0.322266 0.268555,-0.193359 0.408203,-0.333008 0.150391,-0.139648 0.268555,-0.279297 0.02148,0 0.06445,0.04297 0.04297,0.04297 0.08594,0.128906 0.05371,0.08594 0.05371,0.182618 0,0.193359 -0.15039,0.440429 -0.204102,0.322266 -0.504883,0.644532 -0.290039,0.322265 -0.741211,0.676757 -0.451172,0.354493 -1.084961,0.580078 -0.623047,0.225586 -1.310547,0.225586 -0.880859,0 -1.675781,-0.268554 -0.794922,-0.279297 -1.407227,-0.762696 -0.601562,-0.483398 -1.052734,-1.117187 -0.44043,-0.633789 -0.676758,-1.375 -0.225586,-0.741211 -0.225586,-1.514648 z"/>
|
||||||
|
<path d="m 46.223633,12.310547 q 0,-0.816406 0.204101,-1.600586 0.214844,-0.7841797 0.580078,-1.4179688 0.365235,-0.6445313 0.848633,-1.1923828 0.483399,-0.5585938 1.020508,-0.9238282 0.547852,-0.3759765 1.12793,-0.5800781 0.580078,-0.2148437 1.127929,-0.2148437 0.612305,0 1.138672,0.1396484 0.53711,0.1289063 0.913086,0.3544922 0.375977,0.2255859 0.666016,0.5263672 0.300781,0.3007812 0.483398,0.6123047 0.19336,0.3115234 0.311524,0.6445312 0.128906,0.3330078 0.171875,0.6123047 0.05371,0.2685547 0.05371,0.4941406 0,0.5800786 -0.128907,0.8701176 -0.128906,0.290039 -0.472656,0.300781 -0.504883,0.03223 -3.233398,0.107422 -2.717774,0.0752 -3.040039,0.0752 v 0.171875 q 0,0.891602 0.214843,1.654297 0.214844,0.751953 0.590821,1.299805 0.375976,0.537109 0.891601,0.913086 0.515625,0.375976 1.106446,0.558593 0.601562,0.182618 1.256836,0.182618 0.472656,0 0.945312,-0.139649 0.472656,-0.150391 0.827149,-0.375976 0.354492,-0.236329 0.580078,-0.429688 0.236328,-0.204102 0.386718,-0.375977 0.01074,0 0.05371,0.04297 0.05371,0.04297 0.09668,0.128906 0.04297,0.08594 0.04297,0.182618 0,0.193359 -0.139649,0.440429 -0.204101,0.322266 -0.504882,0.644532 -0.300782,0.322265 -0.751954,0.676757 -0.440429,0.354493 -1.074218,0.580078 -0.623047,0.225586 -1.310547,0.225586 -1.450196,0 -2.59961,-0.676757 -1.138671,-0.6875 -1.761718,-1.869141 -0.623047,-1.181641 -0.623047,-2.642578 z m 1.890625,-2.116211 h 4.060547 q 0.580078,0 0.580078,-0.5800782 0,-0.2255859 -0.06445,-0.515625 Q 52.625977,8.8085938 52.464844,8.4863281 52.314453,8.1533203 52.088867,7.8955078 51.863281,7.6269531 51.498047,7.4550781 51.143555,7.2724609 50.703125,7.2724609 q -0.418945,0 -0.794922,0.1611328 -0.375976,0.1611329 -0.644531,0.4189454 -0.257813,0.2578125 -0.472656,0.5693359 -0.204102,0.3115234 -0.333008,0.6230469 -0.128906,0.3115234 -0.214844,0.5693359 -0.08594,0.2578125 -0.118164,0.4189452 -0.02148,0.161133 -0.01074,0.161133 z"/>
|
||||||
|
<path d="m 57.126953,16.177734 q 0,-0.365234 0.193359,-0.676757 0.19336,-0.311524 0.515625,-0.494141 0.322266,-0.182617 0.6875,-0.182617 0.558594,0 0.956055,0.397461 0.397461,0.386718 0.397461,0.956054 0,0.558594 -0.397461,0.977539 -0.397461,0.418946 -0.956055,0.418946 -0.558593,0 -0.977539,-0.418946 -0.418945,-0.418945 -0.418945,-0.977539 z"/>
|
||||||
|
<path d="m 61.617187,16.650391 q 0.354493,0 0.934571,-0.107422 0.580078,-0.118164 0.633789,-0.290039 0.118164,-0.408203 0.118164,-1.847657 V 3.3837891 q 0,-0.9882813 -0.118164,-1.2890625 -0.19336,-0.4511719 -1.525391,-0.4511719 -0.01074,0 -0.02148,-0.1503906 Q 61.62793,1.3320312 61.62793,1.1708984 61.638672,1.0097656 61.692383,0.99902344 63.400391,0.82714844 65.226562,0 q 0.09668,0 0.182618,0.13964844 0.09668,0.12890625 0.09668,0.2578125 Q 65.226562,1.203125 65.226562,2.5673828 V 11.44043 q 0.29004,-0.107422 0.762696,-0.472657 0.483398,-0.375976 1.27832,-1.0527339 0.311524,-0.2578125 0.719727,-0.5908203 0.418945,-0.34375 0.655273,-0.5371094 0.24707,-0.2041016 0.472656,-0.4082031 0.236328,-0.2041016 0.34375,-0.3330079 0.107422,-0.1289062 0.107422,-0.1933593 0,-0.075195 -0.04297,-0.1289063 -0.04297,-0.053711 -0.118164,-0.085937 -0.06445,-0.042969 -0.161132,-0.075195 -0.09668,-0.032227 -0.19336,-0.053711 -0.09668,-0.021484 -0.214844,-0.032227 -0.107421,-0.021484 -0.193359,-0.021484 -0.07519,-0.010742 -0.161133,-0.010742 -0.08594,-0.010742 -0.118164,-0.021484 -0.08594,-0.1289063 -0.06445,-0.397461 0.02148,-0.2792969 0.118164,-0.3222656 1.203125,0.1289062 2.395508,0.1289062 1.27832,0 2.191406,-0.1289062 0.0752,0.1181641 0.06445,0.3867187 0,0.2578125 -0.06445,0.3330079 -0.333008,0 -0.956054,0.1611328 -0.612305,0.1611328 -0.966797,0.4189453 -2.75,1.9980473 -4.039063,3.0830083 0.504883,0.537109 1.117188,1.224609 0.623047,0.6875 1.106445,1.235351 0.494141,0.547852 0.956055,1.063477 0.472656,0.515625 0.805664,0.870117 0.333008,0.354492 0.504883,0.494141 0.451171,0.354492 1.095703,0.526367 0.569336,0.150391 1.074218,0.150391 0.06445,0 0.128907,0 0.04297,0.06445 0.06445,0.279296 0,0.05371 0,0.09668 0,0.139649 -0.04297,0.214844 -0.139648,0.06445 -0.633789,0.107422 -0.494141,0.04297 -0.988281,0.04297 -0.988282,0 -1.858399,-0.354493 -0.859375,-0.365234 -1.203125,-0.741211 -2.148437,-2.320312 -3.566406,-3.856445 -0.04297,-0.06445 -0.139648,-0.118164 -0.09668,-0.05371 -0.161133,-0.08594 l -0.0752,-0.02149 v 2.191406 q 0,1.439454 0.128907,1.847657 0.02148,0.08594 0.225586,0.171875 0.204101,0.08594 0.472656,0.128906 0.268555,0.04297 0.504883,0.0752 0.236328,0.02148 0.365234,0.02148 0.07519,0.09668 0.07519,0.365234 0.01074,0.257812 -0.07519,0.354492 -0.34375,-0.02148 -0.880859,-0.05371 -0.53711,-0.03223 -0.945313,-0.05371 -0.408203,-0.02148 -0.848633,-0.02148 -0.429687,0 -0.83789,0.02148 -0.397461,0.02148 -0.923828,0.05371 -0.526368,0.03223 -0.870118,0.05371 -0.09668,-0.09668 -0.09668,-0.333008 0,-0.279297 0.09668,-0.386718 z"/>
|
||||||
|
<path d="m 74.045898,12.310547 q 0,-0.816406 0.204102,-1.600586 0.214844,-0.7841797 0.580078,-1.4179688 0.365234,-0.6445313 0.848633,-1.1923828 0.483398,-0.5585938 1.020508,-0.9238282 0.547851,-0.3759765 1.127929,-0.5800781 0.580079,-0.2148437 1.12793,-0.2148437 0.612305,0 1.138672,0.1396484 0.537109,0.1289063 0.913086,0.3544922 0.375976,0.2255859 0.666016,0.5263672 0.300781,0.3007812 0.483398,0.6123047 0.193359,0.3115234 0.311523,0.6445312 0.128907,0.3330078 0.171875,0.6123047 0.05371,0.2685547 0.05371,0.4941406 0,0.5800786 -0.128906,0.8701176 -0.128906,0.290039 -0.472656,0.300781 -0.504883,0.03223 -3.233399,0.107422 -2.717773,0.0752 -3.040039,0.0752 v 0.171875 q 0,0.891602 0.214844,1.654297 0.214844,0.751953 0.59082,1.299805 0.375977,0.537109 0.891602,0.913086 0.515625,0.375976 1.106445,0.558593 0.601563,0.182618 1.256836,0.182618 0.472656,0 0.945313,-0.139649 0.472656,-0.150391 0.827148,-0.375976 0.354492,-0.236329 0.580078,-0.429688 0.236328,-0.204102 0.386719,-0.375977 0.01074,0 0.05371,0.04297 0.05371,0.04297 0.09668,0.128906 0.04297,0.08594 0.04297,0.182618 0,0.193359 -0.139648,0.440429 -0.204102,0.322266 -0.504883,0.644532 -0.300781,0.322265 -0.751953,0.676757 -0.44043,0.354493 -1.074219,0.580078 -0.623047,0.225586 -1.310547,0.225586 -1.450195,0 -2.599609,-0.676757 -1.138672,-0.6875 -1.761719,-1.869141 -0.623047,-1.181641 -0.623047,-2.642578 z m 1.890625,-2.116211 h 4.060547 q 0.580078,0 0.580078,-0.5800782 0,-0.2255859 -0.06445,-0.515625 Q 80.448242,8.8085938 80.287109,8.4863281 80.136719,8.1533203 79.911133,7.8955078 79.685547,7.6269531 79.320312,7.4550781 78.96582,7.2724609 78.525391,7.2724609 q -0.418946,0 -0.794922,0.1611328 -0.375977,0.1611329 -0.644532,0.4189454 -0.257812,0.2578125 -0.472656,0.5693359 -0.204101,0.3115234 -0.333008,0.6230469 -0.128906,0.3115234 -0.214843,0.5693359 -0.08594,0.2578125 -0.118164,0.4189452 -0.02148,0.161133 -0.01074,0.161133 z"/>
|
||||||
|
<path d="m 84.551758,7.734375 q 0,-0.032227 0,-0.075195 0,-0.1933594 0.05371,-0.2792969 2.126953,-0.3007812 3.566406,-1.0527344 0.08594,0 0.171875,0.1503907 0.09668,0.1503906 0.09668,0.2470703 -0.171875,1.2246093 -0.171875,1.6435547 v 0.8271484 5.2099605 q 0,1.439454 0.128906,1.847657 0.01074,0.06445 0.107422,0.128906 0.107422,0.05371 0.257812,0.09668 0.150391,0.03223 0.322266,0.0752 0.182617,0.03223 0.354492,0.05371 0.171875,0.02148 0.300781,0.03223 0.139649,0.01074 0.225586,0.01074 0.08594,0.107421 0.08594,0.386718 0,0.236328 -0.08594,0.333008 -0.34375,-0.02148 -0.880859,-0.05371 -0.537109,-0.03223 -0.945313,-0.05371 -0.408203,-0.02148 -0.848632,-0.02148 -0.429688,0 -0.837891,0.02148 -0.397461,0.02148 -0.923828,0.05371 -0.526367,0.03223 -0.870117,0.05371 -0.09668,-0.09668 -0.09668,-0.354492 0.01074,-0.268555 0.09668,-0.365234 0.354492,0 0.93457,-0.107422 0.580078,-0.118164 0.633789,-0.290039 0.118164,-0.408203 0.118164,-1.847657 V 9.7646484 q 0,-0.9882812 -0.118164,-1.2890625 Q 86.141602,8.2822266 85.744141,8.1748047 85.34668,8.0566406 85.078125,8.0458984 84.80957,8.0244141 84.605469,8.0244141 84.5625,7.9921875 84.551758,7.734375 Z m 1.675781,-4.3291016 q -0.354492,-0.3652343 -0.354492,-0.8808593 0,-0.5263672 0.354492,-0.8916016 0.365234,-0.3652344 0.891602,-0.3652344 0.526367,0 0.880859,0.3652344 0.365234,0.3652344 0.365234,0.8916016 0,0.515625 -0.365234,0.8808593 -0.354492,0.3544922 -0.880859,0.3544922 -0.526368,0 -0.891602,-0.3544922 z"/>
|
||||||
|
<path d="m 90.975586,7.3261719 q 0,-0.064453 0.279297,-0.3759766 Q 91.53418,6.6279297 91.630859,6.53125 h 0.923828 V 4.9628906 Q 92.748047,4.7265625 93.124023,4.3183594 93.5,3.9101563 93.768555,3.6201172 q 0.279297,-0.3007813 0.300781,-0.3330078 0.06445,-0.064453 0.161133,-0.085937 0.06445,-0.021484 0.107422,-0.010742 0.03223,0.010742 0.05371,0.010742 0.06445,0.021484 0.07519,0.064453 V 6.53125 h 3.211914 q 0.05371,0 0.07519,0.021484 0.03223,0.010742 0.04297,0.064453 0.01074,0.042969 0.01074,0.075195 0,0.032227 0,0.1074219 0,0.3974609 -0.34375,0.7519531 h -2.99707 v 6.5312502 q 0,0.999023 0.408203,1.52539 0.418945,0.515625 1.235352,0.515625 0.34375,0 0.719726,-0.128906 0.375977,-0.128906 0.569336,-0.236328 0.193359,-0.107422 0.333008,-0.204101 0.07519,0.03223 0.07519,0.171875 0,0.06445 -0.02148,0.15039 -0.02149,0.08594 -0.04297,0.150391 -0.02148,0.05371 -0.03223,0.0752 -0.171875,0.193359 -0.39746,0.386719 -0.214844,0.193359 -0.558594,0.440429 -0.333008,0.236329 -0.762696,0.386719 -0.418945,0.150391 -0.848632,0.150391 -0.408203,0 -0.762696,-0.0752 -0.354492,-0.06445 -0.698242,-0.247071 -0.34375,-0.193359 -0.59082,-0.483398 -0.24707,-0.300781 -0.397461,-0.78418 -0.139649,-0.483398 -0.139649,-1.095703 V 7.5517578 h -1.450195 q -0.05371,0 -0.09668,-0.075195 -0.03223,-0.085937 -0.03223,-0.1503906 z"/>
|
||||||
|
<path d="m 98.75293,16.650391 q 0.354492,0 0.93457,-0.107422 0.58008,-0.118164 0.63379,-0.290039 0.11816,-0.408203 0.11816,-1.847657 V 3.3837891 q 0,-0.9882813 -0.11816,-1.2890625 -0.19336,-0.4511719 -1.525392,-0.4511719 -0.01074,0 -0.02148,-0.1503906 -0.01074,-0.1611329 -0.01074,-0.3222657 0.01074,-0.1611328 0.06445,-0.17187496 Q 100.53613,0.82714844 102.3623,0 q 0.0967,0 0.18262,0.13964844 0.0967,0.12890625 0.0967,0.2578125 -0.2793,0.80566406 -0.2793,2.16992186 v 5.6289063 q 0,0.053711 0.0752,0.053711 0.0215,0 0.0752,-0.053711 0.2041,-0.225586 0.56933,-0.515625 0.37598,-0.2900391 0.83789,-0.5908204 0.47266,-0.3007812 0.99903,-0.5048828 0.5371,-0.2041015 0.95605,-0.2041015 0.58008,0 1.03125,0.1074218 0.45117,0.1074219 0.78418,0.3115235 0.34375,0.1933594 0.58008,0.5263672 0.24707,0.3330078 0.39746,0.7412109 0.16113,0.397461 0.25781,0.9775391 0.0967,0.5693359 0.12891,1.1923831 0.043,0.612304 0.043,1.428711 v 2.739257 q 0,1.439454 0.11816,1.847657 0.0322,0.118164 0.37598,0.214843 0.34375,0.09668 0.67675,0.139649 0.33301,0.04297 0.51563,0.04297 0.0967,0.107421 0.0967,0.365234 0,0.01074 0,0.02148 0,0.236328 -0.0967,0.333008 -0.34375,-0.02148 -0.88086,-0.05371 -0.52637,-0.03223 -0.94531,-0.05371 -0.40821,-0.02148 -0.83789,-0.02148 -0.42969,0 -0.83789,0.02148 -0.40821,0.02148 -0.93457,0.05371 -0.52637,0.03223 -0.87012,0.05371 -0.0859,-0.09668 -0.0859,-0.354492 0.0107,-0.268555 0.0859,-0.365234 0.36523,0 0.94531,-0.107422 0.58008,-0.118164 0.62305,-0.290039 0.1289,-0.408203 0.1289,-1.847657 v -2.492187 q 0,-1.203125 -0.10742,-1.944336 -0.10742,-0.7519531 -0.38672,-1.2460937 -0.27929,-0.5048829 -0.75195,-0.6982422 -0.46191,-0.2041016 -1.19238,-0.2041016 -0.42969,0 -1.00977,0.3007813 -0.58008,0.3007812 -0.97754,0.633789 -0.38672,0.3222656 -0.38672,0.4404297 v 5.2099605 q 0,1.439454 0.12891,1.847657 0.0215,0.08594 0.22559,0.171875 0.2041,0.08594 0.47265,0.128906 0.26856,0.04297 0.50489,0.0752 0.23632,0.02148 0.36523,0.02148 0.0752,0.09668 0.0752,0.365234 0.0107,0.257812 -0.0752,0.354492 -0.34375,-0.02148 -0.88086,-0.05371 -0.53711,-0.03223 -0.94531,-0.05371 -0.4082,-0.02148 -0.84863,-0.02148 -0.42969,0 -0.83789,0.02148 -0.39747,0.02148 -0.923833,0.05371 -0.526367,0.03223 -0.870117,0.05371 -0.09668,-0.09668 -0.09668,-0.333008 0,-0.279297 0.09668,-0.386718 z"/>
|
||||||
|
<path d="m 112.30957,13.0625 q 0,-1.224609 0.2793,-2.449219 0.27929,-1.2353513 0.80566,-2.363281 0.53711,-1.1279297 1.34277,-2.1054688 0.81641,-0.977539 1.80469,-1.6972656 0.99903,-0.7304687 2.27735,-1.1386718 1.27832,-0.4189454 2.68554,-0.4189454 1.02051,0 1.9336,0.225586 0.92382,0.2148437 1.65429,0.6230469 0.73047,0.3974609 1.34278,0.9560546 0.6123,0.5478516 1.05273,1.2246094 0.44043,0.6660156 0.74121,1.4287109 0.30078,0.7626954 0.45117,1.5791016 0.15039,0.8056641 0.15039,1.6435552 0,1.407226 -0.39746,2.685546 -0.39746,1.267579 -1.07421,2.202149 -0.67676,0.923828 -1.63282,1.471679 -0.95605,0.53711 -2.03027,0.53711 -0.9668,0 -1.52539,-0.515625 -0.54785,-0.526367 -0.54785,-1.62207 0,-0.225586 0.0537,-0.612305 0.0644,-0.386719 0.1289,-0.537109 -0.16113,0.311523 -0.4082,0.698242 -0.24707,0.375976 -0.62305,0.83789 -0.37597,0.461914 -0.76269,0.837891 -0.38672,0.365234 -0.84863,0.623047 -0.46192,0.24707 -0.88086,0.24707 -0.74121,0 -1.28907,-0.483398 -0.54785,-0.483399 -0.8164,-1.235352 -0.25781,-0.751953 -0.25781,-1.654297 0,-0.880859 0.29003,-1.815429 0.30079,-0.934571 0.79493,-1.761719 0.50488,-0.8378908 1.20312,-1.5791017 0.69824,-0.741211 1.47168,-1.2783204 0.78418,-0.5371093 1.6543,-0.8486328 0.88086,-0.3115234 1.71875,-0.3115234 0.93457,0 1.81543,0.3222656 l -1.52539,7.8740237 q -0.0752,0.300781 -0.0752,0.623047 0,0.569336 0.33301,0.848632 0.33301,0.268555 0.87012,0.268555 0.58007,0 1.18164,-0.461914 0.6123,-0.472656 1.08496,-1.235351 0.4834,-0.773438 0.78418,-1.847657 0.31152,-1.074218 0.31152,-2.202148 0,-1.0312502 -0.23633,-1.9980471 -0.23632,-0.9667968 -0.75195,-1.836914 -0.50488,-0.8701172 -1.23535,-1.5146485 -0.73047,-0.6445312 -1.79395,-1.0205078 -1.05273,-0.3867187 -2.30957,-0.3867187 -1.23535,0 -2.37402,0.3759765 -1.12793,0.3759766 -2.01953,1.0419922 -0.88086,0.6552735 -1.61133,1.546875 -0.73047,0.8808594 -1.21387,1.9013672 -0.47265,1.0205078 -0.73047,2.1269532 -0.25781,1.095703 -0.25781,2.180664 0,1.052734 0.25781,2.041016 0.26856,0.977539 0.73047,1.750976 0.46192,0.773438 1.05274,1.375 0.59082,0.612305 1.27832,1.009766 0.60156,0.354492 1.00976,0.483398 0.40821,0.139649 0.85938,0.214844 0,0.09668 -0.16113,0.204102 -0.16114,0.107421 -0.37598,0.171875 -0.21484,0.0752 -0.35449,0.0752 -0.59082,0 -0.97754,-0.150391 -0.85938,-0.322265 -1.64356,-0.999023 -0.77343,-0.666016 -1.375,-1.589844 -0.59082,-0.913086 -0.94531,-2.105469 -0.34375,-1.203125 -0.34375,-2.481445 z m 5.45703,0.472656 q 0,2.438477 1.26758,2.438477 0.60156,0 1.34277,-0.870117 0.74121,-0.88086 1.32129,-2.15918 0.59082,-1.289063 0.82715,-2.481445 l 0.49414,-2.5351566 q -0.29004,-0.3222657 -1.02051,-0.3222657 -0.55859,0 -1.17089,0.3330079 -0.61231,0.3330078 -1.14942,0.9345703 -0.53711,0.5908203 -0.97754,1.3320311 -0.42969,0.741211 -0.6875,1.62207 -0.24707,0.870118 -0.24707,1.708008 z"/>
|
||||||
|
<path d="m 130.51758,7.734375 q 0,-0.032227 0,-0.075195 0,-0.1933594 0.0537,-0.2792969 2.12695,-0.3007812 3.56641,-1.0527344 0.0859,0 0.17187,0.1503907 0.0967,0.1503906 0.0967,0.2470703 -0.17188,1.2246093 -0.17188,1.6435547 v 0.8271484 5.2099605 q 0,1.439454 0.12891,1.847657 0.0107,0.06445 0.10742,0.128906 0.10742,0.05371 0.25782,0.09668 0.15039,0.03223 0.32226,0.0752 0.18262,0.03223 0.35449,0.05371 0.17188,0.02148 0.30078,0.03223 0.13965,0.01074 0.22559,0.01074 0.0859,0.107421 0.0859,0.386718 0,0.236328 -0.0859,0.333008 -0.34375,-0.02148 -0.88086,-0.05371 -0.53711,-0.03223 -0.94531,-0.05371 -0.4082,-0.02148 -0.84863,-0.02148 -0.42969,0 -0.83789,0.02148 -0.39747,0.02148 -0.92383,0.05371 -0.52637,0.03223 -0.87012,0.05371 -0.0967,-0.09668 -0.0967,-0.354492 0.0107,-0.268555 0.0967,-0.365234 0.35449,0 0.93457,-0.107422 0.58008,-0.118164 0.63379,-0.290039 0.11816,-0.408203 0.11816,-1.847657 V 9.7646484 q 0,-0.9882812 -0.11816,-1.2890625 -0.0859,-0.1933593 -0.4834,-0.3007812 -0.39746,-0.1181641 -0.66601,-0.1289063 -0.26856,-0.021484 -0.47266,-0.021484 -0.043,-0.032227 -0.0537,-0.2900391 z m 1.67578,-4.3291016 q -0.35449,-0.3652343 -0.35449,-0.8808593 0,-0.5263672 0.35449,-0.8916016 0.36523,-0.3652344 0.8916,-0.3652344 0.52637,0 0.88086,0.3652344 0.36523,0.3652344 0.36523,0.8916016 0,0.515625 -0.36523,0.8808593 -0.35449,0.3544922 -0.88086,0.3544922 -0.52637,0 -0.8916,-0.3544922 z"/>
|
||||||
|
<path d="m 137.41406,12.460938 q 0,-0.88086 0.26856,-1.708008 0.26855,-0.8378909 0.73047,-1.4931644 0.46191,-0.6552734 1.06347,-1.203125 0.60156,-0.5478515 1.26758,-0.9130859 0.67676,-0.3652344 1.375,-0.5585938 0.70898,-0.2041015 1.35352,-0.2041015 1.35351,0 2.24511,0.6015625 0.0859,0.075195 0.16114,0.3007812 0.0859,0.2148438 0.0859,0.3867188 0,0.6230469 -0.29004,0.9130859 -0.27929,0.2900391 -0.65527,0.2900391 -0.24707,0 -0.50488,-0.1611328 -0.24707,-0.1611328 -0.52637,-0.4189453 -0.2793,-0.2578125 -0.4082,-0.3437501 -0.42969,-0.2792968 -0.69824,-0.3759765 -0.26856,-0.09668 -0.73047,-0.09668 -0.39746,0 -0.79492,0.1826172 -0.39747,0.171875 -0.7627,0.5371094 -0.35449,0.3544922 -0.63379,0.8486328 -0.26855,0.4833984 -0.44043,1.1601561 -0.16113,0.676758 -0.16113,1.428711 0,1.063477 0.31152,1.890625 0.32227,0.816406 0.87012,1.321289 0.55859,0.494141 1.27832,0.751953 0.71973,0.247071 1.5791,0.247071 0.39746,0 0.77344,-0.09668 0.37597,-0.09668 0.65527,-0.236328 0.2793,-0.139649 0.53711,-0.322266 0.26856,-0.193359 0.4082,-0.333008 0.15039,-0.139648 0.26856,-0.279297 0.0215,0 0.0644,0.04297 0.043,0.04297 0.0859,0.128906 0.0537,0.08594 0.0537,0.182618 0,0.193359 -0.15039,0.440429 -0.2041,0.322266 -0.50488,0.644532 -0.29004,0.322265 -0.74121,0.676757 -0.45118,0.354493 -1.08496,0.580078 -0.62305,0.225586 -1.31055,0.225586 -0.88086,0 -1.67578,-0.268554 -0.79492,-0.279297 -1.40723,-0.762696 -0.60156,-0.483398 -1.05273,-1.117187 -0.44043,-0.633789 -0.67676,-1.375 -0.22559,-0.741211 -0.22559,-1.514648 z"/>
|
||||||
|
<path d="m 147.51172,16.650391 q 0.35449,0 0.93457,-0.107422 0.58008,-0.118164 0.63379,-0.290039 0.11816,-0.408203 0.11816,-1.847657 V 3.3837891 q 0,-0.9882813 -0.11816,-1.2890625 -0.19336,-0.4511719 -1.52539,-0.4511719 -0.0107,0 -0.0215,-0.1503906 -0.0107,-0.1611329 -0.0107,-0.3222657 0.0107,-0.1611328 0.0644,-0.17187496 Q 149.29492,0.82714844 151.12109,0 q 0.0967,0 0.18262,0.13964844 0.0967,0.12890625 0.0967,0.2578125 -0.2793,0.80566406 -0.2793,2.16992186 V 14.405273 q 0,1.439454 0.12891,1.847657 0.0215,0.08594 0.22559,0.171875 0.2041,0.08594 0.47265,0.128906 0.26856,0.04297 0.50488,0.0752 0.23633,0.02148 0.36524,0.02148 0.0752,0.107421 0.0752,0.365234 0,0.01074 0.0108,0.02148 0,0.236328 -0.0859,0.333008 -0.34375,-0.02148 -0.88086,-0.05371 -0.53711,-0.03223 -0.94531,-0.05371 -0.40821,-0.02148 -0.84864,-0.02148 -0.42968,0 -0.83789,0.02148 -0.39746,0.02148 -0.92382,0.05371 -0.52637,0.03223 -0.87012,0.05371 -0.0967,-0.09668 -0.0967,-0.333008 0,-0.279297 0.0967,-0.386718 z"/>
|
||||||
|
<path d="m 154.35449,11.988281 q 0,-1.192383 0.40821,-2.2343747 0.4082,-1.0419922 1.10644,-1.7832032 0.70898,-0.7519531 1.69727,-1.1816406 0.98828,-0.4296875 2.09472,-0.4296875 1.61133,0 2.83594,0.7089844 1.22461,0.7089843 1.8584,1.9335937 Q 165,10.226563 165,11.78418 q 0,1.192383 -0.4082,2.245117 -0.40821,1.052734 -1.10645,1.81543 -0.69824,0.751953 -1.68652,1.192382 -0.97754,0.429688 -2.08399,0.429688 -1.21386,0 -2.22363,-0.418945 -1.00976,-0.418946 -1.69726,-1.149414 -0.67676,-0.730469 -1.06348,-1.740235 -0.37598,-1.009765 -0.37598,-2.169922 z m 2.14844,-0.504883 q 0,0.741211 0.13965,1.47168 0.13965,0.730469 0.42969,1.396485 0.29003,0.666015 0.69824,1.18164 0.4082,0.504883 0.97754,0.816406 0.56933,0.300782 1.21386,0.300782 0.51563,0 0.94532,-0.171875 0.44043,-0.171875 0.75195,-0.472657 0.31152,-0.300781 0.53711,-0.698242 0.23633,-0.408203 0.37598,-0.891601 0.13964,-0.494141 0.2041,-0.999024 0.0752,-0.515625 0.0752,-1.052734 0,-0.923828 -0.23633,-1.836914 -0.22558,-0.9130862 -0.65527,-1.6650393 -0.42969,-0.7519531 -1.10644,-1.2138672 -0.66602,-0.4726563 -1.46094,-0.4726563 -0.62305,0 -1.11719,0.2470704 -0.49414,0.2470703 -0.82715,0.6552734 -0.32226,0.4082031 -0.54785,0.9667969 -0.21484,0.5585937 -0.31152,1.1708981 -0.0859,0.601563 -0.0859,1.267578 z"/>
|
||||||
|
<path d="m 166.36426,7.1328125 q 0,-0.2148438 0.0644,-0.3007813 2.05176,-0.085937 3.41602,-0.5048828 0.0859,0 0.18261,0.1933594 0.0967,0.1933594 0.0967,0.3115234 -0.0537,0.09668 -0.0967,0.3652344 -0.0322,0.2685547 -0.0537,0.6337891 -0.0215,0.3544922 -0.0215,0.7197266 v 1.0634765 2.5996092 q 0,1.987305 0.59082,2.921875 0.59082,0.93457 1.90137,0.93457 0.52636,0 1.06347,-0.214843 0.54785,-0.214844 0.88086,-0.53711 0.34375,-0.322265 0.34375,-0.612304 V 9.3242188 q 0,-0.9775391 -0.2041,-1.3535157 -0.16113,-0.290039 -0.58008,-0.3867187 -0.4082,-0.1074219 -0.80566,-0.1074219 -0.0645,-0.064453 -0.0752,-0.3007813 0,-0.2470703 0.0752,-0.34375 2.04101,-0.085937 3.40527,-0.5048828 0.0644,0 0.12891,0.1289063 0.0644,0.118164 0.10742,0.2685547 0.043,0.1396484 0.043,0.2041015 -0.17188,0.34375 -0.17188,1.6220704 v 1.1386718 4.0927739 q 0,1.074218 0.17188,1.890625 0.043,0.161132 0.26855,0.268554 0.23633,0.09668 0.4834,0.128906 0.24707,0.02148 0.47266,0.04297 0.23633,0.01074 0.24707,0.01074 0.0752,0.03223 0.0752,0.268555 0,0.04297 -0.0215,0.128906 -0.0215,0.08594 -0.0752,0.182618 -0.0537,0.09668 -0.10742,0.09668 -0.36523,0.02148 -0.82715,0.09668 -0.46191,0.0752 -0.87011,0.182617 -0.40821,0.09668 -0.7627,0.193359 -0.34375,0.09668 -0.55859,0.161133 l -0.21485,0.06445 q -0.0967,0 -0.15039,-0.128906 -0.0537,-0.128906 -0.0537,-0.279297 v -1.138672 l -0.0537,-0.128906 q -0.56934,0.612305 -1.61133,1.12793 -1.03125,0.515625 -1.92285,0.515625 -0.42969,0 -0.80566,-0.107422 -0.36524,-0.09668 -0.65528,-0.268555 -0.27929,-0.182617 -0.52636,-0.440429 -0.23633,-0.257813 -0.40821,-0.558594 -0.16113,-0.300781 -0.29004,-0.655274 -0.1289,-0.354492 -0.21484,-0.708984 -0.0752,-0.354492 -0.12891,-0.751953 -0.043,-0.397461 -0.0644,-0.741211 -0.0215,-0.354492 -0.0215,-0.719727 V 9.3242188 q 0,-0.9775391 -0.2041,-1.3535157 -0.16114,-0.290039 -0.58008,-0.3867187 -0.40821,-0.1074219 -0.81641,-0.1074219 -0.0644,-0.075195 -0.0644,-0.34375 z"/>
|
||||||
|
<path d="m 179.80273,12.160156 q 0,-0.93457 0.39747,-1.847656 0.4082,-0.9130859 1.05273,-1.6005859 0.64453,-0.6982422 1.42871,-1.2353516 0.78418,-0.5371094 1.5791,-0.8164063 0.80567,-0.2792968 1.48242,-0.2792968 0.37598,0 0.94532,0.085937 0.58007,0.085937 0.77343,0.1611328 0.11817,0 0.11817,-0.5263672 V 3.3837891 q 0,-0.9882813 -0.11817,-1.2890625 -0.19336,-0.4511719 -1.52539,-0.4511719 -0.0107,0 -0.0322,-0.1503906 -0.0108,-0.1611329 0,-0.3222657 0.0107,-0.1611328 0.0644,-0.17187496 Q 187.67676,0.82714844 189.50293,0 q 0.0967,0 0.18262,0.13964844 0.0859,0.12890625 0.0859,0.2578125 -0.26855,0.80566406 -0.26855,2.16992186 V 13.234375 q 0,2.030273 0.17187,2.438477 0.043,0.09668 0.13965,0.171875 0.0967,0.06445 0.22559,0.107421 0.12891,0.04297 0.26855,0.0752 0.15039,0.03223 0.29004,0.05371 0.13965,0.01074 0.25782,0.02148 0.11816,0.01074 0.19335,0.02148 0.0859,0 0.0967,0 0.0752,0.03223 0.0752,0.300782 0,0.06445 -0.0644,0.225586 -0.0537,0.15039 -0.13965,0.15039 -0.35449,0.02148 -0.82715,0.09668 -0.46191,0.0752 -0.87012,0.182617 -0.4082,0.09668 -0.76269,0.193359 -0.34375,0.09668 -0.5586,0.161133 l -0.21484,0.06445 q -0.0967,0 -0.15039,-0.161132 -0.0537,-0.150391 -0.0537,-0.322266 v -0.870117 q 0,-0.161133 -0.043,-0.161133 -0.0107,0 -0.0322,0.01074 -0.36523,0.397461 -1.43945,0.956055 -1.07422,0.547851 -1.86914,0.547851 -0.84863,0 -1.64356,-0.408203 -0.79492,-0.418945 -1.40722,-1.117187 -0.60156,-0.698242 -0.97754,-1.697266 -0.36524,-1.009765 -0.36524,-2.116211 z m 2.09473,-0.601562 q 0,0.891601 0.23633,1.686523 0.23633,0.78418 0.66601,1.396485 0.44043,0.601562 1.11719,0.956054 0.67676,0.354492 1.49317,0.354492 0.4082,0 0.8164,-0.09668 0.40821,-0.107422 0.69824,-0.257813 0.29004,-0.15039 0.47266,-0.322265 0.18262,-0.171875 0.18262,-0.322266 V 8.6474609 q 0,-0.4404296 -0.81641,-0.8271484 -0.80566,-0.3974609 -1.82617,-0.3974609 -0.90234,0 -1.61133,0.6015625 -0.70898,0.6015625 -1.07422,1.5361328 -0.35449,0.9345701 -0.35449,1.9980471 z"/>
|
||||||
|
<path d="m 192.85449,16.177734 q 0,-0.365234 0.19336,-0.676757 0.19336,-0.311524 0.51563,-0.494141 0.32226,-0.182617 0.6875,-0.182617 0.55859,0 0.95605,0.397461 0.39746,0.386718 0.39746,0.956054 0,0.558594 -0.39746,0.977539 -0.39746,0.418946 -0.95605,0.418946 -0.5586,0 -0.97754,-0.418946 -0.41895,-0.418945 -0.41895,-0.977539 z"/>
|
||||||
|
<path d="m 197.78516,12.460938 q 0,-0.88086 0.26855,-1.708008 0.26856,-0.8378909 0.73047,-1.4931644 0.46191,-0.6552734 1.06348,-1.203125 0.60156,-0.5478515 1.26757,-0.9130859 0.67676,-0.3652344 1.375,-0.5585938 0.70899,-0.2041015 1.35352,-0.2041015 1.35352,0 2.24512,0.6015625 0.0859,0.075195 0.16113,0.3007812 0.0859,0.2148438 0.0859,0.3867188 0,0.6230469 -0.29004,0.9130859 -0.2793,0.2900391 -0.65528,0.2900391 -0.24707,0 -0.50488,-0.1611328 -0.24707,-0.1611328 -0.52637,-0.4189453 -0.27929,-0.2578125 -0.4082,-0.3437501 -0.42969,-0.2792968 -0.69824,-0.3759765 -0.26856,-0.09668 -0.73047,-0.09668 -0.39746,0 -0.79492,0.1826172 -0.39746,0.171875 -0.7627,0.5371094 -0.35449,0.3544922 -0.63379,0.8486328 -0.26855,0.4833984 -0.44043,1.1601561 -0.16113,0.676758 -0.16113,1.428711 0,1.063477 0.31153,1.890625 0.32226,0.816406 0.87011,1.321289 0.5586,0.494141 1.27832,0.751953 0.71973,0.247071 1.5791,0.247071 0.39747,0 0.77344,-0.09668 0.37598,-0.09668 0.65528,-0.236328 0.27929,-0.139649 0.5371,-0.322266 0.26856,-0.193359 0.40821,-0.333008 0.15039,-0.139648 0.26855,-0.279297 0.0215,0 0.0645,0.04297 0.043,0.04297 0.0859,0.128906 0.0537,0.08594 0.0537,0.182618 0,0.193359 -0.15039,0.440429 -0.2041,0.322266 -0.50488,0.644532 -0.29004,0.322265 -0.74121,0.676757 -0.45117,0.354493 -1.08496,0.580078 -0.62305,0.225586 -1.31055,0.225586 -0.88086,0 -1.67578,-0.268554 -0.79492,-0.279297 -1.40723,-0.762696 -0.60156,-0.483398 -1.05273,-1.117187 -0.44043,-0.633789 -0.67676,-1.375 -0.22558,-0.741211 -0.22558,-1.514648 z"/>
|
||||||
|
<path d="m 208.37695,11.988281 q 0,-1.192383 0.40821,-2.2343747 0.4082,-1.0419922 1.10644,-1.7832032 0.70899,-0.7519531 1.69727,-1.1816406 0.98828,-0.4296875 2.09472,-0.4296875 1.61133,0 2.83594,0.7089844 1.22461,0.7089843 1.8584,1.9335937 0.64453,1.2246099 0.64453,2.7822269 0,1.192383 -0.4082,2.245117 -0.40821,1.052734 -1.10645,1.81543 -0.69824,0.751953 -1.68652,1.192382 -0.97754,0.429688 -2.08399,0.429688 -1.21386,0 -2.22363,-0.418945 -1.00976,-0.418946 -1.69726,-1.149414 -0.67676,-0.730469 -1.06348,-1.740235 -0.37598,-1.009765 -0.37598,-2.169922 z m 2.14844,-0.504883 q 0,0.741211 0.13965,1.47168 0.13965,0.730469 0.42969,1.396485 0.29004,0.666015 0.69824,1.18164 0.4082,0.504883 0.97754,0.816406 0.56933,0.300782 1.21386,0.300782 0.51563,0 0.94532,-0.171875 0.44043,-0.171875 0.75195,-0.472657 0.31152,-0.300781 0.53711,-0.698242 0.23633,-0.408203 0.37598,-0.891601 0.13964,-0.494141 0.2041,-0.999024 0.0752,-0.515625 0.0752,-1.052734 0,-0.923828 -0.23632,-1.836914 -0.22559,-0.9130862 -0.65528,-1.6650393 -0.42969,-0.7519531 -1.10644,-1.2138672 -0.66602,-0.4726563 -1.46094,-0.4726563 -0.62305,0 -1.11719,0.2470704 -0.49414,0.2470703 -0.82715,0.6552734 -0.32226,0.4082031 -0.54785,0.9667969 -0.21484,0.5585937 -0.31152,1.1708981 -0.0859,0.601563 -0.0859,1.267578 z"/>
|
||||||
|
<path d="m 220.82715,7.734375 q 0,-0.032227 0,-0.075195 0,-0.1933594 0.0537,-0.2792969 2.12695,-0.3007812 3.56641,-1.0527344 0.0859,0 0.17187,0.1503907 0.0967,0.1503906 0.0967,0.2470703 -0.15039,1.0527343 -0.15039,1.2998047 0,0.09668 0.0537,0.09668 0.0215,0 0.0752,-0.042969 0.0322,-0.032227 0.0859,-0.085937 0.36524,-0.3007813 0.62305,-0.4941406 0.25781,-0.2041016 0.71973,-0.5048828 0.46191,-0.3007813 0.93457,-0.4511719 0.47265,-0.1611328 0.92383,-0.1611328 1.13867,0 1.83691,0.4941406 0.70898,0.4833984 1.00976,1.5683594 2.26661,-2.0625 3.66309,-2.0625 0.79492,0 1.36426,0.2148437 0.56933,0.2041016 0.92383,0.5908203 0.36523,0.3867188 0.56933,1.0634766 0.2041,0.6767578 0.2793,1.4716797 0.0752,0.7949223 0.0752,1.9443363 v 2.739257 q 0,1.439454 0.11817,1.847657 0.0537,0.171875 0.63379,0.290039 0.58008,0.107422 0.94531,0.107422 0.0859,0.107421 0.0859,0.386718 0,0.236328 -0.0859,0.333008 -0.34375,-0.02148 -0.88086,-0.05371 -0.53711,-0.03223 -0.94531,-0.05371 -0.4082,-0.02148 -0.84863,-0.02148 -0.33301,0 -0.6875,0.02148 -0.34375,0.01074 -0.60157,0.03223 -0.25781,0.01074 -0.65527,0.03223 -0.38672,0.03223 -0.69824,0.04297 -0.0859,-0.09668 -0.0859,-0.354492 0.0107,-0.268555 0.0859,-0.365234 0.36523,0 0.94531,-0.107422 0.58008,-0.118164 0.63379,-0.290039 0.11816,-0.408203 0.11816,-1.847657 v -2.664062 q 0,-0.805664 -0.0537,-1.364258 -0.043,-0.5585936 -0.19336,-1.0742186 -0.13965,-0.515625 -0.39746,-0.8164063 -0.25781,-0.3115234 -0.67676,-0.4833984 -0.41894,-0.1826172 -1.0205,-0.1826172 -0.41895,0 -0.89161,0.2041016 -0.46191,0.1933593 -0.79492,0.4511718 -0.32226,0.2470704 -0.53711,0.4726563 Q 231,9.1738281 231,9.2490234 q 0,0.010742 0.0107,0.1503907 0.0107,0.1396484 0.0107,0.171875 0.0967,0.6337889 0.0967,1.7724609 v 3.061523 q 0,1.439454 0.12891,1.847657 0.0322,0.118164 0.36523,0.214843 0.34375,0.09668 0.67676,0.139649 0.33301,0.04297 0.52637,0.04297 0.0752,0.09668 0.0859,0.365234 0.0107,0.257812 -0.0859,0.354492 -0.30078,-0.01074 -0.69824,-0.04297 -0.39746,-0.02148 -0.66602,-0.03223 -0.25781,-0.02148 -0.6123,-0.03223 -0.3545,-0.02148 -0.6875,-0.02148 -0.42969,0 -0.83789,0.02148 -0.40821,0.02148 -0.93457,0.05371 -0.52637,0.03223 -0.87012,0.05371 -0.0859,-0.09668 -0.0859,-0.354492 0.0107,-0.268555 0.0859,-0.365234 0.35449,0 0.93457,-0.107422 0.59082,-0.118164 0.63379,-0.290039 0.1289,-0.408203 0.1289,-1.847657 v -2.545898 q 0,-1.160156 -0.11816,-1.9121094 -0.10742,-0.7519531 -0.38672,-1.2353515 -0.2793,-0.4941407 -0.71972,-0.6875 -0.44043,-0.2041016 -1.11719,-0.2041016 -0.39746,0 -0.83789,0.171875 -0.42969,0.171875 -0.75196,0.3974609 -0.31152,0.225586 -0.52636,0.4511719 -0.2041,0.225586 -0.2041,0.3544922 v 5.2099605 q 0,1.439454 0.1289,1.847657 0.0107,0.06445 0.10742,0.128906 0.10743,0.05371 0.25782,0.09668 0.15039,0.03223 0.32226,0.0752 0.18262,0.03223 0.35449,0.05371 0.17188,0.02148 0.30078,0.03223 0.13965,0.01074 0.22559,0.01074 0.0752,0.09668 0.0752,0.365234 0.0107,0.257812 -0.0752,0.354492 -0.34375,-0.02148 -0.88086,-0.05371 -0.53711,-0.03223 -0.94531,-0.05371 -0.4082,-0.02148 -0.84863,-0.02148 -0.42969,0 -0.83789,0.02148 -0.39747,0.02148 -0.92383,0.05371 -0.52637,0.03223 -0.87012,0.05371 -0.0967,-0.09668 -0.0967,-0.354492 0.0107,-0.268555 0.0967,-0.365234 0.35449,0 0.93457,-0.107422 0.58008,-0.118164 0.63379,-0.290039 0.11816,-0.408203 0.11816,-1.847657 V 9.8720703 q 0,-1.0957031 -0.11816,-1.3964844 -0.0859,-0.1933593 -0.4834,-0.3007812 -0.39746,-0.1181641 -0.66601,-0.1289063 -0.26856,-0.021484 -0.47266,-0.021484 -0.043,-0.032227 -0.0537,-0.2900391 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 37 KiB |
BIN
www/images/masthead/b-timothy-keith-source.jpg
Normal file
After Width: | Height: | Size: 330 KiB |
BIN
www/images/masthead/b-timothy-keith.avif
Normal file
BIN
www/images/masthead/b-timothy-keith.jpg
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
www/images/masthead/b-timothy-keith@2x.avif
Normal file
BIN
www/images/masthead/b-timothy-keith@2x.jpg
Normal file
After Width: | Height: | Size: 19 KiB |
24
www/images/masthead/david-grigg-contact.svg
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="22.956055" version="1.1" width="231.50488" viewBox="0 0 231.50489 22.956055">
|
||||||
|
<path d="M 0,12.160156 Q 0,11.225586 0.39746094,10.3125 0.80566406,9.3994141 1.4501953,8.7119141 2.0947266,8.0136719 2.8789063,7.4765625 3.6630859,6.9394531 4.4580078,6.6601562 5.2636719,6.3808594 5.9404297,6.3808594 q 0.3759765,0 0.9453125,0.085937 0.5800781,0.085937 0.7734375,0.1611328 0.118164,0 0.118164,-0.5263672 V 3.3837891 q 0,-0.9882813 -0.118164,-1.2890625 -0.1933594,-0.4511719 -1.5253906,-0.4511719 -0.010742,0 -0.032227,-0.1503906 -0.010742,-0.1611329 0,-0.3222657 Q 6.1123047,1.0097656 6.1660156,0.99902344 7.8740234,0.82714844 9.7001953,0 9.796875,0 9.8828125,0.13964844 9.96875,0.26855469 9.96875,0.39746094 9.7001953,1.203125 9.7001953,2.5673828 V 13.234375 q 0,2.030273 0.171875,2.438477 0.042969,0.09668 0.1396487,0.171875 0.09668,0.06445 0.225586,0.107421 0.128906,0.04297 0.268554,0.0752 0.150391,0.03223 0.290039,0.05371 0.139649,0.01074 0.257813,0.02148 0.118164,0.01074 0.193359,0.02148 0.08594,0 0.09668,0 0.0752,0.03223 0.0752,0.300782 0,0.06445 -0.06445,0.225586 -0.05371,0.15039 -0.139648,0.15039 -0.354492,0.02148 -0.827149,0.09668 -0.4619137,0.0752 -0.8701169,0.182617 -0.4082031,0.09668 -0.7626953,0.193359 -0.34375,0.09668 -0.5585937,0.161133 l -0.2148438,0.06445 q -0.09668,0 -0.1503906,-0.161132 -0.053711,-0.150391 -0.053711,-0.322266 v -0.870117 q 0,-0.161133 -0.042969,-0.161133 -0.010742,0 -0.032227,0.01074 Q 7.3369141,16.392578 6.2626953,16.951172 5.1884766,17.499023 4.3935547,17.499023 3.5449219,17.499023 2.75,17.09082 1.9550781,16.671875 1.3427734,15.973633 0.74121094,15.275391 0.36523438,14.276367 0,13.266602 0,12.160156 Z m 2.0947266,-0.601562 q 0,0.891601 0.2363281,1.686523 0.2363281,0.78418 0.6660156,1.396485 0.4404297,0.601562 1.1171875,0.956054 0.6767578,0.354492 1.4931641,0.354492 0.4082031,0 0.8164062,-0.09668 0.4082031,-0.107422 0.6982422,-0.257813 0.2900391,-0.15039 0.4726563,-0.322265 0.1826171,-0.171875 0.1826171,-0.322266 V 8.6474609 q 0,-0.4404296 -0.8164062,-0.8271484 -0.8056641,-0.3974609 -1.8261719,-0.3974609 -0.9023437,0 -1.6113281,0.6015625 Q 2.8144531,8.6259766 2.4492188,9.5605469 2.0947266,10.495117 2.0947266,11.558594 Z"/>
|
||||||
|
<path d="m 12.783203,14.630859 q 0,-0.708984 0.386719,-1.267578 0.397461,-0.558593 0.859375,-0.730468 0.397461,-0.139649 1.149414,-0.397461 0.751953,-0.268555 1.299805,-0.451172 0.547851,-0.19336 1.095703,-0.397461 0.558593,-0.214844 0.816406,-0.322266 0.09668,-0.04297 0.150391,-0.0752 0.05371,-0.03223 0.08594,-0.09668 0.04297,-0.0752 0.05371,-0.171875 0.01074,-0.107422 0.01074,-0.279297 V 9.7646484 q 0,-0.5585937 -0.279297,-1.1064453 Q 18.132812,8.1103516 17.62793,7.7451172 17.133789,7.3798828 16.542969,7.3798828 q -0.623047,0 -0.923828,0.3867188 -0.300782,0.3759765 -0.44043,1.149414 -0.118164,0.6230469 -0.408203,0.913086 -0.290039,0.2900394 -0.762695,0.2900394 -0.375977,0 -0.612305,-0.322266 -0.236328,-0.3222656 -0.236328,-0.7304687 0,-0.053711 0.02148,-0.1611329 0.02148,-0.118164 0.06445,-0.2470703 0.04297,-0.1289062 0.08594,-0.1826172 0.322265,-0.3007812 0.784179,-0.6230468 0.472657,-0.3330079 1.074219,-0.6660157 0.612305,-0.3330078 1.321289,-0.5478515 0.708985,-0.2148438 1.353516,-0.2148438 1.084961,0 1.901367,0.9990235 0.816406,0.9990234 0.816406,2.4169922 v 5.1347652 q 0,1.170899 0.773438,1.170899 0.107422,0 0.214843,-0.02148 0.107422,-0.02148 0.182618,-0.04297 0.0752,-0.03223 0.15039,-0.0752 0.08594,-0.04297 0.128907,-0.0752 0.04297,-0.03223 0.08594,-0.06445 0.05371,-0.03223 0.05371,-0.04297 0.107422,0 0.107422,0.204102 0,0.257812 -0.128906,0.472656 -0.290039,0.257812 -0.902344,0.601562 -0.612305,0.34375 -0.966797,0.34375 -0.515625,0 -0.956055,-0.504882 -0.440429,-0.504883 -0.558593,-1.117188 -0.365235,0.365235 -1.439454,1.020508 -1.063476,0.655273 -1.632812,0.655273 -1.235352,0 -2.073242,-0.827148 -0.837891,-0.827148 -0.837891,-2.041016 z m 2.0625,-0.225586 q 0,0.451172 0.214844,0.859375 0.225586,0.397461 0.612305,0.644532 0.386718,0.236328 0.848632,0.236328 0.311524,0 0.698243,-0.118164 0.39746,-0.128906 0.708984,-0.290039 0.322266,-0.171875 0.537109,-0.34375 0.225586,-0.171875 0.225586,-0.268555 v -3.383789 q -1.933594,0.569336 -2.320312,0.719727 -0.708985,0.268554 -1.117188,0.762695 -0.408203,0.49414 -0.408203,1.18164 z"/>
|
||||||
|
<path d="m 22.34375,6.9609375 q 0,-0.1826172 0.06445,-0.3867188 0.365234,0.021484 0.827149,0.053711 0.461914,0.032227 0.827148,0.053711 0.375977,0.021484 0.837891,0.021484 0.418945,0 0.794921,-0.021484 0.375977,-0.021484 0.859375,-0.053711 0.483399,-0.032227 0.837891,-0.053711 0.04297,0.1181641 0.01074,0.4296875 -0.03223,0.3007813 -0.118164,0.3007813 -0.09668,0 -0.268554,0.021484 -0.161133,0.010742 -0.397461,0.053711 -0.236329,0.032227 -0.397461,0.1289063 -0.150391,0.085937 -0.150391,0.2148437 0,0.053711 0.02148,0.09668 l 2.739258,6.7353515 q 1.278321,-3.319336 2.223633,-5.6611327 0.150391,-0.3544922 0.150391,-0.7949219 0,-0.3652344 -0.408203,-0.5800782 -0.397461,-0.2148437 -1.041993,-0.2148437 -0.09668,0 -0.09668,-0.3115234 0,-0.3222657 0.09668,-0.4189454 0.257813,0.021484 0.601563,0.064453 0.34375,0.032226 0.655273,0.053711 0.311524,0.010742 0.762696,0.010742 0.418945,0 0.751953,-0.021484 0.34375,-0.021484 0.762695,-0.053711 0.429688,-0.032227 0.805664,-0.053711 0.04297,0.075195 0.04297,0.2363282 0,0.085937 -0.01074,0.1933593 -0.03223,0.3007813 -0.107422,0.3007813 -0.107422,0 -0.300781,0.042969 -0.182618,0.032227 -0.44043,0.1181641 -0.257813,0.075195 -0.494141,0.2578125 -0.236328,0.1826172 -0.333008,0.4296875 -2.664062,6.3593747 -3.738281,8.9912107 -0.04297,0.09668 -0.171875,0.19336 -0.128906,0.107421 -0.268555,0.171875 -0.139648,0.06445 -0.214843,0.06445 -0.171875,0 -0.225586,-0.107422 -0.580078,-1.375 -1.396485,-3.405274 Q 25.630859,12.020508 25.007812,10.538086 24.384766,9.0449219 23.772461,7.7988281 23.708008,7.6484375 23.557617,7.5517578 23.407227,7.4443359 23.27832,7.4013672 q -0.128906,-0.053711 -0.34375,-0.075195 -0.214843,-0.021484 -0.290039,-0.021484 -0.06445,0 -0.236328,0 -0.06445,-0.1289063 -0.06445,-0.34375 z"/>
|
||||||
|
<path d="m 34.933594,7.734375 q 0,-0.032227 0,-0.075195 0,-0.1933594 0.05371,-0.2792969 2.126953,-0.3007812 3.566406,-1.0527344 0.08594,0 0.171875,0.1503907 0.09668,0.1503906 0.09668,0.2470703 -0.171875,1.2246093 -0.171875,1.6435547 v 0.8271484 5.2099605 q 0,1.439454 0.128906,1.847657 0.01074,0.06445 0.107422,0.128906 0.107422,0.05371 0.257812,0.09668 0.150391,0.03223 0.322266,0.0752 0.182617,0.03223 0.354492,0.05371 0.171875,0.02148 0.300781,0.03223 0.139649,0.01074 0.225586,0.01074 0.08594,0.107421 0.08594,0.386718 0,0.236328 -0.08594,0.333008 -0.34375,-0.02148 -0.880859,-0.05371 -0.53711,-0.03223 -0.945313,-0.05371 -0.408203,-0.02148 -0.848632,-0.02148 -0.429688,0 -0.837891,0.02148 -0.397461,0.02148 -0.923828,0.05371 -0.526367,0.03223 -0.870117,0.05371 -0.09668,-0.09668 -0.09668,-0.354492 0.01074,-0.268555 0.09668,-0.365234 0.354492,0 0.93457,-0.107422 0.580078,-0.118164 0.633789,-0.290039 0.118164,-0.408203 0.118164,-1.847657 V 9.7646484 q 0,-0.9882812 -0.118164,-1.2890625 Q 36.523437,8.2822266 36.125977,8.1748047 35.728516,8.0566406 35.459961,8.0458984 35.191406,8.0244141 34.987305,8.0244141 34.944336,7.9921875 34.933594,7.734375 Z m 1.675781,-4.3291016 q -0.354492,-0.3652343 -0.354492,-0.8808593 0,-0.5263672 0.354492,-0.8916016 0.365234,-0.3652344 0.891602,-0.3652344 0.526367,0 0.880859,0.3652344 0.365234,0.3652344 0.365234,0.8916016 0,0.515625 -0.365234,0.8808593 -0.354492,0.3544922 -0.880859,0.3544922 -0.526368,0 -0.891602,-0.3544922 z"/>
|
||||||
|
<path d="m 41.830078,12.160156 q 0,-0.93457 0.397461,-1.847656 0.408203,-0.9130859 1.052734,-1.6005859 0.644532,-0.6982422 1.428711,-1.2353516 0.78418,-0.5371094 1.579102,-0.8164063 0.805664,-0.2792968 1.482422,-0.2792968 0.375976,0 0.945312,0.085937 0.580078,0.085937 0.773438,0.1611328 0.118164,0 0.118164,-0.5263672 V 3.3837891 q 0,-0.9882813 -0.118164,-1.2890625 -0.19336,-0.4511719 -1.525391,-0.4511719 -0.01074,0 -0.03223,-0.1503906 -0.01074,-0.1611329 0,-0.3222657 0.01074,-0.1611328 0.06445,-0.17187496 Q 49.704102,0.82714844 51.530273,0 q 0.09668,0 0.182618,0.13964844 0.08594,0.12890625 0.08594,0.2578125 Q 51.530273,1.203125 51.530273,2.5673828 V 13.234375 q 0,2.030273 0.171875,2.438477 0.04297,0.09668 0.139649,0.171875 0.09668,0.06445 0.225586,0.107421 0.128906,0.04297 0.268554,0.0752 0.150391,0.03223 0.29004,0.05371 0.139648,0.01074 0.257812,0.02148 0.118164,0.01074 0.193359,0.02148 0.08594,0 0.09668,0 0.0752,0.03223 0.0752,0.300782 0,0.06445 -0.06445,0.225586 -0.05371,0.15039 -0.139648,0.15039 -0.354492,0.02148 -0.827149,0.09668 -0.461914,0.0752 -0.870117,0.182617 -0.408203,0.09668 -0.762695,0.193359 -0.34375,0.09668 -0.558594,0.161133 l -0.214844,0.06445 q -0.09668,0 -0.15039,-0.161132 -0.05371,-0.150391 -0.05371,-0.322266 v -0.870117 q 0,-0.161133 -0.04297,-0.161133 -0.01074,0 -0.03223,0.01074 -0.365235,0.397461 -1.439454,0.956055 -1.074218,0.547851 -1.86914,0.547851 -0.848633,0 -1.643555,-0.408203 -0.794922,-0.418945 -1.407226,-1.117187 -0.601563,-0.698242 -0.97754,-1.697266 -0.365234,-1.009765 -0.365234,-2.116211 z m 2.094727,-0.601562 q 0,0.891601 0.236328,1.686523 0.236328,0.78418 0.666015,1.396485 0.44043,0.601562 1.117188,0.956054 0.676758,0.354492 1.493164,0.354492 0.408203,0 0.816406,-0.09668 0.408203,-0.107422 0.698242,-0.257813 0.290039,-0.15039 0.472657,-0.322265 0.182617,-0.171875 0.182617,-0.322266 V 8.6474609 q 0,-0.4404296 -0.816406,-0.8271484 -0.805664,-0.3974609 -1.826172,-0.3974609 -0.902344,0 -1.611328,0.6015625 -0.708985,0.6015625 -1.074219,1.5361328 -0.354492,0.9345701 -0.354492,1.9980471 z"/>
|
||||||
|
<path d="m 54.881836,16.177734 q 0,-0.365234 0.193359,-0.676757 0.19336,-0.311524 0.515625,-0.494141 0.322266,-0.182617 0.6875,-0.182617 0.558594,0 0.956055,0.397461 0.397461,0.386718 0.397461,0.956054 0,0.558594 -0.397461,0.977539 -0.397461,0.418946 -0.956055,0.418946 -0.558593,0 -0.977539,-0.418946 -0.418945,-0.418945 -0.418945,-0.977539 z"/>
|
||||||
|
<path d="m 59.415039,19.916016 q 0,-0.311524 0.193359,-0.655274 0.204102,-0.333008 0.483399,-0.612305 0.290039,-0.279296 0.676758,-0.558593 0.386718,-0.268555 0.6875,-0.451172 0.300781,-0.171875 0.601562,-0.322266 -0.34375,-0.107422 -0.6875,-0.300781 -0.34375,-0.204102 -0.655273,-0.483398 -0.311524,-0.29004 -0.504883,-0.6875 -0.193359,-0.397461 -0.193359,-0.837891 0.290039,-0.34375 0.999023,-0.891602 0.719727,-0.547851 1.149414,-0.805664 -0.923828,-0.504882 -1.503906,-1.385742 -0.569336,-0.891601 -0.569336,-1.804687 0,-0.7304691 0.322265,-1.4179691 0.333008,-0.6875 0.88086,-1.203125 0.558594,-0.515625 1.342773,-0.8271485 0.794922,-0.3115234 1.665039,-0.3115234 0.300782,0 0.580078,0.032227 0.29004,0.032226 0.569336,0.118164 0.290039,0.075195 0.418946,0.1181641 0.128906,0.042969 0.408203,0.1611328 0.290039,0.1181641 0.290039,0.1181641 0.322266,0.118164 0.580078,0.171875 L 69.813477,6.703125 q 0.24707,0.075195 0.24707,0.2470703 0,0.1074219 -0.09668,0.3222656 -0.08594,0.2041016 -0.225586,0.4189453 -0.128906,0.2148438 -0.24707,0.2792969 l -1.643555,-0.09668 q -0.107422,0 -0.107422,0.075195 0.171875,0.1718751 0.429688,0.8486329 0.268555,0.6767578 0.268555,1.4179684 0,0.655274 -0.333008,1.310547 -0.322266,0.655274 -0.870117,1.181641 -0.547852,0.515625 -1.342774,0.848633 -0.794922,0.322265 -1.665039,0.322265 -0.311523,0 -0.762695,-0.0752 -0.44043,-0.07519 -0.633789,-0.150391 -0.171875,0.09668 -0.333008,0.225586 -0.161133,0.128907 -0.300781,0.268555 -0.128907,0.139648 -0.214844,0.300781 -0.0752,0.161133 -0.0752,0.300781 0,0.257813 0.418945,0.569336 0.418945,0.311524 1.084961,0.311524 h 2.932617 q 0.977539,0 1.869141,0.354492 0.891601,0.354492 1.439453,0.966797 0.558593,0.612305 0.558593,1.289062 0,0.762696 -0.537109,1.589844 -0.526367,0.837891 -1.396484,1.525391 -0.870117,0.6875 -2.083985,1.138672 -1.213867,0.451171 -2.459961,0.461914 -0.04297,0 -0.08594,0 -0.730469,0 -1.450195,-0.182618 -0.751954,-0.193359 -1.385743,-0.558593 -0.623046,-0.365235 -1.009765,-0.966797 -0.386719,-0.601563 -0.386719,-1.332031 z m 1.976563,-0.730469 q 0,1.246094 0.891601,2.019531 0.891602,0.773438 2.449219,0.773438 0.848633,0 1.71875,-0.375977 0.880859,-0.375977 1.460937,-1.009766 0.580078,-0.623046 0.580078,-1.27832 0,-0.290039 -0.193359,-0.612305 -0.182617,-0.311523 -0.558594,-0.612304 -0.365234,-0.300782 -1.03125,-0.504883 -0.666015,-0.193359 -1.503906,-0.193359 -2.105469,0 -2.320312,0.128906 -0.558594,0.311523 -1.03125,0.773437 -0.461914,0.461914 -0.461914,0.891602 z m 0.623046,-9.163086 q 0,0.773437 0.268555,1.482422 0.268555,0.698242 0.827149,1.170898 0.569335,0.461914 1.289062,0.461914 0.494141,0 0.902344,-0.24707 0.418945,-0.257812 0.676758,-0.666016 0.257812,-0.408203 0.397461,-0.902343 0.15039,-0.504883 0.15039,-1.03125 0,-0.8056644 -0.257812,-1.5146488 -0.247071,-0.7089844 -0.794922,-1.1923828 -0.53711,-0.4833985 -1.267578,-0.4833985 -0.676758,0 -1.192383,0.4404297 -0.515625,0.4404297 -0.762695,1.0957032 -0.236329,0.6445312 -0.236329,1.3857422 z"/>
|
||||||
|
<path d="m 71.25293,7.734375 q 0,-0.032227 0,-0.075195 0,-0.1933594 0.05371,-0.2792969 2.126953,-0.3007812 3.566406,-1.0527344 0.08594,0 0.171875,0.1503907 0.09668,0.1503906 0.09668,0.2470703 -0.02149,0.1503906 -0.09668,1.1279297 -0.07519,0.977539 -0.07519,1.1708984 0,0.064453 0.03223,0.075195 0.04297,0 0.06445,-0.032227 0.19336,-0.4082032 0.515625,-0.859375 0.322266,-0.4619141 0.708985,-0.8701172 0.397461,-0.4082032 0.859375,-0.6660157 0.461914,-0.2685547 0.859375,-0.2685547 0.483398,0 0.913086,0.2148438 0.440429,0.2041016 0.601562,0.5048828 0.107422,0.3007813 0.107422,0.6767578 0,0.6123047 -0.290039,0.9560547 -0.279297,0.34375 -0.53711,0.34375 -0.118164,0 -0.257812,-0.053711 Q 78.417969,8.9912109 78.321289,8.9267578 78.235352,8.8623047 78.084961,8.765625 77.945312,8.6689453 77.880859,8.6259766 77.44043,8.3251953 76.967773,8.3251953 q -0.386718,0 -0.773437,0.2685547 -0.375977,0.2685547 -0.633789,0.6445313 -0.257813,0.3652343 -0.429688,0.7412109 -0.161132,0.3652348 -0.161132,0.5908208 v 3.83496 q 0,1.439454 0.128906,1.847657 0.04297,0.171875 0.870117,0.290039 0.837891,0.107422 1.267578,0.107422 0.07519,0.09668 0.07519,0.365234 0.01074,0.257812 -0.07519,0.354492 -2.556641,-0.128906 -3.09375,-0.128906 -0.429687,0 -0.870117,0.02148 -0.429688,0.02148 -1.020508,0.05371 -0.580078,0.04297 -0.891601,0.05371 -0.09668,-0.09668 -0.09668,-0.354492 0.01074,-0.268555 0.09668,-0.365234 0.354492,0 0.93457,-0.107422 0.580078,-0.118164 0.633789,-0.290039 0.118164,-0.408203 0.118164,-1.847657 V 9.7646484 q 0,-0.9882812 -0.118164,-1.2890625 Q 72.842773,8.2822266 72.445312,8.1748047 72.047852,8.0566406 71.779297,8.0458984 71.510742,8.0244141 71.306641,8.0244141 71.263672,7.9921875 71.25293,7.734375 Z"/>
|
||||||
|
<path d="m 80.791992,7.734375 q 0,-0.032227 0,-0.075195 0,-0.1933594 0.05371,-0.2792969 2.126953,-0.3007812 3.566406,-1.0527344 0.08594,0 0.171875,0.1503907 0.09668,0.1503906 0.09668,0.2470703 -0.171875,1.2246093 -0.171875,1.6435547 v 0.8271484 5.2099605 q 0,1.439454 0.128906,1.847657 0.01074,0.06445 0.107422,0.128906 0.107422,0.05371 0.257813,0.09668 0.15039,0.03223 0.322265,0.0752 0.182617,0.03223 0.354492,0.05371 0.171875,0.02148 0.300782,0.03223 0.139648,0.01074 0.225586,0.01074 0.08594,0.107421 0.08594,0.386718 0,0.236328 -0.08594,0.333008 -0.34375,-0.02148 -0.88086,-0.05371 -0.537109,-0.03223 -0.945312,-0.05371 -0.408203,-0.02148 -0.848633,-0.02148 -0.429688,0 -0.837891,0.02148 -0.397461,0.02148 -0.923828,0.05371 -0.526367,0.03223 -0.870117,0.05371 -0.09668,-0.09668 -0.09668,-0.354492 0.01074,-0.268555 0.09668,-0.365234 0.354492,0 0.93457,-0.107422 0.580078,-0.118164 0.633789,-0.290039 0.118164,-0.408203 0.118164,-1.847657 V 9.7646484 q 0,-0.9882812 -0.118164,-1.2890625 Q 82.381836,8.2822266 81.984375,8.1748047 81.586914,8.0566406 81.318359,8.0458984 81.049805,8.0244141 80.845703,8.0244141 80.802734,7.9921875 80.791992,7.734375 Z m 1.675781,-4.3291016 q -0.354492,-0.3652343 -0.354492,-0.8808593 0,-0.5263672 0.354492,-0.8916016 0.365235,-0.3652344 0.891602,-0.3652344 0.526367,0 0.880859,0.3652344 0.365235,0.3652344 0.365235,0.8916016 0,0.515625 -0.365235,0.8808593 -0.354492,0.3544922 -0.880859,0.3544922 -0.526367,0 -0.891602,-0.3544922 z"/>
|
||||||
|
<path d="m 87.291016,19.916016 q 0,-0.311524 0.193359,-0.655274 0.204102,-0.333008 0.483398,-0.612305 0.290039,-0.279296 0.676758,-0.558593 0.386719,-0.268555 0.6875,-0.451172 0.300781,-0.171875 0.601563,-0.322266 -0.34375,-0.107422 -0.6875,-0.300781 -0.34375,-0.204102 -0.655274,-0.483398 -0.311523,-0.29004 -0.504883,-0.6875 -0.193359,-0.397461 -0.193359,-0.837891 0.290039,-0.34375 0.999024,-0.891602 0.719726,-0.547851 1.149414,-0.805664 -0.923829,-0.504882 -1.503907,-1.385742 -0.569336,-0.891601 -0.569336,-1.804687 0,-0.7304691 0.322266,-1.4179691 0.333008,-0.6875 0.880859,-1.203125 0.558594,-0.515625 1.342774,-0.8271485 0.794922,-0.3115234 1.665039,-0.3115234 0.300781,0 0.580078,0.032227 0.290039,0.032226 0.569336,0.118164 0.290039,0.075195 0.418945,0.1181641 0.128907,0.042969 0.408203,0.1611328 0.290039,0.1181641 0.290039,0.1181641 0.322266,0.118164 0.580079,0.171875 L 97.689453,6.703125 q 0.24707,0.075195 0.24707,0.2470703 0,0.1074219 -0.09668,0.3222656 -0.08594,0.2041016 -0.225586,0.4189453 -0.128906,0.2148438 -0.247071,0.2792969 l -1.643554,-0.09668 q -0.107422,0 -0.107422,0.075195 0.171875,0.1718751 0.429687,0.8486329 0.268555,0.6767578 0.268555,1.4179684 0,0.655274 -0.333008,1.310547 -0.322265,0.655274 -0.870117,1.181641 -0.547851,0.515625 -1.342773,0.848633 -0.794922,0.322265 -1.665039,0.322265 -0.311524,0 -0.762696,-0.0752 -0.440429,-0.07519 -0.633789,-0.150391 -0.171875,0.09668 -0.333008,0.225586 -0.161132,0.128907 -0.300781,0.268555 -0.128906,0.139648 -0.214844,0.300781 -0.07519,0.161133 -0.07519,0.300781 0,0.257813 0.418945,0.569336 0.418946,0.311524 1.084961,0.311524 h 2.932618 q 0.977539,0 1.86914,0.354492 0.891602,0.354492 1.439453,0.966797 0.558594,0.612305 0.558594,1.289062 0,0.762696 -0.537109,1.589844 -0.526368,0.837891 -1.396485,1.525391 -0.870117,0.6875 -2.083984,1.138672 -1.213867,0.451171 -2.459961,0.461914 -0.04297,0 -0.08594,0 -0.730468,0 -1.450195,-0.182618 -0.751953,-0.193359 -1.385742,-0.558593 -0.623047,-0.365235 -1.009766,-0.966797 -0.386718,-0.601563 -0.386718,-1.332031 z m 1.976562,-0.730469 q 0,1.246094 0.891602,2.019531 0.891601,0.773438 2.449218,0.773438 0.848633,0 1.71875,-0.375977 0.88086,-0.375977 1.460938,-1.009766 0.580078,-0.623046 0.580078,-1.27832 0,-0.290039 -0.193359,-0.612305 -0.182618,-0.311523 -0.558594,-0.612304 -0.365234,-0.300782 -1.03125,-0.504883 -0.666016,-0.193359 -1.503906,-0.193359 -2.105469,0 -2.320313,0.128906 -0.558594,0.311523 -1.03125,0.773437 -0.461914,0.461914 -0.461914,0.891602 z m 0.623047,-9.163086 q 0,0.773437 0.268555,1.482422 0.268554,0.698242 0.827148,1.170898 0.569336,0.461914 1.289063,0.461914 0.49414,0 0.902343,-0.24707 0.418946,-0.257812 0.676758,-0.666016 0.257813,-0.408203 0.397461,-0.902343 0.150391,-0.504883 0.150391,-1.03125 0,-0.8056644 -0.257813,-1.5146488 Q 93.897461,8.0673828 93.349609,7.5839844 92.8125,7.1005859 92.082031,7.1005859 q -0.676758,0 -1.192383,0.4404297 -0.515625,0.4404297 -0.762695,1.0957032 -0.236328,0.6445312 -0.236328,1.3857422 z"/>
|
||||||
|
<path d="m 98.90332,19.916016 q 0,-0.311524 0.19336,-0.655274 0.204101,-0.333008 0.483398,-0.612305 0.290039,-0.279296 0.676762,-0.558593 0.38671,-0.268555 0.6875,-0.451172 0.30078,-0.171875 0.60156,-0.322266 -0.34375,-0.107422 -0.6875,-0.300781 -0.34375,-0.204102 -0.65527,-0.483398 -0.311528,-0.29004 -0.504888,-0.6875 -0.193359,-0.397461 -0.193359,-0.837891 0.290039,-0.34375 0.999027,-0.891602 0.71972,-0.547851 1.14941,-0.805664 -0.92383,-0.504882 -1.50391,-1.385742 -0.569332,-0.891601 -0.569332,-1.804687 0,-0.7304691 0.322266,-1.4179691 0.333006,-0.6875 0.880856,-1.203125 0.5586,-0.515625 1.34278,-0.8271485 0.79492,-0.3115234 1.66504,-0.3115234 0.30078,0 0.58007,0.032227 0.29004,0.032226 0.56934,0.118164 0.29004,0.075195 0.41895,0.1181641 0.1289,0.042969 0.4082,0.1611328 0.29004,0.1181641 0.29004,0.1181641 0.32226,0.118164 0.58008,0.171875 l 2.66406,-0.3759766 q 0.24707,0.075195 0.24707,0.2470703 0,0.1074219 -0.0967,0.3222656 -0.0859,0.2041016 -0.22559,0.4189453 -0.1289,0.2148438 -0.24707,0.2792969 l -1.64355,-0.09668 q -0.10742,0 -0.10742,0.075195 0.17187,0.1718751 0.42968,0.8486329 0.26856,0.6767578 0.26856,1.4179684 0,0.655274 -0.33301,1.310547 -0.32227,0.655274 -0.87012,1.181641 -0.54785,0.515625 -1.34277,0.848633 -0.79492,0.322265 -1.66504,0.322265 -0.31152,0 -0.76269,-0.0752 -0.44043,-0.07519 -0.63379,-0.150391 -0.17188,0.09668 -0.33301,0.225586 -0.16113,0.128907 -0.30078,0.268555 -0.12891,0.139648 -0.21485,0.300781 -0.0752,0.161133 -0.0752,0.300781 0,0.257813 0.41894,0.569336 0.41895,0.311524 1.08496,0.311524 h 2.93262 q 0.97754,0 1.86914,0.354492 0.8916,0.354492 1.43946,0.966797 0.55859,0.612305 0.55859,1.289062 0,0.762696 -0.53711,1.589844 -0.52637,0.837891 -1.39648,1.525391 -0.87012,0.6875 -2.08399,1.138672 -1.21387,0.451171 -2.45996,0.461914 -0.043,0 -0.0859,0 -0.73047,0 -1.45019,-0.182618 -0.75196,-0.193359 -1.38575,-0.558593 -0.623042,-0.365235 -1.009761,-0.966797 -0.386719,-0.601563 -0.386719,-1.332031 z m 1.97656,-0.730469 q 0,1.246094 0.8916,2.019531 0.89161,0.773438 2.44922,0.773438 0.84864,0 1.71875,-0.375977 0.88086,-0.375977 1.46094,-1.009766 0.58008,-0.623046 0.58008,-1.27832 0,-0.290039 -0.19336,-0.612305 -0.18262,-0.311523 -0.55859,-0.612304 -0.36524,-0.300782 -1.03125,-0.504883 -0.66602,-0.193359 -1.50391,-0.193359 -2.10547,0 -2.32031,0.128906 -0.5586,0.311523 -1.03125,0.773437 -0.46192,0.461914 -0.46192,0.891602 z m 0.62305,-9.163086 q 0,0.773437 0.26855,1.482422 0.26856,0.698242 0.82715,1.170898 0.56934,0.461914 1.28907,0.461914 0.49414,0 0.90234,-0.24707 0.41894,-0.257812 0.67676,-0.666016 0.25781,-0.408203 0.39746,-0.902343 0.15039,-0.504883 0.15039,-1.03125 0,-0.8056644 -0.25781,-1.5146488 -0.24707,-0.7089844 -0.79493,-1.1923828 -0.53711,-0.4833985 -1.26757,-0.4833985 -0.67676,0 -1.19239,0.4404297 -0.51562,0.4404297 -0.76269,1.0957032 -0.23633,0.6445312 -0.23633,1.3857422 z"/>
|
||||||
|
<path d="m 111.1709,13.0625 q 0,-1.224609 0.2793,-2.449219 0.27929,-1.2353513 0.80566,-2.363281 0.53711,-1.1279297 1.34277,-2.1054688 0.81641,-0.977539 1.80469,-1.6972656 0.99902,-0.7304687 2.27734,-1.1386718 1.27832,-0.4189454 2.68555,-0.4189454 1.02051,0 1.93359,0.225586 0.92383,0.2148437 1.6543,0.6230469 0.73047,0.3974609 1.34278,0.9560546 0.6123,0.5478516 1.05273,1.2246094 0.44043,0.6660156 0.74121,1.4287109 0.30078,0.7626954 0.45117,1.5791016 0.15039,0.8056641 0.15039,1.6435552 0,1.407226 -0.39746,2.685546 -0.39746,1.267579 -1.07422,2.202149 -0.67675,0.923828 -1.63281,1.471679 -0.95605,0.53711 -2.03027,0.53711 -0.9668,0 -1.52539,-0.515625 -0.54785,-0.526367 -0.54785,-1.62207 0,-0.225586 0.0537,-0.612305 0.0645,-0.386719 0.1289,-0.537109 -0.16113,0.311523 -0.4082,0.698242 -0.24707,0.375976 -0.62305,0.83789 -0.37597,0.461914 -0.76269,0.837891 -0.38672,0.365234 -0.84864,0.623047 -0.46191,0.24707 -0.88086,0.24707 -0.74121,0 -1.28906,-0.483398 -0.54785,-0.483399 -0.8164,-1.235352 -0.25782,-0.751953 -0.25782,-1.654297 0,-0.880859 0.29004,-1.815429 0.30078,-0.934571 0.79492,-1.761719 0.50489,-0.8378908 1.20313,-1.5791017 0.69824,-0.741211 1.47168,-1.2783204 0.78418,-0.5371093 1.6543,-0.8486328 0.88086,-0.3115234 1.71875,-0.3115234 0.93457,0 1.81543,0.3222656 l -1.52539,7.8740237 q -0.0752,0.300781 -0.0752,0.623047 0,0.569336 0.33301,0.848632 0.33301,0.268555 0.87011,0.268555 0.58008,0 1.18165,-0.461914 0.6123,-0.472656 1.08496,-1.235351 0.48339,-0.773438 0.78418,-1.847657 0.31152,-1.074218 0.31152,-2.202148 0,-1.0312502 -0.23633,-1.9980471 -0.23633,-0.9667968 -0.75195,-1.836914 -0.50488,-0.8701172 -1.23535,-1.5146485 -0.73047,-0.6445312 -1.79395,-1.0205078 -1.05273,-0.3867187 -2.30957,-0.3867187 -1.23535,0 -2.37402,0.3759765 -1.12793,0.3759766 -2.01953,1.0419922 -0.88086,0.6552735 -1.61133,1.546875 -0.73047,0.8808594 -1.21387,1.9013672 -0.47266,1.0205078 -0.73047,2.1269532 -0.25781,1.095703 -0.25781,2.180664 0,1.052734 0.25781,2.041016 0.26856,0.977539 0.73047,1.750976 0.46192,0.773438 1.05274,1.375 0.59082,0.612305 1.27832,1.009766 0.60156,0.354492 1.00976,0.483398 0.4082,0.139649 0.85938,0.214844 0,0.09668 -0.16114,0.204102 -0.16113,0.107421 -0.37597,0.171875 -0.21485,0.0752 -0.3545,0.0752 -0.59082,0 -0.97753,-0.150391 -0.85938,-0.322265 -1.64356,-0.999023 -0.77344,-0.666016 -1.375,-1.589844 -0.59082,-0.913086 -0.94531,-2.105469 Q 111.1709,14.34082 111.1709,13.0625 Z m 5.45703,0.472656 q 0,2.438477 1.26758,2.438477 0.60156,0 1.34277,-0.870117 0.74121,-0.88086 1.32129,-2.15918 0.59082,-1.289063 0.82715,-2.481445 l 0.49414,-2.5351566 q -0.29004,-0.3222657 -1.02051,-0.3222657 -0.55859,0 -1.1709,0.3330079 -0.6123,0.3330078 -1.14941,0.9345703 -0.53711,0.5908203 -0.97754,1.3320311 -0.42969,0.741211 -0.6875,1.62207 -0.24707,0.870118 -0.24707,1.708008 z"/>
|
||||||
|
<path d="m 129.15332,19.916016 q 0,-0.311524 0.19336,-0.655274 0.2041,-0.333008 0.4834,-0.612305 0.29004,-0.279296 0.67676,-0.558593 0.38671,-0.268555 0.6875,-0.451172 0.30078,-0.171875 0.60156,-0.322266 -0.34375,-0.107422 -0.6875,-0.300781 -0.34375,-0.204102 -0.65528,-0.483398 -0.31152,-0.29004 -0.50488,-0.6875 -0.19336,-0.397461 -0.19336,-0.837891 0.29004,-0.34375 0.99903,-0.891602 0.71972,-0.547851 1.14941,-0.805664 -0.92383,-0.504882 -1.50391,-1.385742 -0.56933,-0.891601 -0.56933,-1.804687 0,-0.7304691 0.32226,-1.4179691 0.33301,-0.6875 0.88086,-1.203125 0.5586,-0.515625 1.34278,-0.8271485 0.79492,-0.3115234 1.66504,-0.3115234 0.30078,0 0.58007,0.032227 0.29004,0.032226 0.56934,0.118164 0.29004,0.075195 0.41894,0.1181641 0.12891,0.042969 0.40821,0.1611328 0.29004,0.1181641 0.29004,0.1181641 0.32226,0.118164 0.58008,0.171875 l 2.66406,-0.3759766 q 0.24707,0.075195 0.24707,0.2470703 0,0.1074219 -0.0967,0.3222656 -0.0859,0.2041016 -0.22559,0.4189453 -0.1289,0.2148438 -0.24707,0.2792969 l -1.64355,-0.09668 q -0.10742,0 -0.10742,0.075195 0.17187,0.1718751 0.42968,0.8486329 0.26856,0.6767578 0.26856,1.4179684 0,0.655274 -0.33301,1.310547 -0.32227,0.655274 -0.87012,1.181641 -0.54785,0.515625 -1.34277,0.848633 -0.79492,0.322265 -1.66504,0.322265 -0.31152,0 -0.7627,-0.0752 -0.44042,-0.07519 -0.63378,-0.150391 -0.17188,0.09668 -0.33301,0.225586 -0.16113,0.128907 -0.30078,0.268555 -0.12891,0.139648 -0.21485,0.300781 -0.0752,0.161133 -0.0752,0.300781 0,0.257813 0.41894,0.569336 0.41895,0.311524 1.08496,0.311524 h 2.93262 q 0.97754,0 1.86914,0.354492 0.8916,0.354492 1.43945,0.966797 0.5586,0.612305 0.5586,1.289062 0,0.762696 -0.53711,1.589844 -0.52637,0.837891 -1.39649,1.525391 -0.87011,0.6875 -2.08398,1.138672 -1.21387,0.451171 -2.45996,0.461914 -0.043,0 -0.0859,0 -0.73047,0 -1.45019,-0.182618 -0.75196,-0.193359 -1.38575,-0.558593 -0.62304,-0.365235 -1.00976,-0.966797 -0.38672,-0.601563 -0.38672,-1.332031 z m 1.97656,-0.730469 q 0,1.246094 0.8916,2.019531 0.89161,0.773438 2.44922,0.773438 0.84864,0 1.71875,-0.375977 0.88086,-0.375977 1.46094,-1.009766 0.58008,-0.623046 0.58008,-1.27832 0,-0.290039 -0.19336,-0.612305 -0.18262,-0.311523 -0.55859,-0.612304 -0.36524,-0.300782 -1.03125,-0.504883 -0.66602,-0.193359 -1.50391,-0.193359 -2.10547,0 -2.32031,0.128906 -0.5586,0.311523 -1.03125,0.773437 -0.46192,0.461914 -0.46192,0.891602 z m 0.62305,-9.163086 q 0,0.773437 0.26855,1.482422 0.26856,0.698242 0.82715,1.170898 0.56934,0.461914 1.28907,0.461914 0.49414,0 0.90234,-0.24707 0.41894,-0.257812 0.67676,-0.666016 0.25781,-0.408203 0.39746,-0.902343 0.15039,-0.504883 0.15039,-1.03125 0,-0.8056644 -0.25781,-1.5146488 -0.24707,-0.7089844 -0.79493,-1.1923828 -0.53711,-0.4833985 -1.26757,-0.4833985 -0.67676,0 -1.19239,0.4404297 -0.51562,0.4404297 -0.76269,1.0957032 -0.23633,0.6445312 -0.23633,1.3857422 z"/>
|
||||||
|
<path d="m 140.99121,7.734375 q 0,-0.032227 0,-0.075195 0,-0.1933594 0.0537,-0.2792969 2.12695,-0.3007812 3.56641,-1.0527344 0.0859,0 0.17187,0.1503907 0.0967,0.1503906 0.0967,0.2470703 -0.15039,1.0527343 -0.15039,1.2998047 0,0.09668 0.0537,0.09668 0.0215,0 0.0752,-0.042969 0.0322,-0.032227 0.0859,-0.085937 0.36523,-0.3007813 0.62304,-0.4941406 0.25782,-0.2041016 0.71973,-0.5048828 0.46191,-0.3007813 0.93457,-0.4511719 0.47266,-0.1611328 0.92383,-0.1611328 1.13867,0 1.83691,0.4941406 0.70899,0.4833984 1.00977,1.5683594 2.2666,-2.0625 3.66308,-2.0625 0.79493,0 1.36426,0.2148437 0.56934,0.2041016 0.92383,0.5908203 0.36523,0.3867188 0.56934,1.0634766 0.2041,0.6767578 0.27929,1.4716797 0.0752,0.7949223 0.0752,1.9443363 v 2.739257 q 0,1.439454 0.11816,1.847657 0.0537,0.171875 0.63379,0.290039 0.58008,0.107422 0.94531,0.107422 0.0859,0.107421 0.0859,0.386718 0,0.236328 -0.0859,0.333008 -0.34375,-0.02148 -0.88086,-0.05371 -0.53711,-0.03223 -0.94531,-0.05371 -0.4082,-0.02148 -0.84863,-0.02148 -0.33301,0 -0.6875,0.02148 -0.34375,0.01074 -0.60156,0.03223 -0.25782,0.01074 -0.65528,0.03223 -0.38672,0.03223 -0.69824,0.04297 -0.0859,-0.09668 -0.0859,-0.354492 0.0107,-0.268555 0.0859,-0.365234 0.36523,0 0.94531,-0.107422 0.58008,-0.118164 0.63379,-0.290039 0.11817,-0.408203 0.11817,-1.847657 v -2.664062 q 0,-0.805664 -0.0537,-1.364258 -0.043,-0.5585936 -0.19335,-1.0742186 -0.13965,-0.515625 -0.39747,-0.8164063 -0.25781,-0.3115234 -0.67675,-0.4833984 -0.41895,-0.1826172 -1.02051,-0.1826172 -0.41895,0 -0.8916,0.2041016 -0.46192,0.1933593 -0.79492,0.4511718 -0.32227,0.2470704 -0.53711,0.4726563 -0.21485,0.2255859 -0.21485,0.3007812 0,0.010742 0.0107,0.1503907 0.0108,0.1396484 0.0108,0.171875 0.0967,0.6337889 0.0967,1.7724609 v 3.061523 q 0,1.439454 0.1289,1.847657 0.0322,0.118164 0.36524,0.214843 0.34375,0.09668 0.67675,0.139649 0.33301,0.04297 0.52637,0.04297 0.0752,0.09668 0.0859,0.365234 0.0107,0.257812 -0.0859,0.354492 -0.30078,-0.01074 -0.69824,-0.04297 -0.39746,-0.02148 -0.66602,-0.03223 -0.25781,-0.02148 -0.6123,-0.03223 -0.35449,-0.02148 -0.6875,-0.02148 -0.42969,0 -0.83789,0.02148 -0.4082,0.02148 -0.93457,0.05371 -0.52637,0.03223 -0.87012,0.05371 -0.0859,-0.09668 -0.0859,-0.354492 0.0108,-0.268555 0.0859,-0.365234 0.35449,0 0.93457,-0.107422 0.59082,-0.118164 0.63379,-0.290039 0.12891,-0.408203 0.12891,-1.847657 v -2.545898 q 0,-1.160156 -0.11817,-1.9121094 -0.10742,-0.7519531 -0.38672,-1.2353515 -0.27929,-0.4941407 -0.71972,-0.6875 -0.44043,-0.2041016 -1.11719,-0.2041016 -0.39746,0 -0.83789,0.171875 -0.42969,0.171875 -0.75195,0.3974609 -0.31153,0.225586 -0.52637,0.4511719 -0.2041,0.225586 -0.2041,0.3544922 v 5.2099605 q 0,1.439454 0.1289,1.847657 0.0108,0.06445 0.10743,0.128906 0.10742,0.05371 0.25781,0.09668 0.15039,0.03223 0.32226,0.0752 0.18262,0.03223 0.3545,0.05371 0.17187,0.02148 0.30078,0.03223 0.13965,0.01074 0.22558,0.01074 0.0752,0.09668 0.0752,0.365234 0.0107,0.257812 -0.0752,0.354492 -0.34375,-0.02148 -0.88086,-0.05371 -0.53711,-0.03223 -0.94531,-0.05371 -0.4082,-0.02148 -0.84863,-0.02148 -0.42969,0 -0.83789,0.02148 -0.39746,0.02148 -0.92383,0.05371 -0.52637,0.03223 -0.87012,0.05371 -0.0967,-0.09668 -0.0967,-0.354492 0.0108,-0.268555 0.0967,-0.365234 0.35449,0 0.93457,-0.107422 0.58008,-0.118164 0.63379,-0.290039 0.11817,-0.408203 0.11817,-1.847657 V 9.8720703 q 0,-1.0957031 -0.11817,-1.3964844 -0.0859,-0.1933593 -0.4834,-0.3007812 -0.39746,-0.1181641 -0.66601,-0.1289063 -0.26856,-0.021484 -0.47266,-0.021484 -0.043,-0.032227 -0.0537,-0.2900391 z"/>
|
||||||
|
<path d="m 160.7998,14.630859 q 0,-0.708984 0.38672,-1.267578 0.39746,-0.558593 0.85938,-0.730468 0.39746,-0.139649 1.14941,-0.397461 0.75196,-0.268555 1.29981,-0.451172 0.54785,-0.19336 1.0957,-0.397461 0.55859,-0.214844 0.81641,-0.322266 0.0967,-0.04297 0.15039,-0.0752 0.0537,-0.03223 0.0859,-0.09668 0.043,-0.0752 0.0537,-0.171875 0.0107,-0.107422 0.0107,-0.279297 V 9.7646484 q 0,-0.5585937 -0.2793,-1.1064453 -0.2793,-0.5478515 -0.78418,-0.9130859 -0.49414,-0.3652344 -1.08496,-0.3652344 -0.62305,0 -0.92383,0.3867188 -0.30078,0.3759765 -0.44043,1.149414 -0.11816,0.6230469 -0.4082,0.913086 -0.29004,0.2900394 -0.7627,0.2900394 -0.37597,0 -0.6123,-0.322266 -0.23633,-0.3222656 -0.23633,-0.7304687 0,-0.053711 0.0215,-0.1611329 0.0215,-0.118164 0.0644,-0.2470703 0.043,-0.1289062 0.0859,-0.1826172 0.32226,-0.3007812 0.78418,-0.6230468 0.47265,-0.3330079 1.07421,-0.6660157 0.61231,-0.3330078 1.32129,-0.5478515 0.70899,-0.2148438 1.35352,-0.2148438 1.08496,0 1.90137,0.9990235 0.8164,0.9990234 0.8164,2.4169922 v 5.1347652 q 0,1.170899 0.77344,1.170899 0.10742,0 0.21484,-0.02148 0.10743,-0.02148 0.18262,-0.04297 0.0752,-0.03223 0.15039,-0.0752 0.0859,-0.04297 0.12891,-0.0752 0.043,-0.03223 0.0859,-0.06445 0.0537,-0.03223 0.0537,-0.04297 0.10742,0 0.10742,0.204102 0,0.257812 -0.12891,0.472656 -0.29004,0.257812 -0.90234,0.601562 -0.61231,0.34375 -0.9668,0.34375 -0.51562,0 -0.95605,-0.504882 -0.44043,-0.504883 -0.5586,-1.117188 -0.36523,0.365235 -1.43945,1.020508 -1.06348,0.655273 -1.63281,0.655273 -1.23535,0 -2.07324,-0.827148 -0.8379,-0.827148 -0.8379,-2.041016 z m 2.0625,-0.225586 q 0,0.451172 0.21485,0.859375 0.22558,0.397461 0.6123,0.644532 0.38672,0.236328 0.84864,0.236328 0.31152,0 0.69824,-0.118164 0.39746,-0.128906 0.70898,-0.290039 0.32227,-0.171875 0.53711,-0.34375 0.22559,-0.171875 0.22559,-0.268555 v -3.383789 q -1.9336,0.569336 -2.32031,0.719727 -0.70899,0.268554 -1.11719,0.762695 -0.40821,0.49414 -0.40821,1.18164 z"/>
|
||||||
|
<path d="m 171.40234,7.734375 q 0,-0.032227 0,-0.075195 0,-0.1933594 0.0537,-0.2792969 2.12696,-0.3007812 3.56641,-1.0527344 0.0859,0 0.17188,0.1503907 0.0967,0.1503906 0.0967,0.2470703 -0.17188,1.2246093 -0.17188,1.6435547 v 0.8271484 5.2099605 q 0,1.439454 0.12891,1.847657 0.0107,0.06445 0.10742,0.128906 0.10742,0.05371 0.25781,0.09668 0.15039,0.03223 0.32227,0.0752 0.18261,0.03223 0.35449,0.05371 0.17187,0.02148 0.30078,0.03223 0.13965,0.01074 0.22559,0.01074 0.0859,0.107421 0.0859,0.386718 0,0.236328 -0.0859,0.333008 -0.34375,-0.02148 -0.88086,-0.05371 -0.53711,-0.03223 -0.94532,-0.05371 -0.4082,-0.02148 -0.84863,-0.02148 -0.42969,0 -0.83789,0.02148 -0.39746,0.02148 -0.92383,0.05371 -0.52636,0.03223 -0.87011,0.05371 -0.0967,-0.09668 -0.0967,-0.354492 0.0107,-0.268555 0.0967,-0.365234 0.35449,0 0.93457,-0.107422 0.58007,-0.118164 0.63378,-0.290039 0.11817,-0.408203 0.11817,-1.847657 V 9.7646484 q 0,-0.9882812 -0.11817,-1.2890625 -0.0859,-0.1933593 -0.48339,-0.3007812 -0.39746,-0.1181641 -0.66602,-0.1289063 -0.26855,-0.021484 -0.47266,-0.021484 -0.043,-0.032227 -0.0537,-0.2900391 z m 1.67578,-4.3291016 q -0.35449,-0.3652343 -0.35449,-0.8808593 0,-0.5263672 0.35449,-0.8916016 0.36524,-0.3652344 0.89161,-0.3652344 0.52636,0 0.88086,0.3652344 0.36523,0.3652344 0.36523,0.8916016 0,0.515625 -0.36523,0.8808593 -0.3545,0.3544922 -0.88086,0.3544922 -0.52637,0 -0.89161,-0.3544922 z"/>
|
||||||
|
<path d="m 177.8584,16.650391 q 0.35449,0 0.93457,-0.107422 0.58008,-0.118164 0.63379,-0.290039 0.11816,-0.408203 0.11816,-1.847657 V 3.3837891 q 0,-0.9882813 -0.11816,-1.2890625 -0.19336,-0.4511719 -1.52539,-0.4511719 -0.0107,0 -0.0215,-0.1503906 -0.0107,-0.1611329 -0.0107,-0.3222657 0.0107,-0.1611328 0.0645,-0.17187496 Q 179.6416,0.82714844 181.46777,0 q 0.0967,0 0.18262,0.13964844 0.0967,0.12890625 0.0967,0.2578125 -0.2793,0.80566406 -0.2793,2.16992186 V 14.405273 q 0,1.439454 0.12891,1.847657 0.0215,0.08594 0.22559,0.171875 0.2041,0.08594 0.47265,0.128906 0.26856,0.04297 0.50488,0.0752 0.23633,0.02148 0.36524,0.02148 0.0752,0.107421 0.0752,0.365234 0,0.01074 0.0108,0.02148 0,0.236328 -0.0859,0.333008 -0.34375,-0.02148 -0.88086,-0.05371 -0.53711,-0.03223 -0.94531,-0.05371 -0.40821,-0.02148 -0.84864,-0.02148 -0.42968,0 -0.83789,0.02148 -0.39746,0.02148 -0.92382,0.05371 -0.52637,0.03223 -0.87012,0.05371 -0.0967,-0.09668 -0.0967,-0.333008 0,-0.279297 0.0967,-0.386718 z"/>
|
||||||
|
<path d="m 184.87305,16.177734 q 0,-0.365234 0.19336,-0.676757 0.19336,-0.311524 0.51562,-0.494141 0.32227,-0.182617 0.6875,-0.182617 0.55859,0 0.95606,0.397461 0.39746,0.386718 0.39746,0.956054 0,0.558594 -0.39746,0.977539 -0.39747,0.418946 -0.95606,0.418946 -0.55859,0 -0.97754,-0.418946 -0.41894,-0.418945 -0.41894,-0.977539 z"/>
|
||||||
|
<path d="m 189.80371,12.460938 q 0,-0.88086 0.26856,-1.708008 0.26855,-0.8378909 0.73046,-1.4931644 0.46192,-0.6552734 1.06348,-1.203125 0.60156,-0.5478515 1.26758,-0.9130859 0.67676,-0.3652344 1.375,-0.5585938 0.70898,-0.2041015 1.35351,-0.2041015 1.35352,0 2.24512,0.6015625 0.0859,0.075195 0.16113,0.3007812 0.0859,0.2148438 0.0859,0.3867188 0,0.6230469 -0.29004,0.9130859 -0.27929,0.2900391 -0.65527,0.2900391 -0.24707,0 -0.50488,-0.1611328 -0.24707,-0.1611328 -0.52637,-0.4189453 -0.2793,-0.2578125 -0.4082,-0.3437501 -0.42969,-0.2792968 -0.69825,-0.3759765 -0.26855,-0.09668 -0.73046,-0.09668 -0.39747,0 -0.79493,0.1826172 -0.39746,0.171875 -0.76269,0.5371094 -0.35449,0.3544922 -0.63379,0.8486328 -0.26856,0.4833984 -0.44043,1.1601561 -0.16113,0.676758 -0.16113,1.428711 0,1.063477 0.31152,1.890625 0.32227,0.816406 0.87012,1.321289 0.55859,0.494141 1.27832,0.751953 0.71972,0.247071 1.5791,0.247071 0.39746,0 0.77344,-0.09668 0.37597,-0.09668 0.65527,-0.236328 0.2793,-0.139649 0.53711,-0.322266 0.26855,-0.193359 0.4082,-0.333008 0.15039,-0.139648 0.26856,-0.279297 0.0215,0 0.0644,0.04297 0.043,0.04297 0.0859,0.128906 0.0537,0.08594 0.0537,0.182618 0,0.193359 -0.15039,0.440429 -0.2041,0.322266 -0.50488,0.644532 -0.29004,0.322265 -0.74122,0.676757 -0.45117,0.354493 -1.08496,0.580078 -0.62304,0.225586 -1.31054,0.225586 -0.88086,0 -1.67578,-0.268554 -0.79493,-0.279297 -1.40723,-0.762696 -0.60156,-0.483398 -1.05274,-1.117187 -0.44043,-0.633789 -0.67675,-1.375 -0.22559,-0.741211 -0.22559,-1.514648 z"/>
|
||||||
|
<path d="m 200.39551,11.988281 q 0,-1.192383 0.4082,-2.2343747 0.4082,-1.0419922 1.10645,-1.7832032 0.70898,-0.7519531 1.69726,-1.1816406 0.98828,-0.4296875 2.09473,-0.4296875 1.61133,0 2.83594,0.7089844 1.22461,0.7089843 1.85839,1.9335937 0.64454,1.2246099 0.64454,2.7822269 0,1.192383 -0.40821,2.245117 -0.4082,1.052734 -1.10644,1.81543 -0.69825,0.751953 -1.68653,1.192382 -0.97754,0.429688 -2.08398,0.429688 -1.21387,0 -2.22363,-0.418945 -1.00977,-0.418946 -1.69727,-1.149414 -0.67676,-0.730469 -1.06348,-1.740235 -0.37597,-1.009765 -0.37597,-2.169922 z m 2.14844,-0.504883 q 0,0.741211 0.13964,1.47168 0.13965,0.730469 0.42969,1.396485 0.29004,0.666015 0.69824,1.18164 0.40821,0.504883 0.97754,0.816406 0.56934,0.300782 1.21387,0.300782 0.51562,0 0.94531,-0.171875 0.44043,-0.171875 0.75196,-0.472657 0.31152,-0.300781 0.5371,-0.698242 0.23633,-0.408203 0.37598,-0.891601 0.13965,-0.494141 0.2041,-0.999024 0.0752,-0.515625 0.0752,-1.052734 0,-0.923828 -0.23633,-1.836914 -0.22559,-0.9130862 -0.65527,-1.6650393 -0.42969,-0.7519531 -1.10645,-1.2138672 -0.66601,-0.4726563 -1.46094,-0.4726563 -0.62304,0 -1.11718,0.2470704 -0.49414,0.2470703 -0.82715,0.6552734 -0.32227,0.4082031 -0.54785,0.9667969 -0.21485,0.5585937 -0.31153,1.1708981 -0.0859,0.601563 -0.0859,1.267578 z"/>
|
||||||
|
<path d="m 212.8457,7.734375 q 0,-0.032227 0,-0.075195 0,-0.1933594 0.0537,-0.2792969 2.12696,-0.3007812 3.56641,-1.0527344 0.0859,0 0.17188,0.1503907 0.0967,0.1503906 0.0967,0.2470703 -0.15039,1.0527343 -0.15039,1.2998047 0,0.09668 0.0537,0.09668 0.0215,0 0.0752,-0.042969 0.0322,-0.032227 0.0859,-0.085937 0.36523,-0.3007813 0.62304,-0.4941406 0.25782,-0.2041016 0.71973,-0.5048828 0.46192,-0.3007813 0.93457,-0.4511719 0.47266,-0.1611328 0.92383,-0.1611328 1.13867,0 1.83691,0.4941406 0.70899,0.4833984 1.00977,1.5683594 2.2666,-2.0625 3.66309,-2.0625 0.79492,0 1.36425,0.2148437 0.56934,0.2041016 0.92383,0.5908203 0.36524,0.3867188 0.56934,1.0634766 0.2041,0.6767578 0.27929,1.4716797 0.0752,0.7949223 0.0752,1.9443363 v 2.739257 q 0,1.439454 0.11816,1.847657 0.0537,0.171875 0.63379,0.290039 0.58008,0.107422 0.94532,0.107422 0.0859,0.107421 0.0859,0.386718 0,0.236328 -0.0859,0.333008 -0.34375,-0.02148 -0.88086,-0.05371 -0.53711,-0.03223 -0.94532,-0.05371 -0.4082,-0.02148 -0.84863,-0.02148 -0.33301,0 -0.6875,0.02148 -0.34375,0.01074 -0.60156,0.03223 -0.25781,0.01074 -0.65528,0.03223 -0.38671,0.03223 -0.69824,0.04297 -0.0859,-0.09668 -0.0859,-0.354492 0.0107,-0.268555 0.0859,-0.365234 0.36524,0 0.94531,-0.107422 0.58008,-0.118164 0.63379,-0.290039 0.11817,-0.408203 0.11817,-1.847657 v -2.664062 q 0,-0.805664 -0.0537,-1.364258 -0.043,-0.5585936 -0.19336,-1.0742186 -0.13965,-0.515625 -0.39746,-0.8164063 -0.25782,-0.3115234 -0.67676,-0.4833984 -0.41895,-0.1826172 -1.02051,-0.1826172 -0.41894,0 -0.8916,0.2041016 -0.46191,0.1933593 -0.79492,0.4511718 -0.32227,0.2470704 -0.53711,0.4726563 -0.21485,0.2255859 -0.21485,0.3007812 0,0.010742 0.0108,0.1503907 0.0107,0.1396484 0.0107,0.171875 0.0967,0.6337889 0.0967,1.7724609 v 3.061523 q 0,1.439454 0.1289,1.847657 0.0322,0.118164 0.36524,0.214843 0.34375,0.09668 0.67676,0.139649 0.333,0.04297 0.52636,0.04297 0.0752,0.09668 0.0859,0.365234 0.0107,0.257812 -0.0859,0.354492 -0.30078,-0.01074 -0.69824,-0.04297 -0.39746,-0.02148 -0.66601,-0.03223 -0.25782,-0.02148 -0.61231,-0.03223 -0.35449,-0.02148 -0.6875,-0.02148 -0.42969,0 -0.83789,0.02148 -0.4082,0.02148 -0.93457,0.05371 -0.52637,0.03223 -0.87012,0.05371 -0.0859,-0.09668 -0.0859,-0.354492 0.0107,-0.268555 0.0859,-0.365234 0.3545,0 0.93457,-0.107422 0.59082,-0.118164 0.63379,-0.290039 0.12891,-0.408203 0.12891,-1.847657 v -2.545898 q 0,-1.160156 -0.11816,-1.9121094 -0.10743,-0.7519531 -0.38672,-1.2353515 -0.2793,-0.4941407 -0.71973,-0.6875 -0.44043,-0.2041016 -1.11719,-0.2041016 -0.39746,0 -0.83789,0.171875 -0.42969,0.171875 -0.75195,0.3974609 -0.31152,0.225586 -0.52637,0.4511719 -0.2041,0.225586 -0.2041,0.3544922 v 5.2099605 q 0,1.439454 0.12891,1.847657 0.0107,0.06445 0.10742,0.128906 0.10742,0.05371 0.25781,0.09668 0.15039,0.03223 0.32227,0.0752 0.18261,0.03223 0.35449,0.05371 0.17187,0.02148 0.30078,0.03223 0.13965,0.01074 0.22559,0.01074 0.0752,0.09668 0.0752,0.365234 0.0107,0.257812 -0.0752,0.354492 -0.34375,-0.02148 -0.88086,-0.05371 -0.53711,-0.03223 -0.94532,-0.05371 -0.4082,-0.02148 -0.84863,-0.02148 -0.42969,0 -0.83789,0.02148 -0.39746,0.02148 -0.92383,0.05371 -0.52637,0.03223 -0.87012,0.05371 -0.0967,-0.09668 -0.0967,-0.354492 0.0107,-0.268555 0.0967,-0.365234 0.3545,0 0.93458,-0.107422 0.58007,-0.118164 0.63378,-0.290039 0.11817,-0.408203 0.11817,-1.847657 V 9.8720703 q 0,-1.0957031 -0.11817,-1.3964844 -0.0859,-0.1933593 -0.48339,-0.3007812 -0.39747,-0.1181641 -0.66602,-0.1289063 -0.26855,-0.021484 -0.47266,-0.021484 -0.043,-0.032227 -0.0537,-0.2900391 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 41 KiB |
BIN
www/images/masthead/david-grigg-source.jpg
Normal file
After Width: | Height: | Size: 326 KiB |
BIN
www/images/masthead/david-grigg.avif
Normal file
BIN
www/images/masthead/david-grigg.jpg
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
www/images/masthead/david-grigg@2x.avif
Normal file
BIN
www/images/masthead/david-grigg@2x.jpg
Normal file
After Width: | Height: | Size: 15 KiB |
4
www/images/masthead/portrait.svg
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="70" version="1.1" viewbox="0 0 70 70" width="70">
|
||||||
|
<path d="M 40.642717,9.9242129e-4 C 28.253792,-0.1058959 14.622854,8.4317299 13.781748,20.645555 c -0.389836,5.66084 0.411229,11.176249 2.091008,16.575784 1.757381,5.649392 4.263237,10.783432 2.967632,16.876452 -0.993201,4.670809 -4.59087,6.607954 -8.701799,8.16489 -1.3553689,0.513245 -3.9178873,0.727335 -4.8126388,1.977771 -0.3591704,0.501942 -0.3079183,1.485708 -0.3123823,2.33701 -0.0058,1.107423 0,2.12011 0,2.891488 V 70 H 64.98901 V 66.755129 C 60.064144,65.837731 50.999383,66.37938 49.393326,60.124816 c 0,0 -0.186868,-1.379765 -0.152287,-2.071485 0.03629,-0.725838 0.376811,-2.147629 0.376811,-2.147629 6.060169,-0.533139 7.881947,-8.986363 8.863846,-13.863914 C 60.936743,29.843094 64.651608,12.253298 52.933007,3.7476272 49.440719,1.2127931 45.123818,0.03966074 40.642717,9.9242129e-4 Z M 39.928143,1.7991428 c 7.947968,0.010247 15.917685,3.5374185 18.506696,11.6128112 2.215154,6.909157 0.601441,15.606245 -0.499812,22.602808 -0.845373,5.371209 -1.347924,12.722913 -5.359308,16.849119 -1.738359,1.788098 -3.704621,1.555626 -5.970405,1.280767 -4.669592,-0.56629 -10.250738,-2.59809 -13.260627,-6.376504 2.061141,5.61955 9.245674,8.122196 14.767872,8.137558 -2.010512,9.745765 8.073409,11.729906 15.671827,12.056003 v 0.53105 H 6.5208123 V 64.947216 C 15.572003,63.819453 21.700427,57.25957 20.601443,48.070765 19.156321,35.987502 10.562504,24.140358 18.350338,12.205377 21.126427,7.9510766 26.260269,5.0409808 30.933487,3.3434826 33.714236,2.3333946 36.818066,1.795133 39.928143,1.7991428 Z m -26.37092,18.7409832 0.09371,0.208905 z m -0.103477,0.406097 v 0.903956 z m 0.103477,1.101148 0.09371,0.206953 z m 2.005104,14.871348 0.300668,0.30262 z m 43.200513,4.115635 0.09566,0.206953 z m -0.300667,1.206577 0.09371,0.206954 z m -39.584689,6.43117 v 1.507245 z m 30.543175,8.637369 0.09371,0.206953 z" style="fill:#222222;fill-opacity:1;stroke:none;stroke-width:0.99962324"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2 KiB |
18
www/images/masthead/robin-whittleton-contact.svg
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="20.388672" version="1.1" width="156.78223" viewBox="0 0 156.78223 20.388672">
|
||||||
|
<path d="M 0,7.734375 Q 0,7.7021484 0,7.6591797 0,7.4658203 0.05371094,7.3798828 2.1806641,7.0791016 3.6201172,6.3271484 q 0.085937,0 0.171875,0.1503907 0.09668,0.1503906 0.09668,0.2470703 -0.021484,0.1503906 -0.09668,1.1279297 -0.075195,0.977539 -0.075195,1.1708984 0,0.064453 0.032227,0.075195 0.042969,0 0.064453,-0.032227 0.1933593,-0.4082032 0.515625,-0.859375 0.3222656,-0.4619141 0.7089843,-0.8701172 0.397461,-0.4082032 0.859375,-0.6660157 0.4619141,-0.2685547 0.859375,-0.2685547 0.4833985,0 0.913086,0.2148438 0.4404297,0.2041016 0.6015625,0.5048828 0.1074219,0.3007813 0.1074219,0.6767578 0,0.6123047 -0.2900391,0.9560547 -0.2792969,0.34375 -0.5371094,0.34375 -0.1181641,0 -0.2578125,-0.053711 Q 7.1650391,8.9912109 7.0683594,8.9267578 6.9824219,8.8623047 6.8320312,8.765625 6.6923828,8.6689453 6.6279297,8.6259766 6.1875,8.3251953 5.7148437,8.3251953 5.328125,8.3251953 4.9414062,8.59375 4.5654297,8.8623047 4.3076172,9.2382813 4.0498047,9.6035156 3.8779297,9.9794922 3.7167969,10.344727 3.7167969,10.570313 v 3.83496 q 0,1.439454 0.1289062,1.847657 0.042969,0.171875 0.8701172,0.290039 0.8378906,0.107422 1.2675781,0.107422 0.075195,0.09668 0.075195,0.365234 0.010742,0.257812 -0.075195,0.354492 -2.5566406,-0.128906 -3.09375,-0.128906 -0.4296875,0 -0.8701171,0.02148 -0.4296876,0.02148 -1.02050786,0.05371 -0.58007813,0.04297 -0.89160157,0.05371 -0.09667968,-0.09668 -0.09667968,-0.354492 0.01074219,-0.268555 0.09667968,-0.365234 0.35449219,0 0.93457033,-0.107422 0.5800781,-0.118164 0.633789,-0.290039 0.1181641,-0.408203 0.1181641,-1.847657 V 9.7646484 q 0,-0.9882812 -0.1181641,-1.2890625 Q 1.5898437,8.2822266 1.1923828,8.1748047 0.79492187,8.0566406 0.52636719,8.0458984 0.2578125,8.0244141 0.05371094,8.0244141 0.01074219,7.9921875 0,7.734375 Z"/>
|
||||||
|
<path d="m 9.6787109,11.988281 q 0,-1.192383 0.4082031,-2.2343747 0.408203,-1.0419922 1.106445,-1.7832032 0.708985,-0.7519531 1.697266,-1.1816406 0.988281,-0.4296875 2.094727,-0.4296875 1.611328,0 2.835937,0.7089844 1.224609,0.7089843 1.858398,1.9335937 0.644532,1.2246099 0.644532,2.7822269 0,1.192383 -0.408203,2.245117 -0.408204,1.052734 -1.106446,1.81543 -0.698242,0.751953 -1.686523,1.192382 -0.977539,0.429688 -2.083984,0.429688 -1.213868,0 -2.223633,-0.418945 -1.009766,-0.418946 -1.697266,-1.149414 -0.676758,-0.730469 -1.063476,-1.740235 -0.3759771,-1.009765 -0.3759771,-2.169922 z m 2.1484371,-0.504883 q 0,0.741211 0.139649,1.47168 0.139648,0.730469 0.429687,1.396485 0.290039,0.666015 0.698243,1.18164 0.408203,0.504883 0.977539,0.816406 0.569336,0.300782 1.213867,0.300782 0.515625,0 0.945312,-0.171875 0.44043,-0.171875 0.751953,-0.472657 0.311524,-0.300781 0.53711,-0.698242 0.236328,-0.408203 0.375976,-0.891601 0.139649,-0.494141 0.204102,-0.999024 0.0752,-0.515625 0.0752,-1.052734 0,-0.923828 -0.236328,-1.836914 Q 17.713867,9.6142578 17.28418,8.8623047 16.854492,8.1103516 16.177734,7.6484375 15.511719,7.1757812 14.716797,7.1757812 q -0.623047,0 -1.117188,0.2470704 -0.49414,0.2470703 -0.827148,0.6552734 -0.322266,0.4082031 -0.547852,0.9667969 -0.214843,0.5585937 -0.311523,1.1708981 -0.08594,0.601563 -0.08594,1.267578 z"/>
|
||||||
|
<path d="m 21.430664,1.4824219 q 0,-0.075195 -0.01074,-0.1503907 0,-0.085937 0.01074,-0.1611328 0.01074,-0.1611328 0.05371,-0.17187496 Q 23.192383,0.82714844 25.018555,0 q 0.09668,0 0.182617,0.13964844 0.09668,0.12890625 0.09668,0.2578125 Q 25.018555,1.203125 25.018555,2.5673828 v 4.9091797 q 0,0.064453 0,0.1074219 0.01074,0.042969 0.02148,0.118164 0.01074,0.064453 0.04297,0.053711 0.03223,-0.010742 0.08594,-0.032227 0.515625,-0.3759766 1.460938,-0.859375 0.945312,-0.4833984 1.557617,-0.4833984 0.870117,0 1.62207,0.3115234 0.751953,0.3115234 1.278321,0.8378906 0.526367,0.515625 0.902343,1.1816407 0.386719,0.6660156 0.569336,1.3750003 0.19336,0.708984 0.19336,1.396484 0,1.213868 -0.472657,2.320313 -0.472656,1.095703 -1.27832,1.901367 -0.805664,0.805664 -1.96582,1.289063 -1.149414,0.472656 -2.438477,0.472656 -0.537109,0 -1.847656,-0.375977 -0.06445,-0.01074 -0.268555,-0.06445 -0.204101,-0.06445 -0.279297,-0.0752 -0.0752,-0.02148 -0.24707,-0.05371 -0.171875,-0.04297 -0.279297,-0.03223 -0.107422,0 -0.257812,0.02148 -0.150391,0.01074 -0.290039,0.06445 -0.08594,0 -0.204102,-0.225586 Q 22.805664,16.5 22.805664,16.392578 23.106445,15.737305 23.106445,14.555664 V 3.3837891 q 0,-0.9882813 -0.128906,-1.2890625 -0.193359,-0.4511719 -1.514648,-0.4511719 -0.02148,-0.010742 -0.03223,-0.1611328 z m 3.587891,13.3740231 q 0,0.504883 0.354492,0.923828 0.354492,0.418946 0.880859,0.633789 0.526367,0.204102 1.084961,0.204102 0.870117,0 1.643555,-0.612305 0.773437,-0.623046 1.224609,-1.579101 0.451172,-0.966797 0.451172,-1.96582 0,-2.148438 -0.999023,-3.3730474 -0.988282,-1.2353515 -2.664063,-1.2353515 -0.451172,0 -1.052734,0.2363281 -0.601563,0.2363281 -0.794922,0.4296875 -0.128906,0.1289062 -0.128906,0.2792969 z"/>
|
||||||
|
<path d="m 34.536133,7.734375 q 0,-0.032227 0,-0.075195 0,-0.1933594 0.05371,-0.2792969 2.126953,-0.3007812 3.566406,-1.0527344 0.08594,0 0.171875,0.1503907 0.09668,0.1503906 0.09668,0.2470703 -0.171875,1.2246093 -0.171875,1.6435547 v 0.8271484 5.2099602 q 0,1.439454 0.128906,1.847657 0.01074,0.06445 0.107422,0.128906 0.107422,0.05371 0.257812,0.09668 0.150391,0.03223 0.322266,0.0752 0.182617,0.03223 0.354492,0.05371 0.171875,0.02148 0.300781,0.03223 0.139649,0.01074 0.225586,0.01074 0.08594,0.107421 0.08594,0.386718 0,0.236328 -0.08594,0.333008 -0.34375,-0.02148 -0.880859,-0.05371 -0.537109,-0.03223 -0.945313,-0.05371 -0.408203,-0.02148 -0.848632,-0.02148 -0.429688,0 -0.837891,0.02148 -0.397461,0.02148 -0.923828,0.05371 -0.526367,0.03223 -0.870117,0.05371 -0.09668,-0.09668 -0.09668,-0.354492 0.01074,-0.268555 0.09668,-0.365234 0.354492,0 0.93457,-0.107422 0.580078,-0.118164 0.633789,-0.290039 0.118164,-0.408203 0.118164,-1.847657 V 9.7646484 q 0,-0.9882812 -0.118164,-1.2890625 Q 36.125977,8.2822266 35.728516,8.1748047 35.331055,8.0566406 35.0625,8.0458984 34.793945,8.0244141 34.589844,8.0244141 34.546875,7.9921875 34.536133,7.734375 Z m 1.675781,-4.3291016 q -0.354492,-0.3652343 -0.354492,-0.8808593 0,-0.5263672 0.354492,-0.8916016 0.365234,-0.3652344 0.891602,-0.3652344 0.526367,0 0.880859,0.3652344 0.365234,0.3652344 0.365234,0.8916016 0,0.515625 -0.365234,0.8808593 -0.354492,0.3544922 -0.880859,0.3544922 -0.526368,0 -0.891602,-0.3544922 z"/>
|
||||||
|
<path d="m 41.260742,7.734375 q 0,-0.032227 0,-0.075195 0,-0.1933594 0.05371,-0.2792969 2.126953,-0.3007812 3.566406,-1.0527344 0.08594,0 0.171875,0.1503907 0.09668,0.1503906 0.09668,0.2470703 -0.150391,1.0527343 -0.150391,1.4287109 0,0.09668 0.05371,0.09668 0.02148,0 0.0752,-0.053711 0.204101,-0.225586 0.569336,-0.515625 0.375976,-0.2900391 0.83789,-0.5908204 0.472656,-0.3007812 0.999024,-0.5048828 0.537109,-0.2041015 0.956054,-0.2041015 0.676758,0 1.170899,0.1396484 0.504883,0.1289063 0.859375,0.4296875 0.354492,0.3007813 0.580078,0.7089844 0.236328,0.4082031 0.365234,1.03125 0.139649,0.6230469 0.182617,1.3212888 0.05371,0.698242 0.05371,1.654297 v 2.739257 q 0,1.439454 0.128907,1.847657 0.03223,0.118164 0.365234,0.214843 0.34375,0.09668 0.676758,0.139649 0.333008,0.04297 0.526367,0.04297 0.08594,0.107421 0.08594,0.386718 0,0.236328 -0.08594,0.333008 -0.34375,-0.02148 -0.880859,-0.05371 -0.526368,-0.03223 -0.945313,-0.05371 -0.408203,-0.02148 -0.848633,-0.02148 -0.429687,0 -0.83789,0.02148 -0.397461,0.02148 -0.923828,0.05371 -0.526368,0.03223 -0.870118,0.05371 -0.08594,-0.09668 -0.08594,-0.354492 0.01074,-0.268555 0.08594,-0.365234 0.354493,0 0.934571,-0.107422 0.59082,-0.118164 0.633789,-0.290039 0.128906,-0.408203 0.128906,-1.847657 v -2.492187 q 0,-1.203125 -0.107422,-1.9443355 Q 49.575195,9.2167969 49.285156,8.7226563 49.005859,8.2177734 48.543945,8.0244141 48.082031,7.8203125 47.34082,7.8203125 q -0.418945,0 -0.999023,0.3007813 -0.580078,0.3007812 -0.977539,0.633789 -0.386719,0.3222656 -0.386719,0.4404297 v 5.2099605 q 0,1.439454 0.128906,1.847657 0.01074,0.06445 0.107422,0.128906 0.107422,0.05371 0.257813,0.09668 0.15039,0.03223 0.322265,0.0752 0.182617,0.03223 0.354492,0.05371 0.171875,0.02148 0.300782,0.03223 0.139648,0.01074 0.225586,0.01074 0.0752,0.09668 0.0752,0.365234 0.01074,0.257812 -0.0752,0.354492 -0.34375,-0.02148 -0.88086,-0.05371 -0.537109,-0.03223 -0.945312,-0.05371 Q 44.44043,17.241211 44,17.241211 q -0.429688,0 -0.837891,0.02148 -0.397461,0.02148 -0.923828,0.05371 -0.526367,0.03223 -0.870117,0.05371 -0.09668,-0.09668 -0.09668,-0.354492 0.01074,-0.268555 0.09668,-0.365234 0.354492,0 0.93457,-0.107422 0.580078,-0.118164 0.633789,-0.290039 0.118164,-0.408203 0.118164,-1.847657 V 9.8720703 q 0,-1.0957031 -0.118164,-1.3964844 Q 42.850586,8.2822266 42.453125,8.1748047 42.055664,8.0566406 41.787109,8.0458984 41.518555,8.0244141 41.314453,8.0244141 41.271484,7.9921875 41.260742,7.734375 Z"/>
|
||||||
|
<path d="m 54.946289,13.0625 q 0,-1.224609 0.279297,-2.449219 Q 55.504883,9.3779297 56.03125,8.25 q 0.537109,-1.1279297 1.342773,-2.1054688 0.816407,-0.977539 1.804688,-1.6972656 0.999023,-0.7304687 2.277344,-1.1386718 1.27832,-0.4189454 2.685547,-0.4189454 1.020507,0 1.933593,0.225586 0.923828,0.2148437 1.654297,0.6230469 0.730469,0.3974609 1.342774,0.9560546 0.612304,0.5478516 1.052734,1.2246094 0.44043,0.6660156 0.741211,1.4287109 0.300781,0.7626954 0.451172,1.5791016 0.15039,0.8056641 0.15039,1.6435552 0,1.407226 -0.397461,2.685546 -0.39746,1.267579 -1.074218,2.202149 -0.676758,0.923828 -1.632813,1.471679 -0.956054,0.53711 -2.030273,0.53711 -0.966797,0 -1.525391,-0.515625 -0.547851,-0.526367 -0.547851,-1.62207 0,-0.225586 0.05371,-0.612305 0.06445,-0.386719 0.128906,-0.537109 -0.161133,0.311523 -0.408203,0.698242 -0.247071,0.375976 -0.623047,0.83789 -0.375977,0.461914 -0.762696,0.837891 -0.386718,0.365234 -0.848632,0.623047 -0.461914,0.24707 -0.88086,0.24707 -0.741211,0 -1.289062,-0.483398 -0.547852,-0.483399 -0.816406,-1.235352 -0.257813,-0.751953 -0.257813,-1.654297 0,-0.880859 0.290039,-1.815429 0.300781,-0.934571 0.794922,-1.761719 0.504883,-0.8378908 1.203125,-1.5791017 0.698242,-0.741211 1.47168,-1.2783204 0.784179,-0.5371093 1.654297,-0.8486328 0.880859,-0.3115234 1.71875,-0.3115234 0.93457,0 1.815429,0.3222656 l -1.52539,7.8740237 q -0.0752,0.300781 -0.0752,0.623047 0,0.569336 0.333008,0.848632 0.333008,0.268555 0.870117,0.268555 0.580078,0 1.181641,-0.461914 0.612305,-0.472656 1.084961,-1.235351 0.483398,-0.773438 0.78418,-1.847657 0.311523,-1.074218 0.311523,-2.202148 0,-1.0312502 -0.236328,-1.9980471 Q 69.996094,7.6806641 69.480469,6.8105469 68.975586,5.9404297 68.245117,5.2958984 67.514648,4.6513672 66.451172,4.2753906 65.398437,3.8886719 64.141602,3.8886719 q -1.235352,0 -2.374024,0.3759765 -1.12793,0.3759766 -2.019531,1.0419922 -0.88086,0.6552735 -1.611328,1.546875 -0.730469,0.8808594 -1.213867,1.9013672 -0.472657,1.0205078 -0.730469,2.1269532 -0.257813,1.095703 -0.257813,2.180664 0,1.052734 0.257813,2.041016 0.268554,0.977539 0.730469,1.750976 0.461914,0.773438 1.052734,1.375 0.59082,0.612305 1.27832,1.009766 0.601563,0.354492 1.009766,0.483398 0.408203,0.139649 0.859375,0.214844 0,0.09668 -0.161133,0.204102 -0.161133,0.107421 -0.375977,0.171875 -0.214843,0.0752 -0.354492,0.0752 -0.59082,0 -0.977539,-0.150391 -0.859375,-0.322265 -1.643554,-0.999023 -0.773438,-0.666016 -1.375,-1.589844 -0.590821,-0.913086 -0.945313,-2.105469 -0.34375,-1.203125 -0.34375,-2.481445 z m 5.457031,0.472656 q 0,2.438477 1.267578,2.438477 0.601563,0 1.342774,-0.870117 0.741211,-0.88086 1.321289,-2.15918 0.59082,-1.289063 0.827148,-2.481445 L 65.65625,7.9277344 q -0.290039,-0.3222657 -1.020508,-0.3222657 -0.558594,0 -1.170898,0.3330079 -0.612305,0.3330078 -1.149414,0.9345703 -0.53711,0.5908203 -0.977539,1.3320311 -0.429688,0.741211 -0.6875,1.62207 -0.247071,0.870118 -0.247071,1.708008 z"/>
|
||||||
|
<path d="m 73.154297,7.734375 q 0,-0.032227 0,-0.075195 0,-0.1933594 0.05371,-0.2792969 2.126953,-0.3007812 3.566406,-1.0527344 0.08594,0 0.171875,0.1503907 0.09668,0.1503906 0.09668,0.2470703 -0.02148,0.1503906 -0.09668,1.1279297 -0.07519,0.977539 -0.07519,1.1708984 0,0.064453 0.03223,0.075195 0.04297,0 0.06445,-0.032227 0.19336,-0.4082032 0.515625,-0.859375 0.322266,-0.4619141 0.708985,-0.8701172 0.397461,-0.4082032 0.859375,-0.6660157 0.461914,-0.2685547 0.859375,-0.2685547 0.483398,0 0.913086,0.2148438 0.440429,0.2041016 0.601562,0.5048828 0.107422,0.3007813 0.107422,0.6767578 0,0.6123047 -0.290039,0.9560547 -0.279297,0.34375 -0.537109,0.34375 -0.118164,0 -0.257813,-0.053711 -0.128906,-0.053711 -0.225586,-0.1181641 -0.08594,-0.064453 -0.236328,-0.1611328 -0.139648,-0.09668 -0.204101,-0.1396484 -0.44043,-0.3007813 -0.913086,-0.3007813 -0.386719,0 -0.773438,0.2685547 -0.375976,0.2685547 -0.633789,0.6445313 -0.257812,0.3652343 -0.429687,0.7412109 -0.161133,0.3652344 -0.161133,0.5908204 v 3.83496 q 0,1.439454 0.128906,1.847657 0.04297,0.171875 0.870117,0.290039 0.837891,0.107422 1.267578,0.107422 0.0752,0.09668 0.0752,0.365234 0.01074,0.257812 -0.0752,0.354492 -2.55664,-0.128906 -3.09375,-0.128906 -0.429687,0 -0.870117,0.02148 -0.429687,0.02148 -1.020508,0.05371 -0.580078,0.04297 -0.891601,0.05371 -0.09668,-0.09668 -0.09668,-0.354492 0.01074,-0.268555 0.09668,-0.365234 0.354492,0 0.93457,-0.107422 0.580078,-0.118164 0.633789,-0.290039 0.118164,-0.408203 0.118164,-1.847657 V 9.7646484 q 0,-0.9882812 -0.118164,-1.2890625 Q 74.744141,8.2822266 74.34668,8.1748047 73.949219,8.0566406 73.680664,8.0458984 73.412109,8.0244141 73.208008,8.0244141 73.165039,7.9921875 73.154297,7.734375 Z"/>
|
||||||
|
<path d="m 82.811523,12.310547 q 0,-0.816406 0.204102,-1.600586 0.214844,-0.7841797 0.580078,-1.4179688 0.365234,-0.6445313 0.848633,-1.1923828 0.483398,-0.5585938 1.020508,-0.9238282 0.547851,-0.3759765 1.127929,-0.5800781 0.580079,-0.2148437 1.12793,-0.2148437 0.612305,0 1.138672,0.1396484 0.537109,0.1289063 0.913086,0.3544922 0.375976,0.2255859 0.666016,0.5263672 0.300781,0.3007812 0.483398,0.6123047 0.193359,0.3115234 0.311523,0.6445312 0.128907,0.3330078 0.171875,0.6123047 0.05371,0.2685547 0.05371,0.4941406 0,0.5800786 -0.128906,0.8701176 -0.128906,0.290039 -0.472656,0.300781 -0.504883,0.03223 -3.233399,0.107422 -2.717773,0.0752 -3.040039,0.0752 v 0.171875 q 0,0.891602 0.214844,1.654297 0.214844,0.751953 0.59082,1.299805 0.375977,0.537109 0.891602,0.913086 0.515625,0.375976 1.106445,0.558593 0.601563,0.182618 1.256836,0.182618 0.472656,0 0.945313,-0.139649 0.472656,-0.150391 0.827148,-0.375976 0.354492,-0.236329 0.580078,-0.429688 0.236328,-0.204102 0.386719,-0.375977 0.01074,0 0.05371,0.04297 0.05371,0.04297 0.09668,0.128906 0.04297,0.08594 0.04297,0.182618 0,0.193359 -0.139648,0.440429 -0.204102,0.322266 -0.504883,0.644532 -0.300781,0.322265 -0.751953,0.676757 -0.44043,0.354493 -1.074219,0.580078 -0.623047,0.225586 -1.310547,0.225586 -1.450195,0 -2.599609,-0.676757 -1.138672,-0.6875 -1.761719,-1.869141 -0.623047,-1.181641 -0.623047,-2.642578 z m 1.890625,-2.116211 h 4.060547 q 0.580078,0 0.580078,-0.5800782 0,-0.2255859 -0.06445,-0.515625 Q 89.213867,8.8085938 89.052734,8.4863281 88.902344,8.1533203 88.676758,7.8955078 88.451172,7.6269531 88.085937,7.4550781 87.731445,7.2724609 87.291016,7.2724609 q -0.418946,0 -0.794922,0.1611328 -0.375977,0.1611329 -0.644532,0.4189454 -0.257812,0.2578125 -0.472656,0.5693359 -0.204101,0.3115234 -0.333008,0.6230469 -0.128906,0.3115234 -0.214843,0.5693359 -0.08594,0.2578125 -0.118164,0.4189452 -0.02148,0.161133 -0.01074,0.161133 z"/>
|
||||||
|
<path d="m 93.446289,14.630859 q 0,-0.708984 0.386719,-1.267578 0.397461,-0.558593 0.859375,-0.730468 0.397461,-0.139649 1.149414,-0.397461 0.751953,-0.268555 1.299805,-0.451172 0.547851,-0.19336 1.095703,-0.397461 0.558593,-0.214844 0.816406,-0.322266 0.09668,-0.04297 0.150391,-0.0752 0.05371,-0.03223 0.08594,-0.09668 0.04297,-0.0752 0.05371,-0.171875 0.01074,-0.107422 0.01074,-0.279297 V 9.7646484 q 0,-0.5585937 -0.279297,-1.1064453 -0.279297,-0.5478515 -0.784179,-0.9130859 -0.494141,-0.3652344 -1.084961,-0.3652344 -0.623047,0 -0.923828,0.3867188 -0.300782,0.3759765 -0.44043,1.149414 -0.118164,0.6230469 -0.408203,0.913086 -0.290039,0.2900394 -0.762696,0.2900394 -0.375976,0 -0.612304,-0.322266 -0.236328,-0.3222656 -0.236328,-0.7304687 0,-0.053711 0.02148,-0.1611329 0.02148,-0.118164 0.06445,-0.2470703 0.04297,-0.1289062 0.08594,-0.1826172 0.322265,-0.3007812 0.784179,-0.6230468 0.472657,-0.3330079 1.074219,-0.6660157 0.612305,-0.3330078 1.321289,-0.5478515 0.708984,-0.2148438 1.353516,-0.2148438 1.084961,0 1.901361,0.9990235 0.81641,0.9990234 0.81641,2.4169922 v 5.1347652 q 0,1.170899 0.77343,1.170899 0.10743,0 0.21485,-0.02148 0.10742,-0.02148 0.18262,-0.04297 0.0752,-0.03223 0.15039,-0.0752 0.0859,-0.04297 0.1289,-0.0752 0.043,-0.03223 0.0859,-0.06445 0.0537,-0.03223 0.0537,-0.04297 0.10742,0 0.10742,0.204102 0,0.257812 -0.1289,0.472656 -0.29004,0.257812 -0.90235,0.601562 -0.6123,0.34375 -0.96679,0.34375 -0.51563,0 -0.956054,-0.504882 -0.440429,-0.504883 -0.558594,-1.117188 -0.365234,0.365235 -1.439453,1.020508 -1.063476,0.655273 -1.632812,0.655273 -1.235352,0 -2.073242,-0.827148 -0.837891,-0.827148 -0.837891,-2.041016 z m 2.0625,-0.225586 q 0,0.451172 0.214844,0.859375 0.225586,0.397461 0.612304,0.644532 0.386719,0.236328 0.848633,0.236328 0.311524,0 0.698242,-0.118164 0.397461,-0.128906 0.708985,-0.290039 0.322265,-0.171875 0.537109,-0.34375 0.225586,-0.171875 0.225586,-0.268555 v -3.383789 q -1.933594,0.569336 -2.320312,0.719727 -0.708985,0.268554 -1.117188,0.762695 -0.408203,0.49414 -0.408203,1.18164 z"/>
|
||||||
|
<path d="m 103.78027,16.650391 q 0.3545,0 0.93457,-0.107422 0.58008,-0.118164 0.63379,-0.290039 0.11817,-0.408203 0.11817,-1.847657 V 3.3837891 q 0,-0.9882813 -0.11817,-1.2890625 -0.19336,-0.4511719 -1.52539,-0.4511719 -0.0107,0 -0.0215,-0.1503906 -0.0107,-0.1611329 -0.0107,-0.3222657 0.0107,-0.1611328 0.0644,-0.17187496 Q 105.56348,0.82714844 107.38965,0 q 0.0967,0 0.18262,0.13964844 0.0967,0.12890625 0.0967,0.2578125 -0.2793,0.80566406 -0.2793,2.16992186 V 14.405273 q 0,1.439454 0.1289,1.847657 0.0215,0.08594 0.22559,0.171875 0.2041,0.08594 0.47266,0.128906 0.26855,0.04297 0.50488,0.0752 0.23633,0.02148 0.36523,0.02148 0.0752,0.107421 0.0752,0.365234 0,0.01074 0.0107,0.02148 0,0.236328 -0.0859,0.333008 -0.34375,-0.02148 -0.88086,-0.05371 -0.5371,-0.03223 -0.94531,-0.05371 -0.4082,-0.02148 -0.84863,-0.02148 -0.42969,0 -0.83789,0.02148 -0.39746,0.02148 -0.92383,0.05371 -0.52637,0.03223 -0.87012,0.05371 -0.0967,-0.09668 -0.0967,-0.333008 0,-0.279297 0.0967,-0.386718 z"/>
|
||||||
|
<path d="m 110.52637,14.630859 q 0,-0.708984 0.38672,-1.267578 0.39746,-0.558593 0.85937,-0.730468 0.39746,-0.139649 1.14942,-0.397461 0.75195,-0.268555 1.2998,-0.451172 0.54785,-0.19336 1.0957,-0.397461 0.5586,-0.214844 0.81641,-0.322266 0.0967,-0.04297 0.15039,-0.0752 0.0537,-0.03223 0.0859,-0.09668 0.043,-0.0752 0.0537,-0.171875 0.0107,-0.107422 0.0107,-0.279297 V 9.7646484 q 0,-0.5585937 -0.2793,-1.1064453 -0.27929,-0.5478515 -0.78418,-0.9130859 -0.49414,-0.3652344 -1.08496,-0.3652344 -0.62304,0 -0.92383,0.3867188 -0.30078,0.3759765 -0.44042,1.149414 -0.11817,0.6230469 -0.40821,0.913086 -0.29004,0.2900394 -0.76269,0.2900394 -0.37598,0 -0.61231,-0.322266 -0.23633,-0.3222656 -0.23633,-0.7304687 0,-0.053711 0.0215,-0.1611329 0.0215,-0.118164 0.0645,-0.2470703 0.043,-0.1289062 0.0859,-0.1826172 0.32226,-0.3007812 0.78418,-0.6230468 0.47265,-0.3330079 1.07422,-0.6660157 0.6123,-0.3330078 1.32129,-0.5478515 0.70898,-0.2148438 1.35351,-0.2148438 1.08496,0 1.90137,0.9990235 0.81641,0.9990234 0.81641,2.4169922 v 5.1347652 q 0,1.170899 0.77343,1.170899 0.10742,0 0.21485,-0.02148 0.10742,-0.02148 0.18261,-0.04297 0.0752,-0.03223 0.15039,-0.0752 0.0859,-0.04297 0.12891,-0.0752 0.043,-0.03223 0.0859,-0.06445 0.0537,-0.03223 0.0537,-0.04297 0.10742,0 0.10742,0.204102 0,0.257812 -0.12891,0.472656 -0.29003,0.257812 -0.90234,0.601562 -0.6123,0.34375 -0.9668,0.34375 -0.51562,0 -0.95605,-0.504882 -0.44043,-0.504883 -0.55859,-1.117188 -0.36524,0.365235 -1.43946,1.020508 -1.06347,0.655273 -1.63281,0.655273 -1.23535,0 -2.07324,-0.827148 -0.83789,-0.827148 -0.83789,-2.041016 z m 2.0625,-0.225586 q 0,0.451172 0.21484,0.859375 0.22559,0.397461 0.61231,0.644532 0.38671,0.236328 0.84863,0.236328 0.31152,0 0.69824,-0.118164 0.39746,-0.128906 0.70899,-0.290039 0.32226,-0.171875 0.5371,-0.34375 0.22559,-0.171875 0.22559,-0.268555 v -3.383789 q -1.93359,0.569336 -2.32031,0.719727 -0.70899,0.268554 -1.11719,0.762695 -0.4082,0.49414 -0.4082,1.18164 z"/>
|
||||||
|
<path d="m 121.52637,16.177734 q 0,-0.365234 0.19336,-0.676757 0.19336,-0.311524 0.51562,-0.494141 0.32227,-0.182617 0.6875,-0.182617 0.5586,0 0.95606,0.397461 0.39746,0.386718 0.39746,0.956054 0,0.558594 -0.39746,0.977539 -0.39746,0.418946 -0.95606,0.418946 -0.55859,0 -0.97754,-0.418946 -0.41894,-0.418945 -0.41894,-0.977539 z"/>
|
||||||
|
<path d="m 126.28516,7.734375 q 0,-0.032227 0,-0.075195 0,-0.1933594 0.0537,-0.2792969 2.12695,-0.3007812 3.5664,-1.0527344 0.0859,0 0.17188,0.1503907 0.0967,0.1503906 0.0967,0.2470703 -0.15039,1.0527343 -0.15039,1.4287109 0,0.09668 0.0537,0.09668 0.0215,0 0.0752,-0.053711 0.20411,-0.225586 0.56934,-0.515625 0.37598,-0.2900391 0.83789,-0.5908204 0.47266,-0.3007812 0.99902,-0.5048828 0.53711,-0.2041015 0.95606,-0.2041015 0.67676,0 1.1709,0.1396484 0.50488,0.1289063 0.85937,0.4296875 0.35449,0.3007813 0.58008,0.7089844 0.23633,0.4082031 0.36523,1.03125 0.13965,0.6230469 0.18262,1.3212888 0.0537,0.698242 0.0537,1.654297 v 2.739257 q 0,1.439454 0.12891,1.847657 0.0322,0.118164 0.36523,0.214843 0.34375,0.09668 0.67676,0.139649 0.33301,0.04297 0.52637,0.04297 0.0859,0.107421 0.0859,0.386718 0,0.236328 -0.0859,0.333008 -0.34375,-0.02148 -0.88086,-0.05371 -0.52637,-0.03223 -0.94531,-0.05371 -0.40821,-0.02148 -0.84864,-0.02148 -0.42968,0 -0.83789,0.02148 -0.39746,0.02148 -0.92383,0.05371 -0.52636,0.03223 -0.87011,0.05371 -0.0859,-0.09668 -0.0859,-0.354492 0.0107,-0.268555 0.0859,-0.365234 0.35449,0 0.93457,-0.107422 0.59082,-0.118164 0.63379,-0.290039 0.1289,-0.408203 0.1289,-1.847657 v -2.492187 q 0,-1.203125 -0.10742,-1.9443355 -0.10742,-0.7519531 -0.39746,-1.2460937 -0.2793,-0.5048829 -0.74121,-0.6982422 -0.46191,-0.2041016 -1.20313,-0.2041016 -0.41894,0 -0.99902,0.3007813 -0.58008,0.3007812 -0.97754,0.633789 -0.38672,0.3222656 -0.38672,0.4404297 v 5.20996 q 0,1.439454 0.12891,1.847657 0.0107,0.06445 0.10742,0.128906 0.10742,0.05371 0.25781,0.09668 0.15039,0.03223 0.32227,0.0752 0.18262,0.03223 0.35449,0.05371 0.17188,0.02148 0.30078,0.03223 0.13965,0.01074 0.22559,0.01074 0.0752,0.09668 0.0752,0.365234 0.0108,0.257812 -0.0752,0.354492 -0.34375,-0.02148 -0.88086,-0.05371 -0.53711,-0.03223 -0.94531,-0.05371 -0.40821,-0.02148 -0.84864,-0.02148 -0.42968,0 -0.83789,0.02148 -0.39746,0.02148 -0.92382,0.05371 -0.52637,0.03223 -0.87012,0.05371 -0.0967,-0.09668 -0.0967,-0.354492 0.0107,-0.268555 0.0967,-0.365234 0.35449,0 0.93457,-0.107422 0.58008,-0.118164 0.63379,-0.290039 0.11816,-0.408203 0.11816,-1.847657 V 9.8720703 q 0,-1.0957031 -0.11816,-1.3964844 -0.0859,-0.1933593 -0.4834,-0.3007812 -0.39746,-0.1181641 -0.66602,-0.1289063 -0.26855,-0.021484 -0.47265,-0.021484 -0.043,-0.032227 -0.0537,-0.2900391 z"/>
|
||||||
|
<path d="m 139.74512,12.310547 q 0,-0.816406 0.2041,-1.600586 0.21484,-0.7841797 0.58008,-1.4179688 0.36523,-0.6445313 0.84863,-1.1923828 0.4834,-0.5585938 1.02051,-0.9238282 0.54785,-0.3759765 1.12793,-0.5800781 0.58008,-0.2148437 1.12793,-0.2148437 0.6123,0 1.13867,0.1396484 0.53711,0.1289063 0.91308,0.3544922 0.37598,0.2255859 0.66602,0.5263672 0.30078,0.3007812 0.4834,0.6123047 0.19336,0.3115234 0.31152,0.6445312 0.12891,0.3330078 0.17188,0.6123047 0.0537,0.2685547 0.0537,0.4941406 0,0.5800786 -0.12891,0.8701176 -0.1289,0.290039 -0.47265,0.300781 -0.50489,0.03223 -3.2334,0.107422 -2.71778,0.0752 -3.04004,0.0752 v 0.171875 q 0,0.891602 0.21484,1.654297 0.21485,0.751953 0.59082,1.299805 0.37598,0.537109 0.8916,0.913086 0.51563,0.375976 1.10645,0.558593 0.60156,0.182618 1.25683,0.182618 0.47266,0 0.94532,-0.139649 0.47265,-0.150391 0.82715,-0.375976 0.35449,-0.236329 0.58007,-0.429688 0.23633,-0.204102 0.38672,-0.375977 0.0107,0 0.0537,0.04297 0.0537,0.04297 0.0967,0.128906 0.043,0.08594 0.043,0.182618 0,0.193359 -0.13965,0.440429 -0.2041,0.322266 -0.50488,0.644532 -0.30078,0.322265 -0.75195,0.676757 -0.44043,0.354493 -1.07422,0.580078 -0.62305,0.225586 -1.31055,0.225586 -1.45019,0 -2.59961,-0.676757 -1.13867,-0.6875 -1.76172,-1.869141 -0.62304,-1.181641 -0.62304,-2.642578 z m 1.89062,-2.116211 h 4.06055 q 0.58008,0 0.58008,-0.5800782 0,-0.2255859 -0.0645,-0.515625 -0.0644,-0.290039 -0.22558,-0.6123047 -0.15039,-0.3330078 -0.37598,-0.5908203 -0.22558,-0.2685547 -0.59082,-0.4404297 -0.35449,-0.1826172 -0.79492,-0.1826172 -0.41895,0 -0.79492,0.1611328 -0.37598,0.1611329 -0.64453,0.4189454 -0.25782,0.2578125 -0.47266,0.5693359 -0.2041,0.3115234 -0.33301,0.6230469 -0.1289,0.3115234 -0.21484,0.5693359 -0.0859,0.2578125 -0.11817,0.4189452 -0.0215,0.161133 -0.0107,0.161133 z"/>
|
||||||
|
<path d="m 149.9502,7.3261719 q 0,-0.064453 0.27929,-0.3759766 0.2793,-0.3222656 0.37598,-0.4189453 h 0.92383 V 4.9628906 q 0.19336,-0.2363281 0.56933,-0.6445312 0.37598,-0.4082031 0.64453,-0.6982422 0.2793,-0.3007813 0.30079,-0.3330078 0.0644,-0.064453 0.16113,-0.085937 0.0644,-0.021484 0.10742,-0.010742 0.0322,0.010742 0.0537,0.010742 0.0644,0.021484 0.0752,0.064453 V 6.53125 h 3.21191 q 0.0537,0 0.0752,0.021484 0.0322,0.010742 0.043,0.064453 0.0108,0.042969 0.0108,0.075195 0,0.032227 0,0.1074219 0,0.3974609 -0.34375,0.7519531 h -2.99707 v 6.53125 q 0,0.999023 0.4082,1.52539 0.41894,0.515625 1.23535,0.515625 0.34375,0 0.71973,-0.128906 0.37597,-0.128906 0.56933,-0.236328 0.19336,-0.107422 0.33301,-0.204101 0.0752,0.03223 0.0752,0.171875 0,0.06445 -0.0215,0.15039 -0.0215,0.08594 -0.043,0.150391 -0.0215,0.05371 -0.0322,0.0752 -0.17188,0.193359 -0.39746,0.386719 -0.21485,0.193359 -0.5586,0.440429 -0.33301,0.236329 -0.76269,0.386719 -0.41895,0.150391 -0.84864,0.150391 -0.4082,0 -0.76269,-0.0752 -0.35449,-0.06445 -0.69824,-0.247071 -0.34375,-0.193359 -0.59082,-0.483398 -0.24707,-0.300781 -0.39746,-0.78418 -0.13965,-0.483398 -0.13965,-1.095703 V 7.5517578 h -1.4502 q -0.0537,0 -0.0967,-0.075195 -0.0322,-0.085937 -0.0322,-0.1503906 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 26 KiB |
BIN
www/images/masthead/robin-whittleton-source.jpg
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
www/images/masthead/robin-whittleton.avif
Normal file
BIN
www/images/masthead/robin-whittleton.jpg
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
www/images/masthead/robin-whittleton@2x.avif
Normal file
BIN
www/images/masthead/robin-whittleton@2x.jpg
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
www/images/the-quiet-hour.avif
Normal file
BIN
www/images/the-quiet-hour.jpg
Normal file
After Width: | Height: | Size: 59 KiB |
BIN
www/images/the-quiet-hour@2x.avif
Normal file
BIN
www/images/the-quiet-hour@2x.jpg
Normal file
After Width: | Height: | Size: 154 KiB |
|
@ -128,7 +128,7 @@ require_once('Core.php');
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<p>We use the popular Git source control system to track each and every change made to our ebooks. Anyone can easily see a history of changes, or contribute their own changes with the click of a mouse.</p>
|
<p>We use the popular Git source control system to track each and every change made to our ebooks. Anyone can easily see a history of changes, or contribute their own changes with the click of a mouse.</p>
|
||||||
<p>And while all of the ebooks we feature and the cover art we draw from are <em>already</em> believed to be in the public domain in the US, Standard Ebooks releases all of the work we put in to each ebook into the public domain too. That makes each and every one of our ebook files not just free, but <a href="https://en.wikipedia.org/wiki/Gratis_versus_libre">libre</a> too—because the world deserves more unrestricted culture.</p>
|
<p>And while all of the ebooks we feature and the cover art we draw from are <em>already</em> believed to be in the public domain in the U.S., Standard Ebooks releases all of the work we put in to each ebook into the public domain too. That makes each and every one of our ebook files not just free, but <a href="https://en.wikipedia.org/wiki/Gratis_versus_libre">libre</a> too—because the world deserves more unrestricted culture.</p>
|
||||||
</div>
|
</div>
|
||||||
<figure class="oss">
|
<figure class="oss">
|
||||||
<img alt="The Git SCM logo." src="/images/git.svg"/>
|
<img alt="The Git SCM logo." src="/images/git.svg"/>
|
||||||
|
|