-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsettings.json
More file actions
196 lines (196 loc) · 4.56 KB
/
Copy pathsettings.json
File metadata and controls
196 lines (196 loc) · 4.56 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
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
{
"organizer": {
"name": "WTM Berlin",
"twitter": "wtm_berlin",
"url": "https://www.meetup.com/Women-Techmakers-Berlin/"
},
"startDate": "2019-11-09T09:00:00+01:00",
"endDate": "2019-11-09T20:30:00+01:00",
"webapp": {
"shortName": "DevFest",
"themeColor": "#673AB7",
"backgroundColor": "#673AB7"
},
"dateFormat": {
"locale": "en-US"
},
"hashtag": "DevFest",
"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": {
"description1": "Thank you everyone for participating!",
"description2": "Join the commuity, learn new things, child care included!",
"background": {
"color": "#673ab7",
"image": "/images/backgrounds/home.jpg"
},
"fontColor": "#FFF"
},
"blog": {
"title": "Blog",
"metaDescription": "Read stories from our team",
"background": {
"color": "#FFF"
},
"fontColor": "#424242"
},
"speakers": {
"title": "Speakers",
"metaDescription": "Hear from the community leaders, who are building the future of Berlin's tech. Check back often as we add more speakers!",
"description": "Hear from the community leaders, who are building the future of Berlin's tech. Check back often as we add more speakers!",
"background": {
"color": "#FFF"
},
"fontColor": "#424242"
},
"previousSpeakers": {
"title": "Previous Speakers",
"metaDescription": "Check who was with us last years",
"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"
},
"coc": {
"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": "Zalando SE Headquarters",
"city": "Berlin",
"short": "Berlin, Germany",
"address": "Valeska-Gert-Straße 5, 10243 Berlin, Germany",
"pointer": {
"latitude": 52.5060805,
"longitude": 13.4398406,
"zoom": 15
},
"mapCenter": {
"latitude": 52.5060805,
"longitude": 13.4398406
},
"description": "Zalando BHQ-X is the new headquarters of Zalando SE, consists of an ensemble of two buildings that form the heart of the company’s new campus in Berlin."
},
"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/Women-Techmakers-Berlin//"
},
{
"name": "twitter",
"url": "https://twitter.com/wtm_berlin"
}
],
"share": [
{
"name": "facebook",
"url": "https://www.facebook.com/sharer.php?u="
},
{
"name": "twitter",
"url": "https://twitter.com/intent/tweet?text="
}
]
},
"mailto": "devfest@gdg.org.ua",
"signInProviders": {
"providersData": [
{
"name": "google",
"label": "Sign in with Google",
"url": "https://accounts.google.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
}
}
}