diff --git a/templates/root.html b/templates/root.html index 017d6e3..f86e73c 100644 --- a/templates/root.html +++ b/templates/root.html @@ -293,7 +293,7 @@ src="http://static1.robohash.com/static/img/indented_star.png" width="27" height <!-- start of content section --> <div class="content_section"> - <p>By appending ?set=set2 to our URL, we are able to generate a whole slew of Random monsters. Here are 5 we picked out for you. </p> + <p>By appending ?set=set2 to our Image's URLs, we are able to generate a whole slew of Random monsters. Here are 5 we picked out for you. </p> <ul class="gallery"> {% set c1 = ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(3)) + ".png?set=set2" %} @@ -322,7 +322,7 @@ src="http://static1.robohash.com/static/img/indented_star.png" width="27" height <!-- start of content section --> <div class="content_section"> - <p>By appending ?set=set3 to our URL, we get back to robots. New, suave, disembodied heads. That's sexy. Like a robot. </p> + <p>By appending ?set=set3 to our URLs, we get back to robots. New, suave, disembodied heads. That's sexy. Like a robot. </p> <ul class="gallery"> {% set c1 = ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(3)) + ".png?set=set3" %} @@ -388,7 +388,7 @@ src="http://static1.robohash.com/static/img/indented_star.png" width="27" height <div class="benefit_right"> <span class="benefit_header">Styles of Robot</span> - <p>Want a JPG instead? Fine. Want it over HTTPS? FINE! Want it as a bitmap? I think you're nutty. But fine. Just change the URL to request in any format you want.</p> + <p>Want a JPG instead? Fine. PNG? Fine. Want it as a bitmap? I think you're nutty. But fine. Just change the URL to request in any format you want.</p> </div><!-- end of benefit right -->