|
8 | 8 | "mapbox": { |
9 | 9 | "api_token": "pk.eyJ1IjoiYXN5bmNqcyIsImEiOiJrMHlGX3BJIn0.O57e5qvXpxKni60engPX2Q" |
10 | 10 | }, |
11 | | - "about": "Async meets monthly in Brighton & Hove, UK, to learn, discuss and play with JavaScript and related web technologies.\n\nWe host talks, hack nights, show n' tells and community events, all of which are free. \n\nDoors open 7.00pm, main session begins 7.00pm, we end around 9.00pm and continue nearby for an evening social.", |
12 | | - "social": [ |
13 | | - { |
| 11 | + "elsewhere": { |
| 12 | + "twitter": { |
14 | 13 | "name": "Twitter", |
15 | 14 | "link": "https://twitter.com/asyncjs", |
16 | 15 | "desc": "Follow @asyncjs on Twitter" |
17 | 16 | }, |
18 | | - { |
| 17 | + "facebook": { |
19 | 18 | "name": "Facebook", |
20 | 19 | "link": "https://www.facebook.com/asyncjs/", |
21 | 20 | "desc": "Like our page on Facebook" |
22 | 21 | }, |
23 | | - { |
| 22 | + "youtube": { |
24 | 23 | "name": "YouTube", |
25 | 24 | "link": "https://www.youtube.com/AsyncBrighton", |
26 | 25 | "desc": "Subscribe to our YouTube channel" |
27 | 26 | }, |
28 | | - { |
| 27 | + "slack": { |
29 | 28 | "name": "Slack", |
30 | 29 | "link": "https://join.slack.com/t/asyncjs/shared_invite/zt-1aguxx86q-XjF_yWcFoJ8fyYYzoqgDaQ", |
31 | 30 | "desc": "Join the Async Slack group" |
32 | 31 | }, |
33 | | - { |
| 32 | + "meetup": { |
34 | 33 | "name": "Meetup", |
35 | 34 | "link": "https://www.meetup.com/Async-Web-Tech-Meetup/", |
36 | 35 | "desc": "Join our meetup group" |
37 | 36 | }, |
38 | | - { |
| 37 | + "github": { |
39 | 38 | "name": "GitHub", |
40 | 39 | "link": "https://github.com/asyncjs/async-website", |
41 | 40 | "desc": "Fork this site on GitHub" |
42 | | - } |
43 | | - ], |
44 | | - "elsewhere": [ |
45 | | - { |
46 | | - "name": "Meetup", |
47 | | - "link": "https://www.meetup.com/Async-Web-Tech-Meetup/", |
48 | | - "desc": "Join our meetup group" |
49 | 41 | }, |
50 | | - { |
| 42 | + "news": { |
51 | 43 | "name": "News", |
52 | 44 | "link": "/news/", |
53 | 45 | "desc": "Recent Async Announcements" |
54 | 46 | }, |
55 | | - { |
56 | | - "name": "Mailing List", |
57 | | - "link": "http://groups.google.com/group/asyncjs/", |
58 | | - "desc": "Email list on Google Groups" |
59 | | - }, |
60 | | - { |
| 47 | + "feed": { |
61 | 48 | "name": "Subscribe to feed", |
62 | 49 | "link": "/feed/", |
63 | 50 | "desc": "Subscribe to the website's Atom feed" |
64 | 51 | }, |
65 | | - { |
| 52 | + "email": { |
66 | 53 | "name": "Email Us", |
67 | 54 | "link": "mailto:hello@asyncjs.com", |
68 | 55 | "desc": "Get in touch" |
69 | 56 | }, |
70 | | - { |
| 57 | + "analytics": { |
71 | 58 | "name": "Analytics", |
72 | 59 | "link": "https://app.usefathom.com/share/dcqsdyfp/asyncjs.com", |
73 | 60 | "desc": "Analytics powered by Fathom" |
74 | 61 | }, |
75 | | - { |
| 62 | + "conduct": { |
76 | 63 | "name": "Code of Conduct", |
77 | 64 | "link": "/codeofconduct/", |
78 | 65 | "desc": "View our Code of Conduct" |
79 | 66 | } |
80 | | - ] |
| 67 | + }, |
| 68 | + "social": ["twitter", "facebook", "youtube", "slack", "meetup", "github"], |
| 69 | + "footer": ["meetup", "news", "feed", "email", "analytics", "conduct"] |
81 | 70 | } |
0 commit comments