Skip to content

Commit 003d43e

Browse files
committed
Initial PR for Halifax 2025.
1 parent 5331773 commit 003d43e

1 file changed

Lines changed: 119 additions & 0 deletions

File tree

data/events/2025/halifax/main.yml

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
name: "2025-halifax" # The name of the event. Four digit year with the city name in lower-case, with no spaces.
2+
year: "2025" # The year of the event. Make sure it is in quotes.
3+
city: "Halifax" # The displayed city name of the event. Capitalize it.
4+
event_twitter: "DevOpsDaysHali" # Change this to the twitter handle for your event such as devopsdayschi or devopsdaysmsp
5+
description: "The premier DevOps conference for Atlantic Canada" # Edit this to suit your preferences
6+
ga_tracking_id: "" # If you have your own Google Analytics tracking ID, enter it here. Example: "UA-74738648-1"
7+
8+
masthead_background: "halifax-background.png"
9+
sharing_image: "halifax-sharing.png"
10+
11+
# All dates are in unquoted 2025-MM-DDTHH:MM:SS+TZ:TZ, like this:
12+
# variable: 2019-01-04T00:00:00+02:00
13+
# variable: 2019-01-05T23:59:59+02:00
14+
# Note: we allow 2025-MM-DD for backward compatibility, but it can lead to unexpected behaviors (like your event disappearing from the front page during your last day)
15+
16+
startdate: 2025-08-26T07:00:00-03:00
17+
enddate: 2025-08-27T21:00:00-03:00
18+
19+
# Leave CFP dates blank if you don't know yet, or set all three at once.
20+
cfp_date_start: 2025-02-15 # start accepting talk proposals.
21+
cfp_date_end: 2025-03-31 # close your call for proposals.
22+
cfp_date_announce: 2025-04-30 # inform proposers of status
23+
24+
cfp_link: "https://talks.devopsdays.org/devopsdays-halifax-2025/cfp" #if you have a custom link for submitting proposals, add it here. This will control the Propose menu item as well as the "Propose" button.
25+
26+
registration_date_start: # start accepting registration. Leave blank if registration is not open yet. This will make the "Register" button appear on your "Welcome" page.
27+
registration_date_end: # close registration. Leave blank if registration is not open yet. If you set "registration_date_start" you need a value here.
28+
29+
registration_closed: "" #set this to true if you need to manually close registration before your registration end date
30+
registration_link: "" # If you have a custom registration link, enter it here. This will control the Registration menu item as well as the "Register" button.
31+
32+
# Location
33+
coordinates: ""
34+
location: ""
35+
location_address: ""
36+
#
37+
location_address: "" #Optional - use the street address of your venue. This will show up on the welcome page if set. Also used by the event_map shortcode!
38+
39+
nav_elements: # List of pages you want to show up in the navigation of your page.
40+
- name: propose
41+
# - name: location
42+
# - name: registration
43+
# - name: program
44+
# - name: speakers
45+
- name: sponsor
46+
- name: contact
47+
- name: conduct
48+
# - name: example
49+
# icon: "map-o" # This is a font-awesome icon that will display on small screens. Choose at http://fontawesome.io/icons/
50+
# url: http://mycfp.com # The url setting is optional, and only if you want the navigation to link off-site
51+
52+
53+
# These are the same people you have on the mailing list and Slack channel.
54+
team_members: # Name is the only required field for team members.
55+
- name: "Dewan Ahmed"
56+
image: "dewan-ahmed.jpg"
57+
bio: "Dewan Ahmed serves as a Principal Developer Advocate at Harness, leveraging his decade-long experience tackling DevOps challenges across startups, corporates, and governments. With past roles at IBM, Red Hat, and Aiven, he is a seasoned developer relations professional. A tech speaker since 2016, he champions open-source and values community engagement."
58+
role: "Principal Developer Advocate"
59+
employer: "Harness"
60+
github: "dewan-ahmed"
61+
twitter: "DewanAhmed"
62+
linkedin: "https://www.linkedin.com/in/diahmed/"
63+
- name: "Nahrin Jalal"
64+
image: "nahrin-jalal.jpeg"
65+
bio: "Nahrin Jalal has led Developer Relations teams in startup environments and contributed to the growth of a publicly-traded enterprise. She is deeply passionate about building inclusive communities, inspiring developers to address real-world needs with pragmatic software solutions, and creating technical content that is accessible to all skill levels."
66+
role: "Developer Relations and Outreach Strategy"
67+
github: "NJalal7"
68+
twitter: "NahrinJalal"
69+
linkedin: "https://www.linkedin.com/in/nahrin-jalal/"
70+
- name: "Seif Elbayomi"
71+
image: "seif-elbayomi.jpg"
72+
bio: "Seif Elbayomi is a Software Developer at VTScada who is passionate about building solutions that matter and continuously learning. He is dedicated to driving digital transformation in Atlantic Canada."
73+
role: "Software Developer"
74+
employer: "VTScada"
75+
github: "SeifElbayomi"
76+
linkedin: "https://www.linkedin.com/in/seifelbayomi/"
77+
78+
organizer_email: "halifax@devopsdays.org" # Put your organizer email address here
79+
80+
# List all of your sponsors here along with what level of sponsorship they have.
81+
# Check data/sponsors/ to use sponsors already added by others.
82+
sponsors:
83+
# url: http://mysponsor.com/?campaign=me # Use this if you need to over-ride a sponsor URL.
84+
85+
sponsors_accepted : "yes" # Whether you want "Become a XXX Sponsor!" link
86+
87+
# In this section, list the level of sponsorships and the label to use.
88+
# You may optionally include a "max" attribute to limit the number of sponsors per level. For
89+
# unlimited sponsors, omit the max attribute or set it to 0. If you want to prevent all
90+
# sponsorship for a specific level, it is best to remove the level.
91+
sponsor_levels:
92+
- id: platinum
93+
label: Platinum
94+
max: 5
95+
- id: gold
96+
label: Gold
97+
max: 6
98+
- id: silver
99+
label: Silver
100+
max: 6
101+
#max: 0 # This is the same as omitting the max limit.
102+
- id: closedcaptioning
103+
label: Closed Captioning
104+
max: 1
105+
- id: lanyard
106+
label: Lanyard
107+
max: 1
108+
- id: breakfast
109+
label: Breakfast
110+
max: 2
111+
- id: lunch
112+
label: Lunch
113+
max: 2
114+
- id: break
115+
label: Break
116+
max: 4
117+
- id: community
118+
label: Community
119+
max: 3

0 commit comments

Comments
 (0)