-
Notifications
You must be signed in to change notification settings - Fork 2
/
metadata.js
194 lines (185 loc) · 5.69 KB
/
metadata.js
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
module.exports = {
env: process.env.NODE_ENV || 'development',
/**
* Site metadata (title, meta description, etc)
*/
site: {
title: 'YSDN Presents: The Intermission - 2016 Gradshow',
description: 'The Intermission is a celebration of the graduating class of 2016; it is a reflection on our past four years and our hopes for the future.'
},
/**
* Appearance Configuration
*/
config: {
studentProfile: {
defaults: {
biography: "This student hasn't written anything about themselves :("
}
},
studentIndex: {
averageShapeInterval: 5,
averageIntermissionInterval: 18
}
},
/**
* Details about the event
*/
event: {
title: 'The Intermission',
venue: {
name: 'Liberty Grand'
},
sessions: [
{
name: 'Friends & Family',
start: new Date('2016-04-18T18:00:00.000Z'),
end: new Date('2015-04-18T22:00:00.000Z')
},
{
name: 'Industry Night',
start: new Date('2016-04-19T18:00:00.000Z'),
end: new Date('2016-04-19T22:00:00.000Z')
}
],
faq: [
{
question: `Is the show free?`,
answer: `Yes absolutely! However, we do help fund the event through sponsorships. If you're interested in supporting this or future years, <a class="event-faq-link-contact" href="mailto:[email protected]" target="_blank">get in touch</a>.`
},
{
question: `What can I expect to see and do at the show?`,
answer: `The show is an opportunity to browse the work and meet in-person with grads from one of Canada's top design programs.`
},
{
question: `Will there be drinks?`,
answer: `Yes, we'll have a cash bar available throughout the night.`
},
{
question: `What is the 'Industry' portion of the show?`,
answer: `We dedicate a part of the night exclusively to people working in the design and creative industries. All students will be there to answer any questions about their work and experience. No ticket or registration is required.`
},
{
question: `I'll be at FITC on April 19. Can I still come?`,
answer: `For sure! The FITC schedule ends at 6pm on April 19th. We're open until 11pm, so there's lots of time if you'd like to swing by.`
},
{
question: `Where can I park my car?`,
answer: `There is a parking area located <a class="event-faq-link-parking-main" href="https://www.google.ca/maps/place/10+Yukon+Pl,+Toronto,+ON+M6K+3C3/@43.6313371,-79.4257077,17.69z/data=!4m2!3m1!1s0x882b3509d05b0731:0x9e824a6f06404650?hl=en" target="_blank">right beside the Liberty Grand</a> that will be available.`
}
],
sponsors: [
{
id: "rl-solutions",
company: "RL Solutions",
title: "Presenting Sponsor",
url: "http://rlsolutions.com",
priority: 1
},
{
id: "facebook",
company: "Facebook",
title: "Interactive Sponsor",
url: "https://facebook.com/",
priority: 2
},
{
id: "3m",
company: "3M",
title: "Foundation Sponsor",
url: "http://3Mcanada.ca",
priority: 3
},
{
id: "saman",
company: "Saman Design",
title: "Patron",
url: "http://www.samandesign.com/",
priority: 3
},
{
id: "veritiv",
company: "Veritiv",
title: "Foundation Sponsor",
url: "http://veritivcorp.com",
priority: 3
},
{
id: "critical-mass",
company: "Critical Mass",
title: "Patron",
url: "http://criticalmass.com",
priority: 4
},
{
id: "forge",
company: "Forge Media",
title: "Patron",
url: "http://forgemedia.ca/",
priority: 4
},
{
id: "hughes-brannan",
company: "Hughes & Brannan",
title: "Patron",
url: "http://hughesbrannanlaw.com",
priority: 4
},
{
id: "lassonde",
company: "Lassonde School of Enginering",
title: "Patron",
url: "http://lassonde.yorku.ca/",
priority: 4
},
{
id: "watt",
company: "Watt Retail",
title: "Patron",
url: "http://www.wattisretail.com/",
priority: 4
}
]
},
/**
* Work categories
*/
categories: [
{ id: 'graphic-design', label: 'Graphic Design', discipline: 'communication' },
{ id: 'branding', label: 'Branding', discipline: 'communication' },
{ id: 'type-design', label: 'Type Design', discipline: 'communication' },
{ id: 'editorial', label: 'Editorial Design', discipline: 'communication' },
{ id: 'book', label: 'Book Design', discipline: 'communication' },
{ id: 'information-design', label: 'Information Design', discipline: 'information' },
{ id: 'data-visualization', label: 'Data Visualization', discipline: 'information' },
{ id: 'motion', label: 'Motion', discipline: 'interactive' },
{ id: 'web', label: 'Web', discipline: 'interactive' },
{ id: 'mobile', label: 'Mobile', discipline: 'interactive' },
{ id: 'physical-computing', label: 'Physical Computing', discipline: 'interactive' },
{ id: 'digital-product', label: 'Product Design', discipline: 'interactive' },
{ id: 'experiential', label: 'Experiential', discipline: 'physical' },
{ id: 'service', label: 'Service Design', discipline: 'physical' },
{ id: 'packaging', label: 'Packaging Design', discipline: 'physical' },
{ id: 'physical-product', label: 'Product Design', discipline: 'physical' }
],
/**
* Social
*/
social: {
facebook: {
url: 'https://www.facebook.com/ysdntheintermission/'
},
instagram: {
url: 'https://www.instagram.com/ysdntheintermission/'
},
twitter: {
url: 'https://twitter.com/ysdn2016'
},
mail: {
url: 'mailto:[email protected]'
},
},
/**
* Development Utils
*/
pixel: 'data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7'
}