From b904bf933b47dd742ee8d3aca5f7fec2aa3428e6 Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Fri, 12 Jun 2015 09:35:26 -0700 Subject: [PATCH] Copyediting on home page message --- src/jade/templates/home_page.jade | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/src/jade/templates/home_page.jade b/src/jade/templates/home_page.jade index 2a2b69d58..b8f680ea2 100644 --- a/src/jade/templates/home_page.jade +++ b/src/jade/templates/home_page.jade @@ -43,10 +43,10 @@ .entry p. Today I launched the second major part of the item description editor: image uploads! As you - enter your description, just use the markdown notation for an image ![](image.png) - and a little image preview will show up underneath the editor. Just click the button to upload a - screenshot or diagram to help clarify things. Just be sure to keep the images to a reasonable - size (< 750kB, and < 740px by 600px). + enter your description, use the markdown notation for an image ![](image.png) and a + empty image preview will show up underneath the editor. Click the button to select an image from + your computer. Just be sure to keep the images to a reasonable size (< 750kB, and < 740px by + 600px). h3 2015-05-13 .entry @@ -152,9 +152,3 @@ p. I've also added support for Iron Chests, and with them, I've taken advantage of some of the new features of the site to add descriptions for each item. - - h3 2015-03-21 - .entry - p. - I spent some time today cleaning up the various animations throughout the site, and working on - page rendering performance. Things should generally feel a lot smoother now.