From 366c44aaf9a0420b95ec32c4bd2353b4a1fccde2 Mon Sep 17 00:00:00 2001
From: Robohash <401330+e1ven@users.noreply.github.com>
Date: Thu, 7 Jul 2011 15:06:22 -0400
Subject: [PATCH] fixes
---
templates/root.html | 42 +++++++++++++++++++++---------------------
1 file changed, 21 insertions(+), 21 deletions(-)
diff --git a/templates/root.html b/templates/root.html
index 98ff301..3dea65c 100644
--- a/templates/root.html
+++ b/templates/root.html
@@ -171,12 +171,12 @@ $(document).ready(function(){
How cool is this?
- That guy to your left there? He was specially generated from your IP addressJust for you.
+
That guy to your left there? He was specially generated from your IP address Just for you.
Try on your phone, and I bet you get someone different!
-
+ Keep scrolling down to see some more freshly-assembled RoboHashes.
+
+
@@ -248,11 +248,11 @@ src="http://static1.robohash.com/static/img/indented_star.png" width="27" height
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed urna ultricies ac tempor dui sagittis. In condimentum facilisis porta. Sed nec diam eu diam mattis viverra.
- {% set c1 = '/' + ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(5)) + ".png" %}
- {% set c2 = '/' + ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(5)) + "1.png" %}
- {% set c3 = '/' + ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(5)) + "2.png" %}
- {% set c4 = '/' + ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(5)) + "3.png" %}
- {% set c5 = '/' + ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(5)) + "4.png" %}
+ {% set c1 = ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(3)) + ".png" %}
+ {% set c2 = ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(3)) + ".png" %}
+ {% set c3 = ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(3)) + ".png" %}
+ {% set c4 = ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(3)) + ".png" %}
+ {% set c5 = ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(3)) + ".png" %}

@@ -282,11 +282,11 @@ src="http://static1.robohash.com/static/img/indented_star.png" width="27" height
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.
- {% set c1 = '/' + ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(5)) + ".png?set=set2" %}
- {% set c2 = '/' + ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(5)) + "1.png?set=set2" %}
- {% set c3 = '/' + ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(5)) + "2.png?set=set2" %}
- {% set c4 = '/' + ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(5)) + "3.png?set=set2" %}
- {% set c5 = '/' + ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(5)) + "4.png?set=set2" %}
+ {% set c1 = ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(3)) + ".png?set=set2" %}
+ {% set c2 = ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(3)) + ".png?set=set2" %}
+ {% set c3 = ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(3)) + ".png?set=set2" %}
+ {% set c4 = ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(3)) + ".png?set=set2" %}
+ {% set c5 = ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(3)) + ".png?set=set2" %}

@@ -316,11 +316,11 @@ src="http://static1.robohash.com/static/img/indented_star.png" width="27" height
By appending ?set=set3 to our URL, we get back to robots. New, suave, Giant-Head robots
- {% set c1 = '/' + ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(5)) + ".png?set=set3" %}
- {% set c2 = '/' + ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(5)) + "1.png?set=set3" %}
- {% set c3 = '/' + ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(5)) + "2.png?set=set3" %}
- {% set c4 = '/' + ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(5)) + "3.png?set=set3" %}
- {% set c5 = '/' + ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(5)) + "4.png?set=set3" %}
+ {% set c1 = ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(3)) + ".png?set=set3" %}
+ {% set c2 = ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(3)) + ".png?set=set3" %}
+ {% set c3 = ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(3)) + ".png?set=set3" %}
+ {% set c4 = ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(3)) + ".png?set=set3" %}
+ {% set c5 = ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(3)) + ".png?set=set3" %}

@@ -426,7 +426,7 @@ src="http://static1.robohash.com/static/img/indented_star.png" width="27" height
-
Want robots from a specific set? Use Robohash.org/whatever.png?set=set1.
Try out Collection1, Collection2, Collection3, see which best decorate your site.
+
Want robots from a specific set? Use Robohash.org/whatever.png?set=set1.
Try out set1, set2, set3, see which best decorate your site.
@@ -443,7 +443,7 @@ src="http://static1.robohash.com/static/img/indented_star.png" width="27" height
-
Our robots like to travel. If you append ?background=true to your URL, our robots will appear with a random background picture from their travels.
+
Our robots like to travel. If you append ?bgset=bg1 to your URL, our robots will appear with a random background picture from their travels.
For Plainer-backgrounds, try bgset=bg2