summaryrefslogtreecommitdiff
path: root/georgedata.py
blob: 634687f9fcaef03bec92e70f31329fd9fbd3bd78 (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
32
33
34
35
36
#!/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://ambylastname.xyz/","#A724D5"),
    helloboi = ("https://helloboi.osmarks.net","#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/","#b38cbe"),
    taswelll = ("https://selaere.github.io/","#ffcc00"),
    elemenopi = ("https://jaykayelemenopi.neocities.org/","white"),
    merrybot = ("https://berrymot.github.io","#4a72ca"),
    matthilde = ("https://matthil.de/","#1de58e"),
    syntropy = ('https://unix.lgbt/~kakuko/rtebrt/','#19e62e'),
    munvoseli = ('https://munvoseli.github.io/','#789'),
    lija = ('https://lija.neocities.org/','#93dfa9'),
    viba = ('https://viba.neocities.org/','#ffe0ff'),
    m15o = ('https://m15o.ichi.city/','#008080'),
    arcade = ('https://arcadewise.me/','#15c5d1'),
    trimill = ('https://trimill.github.io','#117733'),
    Jmzd8 = ('https://nespectio.glitch.me','#a66005'),
    fragment = ('https://miko1112.github.io/home','#aa00ff'),
    tabby = ('https://tabby-the-tabby.neocities.org','#23f3ad'),

    
)
the["itzz me"] = ("http://truttle1.xyz/truttlecities/~Itzzy/MainStreet/index.html","#000100")
george = {k:v[0] for k,v in the.items()} # links