tightened up meme-fodder page
This commit is contained in:
parent
574d4d64e1
commit
a3748f4556
3 changed files with 5 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
||||||
canvas {
|
canvas {
|
||||||
background-color: blue;
|
background-color: white;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,16 +6,16 @@
|
||||||
<div class="card-block">
|
<div class="card-block">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<h3>Congratulations, you found the /meme-fodder game! </h3>
|
<h3>Congratulations, you found the /meme-fodder game</h3>
|
||||||
<p>Here's how it's played...</p>
|
<p>Here's how it's played...</p>
|
||||||
<p>(1) <i>/meme-fodder</i> will always use the winning public, free image published to <a href="LBRY://meme-fodder">LBRY://meme-fodder</a>. (meaning the most recent, highest bid). Want to put a different image on the chopping block? Go publish it!</p>
|
<p>Create a meme based on the current /meme-fodder claim using the tools below. Got a masterpiece? <a href="https://twitter.com/hashtag/LBRYMemeFodder" target="_blank">Share it with the community</a> and see what they think!</p>
|
||||||
<p>(2) Create a meme based on the current claim with the tool below. Think you got a winner? <a href="https://twitter.com/hashtag/LBRYMemeFodder" target="_blank">Share it with the community</a> and see what they think!</p>
|
<p>Note: <i>/meme-fodder</i> will always use the public, free image at the claim <a href="lbry://meme-fodder">LBRY://meme-fodder</a>. Want to put a different image on the chopping block? Go publish it!</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-5">
|
<div class="col-md-5">
|
||||||
<canvas id="meme-canvas">
|
<canvas id="meme-canvas">
|
||||||
If you can see this, canvas is not supported.
|
If you can see this, the meme generator is not supported by your browser.
|
||||||
</canvas>
|
</canvas>
|
||||||
<img id="start-image" src="/meme-fodder" alt="a picture to make your meme with"/>
|
<img id="start-image" src="/meme-fodder" alt="a picture to make your meme with"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -18,8 +18,6 @@
|
||||||
<hr>
|
<hr>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</div>
|
</div>
|
||||||
<p>(ideally I'd like to display what users have submitted here)</p>
|
|
||||||
<p>(maybe a voting system? Is there a way to allow people to donate funds to a claimId so that it will show up higher in the results?)</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
Loading…
Reference in a new issue