forked from gdg-x/hoverboard
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsettings.json
193 lines (193 loc) · 4.5 KB
/
settings.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
{
"organizer": {
"name": "GDG Seattle",
"twitter": "gdgseattle",
"url": "http://devfestseattle.org/"
},
"startDate": "2018-11-03T09:00:00-07:00",
"endDate": "2018-11-03T05:00:00-07:00",
"webapp": {
"shortName": "DevFest",
"themeColor": "#4285F4",
"backgroundColor": "#4285F4"
},
"dateFormat": {
"locale": "en-US"
},
"hashtag": "DevFest18",
"disabledSchedule": false,
"navigation": [
{
"route": "home",
"permalink": "/",
"label": "Home"
},
{
"route": "speakers",
"permalink": "/speakers/",
"label": "Speakers"
},
{
"route": "schedule",
"permalink": "/schedule/",
"label": "Schedule"
},
{
"route": "team",
"permalink": "/team/",
"label": "Team"
}
],
"heroSettings": {
"home": {
"description": "See how it was in 2017",
"background": {
"color": "#673ab7",
"image": "/images/backgrounds/home.jpg"
},
"fontColor": "#FFF"
},
"speakers": {
"title": "Speakers",
"metaDescription": "Hear from the Googlers, Partners, and Guest Speakers who are building the future of cloud. Check back often as we add more speakers, including our customers and partners.",
"description": "Hear from the Googlers, Partners, and Guest Speakers who are building the future of cloud. Check back often as we add more speakers, including our customers and partners.",
"background": {
"color": "#FFF"
},
"fontColor": "#424242"
},
"schedule": {
"title": "Schedule",
"metaDescription": "Choose your sessions to visit",
"background": {
"color": "#fff"
},
"fontColor": "#424242"
},
"team": {
"title": "Team",
"metaDescription": "Get more info about organizers",
"background": {
"color": "#fff"
},
"fontColor": "#424242"
},
"faq": {
"title": "FAQs",
"metaDescription": "Find you answer right here!",
"background": {
"color": "#fff"
},
"fontColor": "#424242"
},
"cod": {
"title": "Code Of Conduct",
"metaDescription": "Lear more about our expectations for all those who participate in our community",
"background": {
"color": "#fff"
},
"fontColor": "#424242"
}
},
"location": {
"label": "Location",
"name": "Google Kirkland",
"city": "Kirkland",
"short": "Kirkland, Washington",
"address": "Google Kirkland, Building D, 747 6th St South, Kirkland, WA 98033",
"pointer": {
"latitude": 47.6695636,
"longitude": -122.1988694,
"zoom": 12
},
"mapCenter": {
"latitude": 47.6684705,
"longitude": -122.2795859
},
"description": "We are meeting in Building D on the first floor at Google Kirkland."
},
"mediaQueries": {
"xs": {
"max": "639px"
},
"sm": {
"min": "640px",
"max": "811px"
},
"md": {
"min": "812px",
"max": "1023px"
},
"lg": {
"min": "1024px"
}
},
"socialNetwork": {
"follow": [
{
"name": "twitter",
"url": "https://twitter.com/GDGSeattle/"
}
],
"share": [
{
"name": "gplus",
"url": "https://plus.google.com/share?url="
},
{
"name": "facebook",
"url": "https://www.facebook.com/sharer.php?u="
},
{
"name": "twitter",
"url": "https://twitter.com/intent/tweet?text="
}
]
},
"mailto": "[email protected]",
"mailchimp": {
"url": "https://gdg.us11.list-manage.com/subscribe/post?u=b7e853a79164ddfdbda3ed77b&id=7993e39fbe",
"name": "b_b7e853a79164ddfdbda3ed77b_7993e39fbe"
},
"signInProviders": {
"providersData": [
{
"name": "google",
"label": "Sign in with Google",
"url": "https://accounts.google.com"
},
{
"name": "facebook",
"label": "Sign in with Facebook",
"url": "https://www.facebook.com"
},
{
"name": "twitter",
"label": "Sign in with Twitter",
"url": "https://twitter.com"
}
],
"allowedProvidersUrl": [
"https://accounts.google.com",
"https://www.facebook.com",
"https://twitter.com"
]
},
"contentLoaders": {
"schedule": {
"itemsCount": 2
},
"blog": {
"itemsCount": 3
},
"speakers": {
"itemsCount": 4
},
"previousSpeakers": {
"itemsCount": 6
},
"tickets": {
"itemsCount": 5
}
}
}