-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
42 lines (42 loc) · 1.11 KB
/
config.json
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
{
"title": "HackUVic",
"description": "The University of Victoria's Hackathon, hosted in Victoria, British Columbia.",
"host": "18w.hackuvic.com",
"tracking_id": "UA-71953845-1",
"themecolor": "#A1ABBB",
"my_mlh": {
"url_base": "https://my.mlh.io/oauth/authorize",
"client_id": "b90ed1c8f31afb88d6e07754da1a5188eb9deceb2a9d61d95d560ba8ecd5d435"
},
"social_links": [
{
"href": "http://m.me/UVicWebDev",
"tooltip": "Got a question?",
"icon": "social-facebook-messenger-bubble"
},
{
"href": "https://twitter.com/hackuvic/",
"tooltip": "Tweet us",
"icon": "social-twitter"
},
{
"href": "https://www.facebook.com/UVicWebDev/",
"tooltip": "Like us",
"icon": "social-facebook"
},
{
"href": "https://www.facebook.com/events/199352873978987/",
"tooltip": "RSVP on Facebook",
"icon": "calendar"
},
{
"href": "http://github.com/UVicWebDev",
"tooltip": "Star us",
"icon": "social-github"
}
],
"contact": {
"chat_url": "http://m.me/UVicWebDev",
"email": "[email protected]"
}
}