spee.ch/views/partials/memeMaker.handlebars

49 lines
1.8 KiB
Handlebars
Raw Normal View History

2017-06-20 07:37:36 +02:00
<div class="col-md-12">
<div class="card" id="publish">
<div class="card-title card-block grey lighten-1 white-text">
2017-06-21 01:49:33 +02:00
<h2>#LbryMemeFodder</h2>
2017-06-20 07:37:36 +02:00
</div>
<div class="card-block" id="publish-active-area">
2017-06-20 22:07:49 +02:00
<div class="row">
2017-06-21 01:49:33 +02:00
<div class="col-md-12">
<h3>Congratulations, you found the /meme-fodder game! </h3>
<p>Here's how it is 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>(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>
</div>
2017-06-20 22:07:49 +02:00
</div>
2017-06-20 07:37:36 +02:00
<div class="row">
<div class="col-md-6">
<canvas id="meme-canvas">
If you can see this, canvas is not supported.
</canvas>
2017-06-20 22:07:49 +02:00
<img id="start-image" src="/meme-fodder" alt="a picture to make your meme with"/>
2017-06-20 07:37:36 +02:00
</div>
2017-06-21 01:36:19 +02:00
<div class="col-md-6" id="publish-active-area">
2017-06-20 22:07:49 +02:00
<div class="row">
<div class="col-md-12">
<label for="top-text">Meme:</label>
2017-06-21 01:36:19 +02:00
<input id="top-text" type="text" value="Ship it?" />
2017-06-20 22:07:49 +02:00
</div>
</div>
<div class="row">
<div class="col-md-12">
2017-06-21 01:36:19 +02:00
<input id="bottom-text" type="text" value="YAAAAASSSSSSS!" />
2017-06-20 22:07:49 +02:00
</div>
</div>
<div class="row">
<div class="col-md-12">
<label for="meme-name">File Name:</label>
2017-06-21 01:36:19 +02:00
<input id="file-name-input" type="text" value="YourFileName.jpg" />
2017-06-20 22:07:49 +02:00
</div>
</div>
<div class="row">
<div class="col-md-12">
2017-06-21 01:36:19 +02:00
<button onclick="startPublish()">Save and Publish</button>
2017-06-20 22:07:49 +02:00
</div>
</div>
2017-06-20 07:37:36 +02:00
</div>
</div>
</div>
</div>
</div>