This commit is contained in:
Jeremy Kauffman 2021-05-26 14:13:17 -04:00
commit a55dbbf8c0
12 changed files with 1449 additions and 55 deletions

View file

@ -6,9 +6,9 @@
<small style="margin-top: 2px; display: inline-block"><a href="/get?showall=1" class="button--link hide--mobile">other platforms</a></small> <small style="margin-top: 2px; display: inline-block"><a href="/get?showall=1" class="button--link hide--mobile">other platforms</a></small>
</div> </div>
<div style="flex: 1; text-align: center"> <div class="odysee" style="flex: 1; text-align: center">
<a href="https://odysee.com"> <a href="https://odysee.com">
<img style="height: 40px;" src="https://odysee.com/public/img/odysee.png" /> <img src="https://odysee.com/public/img/odysee.png" />
</a> </a>
<br/> <br/>
<small class="meta" style=" display: inline-block; max-width: 160px">use LBRY in your browser, with <a class="button button--link" href="https://odysee.com">odysee.com</a></small> <small class="meta" style=" display: inline-block; max-width: 160px">use LBRY in your browser, with <a class="button button--link" href="https://odysee.com">odysee.com</a></small>

View file

@ -6,23 +6,21 @@
<div class="inner-wrap"> <div class="inner-wrap">
<aside class="home__cta"> <aside class="home__cta">
<div class="home__cta-copy"> <div class="home__cta-copy">
<h1>LBRY does to publishing,<br/> <h1>LBRY does to publishing,<br />
what Bitcoin did to money.</h1> what Bitcoin did to money.</h1>
<p><span class="meta">Join top creators and more than 10,000,000 people on LBRY, an open, free, and fair network for digital content.</span></p> <p><span class="meta">Join top creators and more than 10,000,000 people on LBRY, an open, free, and fair
network for digital content.</span></p>
<?php echo View::render('download/_downloadRow') ?> <?php echo View::render('download/_downloadRow') ?>
</div> </div>
</aside> </aside>
<figure class="home__preview"> <figure class="home__preview">
<a href="/get"> <a href="/get">
<video <video autoplay loop poster="https://spee.ch/f/2019-08-lbry-interface-poster.jpg" playsinline>
autoplay <source src="https://cdn.lbryplayer.xyz/content/claims/2019-09-lbry-interface-mp4-2/0/stream.mp4"
loop type="video/mp4" />
poster="https://spee.ch/f/2019-08-lbry-interface-poster.jpg" <source src="https://cdn.lbryplayer.xyz/content/claims/2019-09-lbry-interface-webm-2/b/stream.webm"
playsinline type="video/webm" />
>
<source src="https://cdn.lbryplayer.xyz/content/claims/2019-09-lbry-interface-mp4-2/0/stream.mp4" type="video/mp4"/>
<source src="https://cdn.lbryplayer.xyz/content/claims/2019-09-lbry-interface-webm-2/b/stream.webm" type="video/webm"/>
</video> </video>
</a> </a>
</figure> </figure>
@ -31,18 +29,24 @@
<section class="home__callout"> <section class="home__callout">
<h2 style="max-width: 700px">Enjoy the latest content from your favorite creators - as a user, not a product.</h2> <h2 style="max-width: 700px">Enjoy the latest content from your favorite creators - as a user, not a product.</h2>
<p style="max-width: 800px">This video shows footage from <a href="https://odysee.com">odysee.com</a>, the most popular LBRY app. This same content can be accessed by <a href="/get">LBRY Desktop</a> and other clients as part of the web 3.0 LBRY network.</p> <p style="max-width: 800px">This video shows footage from <a href="https://odysee.com">odysee.com</a>, the most
<div class="inner-wrap" style="margin-top: 1rem"> popular LBRY app. This same content can be accessed by <a href="/get">LBRY Desktop</a> and other clients as part
<iframe id="lbry-iframe" width="560" height="315" src="https://odysee.com/$/embed/odysee/7a416c44a6888d94fe045241bbac055c726332aa?r=9wKhJPioiNxTBjT6Zoqaf7LNDJcauUjg" allowfullscreen></iframe> of the web 3.0 LBRY network.</p>
</div> <div class="inner-wrap" style="margin-top: 1rem">
<iframe id="lbry-iframe" width="560" height="315"
src="https://odysee.com/$/embed/odysee/7a416c44a6888d94fe045241bbac055c726332aa?r=9wKhJPioiNxTBjT6Zoqaf7LNDJcauUjg"
allowfullscreen></iframe>
</div>
</section> </section>
<section class="home__cta"> <section class="home__cta">
<div class="inner-wrap"> <div class="inner-wrap">
<aside class="home__cta"><h2>Use Desktop and Mobile apps for full control.<br/>Use odysee.com for ease.</h2></aside> <aside class="home__cta">
<?php echo View::render('download/_downloadRow') ?> <h2>Use Desktop and Mobile apps for full control.<br />Use odysee.com for ease.</h2>
</div> </aside>
</section> <?php echo View::render('download/_downloadRow') ?>
</div>
</section>
<section class="home__sites"> <section class="home__sites">
<div class="inner-wrap"> <div class="inner-wrap">
@ -59,4 +63,20 @@
</aside> </aside>
</div> </div>
</section> </section>
<br />
<section class="home__asfeatured">
<div class="inner-wrap">
<h3> As featured on: </h3>
<aside class="featured__row">
<img src="../img/featured/techcrunch.svg"/>
<img src="../img/featured/newyorktimes.svg"/>
<img src="../img/featured/nationalpublicradio.svg"/>
<img src="../img/featured/nasdaq.svg"/>
<img src="../img/featured/forbes.svg"/>
<img src="../img/featured/reclaimthenet.svg"/>
<img src="../img/featured/cointelegraph.svg"/>
<img src="../img/featured/bitcoincom.png"/>
</aside>
</div>
</section>
</main> </main>

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 22 KiB

1150
web/img/featured/forbes.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 99 KiB

View file

@ -0,0 +1 @@
<svg width="155" height="44" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><path id="a" d="M0 0h15.027v24H0z"/><path id="c" d="M0 .016h27V33H0z"/><path id="e" d="M0 0h27v33.797H0z"/></defs><g fill="none" fill-rule="evenodd"><path d="M114.297 33.328c-5.293 0-8.582-3.066-8.582-8.008 0-5.129 3.035-8.32 7.922-8.32h.41c.613 0 1.457.02 2.61.164v-6.191h3.452V32.77s-3.28.558-5.812.558m-.031-13.61c-3.344 0-4.97 1.805-4.97 5.516 0 3.332 1.962 5.403 5.114 5.403.606 0 1.3-.04 2.246-.121V19.94c-.945-.152-1.707-.222-2.39-.222m-47.254 13.11l-9.325-16.273-.003 16.273h-3.25V12.227h4.55l9.325 16.128-.004-16.128h3.293v20.601zm29.703.317c-1.57 0-3.207-.176-5.156-.551l-.211-.04v-2.878l.308.066c1.719.367 3.203.68 4.688.68 1.199 0 3.992-.188 3.992-1.953 0-1.48-1.93-1.852-3.48-2.149l-.098-.02c-.29-.054-.563-.109-.793-.167-2.274-.59-4.7-1.477-4.7-4.524 0-2.972 2.352-4.675 6.454-4.675 1.969 0 3.398.21 4.547.382l.558.082v2.793l-.297-.054c-1.3-.239-2.824-.485-4.289-.485-1.629 0-3.562.305-3.562 1.754 0 1.203 1.582 1.547 3.414 1.946 2.562.554 5.738 1.25 5.738 4.746 0 3.207-2.59 5.047-7.113 5.047m33.085 0c-3.573 0-6.882-.63-6.882-5.192 0-4.965 5.117-4.965 8.176-4.965.304 0 1.742.067 2.183.086-.004-2.785-.039-3.449-4.078-3.449-1.601 0-3.379.316-4.949.598l-.3.054v-2.75l.202-.043c1.82-.37 3.575-.55 5.364-.55 3.914 0 7.23.394 7.23 5.25v10.59l-.238.027c-2.711.304-4.863.344-6.707.344m1.207-7.7c-2.95 0-4.778.434-4.778 2.594 0 2.5 2.332 2.707 4.52 2.707.816 0 2.285-.105 2.734-.137v-5.078c-.632-.027-2.277-.086-2.476-.086m-49.645 7.7c-3.578 0-6.886-.63-6.886-5.192 0-4.965 5.117-4.965 8.175-4.965.305 0 1.746.067 2.188.086-.004-2.785-.043-3.449-4.082-3.449-1.602 0-3.38.316-4.95.598l-.3.054v-2.75l.207-.043a26.55 26.55 0 0 1 5.36-.55c3.913 0 7.23.394 7.23 5.25v10.59l-.239.027c-2.71.304-4.863.344-6.703.344m1.203-7.7c-2.949 0-4.773.434-4.773 2.594 0 2.5 2.328 2.707 4.516 2.707.82 0 2.289-.105 2.738-.137v-5.078c-.637-.027-2.281-.086-2.48-.086" fill="#231F20" fill-rule="nonzero"/><g transform="translate(139 16)"><mask id="b" fill="#fff"><use xlink:href="#a"/></mask><path d="M11.492 23.828V17.07c-1.347.188-2.062.188-2.64.188-1.368 0-2.887-.297-4.063-.793C2.156 15.37.586 12.59.586 9.023c0-1.78.434-5.035 3.336-6.789C5.379 1.364 7.098.992 9.684.992c.925 0 2.175.07 3.382.14l1.961.102v21.028l-3.535 1.566zM9.426 3.711C5.918 3.71 4.14 5.5 4.14 9.023c0 4.536 2.652 5.489 4.882 5.489.543 0 1.153 0 2.504-.172V3.809c-1.058-.07-1.547-.098-2.101-.098z" fill="#231F20" fill-rule="nonzero" mask="url(#b)"/></g><g transform="translate(25)"><mask id="d" fill="#fff"><use xlink:href="#c"/></mask><path d="M14.012.016L2.594 31.386a2.19 2.19 0 0 1-1.836 1.427v.015h12.07c.945 0 1.754-.601 2.055-1.441L26.305.016H14.012z" fill="#0996C7" fill-rule="nonzero" mask="url(#d)"/></g><path d="M24.773 32.352c.7 0 1.313-.348 1.688-.875.039-.055.176-.247.273-.508l4.188-11.512-2.45-6.723a2.07 2.07 0 0 0-3.597-.398c-.04.055-.203.3-.273.508l-4.188 11.508 2.461 6.75a2.067 2.067 0 0 0 1.898 1.25" fill="#0996C7" fill-rule="nonzero"/><g transform="translate(-1 10)"><mask id="f" fill="#fff"><use xlink:href="#e"/></mask><path d="M26.668.984H14.465c-.945 0-1.754.598-2.059 1.442L.988 33.796h12.293L24.7 2.427A2.187 2.187 0 0 1 26.668.988V.984z" fill="#0996C7" fill-rule="nonzero" mask="url(#f)"/></g></g></svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

View file

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 20.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 508.2 166.1" style="enable-background:new 0 0 508.2 166.1;" xml:space="preserve">
<style type="text/css">
.st0{fill:#D62021;}
.st1{fill:#000005;}
.st2{fill:#237BBD;}
.st3{fill:#FFFFFF;}
</style>
<path class="st0" d="M169.8,166.1V0H0v166.1H169.8z"/>
<path class="st1" d="M340.4,166.1V0H169.8v166.1H340.4z"/>
<path class="st2" d="M508.2,166.1V0H340.4v166.1H508.2z"/>
<g transform="translate(-33.03 -23.33)">
<path class="st3" d="M135.7,151.4v-50.3c0-7.4-1.4-12.8-4.3-16.3s-7.5-5.1-14-5.1c-3.4,0.1-6.6,1-9.6,2.5c-3.1,1.4-5.9,3.6-8,6.3
v63H79.5V64h14.7l3.8,8.2c5.5-6.4,13.7-9.6,24.6-9.6c10.4,0,18.6,3.1,24.6,9.3s9,14.9,9,26v53.6L135.7,151.4L135.7,151.4z"/>
<path class="st3" d="M286.5,153.1c13.3,0,23.9-3.9,31.6-11.6s11.6-18.7,11.6-33c0-30.7-13.9-46-41.8-46c-7-0.2-13.8,2.4-18.8,7.3
V64h-20.4v110.6H269v-25.3C274.5,151.9,280.5,153.2,286.5,153.1L286.5,153.1z M282,79.9c9.4,0,16.1,2.1,20.2,6.3s6.1,11.5,6.1,21.8
c0,9.7-2.1,16.7-6.1,21.2c-4.1,4.5-10.8,6.7-20.2,6.7c-4.7,0.1-9.3-1.5-12.9-4.5V85.6C272.4,82,277.1,80,282,79.9L282,79.9z"/>
<path class="st3" d="M481.3,83.1c-3.6-2.3-7.7-3.5-11.9-3.4c-4.7,0-8.9,2.1-12.5,6.4c-3.7,4.4-5.7,10-5.5,15.7v49.6H431V64h20.4
v8.4c5.7-6.5,13.2-9.8,22.7-9.8c6.9,0,12.2,1.1,15.9,3.2L481.3,83.1L481.3,83.1z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View file

@ -0,0 +1 @@
<svg width="185" height="25" xmlns="http://www.w3.org/2000/svg"><path d="M13.8 2.9c0-2-1.9-2.5-3.4-2.5v.3c.9 0 1.6.3 1.6 1 0 .4-.3 1-1.2 1-.7 0-2.2-.4-3.3-.8C6.2 1.4 5 1 4 1 2 1 .6 2.5.6 4.2c0 1.5 1.1 2 1.5 2.2l.1-.2c-.2-.2-.5-.4-.5-1 0-.4.4-1.1 1.4-1.1.9 0 2.1.4 3.7.9 1.4.4 2.9.7 3.7.8v3.1L9 10.2v.1l1.5 1.3v4.3c-.8.5-1.7.6-2.5.6-1.5 0-2.8-.4-3.9-1.6l4.1-2V6l-5 2.2C3.6 6.9 4.7 6 5.8 5.4l-.1-.3c-3 .8-5.7 3.6-5.7 7 0 4 3.3 7 7 7 4 0 6.6-3.2 6.6-6.5h-.2c-.6 1.3-1.5 2.5-2.6 3.1v-4.1l1.6-1.3v-.1l-1.6-1.3V5.8c1.5 0 3-1 3-2.9zm-8.7 11l-1.2.6c-.7-.9-1.1-2.1-1.1-3.8 0-.7 0-1.5.2-2.1l2.1-.9v6.2zm10.6 2.3l-1.3 1 .2.2.6-.5 2.2 2 3-2-.1-.2-.8.5-1-1V9.4l.8-.6 1.7 1.4v6.1c0 3.8-.8 4.4-2.5 5v.3c2.8.1 5.4-.8 5.4-5.7V9.3l.9-.7-.2-.2-.8.6-2.5-2.1L18.5 9V.8h-.2l-3.5 2.4v.2c.4.2 1 .4 1 1.5l-.1 11.3zM34 15.1L31.5 17 29 15v-1.2l4.7-3.2v-.1l-2.4-3.6-5.2 2.8v6.6l-1 .8.2.2.9-.7 3.4 2.5 4.5-3.6-.1-.4zm-5-1.7V8.5l.2-.1 2.2 3.5-2.4 1.5zM53.1 2c0-.3-.1-.6-.2-.9h-.2c-.3.8-.7 1.2-1.7 1.2-.9 0-1.5-.5-1.9-.9l-2.9 3.3.2.2 1-.9c.6.5 1.1.9 2.5 1v8.3L44 3.2c-.5-.8-1.2-1.9-2.6-1.9-1.6 0-3 1.4-2.8 3.6h.3c.1-.6.4-1.3 1.1-1.3.5 0 1 .5 1.3 1v3.3c-1.8 0-3 .8-3 2.3 0 .8.4 2 1.6 2.3v-.2c-.2-.2-.3-.4-.3-.7 0-.5.4-.9 1.1-.9h.5v4.2c-2.1 0-3.8 1.2-3.8 3.2 0 1.9 1.6 2.8 3.4 2.7v-.2c-1.1-.1-1.6-.6-1.6-1.3 0-.9.6-1.3 1.4-1.3.8 0 1.5.5 2 1.1l2.9-3.2-.2-.2-.7.8c-1.1-1-1.7-1.3-3-1.5V5l8 14h.6V5c1.5-.1 2.9-1.3 2.9-3zm7.3 13.1L57.9 17l-2.5-2v-1.2l4.7-3.2v-.1l-2.4-3.6-5.2 2.8v6.6l-1 .8.2.2.9-.7 3.4 2.5 4.5-3.6-.1-.4zm-5-1.7V8.5l.2-.1 2.2 3.5-2.4 1.5zM76.7 8l-.7.5-1.9-1.6-2.2 2 .9.9v7.5l-2.4-1.5V9.6l.8-.5-2.3-2.2-2.2 2 .9.9V17l-.3.2-2.1-1.5v-6c0-1.4-.7-1.8-1.5-2.3-.7-.5-1.1-.8-1.1-1.5 0-.6.6-.9.9-1.1v-.2c-.8 0-2.9.8-2.9 2.7 0 1 .5 1.4 1 1.9s1 .9 1 1.8v5.8l-1.1.8.2.2 1-.8 2.3 2 2.5-1.7 2.8 1.7 5.3-3.1V9.2l1.3-1-.2-.2zm18.6-5.5l-1 .9-2.2-2-3.3 2.4V1.6h-.3l.1 16.2c-.3 0-1.2-.2-1.9-.4l-.2-13.5c0-1-.7-2.4-2.5-2.4s-3 1.4-3 2.8h.3c.1-.6.4-1.1 1-1.1s1.1.4 1.1 1.7v3.9c-1.8.1-2.9 1.1-2.9 2.4 0 .8.4 2 1.6 2V13c-.4-.2-.5-.5-.5-.7 0-.6.5-.8 1.3-.8h.4v6.2c-1.5.5-2.1 1.6-2.1 2.8 0 1.7 1.3 2.9 3.3 2.9 1.4 0 2.6-.2 3.8-.5 1-.2 2.3-.5 2.9-.5.8 0 1.1.4 1.1.9 0 .7-.3 1-.7 1.1v.2c1.6-.3 2.6-1.3 2.6-2.8 0-1.5-1.5-2.4-3.1-2.4-.8 0-2.5.3-3.7.5-1.4.3-2.8.5-3.2.5-.7 0-1.5-.3-1.5-1.3 0-.8.7-1.5 2.4-1.5.9 0 2 .1 3.1.4 1.2.3 2.3.6 3.3.6 1.5 0 2.8-.5 2.8-2.6V3.7l1.2-1-.2-.2zm-4.1 6.1c-.3.3-.7.6-1.2.6s-1-.3-1.2-.6V4.2l1-.7 1.4 1.3v3.8zm0 3c-.2-.2-.7-.5-1.2-.5s-1 .3-1.2.5V9c.2.2.7.5 1.2.5s1-.3 1.2-.5v2.6zm0 4.7c0 .8-.5 1.6-1.6 1.6h-.8V12c.2-.2.7-.5 1.2-.5s.9.3 1.2.5v4.3zm13.7-7.1l-3.2-2.3-4.9 2.8v6.5l-1 .8.1.2.8-.6 3.2 2.4 5-3V9.2zm-5.4 6.3V8.3l2.5 1.8v7.1l-2.5-1.7zm14.9-8.4h-.2c-.3.2-.6.4-.9.4-.4 0-.9-.2-1.1-.5h-.2l-1.7 1.9-1.7-1.9-3 2 .1.2.8-.5 1 1.1v6.3l-1.3 1 .2.2.6-.5 2.4 2 3.1-2.1-.1-.2-.9.5-1.2-1V9c.5.5 1.1 1 1.8 1 1.4.1 2.2-1.3 2.3-2.9zm12 9.6L123 19l-4.6-7 3.3-5.1h.2c.4.4 1 .8 1.7.8s1.2-.4 1.5-.8h.2c-.1 2-1.5 3.2-2.5 3.2s-1.5-.5-2.1-.8l-.3.5 5 7.4 1-.6v.1zm-11-.5l-1.3 1 .2.2.6-.5 2.2 2 3-2-.2-.2-.8.5-1-1V.8h-.1l-3.6 2.4v.2c.4.2 1 .3 1 1.5v11.3zM143 2.9c0-2-1.9-2.5-3.4-2.5v.3c.9 0 1.6.3 1.6 1 0 .4-.3 1-1.2 1-.7 0-2.2-.4-3.3-.8-1.3-.4-2.5-.8-3.5-.8-2 0-3.4 1.5-3.4 3.2 0 1.5 1.1 2 1.5 2.2l.1-.2c-.3-.2-.6-.4-.6-1 0-.4.4-1.1 1.4-1.1.9 0 2.1.4 3.7.9 1.4.4 2.9.7 3.7.8V9l-1.5 1.3v.1l1.5 1.3V16c-.8.5-1.7.6-2.5.6-1.5 0-2.8-.4-3.9-1.6l4.1-2V6l-5 2.2c.5-1.3 1.6-2.2 2.6-2.9l-.1-.2c-3 .8-5.7 3.5-5.7 6.9 0 4 3.3 7 7 7 4 0 6.6-3.2 6.6-6.5h-.2c-.6 1.3-1.5 2.5-2.6 3.1v-4.1l1.6-1.3v-.1L140 8.8v-3c1.5 0 3-1 3-2.9zm-8.7 11l-1.2.6c-.7-.9-1.1-2.1-1.1-3.8 0-.7.1-1.5.3-2.1l2.1-.9-.1 6.2zm12.2-12h-.1l-2 1.7v.1l1.7 1.9h.2l2-1.7v-.1l-1.8-1.9zm3 14.8l-.8.5-1-1V9.3l1-.7-.2-.2-.7.6-1.8-2.1-2.9 2 .2.3.7-.5.9 1.1v6.5l-1.3 1 .1.2.7-.5 2.2 2 3-2-.1-.3zm16.7-.1l-.7.5-1.1-1V9.3l1-.8-.2-.2-.8.7-2.3-2.1-3 2.1-2.3-2.1L154 9l-1.8-2.1-2.9 2 .1.3.7-.5 1 1.1v6.5l-.8.8 2.3 1.9 2.2-2-.9-.9V9.3l.9-.6 1.5 1.4v6l-.8.8 2.3 1.9 2.2-2-.9-.9V9.3l.8-.5 1.6 1.4v6l-.7.7 2.3 2.1 3.1-2.1v-.3zm8.7-1.5l-2.5 1.9-2.5-2v-1.2l4.7-3.2v-.1l-2.4-3.6-5.2 2.8v6.8l3.5 2.5 4.5-3.6-.1-.3zm-5-1.7V8.5l.2-.1 2.2 3.5-2.4 1.5zm14.1-.9l-1.9-1.5c1.3-1.1 1.8-2.6 1.8-3.6v-.6h-.2c-.2.5-.6 1-1.4 1-.8 0-1.3-.4-1.8-1L176 9.3v3.6l1.7 1.3c-1.7 1.5-2 2.5-2 3.3 0 1 .5 1.7 1.3 2l.1-.2c-.2-.2-.4-.3-.4-.8 0-.3.4-.8 1.2-.8 1 0 1.6.7 1.9 1l4.3-2.6v-3.6h-.1zm-1.1-3c-.7 1.2-2.2 2.4-3.1 3l-1.1-.9V8.1c.4 1 1.5 1.8 2.6 1.8.7 0 1.1-.1 1.6-.4zm-1.7 8c-.5-1.1-1.7-1.9-2.9-1.9-.3 0-1.1 0-1.9.5.5-.8 1.8-2.2 3.5-3.2l1.2 1 .1 3.6z"/></svg>

After

Width:  |  Height:  |  Size: 4.3 KiB

View file

@ -0,0 +1,101 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 141.6 50.5" style="enable-background:new 0 0 141.6 50.5;" xml:space="preserve">
<style type="text/css">
.st0{fill:#FFFFFF;}
</style>
<g>
<path d="M0.2,10.4c0.4,0.1,0.8-0.1,1.1-0.3c1.8-1,3.7-1.7,5.5-2.6c2.2-1.1,4.4-2.1,6.6-3.1c2.2-1,4.5-2.1,6.7-3.1
c0.7-0.3,1.5-0.7,2.2-1C23.8,0.9,25,1.4,26.3,2c1.4,0.7,2.8,1.4,4.2,2c1.1,0.4,2.1,1.1,3.2,1.5c1.2,0.5,2.3,1.2,3.5,1.6
c1.2,0.5,2.3,1.1,3.5,1.6c1.2,0.5,2.3,1,3.4,1.6c0.1,0.1,0.2,0.2,0.4,0.3c-0.1,0.6,0.2,1.2-0.2,1.8c-0.1,0.1,0,0.3,0,0.5
c-0.1,1-0.1,2-0.3,2.9c-0.3,1.4-0.4,2.8-0.7,4.1c-0.4,1.6-0.7,3.3-1.3,4.9c-0.2,0.5-0.3,1.1-0.5,1.6c0-0.3,0-0.5-0.1-0.8
c-0.1-1.2,0-2.4-0.3-3.5c-0.6-2.3-1.1-4.6-2.5-6.6c-0.6-0.9-1.2-1.8-2-2.7c-0.4-0.4-0.7-0.9-1.1-1.3c-1.7-1.5-3.5-2.9-5.7-3.7
c-1.2-0.5-2.4-1.1-3.7-1.1c-0.6-0.5-1.4-0.1-2.1-0.4c-0.6-0.3-1.4-0.1-2.1-0.1c-1.7,0.1-3.4,0.4-5,0.9c-1.2,0.4-2.3,0.9-3.4,1.3
c-1,0.4-1.9,1.2-2.8,1.9c-0.7,0.5-1.3,1-1.8,1.6c-1.6,1.7-3,3.6-3.9,5.8C4.5,19,4,20.2,3.8,21.6c-0.3,1.6-0.5,3.1-0.5,4.7
c0,0.1-0.1,0.1-0.1,0.2c-0.7-1.7-1-3.5-1.6-5.2c0-1.1-0.3-2.2-0.5-3.3c-0.2-1.2-0.2-2.5-0.6-3.7c-0.1-0.4,0-1,0-1.4
c0-0.1-0.1-0.2-0.2-0.3C0.2,11.8,0.2,11.1,0.2,10.4z"/>
<path d="M141.6,26c-1.2,0-2.5,0-3.7,0c0,0-0.1-0.1-0.1-0.1c0,0,0-0.1,0-0.1c0-2.3,0-4.6,0-7c-0.8,0.5-1.1,1.3-1.7,1.9
c-0.6,0.6-1,1.3-1.5,1.9c-0.6,0-1.2,0-1.8,0c-0.5-0.6-1.1-1.3-1.6-1.9c-0.5-0.6-1-1.2-1.5-1.9c0,2.3,0,4.6,0,6.8
c-0.2,0.1-0.3,0.2-0.4,0.4c-1.2,0-2.4,0-3.7,0c0-4.6,0-9.2,0-13.8c1.1,0,2.3,0,3.6,0c1.4,1.9,2.9,3.9,4.5,5.9c1.5-1.9,3-3.9,4.5-6
c1.1,0,2.3,0,3.5,0C141.6,16.7,141.6,21.4,141.6,26z"/>
<path d="M22.3,50.5c-1.1-0.8-2.4-1.6-3.5-2.4c-0.4-0.3-0.7-0.8-1.3-0.9c-1.4-1.3-3-2.4-4.3-3.8c-0.7-0.8-1.4-1.6-2.3-2.7
c1.6,0.8,2.9,1.8,4.4,2.3c1.5,0.5,3,1.1,4.5,1.2c1.7,0.2,3.3,0.3,5,0c1.6-0.3,3.1-0.7,4.6-1.2c1.5-0.5,2.8-1.4,4.4-2.3
c-0.2,0.4-0.3,0.6-0.4,0.7c-0.6,0.7-1.3,1.4-1.9,2.1c-0.9,1-2,1.8-3,2.6c-0.5,0.4-1,0.8-1.5,1.2c-1.4,1.1-2.8,2.2-4.4,3
c0,0,0,0.1,0,0.1C22.5,50.5,22.4,50.5,22.3,50.5z"/>
<path d="M54.3,26c-1.4,0-2.6,0-3.8,0c0-4.7,0-9.4,0-14.1c0.5,0,1.1,0,1.6,0c0.8,0,1.6,0,2.4,0c1,0,2.1,0,3.1,0.3
c1.7,0.4,3.1,1.4,3.8,3.1c0.2,0.5,0.2,1.1,0.2,1.6c0,0.4-0.1,0.8-0.2,1.3c-0.3,1.1-1.1,1.7-1.9,2.5c0.1,0.3,0.1,0.7,0.3,0.9
c1,1.4,1.7,2.9,2.6,4.3c0,0,0,0.1-0.1,0.1c0,0-0.1,0-0.1,0.1c-1.4,0-2.7,0-4.1,0c-0.9-1.5-1.8-3-2.7-4.5c-0.4,0-0.8,0-1.2,0
C54.3,22.9,54.3,24.4,54.3,26z M54.2,15.4c0,0.9,0,1.8,0,2.6c1,0,1.9,0,2.6,0c0.7-0.3,1.1-0.7,1.2-1.5c-0.2-0.3-0.5-0.8-0.8-1.2
C56.3,15.4,55.3,15.4,54.2,15.4z"/>
<path d="M74.4,12.1c0,1,0,2,0,3c-0.1,0.1-0.2,0.2-0.3,0.3c-1.9,0-3.8,0-5.8,0c0,0.6,0,1.2,0,1.9c1.8,0,3.6,0,5.5,0
c0,1.1,0,2.2,0,3.4c-1.8,0-3.6,0-5.5,0c0,0.7,0,1.3,0,1.9c2.1,0,4.2,0,6.4,0c0,1.2,0,2.3,0,3.4c-3.4,0-6.8,0-10.2,0
c-0.1-0.1-0.2-0.2-0.3-0.3c0-4.5,0-9,0-13.5"/>
<path d="M34.8,21c-0.6,0.7-1.1,1.4-1.7,2c-0.6,0.6-1.3,1.1-2,1.7c-0.2-0.6-0.4-1.2-0.6-1.8c-0.8-0.3-1.6,0-2.3,0.2
c-1.9,0.5-3.7,1.2-5.4,2.1c-1.1,0.6-2,1.3-3,2c-1,0.7-1.9,1.6-2.7,2.5c-1.2,1.4-2.4,2.9-2.9,4.8c-0.5,0.3-0.2,0.8-0.4,1.3
c-0.2,0.4,0,1-0.1,1.5c0,0.5,0.1,0.9,0.2,1.3c0.2,0.4,0.3,0.8,0.5,1.2c0.1,0.2,0.1,0.3,0.1,0.6c-0.7-0.4-1.3-0.8-1.9-1.2
c-0.5-0.4-1-0.8-1.4-1.1c-0.6-1.3-0.5-2.5-0.4-3.7c0.1-1,0.4-2,0.9-3c0.7-1.4,1.4-2.7,2.4-3.9c0.6-0.7,1.1-1.3,1.7-1.9
c1.3-1.1,2.5-2.2,4-3c0.8-0.4,1.6-0.9,2.4-1.3c1.5-0.7,3-1.3,4.6-1.7c0.5-0.1,1.1-0.2,1.5-0.2c0.3-0.1,0.5-0.2,0.7-0.3
c-0.2-0.4-0.4-0.8-0.6-1.3c0.5-0.3,1,0,1.4,0.2C31.6,18.8,33.3,19.7,34.8,21z"/>
<path d="M116.8,26c-1.5,0-2.8,0-4,0c-0.1,0-0.2,0-0.3,0c-0.3-0.8-0.6-1.6-0.9-2.3c-1.4,0-2.8,0-4.2,0c-0.3,0.8-0.6,1.5-0.9,2.3
c-1.4,0-2.7,0-4,0c-0.2-0.4,0-0.7,0.1-1.2c0.5-1,0.9-2,1.2-3.1c0.4-1.2,0.9-2.4,1.3-3.6c0.4-1.1,0.9-2.3,1.3-3.4
c0.3-0.8,0.6-1.7,0.9-2.5c1.4,0,2.8,0,4.3,0C113.2,16.7,115,21.3,116.8,26z M108.5,20.2c0.7,0,1.3,0,1.9,0
c-0.5-0.8-0.4-1.9-1.1-2.6C109,18.5,108.7,19.3,108.5,20.2z"/>
<path d="M83.3,22.6c1.2,0,2.7,0.2,3.9-0.9c0.9,1,1.7,2.1,1.8,2.9c-0.9,0.8-2,1.2-3.1,1.5c-0.1,0-0.1,0.1-0.2,0.1
c-2.1,0.2-4.1-0.1-5.8-1.2c-1.3-0.9-2.4-2.1-3-3.6c-0.2-0.4-0.3-0.9-0.3-1.3c-0.1-1.4,0-2.7,0.5-4c0.2-0.4,0.4-0.9,0.7-1.3
c1.4-1.6,3-2.7,5.1-3c0.5-0.1,1-0.2,1.6-0.2c1.5,0,2.8,0.6,4,1.3c0.3,0.2,0.7,0.4,0.5,0.9c-0.6,0.8-1.1,1.6-1.7,2.4
c-1-0.5-1.8-1-2.9-0.9c-1.9,0.1-2.8,0.7-3.7,2.4c-0.1,0.1-0.1,0.3-0.2,0.5c0,0.9-0.1,1.9,0.5,2.9C81.4,21.8,82.3,22.2,83.3,22.6z"
/>
<path d="M17.8,15.6c-0.4-0.2-0.7-0.5-1-0.7c0.4-0.3,0.9-0.4,1.4-0.4c0.8,0,1.5-0.1,2.3,0c1,0.1,1.9,0.3,2.9,0.5
c0.1,0,0.2,0.2,0.4,0.3c-0.6,1.4-1.2,2.8-1.7,4.3c-0.7-0.2-0.8-0.9-1.3-1.3c-1.7,0.8-3.3,1.8-4.8,2.9c-1.4,1.1-2.7,2.3-3.8,3.7
c-1.2,1.4-2.1,3-2.8,4.7c-0.4,1-0.6,2.1-0.9,3.1c-0.2,0.6,0,1.3,0,2.1C7.7,34,7.3,33.3,7,32.5c-0.1-0.3-0.2-0.6-0.3-0.9
c-0.2-0.6-0.7-1.2-0.2-1.9c0.1-1.8,1-3.4,1.7-5c0.4-0.7,0.9-1.4,1.3-2.1c1.1-1.5,2.4-2.8,3.7-3.9c1.2-1.1,2.5-2.1,4-2.7
C17.5,15.9,17.6,15.7,17.8,15.6z"/>
<path d="M95.2,22.6c2,0,3.9,0,5.8,0c0,1.1,0,2.2,0,3.2c-0.9,0.2-6.4,0.2-9.8,0.1c0-4.6,0-9.2,0-13.9c1.3,0,2.6,0,4,0
C95.2,15.6,95.2,19,95.2,22.6z"/>
<path d="M29.5,27.9c-0.6,2-1.4,3.7-2.8,5.4c0-0.7,0-1.3,0-1.9c-1.2,0.2-2,1-2.9,1.7c-0.8,0.6-1.9,1.1-2.3,2.2
c-0.9,0.7-1.2,1.8-1.8,2.9c0,0.4,0,0.9,0,1.4c0,1,0.4,1.6,1.3,2c0.3,0.1,0.6,0.3,0.9,0.4c0.3,0.1,0.6,0.1,0.9,0.2
c-1.3,0.3-2.5,0-3.8-0.2c-1.3-0.8-1.4-0.8-2-1.8c-0.2-0.3-0.3-0.6-0.4-1c-0.5-2.2,0.4-4,1.5-5.6c0.9-1.4,2.1-2.5,3.4-3.5
c1.2-0.9,2.4-1.8,3.8-2.4c0.1-0.1,0.2-0.2,0.4-0.4c-0.2-0.5-0.3-0.9-0.6-1.6C26.8,26.3,28.2,27,29.5,27.9z"/>
<path d="M30.2,10.3c-0.6,0-1.3,0.3-1.8-0.2c-1.2,0.1-2.4-0.3-3.5,0.2c-0.1,0.1-0.3,0-0.5,0c-1.4,0.1-3.3,0.5-4.9,1.1
c-2,0.7-3.8,1.6-5.6,2.8c-1.7,1.1-3.2,2.5-4.6,4c-1,1.2-1.9,2.4-2.6,3.8c-0.4,0.7-0.7,1.5-1.1,2.3c-0.1-0.7-0.1-1.2,0.1-1.9
c0.2-0.8,0.3-1.6,0.6-2.4c0.7-1.9,1.6-3.7,2.8-5.3c0.5-0.7,1.1-1.3,1.7-1.9c0.2-0.2,0.4-0.4,0.6-0.6c1.5-1,2.9-2,4.5-2.7
c0.6-0.2,1.3-0.2,1.8-0.7c1.2,0,2.3-0.6,3.5-0.5c0.9,0.1,1.8,0,2.6,0c1.2,0,2.2,0.3,3.3,0.6C28.2,9.4,29.2,9.8,30.2,10.3z"/>
<path d="M83.3,34.4c0,1.6,0,3,0,4.4c-0.2,0.1-0.3,0.3-0.4,0.4c-0.7-0.1-1.5,0.2-2.2-0.3c0-3,0-6,0-9c0.8,0,1.5,0,2.3,0
c0.9,1.4,1.9,2.8,2.8,4.2c0,0,0,0,0.1-0.1c0,0,0-0.1,0-0.1c0-1.4,0-2.7,0-4.1c0.9,0,1.7,0,2.6,0c0,3,0,6,0,9
c-0.4,0.6-1.1,0.2-1.6,0.3c-0.8-0.2-1.1-0.9-1.5-1.5C84.8,36.7,84.1,35.6,83.3,34.4z"/>
<path d="M118.6,12.1c1.3,0,2.6,0,4,0c0,4.5,0,9.1,0,13.6c-0.1,0.1-0.2,0.2-0.3,0.3c-1.2,0-2.4,0-3.7,0
C118.6,21.4,118.6,16.7,118.6,12.1z"/>
<path d="M67.9,29.9c0,3,0,6,0,9c-0.7,0.6-1.5,0.1-2.2,0.3c-0.2-0.2-0.3-0.3-0.4-0.4c0-1,0-2.1,0-3.2c-0.9,0-1.9,0-2.8,0
c0,1.1,0,2.1,0,3.2c-0.2,0.1-0.3,0.2-0.4,0.4c-0.7-0.1-1.5,0.3-2.2-0.3c0-3,0-6,0-9c0.9,0,1.7,0,2.6,0c0,1.1,0,2.2,0,3.3
c1,0,1.9,0,2.9,0c0-1.1,0-2.2,0-3.3C66.1,29.9,67,29.9,67.9,29.9z"/>
<path d="M31.5,39.5c0.9-0.9,1.7-1.6,1.9-2.8c-0.3-0.2-0.6-0.5-0.9-0.7c-2.5-0.4-4.4,0.9-6,2.8c-0.1,0.4-0.2,0.8-0.3,1
c0.3,0.3,0.6,0.6,0.9,0.9c0,0.1-0.1,0.2-0.1,0.2c0.9-0.1,1.7-0.1,2.6-0.2c-1.9,0.8-3.8,1.6-6,0.8c-0.3-0.3-0.6-0.6-1-1
c0.1-0.5,0-1,0.2-1.5c0.3-1.1,1-2,1.9-2.8c0.6-0.5,1.2-0.9,1.8-1.4c1.3-0.9,3.4-1.8,4.8-2.1c1.9-0.3,2.4-0.3,3.6,0.2
c0.6,0.2,0.7,0.7,0.8,1.1c0.1,0.5,0,1,0,1.4C34.2,37.7,32.9,39.1,31.5,39.5z"/>
<path d="M69.9,29.9c2.3,0,4.6,0,6.9,0c0,0.7,0,1.4,0,2.1c-1.4,0-2.8,0-4.2,0c0,0.4,0,0.8,0,1.2c1.2,0,2.5,0,3.8,0
c0,0.8,0,1.6,0,2.4c-1.2,0-2.5,0-3.8,0c0,0.4,0,0.8,0,1.2c1.4,0,2.8,0,4.1,0c0.1,0.2,0.2,0.3,0.4,0.4c0,0.6,0,1.1,0,1.7
c-0.1,0.1-0.2,0.2-0.3,0.3c-2.2,0-4.3,0-6.5,0c-0.1-0.1-0.2-0.2-0.3-0.3C69.9,35.9,69.9,32.9,69.9,29.9z"/>
<path d="M93.4,32c0,0.5,0,0.8,0,1.2c1.2,0,2.3,0,3.5,0c0,0.8,0,1.6,0,2.4c-1.2,0-2.3,0-3.5,0c0,0.4,0,0.8,0,1.2c1.4,0,2.8,0,4.2,0
c0,0.7,0,1.4,0,2.1c-0.1,0.1-0.2,0.2-0.3,0.3c-2.2,0-4.4,0-6.6,0c0-3.1,0-6.2,0-9.3c2.2,0,4.4,0,6.7,0c0,0.7,0,1.4,0,2.1
C96.1,32,94.8,32,93.4,32z"/>
<path d="M23.9,16.9c0.3-0.8,0.5-1.4,0.7-2.1c-0.6-0.5-1.5-0.6-2.4-0.9c0.2-0.1,0.4-0.3,0.6-0.4c0.3-0.1,0.5,0,0.8-0.1
c0.7-0.2,1.4-0.4,2.1-0.4c0.6,0,1.1-0.2,1.7-0.2c0.6,0,1.2-0.1,1.8,0c1.2,0.2,2.4,0.2,3.6,0.6c0.4,0.1,0.8-0.1,1.1,0.3
c0.8,0,1.2,0.5,1.6,1c0.8,0.9,1.4,1.9,1.9,2.9c0.1,0.2,0.1,0.4,0.1,0.8c-1.3-1-2.7-1.4-4-2c-0.7,0.1-1.4-0.3-2.2-0.3
c-1,0-2.1,0.1-3.1,0c-0.6,0-1.2,0.3-1.8,0.3c-0.6,0-1.2,0.2-1.7,0.4C24.6,16.9,24.3,16.9,23.9,16.9z"/>
<path d="M50.4,32c0-0.8,0-1.5,0-2.2c2.6,0,5.2,0,7.8,0c0,0.7,0,1.4,0,2.1c-0.8,0-1.7,0-2.5,0c0,2.3,0,4.6,0,6.8
c-0.2,0.1-0.3,0.2-0.4,0.4c-0.7-0.1-1.5,0.3-2.2-0.3c0-2.3,0-4.6,0-6.9C52.2,32,51.3,32,50.4,32z"/>
<path d="M104,38.9c-1.1,0.4-1.4,0.5-2.7,0c0-2.2,0-4.5,0-6.8c-0.9,0-1.7,0-2.6,0c0-0.7,0-1.4,0-2.2c2.6,0,5.2,0,7.8,0
c0,0.7,0,1.4,0,2.1c-0.8,0-1.7,0-2.5,0C104,34.3,104,36.6,104,38.9z"/>
<path d="M38.4,29.3c0,0.7,0,1.4,0,2c-0.6,1.2-1.2,2.3-1.8,3.5c-0.2-0.6,0.1-0.9,0.3-1.3c0-0.4,0-0.9,0-1.5c0-0.9-0.5-1.5-1.2-1.9
c-0.5-0.3-1.1-0.5-1.7-0.5c-0.7,0-1.4-0.1-2,0c-0.8,0.1-1.6,0.3-2.5,0.4c0.3-0.9,0.6-1.7,0.9-2.5c-0.5-0.3-1.1-0.7-1.7-1.1
c0.7-0.2,1.3-0.5,2-0.5c0.7,0,1.3-0.3,2.1-0.2c1.6,0.2,3.1,0.6,4.4,1.6c0.2,0.2,0.3,0.4,0.5,0.6C37.9,28.4,38.1,28.8,38.4,29.3z"/>
<path d="M39.3,26.7c-0.9-2.3-2.8-3.2-5-3.8c0.6-0.7,1-1.3,1.5-1.9c0-0.8-1.1-0.6-1.2-1.4c1.8,0.4,3.4,1.2,4.5,2.6
C39.6,23.7,39.3,25.2,39.3,26.7z"/>
<path d="M31.7,39.5c-0.1,0.1-0.1,0.1-0.2,0.2c0,0-0.1-0.1-0.1-0.1C31.5,39.5,31.6,39.5,31.7,39.5C31.7,39.4,31.7,39.4,31.7,39.5z"
/>
<path class="st0" d="M54.2,15.4c1.1,0,2,0,3.1,0c0.3,0.4,0.6,0.8,0.8,1.2c-0.1,0.8-0.5,1.2-1.2,1.5c-0.7,0-1.6,0-2.6,0
C54.2,17.2,54.2,16.3,54.2,15.4z"/>
<path class="st0" d="M108.5,20.2c0.3-0.9,0.6-1.7,0.9-2.6c0.6,0.8,0.6,1.8,1.1,2.6C109.8,20.2,109.1,20.2,108.5,20.2z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.5 KiB

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="180px" height="90px" viewBox="0 0 180 90" enable-background="new 0 0 180 90" xml:space="preserve">
<polygon fill="#0A9E01" points="90,0 90,30 60,30 60,90 30,90 30,30 0,30 0,0 "/>
<rect x="120" fill="#0A9E01" width="60" height="30"/>
<polygon fill="#0A9E01" points="180,60 180,90 90,90 90,30 120,30 120,60 "/>
</svg>

After

Width:  |  Height:  |  Size: 684 B

View file

@ -16,7 +16,9 @@ body {
word-wrap: anywhere; word-wrap: anywhere;
} }
video, img {
pointer-events: none;
}
code { code {
@include font-mono; @include font-mono;
@ -167,10 +169,30 @@ input::placeholder {
} }
} }
.button--fdroid {
@include hide-text;
width: 10rem; height: 4rem;
background-image: url("../img/fdroid-badge.png");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
display: block;
position: relative;
.header & {
top: 0.5rem;
}
main & {
margin-right: auto;
margin-left: auto;
}
}
.button--apple-store { .button--apple-store {
@include hide-text; @include hide-text;
width: 10rem; height: 4rem; width: 10rem; height: 4rem;
margin-top: 1.4rem;
background-image: url("../img/apple-store-badge.svg"); background-image: url("../img/apple-store-badge.svg");
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
@ -188,26 +210,20 @@ input::placeholder {
} }
} }
.button--fdroid { .odysee{
@include hide-text; @media (min-width: 901px) {
width: 10rem; height: 4rem; img{
height: 40px;
background-image: url("../img/fdroid-badge.png"); }
background-position: center;
background-repeat: no-repeat;
background-size: contain;
display: block;
position: relative;
.header & {
top: 0.5rem;
} }
// i want to detect android phones here because of fdroid problem, please help me
main & { @media (max-width: 900px) {
margin-right: auto; img {
margin-left: auto; height: 40px;
}
padding-top: 1.5rem;
}
} }
}
.flex-third { .flex-third {
flex-basis: 33.333333%; flex-basis: 33.333333%;

View file

@ -213,22 +213,13 @@ main.home {
} }
} }
.home__site--org {
@media (max-width: 900px) {
padding-top: 4rem;
}
h3 {
&::before {
background-image: url("../img/emoji-wire-globe.png");
}
}
}
.home__site--tech { .home__site--tech {
@media (max-width: 900px) { @media (max-width: 900px) {
padding-bottom: 5rem; padding-bottom: 5rem;
} }
@media (min-width: 901px) {
padding-top: 3rem;
}
&::after { &::after {
background-color: var(--lbry-gray-1); background-color: var(--lbry-gray-1);
@ -252,3 +243,62 @@ main.home {
} }
} }
} }
.home__site--org {
@media (max-width: 900px) {
padding-bottom: 2rem;
padding-top: 2rem;
}
@media (min-width: 901px) {
padding-top: 3rem;
}
h3 {
&::before {
background-image: url("../img/emoji-wire-globe.png");
}
}
}
.home__asfeatured {
border-top: 1px solid var(--lbry-gray-1);
background-color: var(--lbry-white);
font-size: 1rem;
text-align: center;
@media (max-width:900px) {
padding-top: 3rem;
}
@media (min-width:901px) {
padding-top: 2rem;
}
h3 {
@media (max-width:900px) {
padding-bottom: 1rem;
}
@media (min-width:901px) {
margin-bottom: 2rem;
}
}
}
.featured__row {
img {
@media (max-width:900px) {
width: 40%;
padding-top: 1rem;
padding-bottom: 0.2rem;
margin-bottom: 1.5rem;
padding-right: 1rem;
}
@media (min-width:901px) {
max-width: 12%;
padding-right: 1rem;
padding-bottom: 1rem;
}
filter: grayscale(100%);
}
}