From a3748f4556cde56afe7512901c7fbfcb5bcacf45 Mon Sep 17 00:00:00 2001 From: bill bittner Date: Wed, 21 Jun 2017 10:25:20 -0700 Subject: [PATCH] tightened up meme-fodder page --- public/assets/css/style.css | 2 +- views/partials/memeMaker.handlebars | 8 ++++---- views/partials/memeResults.handlebars | 2 -- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 2f2d4137..5f2dc266 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -1,5 +1,5 @@ canvas { - background-color: blue; + background-color: white; width: 100%; height: auto; } diff --git a/views/partials/memeMaker.handlebars b/views/partials/memeMaker.handlebars index 99ad5638..e5ce508b 100644 --- a/views/partials/memeMaker.handlebars +++ b/views/partials/memeMaker.handlebars @@ -6,16 +6,16 @@
-

Congratulations, you found the /meme-fodder game!

+

Congratulations, you found the /meme-fodder game

Here's how it's played...

-

(1) /meme-fodder will always use the winning public, free image published to LBRY://meme-fodder. (meaning the most recent, highest bid). Want to put a different image on the chopping block? Go publish it!

-

(2) Create a meme based on the current claim with the tool below. Think you got a winner? Share it with the community and see what they think!

+

Create a meme based on the current /meme-fodder claim using the tools below. Got a masterpiece? Share it with the community and see what they think!

+

Note: /meme-fodder will always use the public, free image at the claim LBRY://meme-fodder. Want to put a different image on the chopping block? Go publish it!

- If you can see this, canvas is not supported. + If you can see this, the meme generator is not supported by your browser. a picture to make your meme with
diff --git a/views/partials/memeResults.handlebars b/views/partials/memeResults.handlebars index 2c336a14..b611a31a 100644 --- a/views/partials/memeResults.handlebars +++ b/views/partials/memeResults.handlebars @@ -18,8 +18,6 @@
{{/each}}
-

(ideally I'd like to display what users have submitted here)

-

(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?)

\ No newline at end of file