Delete rubin.php

This commit is contained in:
Reilly Smith 2017-12-06 15:26:13 -08:00 committed by GitHub
parent 69a2ac3fbe
commit 0810e2fc44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,47 +0,0 @@
<?php Response::setMetaDescription(__('description.learn')) ?>
<?php Response::setMetaTitle(__('title.learn')) ?>
<?php Response::addJsAsset('https://cdn.optimizely.com/js/9525271075.js') ?>
<?php echo View::render('nav/_header', ['isDark' => false, 'isAbsolute' => false]) ?>
<main class="column-fluid">
<div class="span7">
<div class="cover cover-dark cover-center cover-full" style="background-image:url(/img/dave-phil-lbryio.png)">
<div class="content content-dark text-center">
<h2 class="cover-title cover-title-tile cover-title-flat">
The Rubin Report<br/>
YouTube Week
</h2>
<h3>
Brought to you by LBRY
</h3>
</br>
</br>
</br>
</br>
</br>
</br>
<div class="spacer1">
<a href="/get" class="btn-primary btn-large">Download LBRY</a>
</div>
<div class="meta">
Desktop only. Mobile coming soon.
</div>
</div>
</div>
</div>
<div class="span5">
<div class="cover cover-light">
<div class="content content-light content-readable">
<h3>What's going on here?</h3>
<p>LBRY is a departure from the platforms of yesterday.</p>
<p>Watch The Rubin Report YouTube Week on the only community-run video app without ads or middlemen.</p>
<h3>Okay. But why?</h3>
<p>Open-source and decentralized, LBRY is shaped entirely by the creators and community who use it. <b>Free speech and censorship-resistance are baked into the design.</b></p>
<p>There are lots of nifty aspects to how LBRY works (pronounced, "library"). Learn from the old-timers on <a href="https://chat.lbry.io"><u>our Discord</u></a>.</p>
<div class="text-center">
<a href="/get" class="btn-alt btn-large">Download the App</a>
</div>
</div>
</div>
</div>
</main>
<?php echo View::render('nav/_footer') ?>