summaryrefslogtreecommitdiff
path: root/georgedata.py
diff options
context:
space:
mode:
Diffstat (limited to 'georgedata.py')
-rw-r--r--georgedata.py31
1 files changed, 31 insertions, 0 deletions
diff --git a/georgedata.py b/georgedata.py
new file mode 100644
index 0000000..53215c1
--- /dev/null
+++ b/georgedata.py
@@ -0,0 +1,31 @@
+#!/usr/bin/env python3
+the = dict(
+ coral = ("https://coral.shoes","coral",True),
+ ubq323 = ("https://ubq323.website","#df73ff",True),
+ citrons = ("https://citrons.xyz/a/george","yellow",True),
+ gollark = ("https://osmarks.net","#0076ec",True),
+ heav = ("https://hpage.osmarks.net","#6640b3",True),
+ amby = ("https://ambyshframber.neocities.org/","#A724D5"),
+ helloboi = ("https://www.helloboi.tk","#dc143c"),
+ quintopia = ("https://esolang.rutteric.com/","#007ba7"),
+ truttle1 = ("http://truttle1.xyz/","#15ae11"),
+ razetime = ("https://razetime.github.io/","#b71c1c"),
+ baidicoot = ("https://baidicoot.github.io/","#202080"),
+ lyxal = ("https://lyxal.pythonanywhere.com/","#beedab"),
+ ultlang = ("https://ultlang.github.io/","#6C1D45"),
+ taswelll = ("https://selaere.github.io/","#ffcc00"),
+ elemenopi = ("https://jaykayelemenopi.neocities.org/","white"),
+ merrybot = ("https://berrymot.github.io","#ff634e"),
+ matthilde = ("https://matthil.de/","#1de58e"),
+ syntropy = ('https://unix.lgbt/~kakuko/sanctuary/links.html','#19e62e'),
+ munvoseli = ('https://munvoseli.github.io/','#789'),
+ lija = ('https://lija.neocities.org/','#93dfa9'),
+ viba = ('https://viba.neocities.org/','#ffe0ff'),
+ akesi = ('https://ake.si','#ad81a4'),
+
+
+)
+the["itzz me"] = ("http://truttle1.xyz/truttlecities/~Itzzy/MainStreet/index.html","#000100")
+george = {k:v[0] for k,v in the.items()} # links
+
+