-
Notifications
You must be signed in to change notification settings - Fork 1
/
settings.json
202 lines (202 loc) · 4.67 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
194
195
196
197
198
199
200
201
202
{
"organizer": {
"name": "GDG Cuiabá",
"twitter": "gdgcuiaba",
"blog": "https://medium.com/gdg-cuiaba",
"url": "http://gdgcuiaba.com/"
},
"startDate": "2019-11-30T08:00:00-04:00",
"endDate": "2019-11-30T20:00:00-04:00",
"webapp": {
"shortName": "DevFestPantanal19",
"themeColor": "#673AB7",
"backgroundColor": "#673AB7"
},
"dateFormat": {
"locale": "pt-BR"
},
"hashtag": "DevFestPantanal19",
"disabledSchedule": true,
"navigation": [
{
"route": "home",
"permalink": "/",
"label": "Home"
},
{
"route": "schedule",
"permalink": "/schedule/",
"label": "Agenda"
},
{
"route": "team",
"permalink": "/team/",
"label": "Organização"
}
],
"heroSettings": {
"home": {
"description": "O evento sobre tecnologias Google do Pantanal!",
"background": {
"color": "#673ab7",
"image": "/images/backgrounds/home.jpg"
},
"fontColor": "#FFF"
},
"blog": {
"title": "Blog",
"metaDescription": "Veja as últimas notícias",
"background": {
"color": "#FFF"
},
"fontColor": "#424242"
},
"speakers": {
"title": "Palestrantes",
"metaDescription": "Especialistas em tecnologias Mobile, Web, Cloud, DevOps e IoT de toda a região do país.",
"description": "Especialistas em tecnologias Mobile, Web, Cloud, DevOps e IoT de toda a região do país.",
"background": {
"color": "#FFF"
},
"fontColor": "#424242"
},
"previousSpeakers": {
"title": "Palestrantes Anteriores",
"metaDescription": "Veja quem palestrou em eventos anteriores",
"background": {
"color": "#FFF"
},
"fontColor": "#424242"
},
"schedule": {
"title": "Cronograma",
"metaDescription": "Escolha quais palestras você vai assistir",
"background": {
"color": "#fff"
},
"fontColor": "#424242"
},
"team": {
"title": "Time",
"metaDescription": "Conheça os organizadores",
"background": {
"color": "#fff"
},
"fontColor": "#424242"
},
"faq": {
"title": "FAQs",
"metaDescription": "Encontre sua dúvida possivelmente por aqui!",
"background": {
"color": "#fff"
},
"fontColor": "#424242"
},
"cod": {
"title": "Código de Conduta",
"metaDescription": "Saiba mais sobre as regras e se comportar para fazer parte da nossa comunidade",
"background": {
"color": "#fff"
},
"fontColor": "#424242"
}
},
"location": {
"label": "Local",
"name": "Centro de Eventos do Pantanal",
"city": "Cuiabá",
"short": "Cuiabá, Mato Grosso",
"address": "Centro de Eventos do Pantanal",
"pointer": {
"latitude": -15.565715,
"longitude": -56.1085687,
"zoom": 13
},
"mapCenter": {
"latitude": -15.565715,
"longitude": -56.1085687
},
"description": "Inaugurado em 2000, o espaço de 11.950 metros quadrados de área construída já abrigou mais de 3 mil eventos, atraindo mais de 4 milhões de pessoas."
},
"mediaQueries": {
"xs": {
"max": "639px"
},
"sm": {
"min": "640px",
"max": "811px"
},
"md": {
"min": "812px",
"max": "1023px"
},
"lg": {
"min": "1024px"
}
},
"socialNetwork": {
"follow": [
{
"name": "meetup",
"url": "https://www.meetup.com/pt-BR/gdgcuiaba/"
},
{
"name": "facebook",
"url": "https://www.facebook.com/gdgcuiaba/"
}
],
"share": [
{
"name": "facebook",
"url": "https://www.facebook.com/sharer.php?u="
},
{
"name": "twitter",
"url": "https://twitter.com/intent/tweet?text="
}
]
},
"mailto": "gdgcuiaba@gmail.com",
"signIn": "Login",
"signInProviders": {
"providersData": [
{
"name": "google",
"label": "Entre com Google",
"url": "https://accounts.google.com"
},
{
"name": "facebook",
"label": "Entre com Facebook",
"url": "https://www.facebook.com"
},
{
"name": "twitter",
"label": "Entre com 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": 3
}
}
}