Merge pull request #30 from lbryio/development

fixed uneven 'contribute' and 'bug' cards
This commit is contained in:
Bill Bittner 2017-06-12 08:20:59 -07:00 committed by GitHub
commit daa7555752
4 changed files with 12 additions and 29 deletions

View file

@ -11,7 +11,6 @@
</div>
<div class="row">
{{> contribute}}
{{> bugs}}
</div>
</div>

View file

@ -1,16 +0,0 @@
<div class="col-md-12">
<div class="card" id="about">
<div class="card-block">
<div class="row">
<div class="col-md-6">
<h4>Retrieving</h4>
<p>Spee.ch is a means by which you can retrieve free, public media assets that are on the LBRY blockchain. You can use Spee.ch urls to retrieve an asset directly in other websites. For example, you could use:<code>&ltimg src="https://spee.ch/example" /&gt</code></p>
</div>
<div class="col-md-6">
<h4>Publishing</h4>
<p>Spee.ch is an application that allows you to publish free, public media assets -- such as images, videos, and music -- to the LBRY blockchain.</p>
</div>
</div>
</div>
</div>
</div>

View file

@ -1,8 +0,0 @@
<div class="col-md-6">
<div class="card card-block" id="bugs">
<div class="card-title">
<h2>Bugs</h2>
</div>
<p>Spee.ch is young and under continuous development so it will have bugs. Please leave an issue on our <a href="https://github.com/lbryio/spee.ch">github</a> if you experience a problem or have suggestions.</p>
</div>
</div>

View file

@ -1,6 +1,14 @@
<div class="col-md-6">
<div class="card card-block" id="contribute">
<div class="card-title"><h2>Contribute</h2></div>
<p>If you would like to help make Spee.ch amazing, join our <a href="https://lbry.slack.com">slack</a> channel!</p>
<div class="col-md-12">
<div class="card card-block">
<div class="row">
<div class="col-md-6" id="contribute">
<h2>Contribute</h2>
<p>If you would like to help make Spee.ch amazing, join our <a href="https://lbry.slack.com">slack</a> channel!</p>
</div>
<div class="col-md-6" id="bugs">
<h2>Bugs</h2>
<p>Spee.ch is young and under continuous development so it will have bugs. Please leave an issue on our <a href="https://github.com/lbryio/spee.ch">github</a> if you experience a problem or have suggestions.</p>
</div>
</div>
</div>
</div>