From 0366f65d2eb5de5b4800f8a6d0f72168e7e4895e Mon Sep 17 00:00:00 2001
From: Robohash <401330+e1ven@users.noreply.github.com>
Date: Tue, 9 Apr 2019 18:24:01 -0400
Subject: [PATCH] Move the avatars to the bottom
---
robohash/templates/root.html | 48 ++++++++++++------------------------
robohash/webfront.py | 18 ++++++--------
2 files changed, 23 insertions(+), 43 deletions(-)
diff --git a/robohash/templates/root.html b/robohash/templates/root.html
index ae82284..9948be7 100644
--- a/robohash/templates/root.html
+++ b/robohash/templates/root.html
@@ -384,37 +384,6 @@ function submitform()
-
-
By appending ?set=set5 to our URLs, we can create beautiful avatars.
-
-
- {% set c1 = ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(3)) + ".png?set=set5" %}
- {% set c2 = ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(3)) + ".png?set=set5" %}
- {% set c3 = ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(3)) + ".png?set=set5" %}
- {% set c4 = ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(3)) + ".png?set=set5" %}
- {% set c5 = ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(3)) + ".png?set=set5" %}
-
- 
- 
- 
- 
- 
-
-
-
-
-
+
+
By the way - For those afraid of the robocalypse, you can also generate humans technicians to mind the robot army, by appending ?set=set5 to our URLs.
+
+ {% set c1 = ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(3)) + ".png?set=set5" %}
+

+
+
+
+
@@ -611,7 +595,7 @@ function submitform()