mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
Update speech-admin.php
This commit is contained in:
parent
6fc0ab0cab
commit
30b5752da2
1 changed files with 11 additions and 8 deletions
|
@ -5,25 +5,28 @@
|
|||
<div class="cover cover-dark cover-center cover-full cover--dark-overlay" style="background-image: url(/img/speech-admin.jpg)">
|
||||
<div class="content content-dark text-center">
|
||||
<h1 class="cover-title cover-title-tile cover-item--outline">
|
||||
Run Your Own Spee.ch Clone/Web Server Hosting LBRY Content
|
||||
Fork For Freedom
|
||||
</h1>
|
||||
<h3 class="cover-item--outline">
|
||||
Interested in hosting a spee.ch-style website? We can help you build your own personal YouTube.
|
||||
Join the battle for free speech on the internet. Your weapon? A keyboard. Your armor? A decentralized content marketplace protocol.
|
||||
</h3>
|
||||
<div class="spacer1">
|
||||
<a href="#about" class="btn-primary btn-large">Tell Me More!</a>
|
||||
<a href="#about" class="btn-primary btn-large">Learn More</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cover cover-light" id="about">
|
||||
<div class="content content-light content-readable">
|
||||
<h3>LBRY wants to help you set up your own personalized version of Spee.ch!</h3>
|
||||
<p> We're looking for users and communities that are interested in hosting a spee.ch-style website or a web portal into their own LBRY content. We'll walk you through the process of customizing and tweaking it to your liking.</p>
|
||||
<h3>Ready to get started?</h3>
|
||||
<p>Enter your email below and we'll get in touch with everything you need.</p>
|
||||
<h3>You'd like us to stop being vaguely provocative and just explain?</h3>
|
||||
<p>Fine.</p>
|
||||
<p>spee.ch is a free, open-source web portal for LBRY content. It both publishes content to the LBRY network and serves data from the LBRY network, but it does it over the web for improved usability.</p>
|
||||
<p>Recently, spee.ch has been re-engineered to support self-hosting and customskinning, as well as hosting only a portion of the network. You could run a spee.ch fork that's dedicated specifically to your favorite cat and has the appearance to show it.</p>
|
||||
<h3This is where you come in.</h3>
|
||||
<p>This functionality is brand new and we're offering LBC bounties to those who can help us test and refine it. If you're capable of installing Wordpress, you're probably capable of installing spee.ch</p>
|
||||
<p>So if you want to play around with a funky new technology, contribute to content freedom, and earn weird internet tokens, join us for an introductory session! We'll explain more about the program and walk you through the basics of how spee.ch works and how to set it up.</p>
|
||||
<?php echo View::render('mail/_subscribeForm', [
|
||||
'tag' => 'speech-admin',
|
||||
'submitLabel' => 'I want my own Spee.ch!',
|
||||
'submitLabel' => 'Sign Me Up',
|
||||
'hideDisclaimer' => true,
|
||||
'largeInput' => true,
|
||||
'btnClass' => 'btn-alt btn-large',
|
||||
|
|
Loading…
Add table
Reference in a new issue