Skip to content

Commit a3e1cf8

Browse files
authored
Merge pull request #75 from animeshsahoo1/update-schedule-sponsor-previousEdition
Added sponsors, sponsor tiers, previous edition picture on card, added previous year schedule
2 parents 4203d97 + 5ca615e commit a3e1cf8

129 files changed

Lines changed: 2152 additions & 341 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/partners/_index.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,4 @@ menu:
77
draft: false
88
---
99

10-
{{% hero %}}
11-
12-
<div style="text-align: center; margin: 4rem 0; font-size: 1.5rem;">
13-
<p><strong>Sponsors Coming Soon!</strong></p>
14-
<p>We are looking forward to announcing our amazing sponsors for JSON Schema Conference 2025.</p>
15-
16-
<div style="margin: 2rem 0;">
17-
<a href="#become-sponsor" style="display: inline-block; padding: 1rem 2rem; background: #002cc4; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">Become a Sponsor</a>
18-
</div>
19-
</div>
20-
21-
{{% /hero %}}
22-
23-
24-
25-
<div style="text-align: center; margin: 4rem 0; font-size: 1.5rem;">
26-
<p><strong>Previous Sponsors (2024)</strong></p>
27-
<p>We extend our gratitude to the sponsors who supported JSON Schema Conference 2024.</p>
28-
</div>
29-
30-
{{% partners categories="platinum" %}}
31-
{{% /partners %}}
3210

content/previous-editions/_index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,3 @@ menu:
44
main:
55
weight: 30
66
---
7-
# JSON Schema Conference: Previous Editions
8-
## Explore past editions of the JSON Schema Conference and revisit presentations, resources, and highlights from previous years.
9-

content/schedule/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ horizontal: false
99
{{% hero %}}
1010

1111
<div style="text-align: center; margin: 4rem 0; font-size: 1.5rem;">
12-
<p><strong>Schedule Coming Soon!</strong></p>
12+
<h3><strong>2025 Schedule Coming Soon!</strong></h3>
1313
<p>Stay tuned for the detailed agenda of JSON Schema Conference 2025 in Paris.</p>
1414
<p>Watch this space to explore talks, breaks, networking sessions, and more!</p>
1515
</div>

data/rooms.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
- key: main
2-
label: Main Track
3-
description: Main Track
2+
label: 2024 Schedule
3+
description: Schedule for JSON Schema Conference 5 December 2024

data/schedule.yml

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
1-
- day: '2025-12-11'
2-
start: '09:45'
1+
- day: 2024-12-05
2+
start: "10:00"
3+
end: "15:30"
34
rooms:
45
- room: main
5-
slots:
6+
slots:
7+
- slot: state_of_json_schema
8+
talk: state_of_json_schema
9+
- slot: iec_json_schema
10+
talk: iec_json_schema
11+
- slot: coffee_break
12+
talk: coffee_break
13+
- slot: applying_engineeting_2_json_schema
14+
talk: applying_engineeting_2_json_schema
15+
- slot: patterns_high_perf_json_schema
16+
talk: patterns_high_perf_json_schema
17+
- slot: relational_db_json_schema
18+
talk: relational_db_json_schema
19+
- slot: frontend_json_schema
20+
talk: frontend_json_schema
21+
- slot: coffee_break
22+
talk: lunch_break
23+
- slot: json_schema_strands
24+
talk: json_schema_strands
25+
- slot: webofthings_json_schema
26+
talk: webofthings_json_schema
27+
- slot: json_schema_4_data_design
28+
talk: json_schema_4_data_design
29+
- slot: json_schema_finos
30+
talk: json_schema_finos

data/slots.yml

Lines changed: 59 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,59 @@
1-
- key: welcome
2-
start: '09:45'
3-
duration: 15
4-
row:
5-
start: 1
6-
end: 3
7-
- key: talk-1
8-
start: '10:00'
9-
duration: 25
10-
row:
11-
start: 3
12-
end: 6
13-
- key: talk-2
14-
start: '10:25'
15-
duration: 25
16-
row:
17-
start: 6
18-
end: 9
19-
- key: coffee-break
20-
start: '10:50'
21-
duration: 20
22-
row:
23-
start: 9
24-
end: 12
25-
- key: talk-3
26-
start: '11:10'
27-
duration: 25
28-
row:
29-
start: 12
30-
end: 15
31-
- key: talk-4
32-
start: '11:35'
33-
duration: 25
34-
row:
35-
start: 15
36-
end: 18
37-
- key: talk-5
38-
start: '12:00'
39-
duration: 25
40-
row:
41-
start: 18
42-
end: 21
43-
- key: talk-6
44-
start: '12:25'
45-
duration: 25
46-
row:
47-
start: 21
48-
end: 24
49-
- key: lunch
50-
start: '12:50'
51-
duration: 60
52-
row:
53-
start: 24
54-
end: 27
55-
- key: talk-7
56-
start: '13:50'
57-
duration: 25
58-
row:
59-
start: 27
60-
end: 30
61-
- key: talk-8
62-
start: '14:15'
63-
duration: 25
64-
row:
65-
start: 30
66-
end: 33
67-
- key: talk-9
68-
start: '14:40'
69-
duration: 25
70-
row:
71-
start: 33
72-
end: 36
1+
- key: state_of_json_schema
2+
start: "10:00"
3+
end: "10:25"
4+
duration: 25
5+
row: { start: 1, end: 2 }
6+
7+
- key: iec_json_schema
8+
start: "10:25"
9+
end: "10:50"
10+
duration: 25
11+
row: { start: 2, end: 3 }
12+
13+
- key: applying_engineeting_2_json_schema
14+
start: "11:10"
15+
end: "11:35"
16+
duration: 25
17+
row: { start: 3, end: 4 }
18+
19+
- key: patterns_high_perf_json_schema
20+
start: "11:35"
21+
end: "12:00"
22+
duration: 25
23+
row: { start: 4, end: 5 }
24+
25+
- key: relational_db_json_schema
26+
start: "12:00"
27+
end: "12:25"
28+
duration: 25
29+
row: { start: 5, end: 6 }
30+
31+
- key: frontend_json_schema
32+
start: "12:25"
33+
end: "12:50"
34+
duration: 25
35+
row: { start: 6, end: 7 }
36+
37+
- key: json_schema_strands
38+
start: "13:50"
39+
end: "14:15"
40+
duration: 25
41+
row: { start: 7, end: 8 }
42+
43+
- key: webofthings_json_schema
44+
start: "14:15"
45+
end: "14:40"
46+
duration: 25
47+
row: { start: 8, end: 9 }
48+
49+
- key: json_schema_4_data_design
50+
start: "14:40"
51+
end: "15:05"
52+
duration: 25
53+
row: { start: 9, end: 10 }
54+
55+
- key: json_schema_finos
56+
start: "15:05"
57+
end: "15:30"
58+
duration: 25
59+
row: { start: 10, end: 11 }

data/sponsorTiers.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
- title: "Individual"
2+
price: "$10"
3+
description: "Every bit counts! Support the conference as an individual and show your love for the JSON Schema ecosystem."
4+
contributeURL: "https://opencollective.com/json-schema/events/the-json-schema-conference-2025-f7f367ce/contribute/individual-sponsor-93102/checkout?interval=oneTime&amount=10&name=&legalName=&email="
5+
6+
- title: "Community"
7+
price: "$50"
8+
description: "Great for small teams, meetups, or local communities who want to back the conference and be acknowledged as a supporter."
9+
contributeURL: "https://opencollective.com/json-schema/events/the-json-schema-conference-2025-f7f367ce/contribute/community-sponsor-93103/checkout?interval=oneTime&amount=50&name=&legalName=&email="
10+
11+
- title: "Bronze"
12+
price: "$100"
13+
description: "Your contribution helps us cover core conference costs like materials and swags. Bronze supporters will be listed on our website."
14+
contributeURL: "https://opencollective.com/json-schema/events/the-json-schema-conference-2025-f7f367ce/contribute/bronze-sponsor-93104/checkout?interval=oneTime&amount=100&name=&legalName=&email="
15+
16+
- title: "Silver"
17+
price: "$500"
18+
description: "Help us make the event more inclusive! Silver sponsors support accessibility (captioning, screens, etc.) and get logo placement on the website and materials."
19+
contributeURL: "https://opencollective.com/json-schema/events/the-json-schema-conference-2025-f7f367ce/contribute/silver-sponsor-93105/checkout?interval=oneTime&amount=500&name=&legalName=&email="
20+
21+
- title: "Gold"
22+
price: "$1000"
23+
description: "Play a key role in making the conference a success. Gold sponsors are highlighted during the event, featured on our website, and celebrated as major supporters of the JSON Schema community."
24+
contributeURL: "https://opencollective.com/json-schema/events/the-json-schema-conference-2025-f7f367ce/contribute/gold-sponsor-93106/checkout?interval=oneTime&amount=1000&name=&legalName=&email="
25+
26+
- title: "Platinum"
27+
price: "Starts From $3000"
28+
description: "Our highest level of support! Platinum sponsors play a transformative role in making the JSON Schema Conference possible. You’ll be recognized prominently on all event materials, given special thanks during the conference, and celebrated as a key partner shaping the future of the ecosystem."
29+
contributeURL: "https://opencollective.com/json-schema/events/the-json-schema-conference-2025-f7f367ce/contribute/platinum-sponsor-93107/checkout?interval=oneTime&amount=9000&name=&legalName=&email="
30+

data/sponsors.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
platinum:
2+
items:
3+
- name: Octue
4+
homepage_url: https://www.octue.com/
5+
logo: octue.svg
6+
7+
gold:
8+
items:
9+
10+
11+
bronze:
12+
items:
13+
14+

0 commit comments

Comments
 (0)