Socialify

Folder ..

Viewing districts.ts
41 lines (42 loc) • 1.0 KB

 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
37
38
39
40
41
42
export const districtMap = {
    'arcadia': {
        title: 'Arcadia',
        description: 'Video games, puzzles, toys'
    },
    'arles': {
        title: 'Arles',
        description: 'Drawings, photos, visual art'
    },
    'hollywood': {
        title: 'Hollywood',
        description: 'Cartoons, movies, western media'
    },
    'oxford': {
        title: 'Oxford',
        description: 'Books, literature, poetry'
    },
    'petsburg': {
        title: 'Petsburg',
        description: 'Animals and people who love them'
    },
    'purgatory': {
        title: 'Purgatory',
        description: 'Horror, dark, gothic'
    },
    'silicon-valley': {
        title: 'Silicon Valley',
        description: 'Tech, programming, computers'
    },
    'silver-lake': {
        title: 'Silver Lake',
        description: 'Music, bands, concerts'
    },
    'stratford': {
        title: 'Stratford-upon-Avon',
        description: 'Writers and their writing'
    },
    'tokyo': {
        title: 'Tokyo',
        description: 'Anime, manga, and the far east'
    },
};