summaryrefslogtreecommitdiff
path: root/georgedata.py
blob: bcc101529c28d3d539d372dcd3b9c14ad79142a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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","#b63836"),
    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