Skip to content

Commit 252cb31

Browse files
authored
add toronto (#29)
add toronto
2 parents c40febf + 167501a commit 252cb31

File tree

5 files changed

+37
-1
lines changed

5 files changed

+37
-1
lines changed

data/icons/toronto/rangle.svg

Lines changed: 1 addition & 0 deletions
Loading

data/icons/toronto/toronto-hover.svg

Lines changed: 1 addition & 0 deletions
Loading

data/icons/toronto/toronto.svg

Lines changed: 1 addition & 0 deletions
Loading

data/toronto.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
info:
3+
city: Toronto
4+
link: toronto
5+
date: 11/12/2019
6+
hour: '18:30'
7+
icon: icons/toronto/toronto.svg
8+
iconHover: icons/toronto/toronto-hover.svg
9+
hostIcon: icons/toronto/rangle.svg
10+
hostName: Rangle
11+
site:
12+
cfp: true
13+
city: Toronto
14+
location: Rangle
15+
organizers: []
16+
googleMapsLink: https://www.google.com/maps/place/Rangle.io/@43.6431721,-79.3822201,15z/data=!4m2!3m1!1s0x0:0xfa62ff9d72c3ed07?sa=X&ved=2ahUKEwiv96DTnvTkAhWsGTQIHXhjBpoQ_BIwDHoECAkQCA
17+
calendarLink: https://www.google.com/calendar/render?action=TEMPLATE&text=QueerJS+Toronto&location=18+York+St%2C+Toronto%2C+ON+M5J+2T8%2C+Canada&dates=20191112T173000Z%2F20191112T200000Z
18+
# mainOrganizer:
19+
# - name: Aveline Estié
20+
# main: true
21+
# phoneNumber: '+46762305887'
22+
# twitterHandle: avilene_
23+
24+
sponsors:
25+
- name: Rangle
26+
link: https://rangle.io/
27+
media: https://rangle.io/images/mstile-310x310.png
28+
speakers:
29+
[]
30+
# - name: SaraVieira
31+
# twitterLink: NikkitaFTW
32+
# talk:

src/pages/_main.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ const Main = ({ city, attendees }) => {
5252
<Sponsors sponsors={sponsors} />
5353
</Panel>
5454
</section>
55-
<Panel heading="Special Thanks">
55+
56+
<Panel heading={thanks ? 'Special Thanks' : null}>
5657
<Thanks
5758
organizers={organizers}
5859
thanks={thanks || []}

0 commit comments

Comments
 (0)