Skip to content

Commit e4f84b1

Browse files
authored
Merge pull request #14909 from kokedevops/main
STGO-2025 Modifica Logo Evento
2 parents 1f85d45 + 7757b35 commit e4f84b1

File tree

10 files changed

+27
-22
lines changed

10 files changed

+27
-22
lines changed
-257 KB
Loading
-249 KB
Loading

assets/sponsors/i/inacap.png

2.27 KB
Loading

assets/sponsors/t/ticketplus.png

4.61 KB
Loading

data/events/2025/santiago/main.yml

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ year: "2025" # The year of the event. Make sure it is in quotes.
33
city: "santiago" # The displayed city name of the event. Capitalize it.
44
event_twitter: "devopsdayssantiago" # Change this to the twitter handle for your event such as devopsdayschi or devopsdaysmsp
55
event_logo: "logo.square.png"
6-
description: "Devopsdays llega a Santiago de Chile!" # Edit this to suit your preferences
7-
ga_tracking_id: "" # If you have your own Google Analytics tracking ID, enter it here. Example: "UA-74738648-1"
6+
description: "Devopsdays por primera vez en Santiago de Chile!" # Edit this to suit your preferences
7+
ga_tracking_id: "G-FDMW450ZNP" # If you have your own Google Analytics tracking ID, enter it here. Example: "UA-74738648-1"
88
sharing_image: "logo-square.png"
99
masthead_background: "chileeventcenter.jpg"
1010
# All dates are in unquoted 2025-MM-DDTHH:MM:SS+TZ:TZ, like this:
@@ -16,17 +16,15 @@ startdate: 2025-09-05T08:30:00-03:00 # The start date of your event. Leave blank
1616
enddate: 2025-09-05T19:00:00-03:00 # The end date of your event. Leave blank if you don't have a venue reserved yet.
1717

1818
# Leave CFP dates blank if you don't know yet, or set all three at once.
19-
cfp_date_start: # start accepting talk proposals.
20-
cfp_date_end: # close your call for proposals.
21-
cfp_date_announce: # inform proposers of status
22-
23-
cfp_link: "" #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.
24-
25-
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.
26-
registration_date_end: # close registration. Leave blank if registration is not open yet. If you set "registration_date_start" you need a value here.
19+
cfp_date_start: 2025-02-25T08:00:00-03:00
20+
cfp_date_end: 2025-05-18T08:00:00-03:00
21+
cfp_date_announce: 2025-03-01T08:00:00-03:00
22+
cfp_link: "https://www.papercall.io/devopsdays-santiago-2025"
2723

24+
registration_date_start: 2025-02-25T08:00:00-03:00
25+
registration_date_end: 2025-02-25T08:00:00-03:00
2826
registration_closed: "" #set this to true if you need to manually close registration before your registration end date
29-
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.
27+
registration_link: "https://devopsdayschile.cl/#contact"
3028

3129
# Location
3230
#
@@ -37,11 +35,12 @@ location: "Inacap Santiago Sur, Metro Camino Agricola" # Defaults to city, but y
3735
location_address: "Av. Vicuña Mackenna 3864, 7820091 Santiago, Macul, Región Metropolitana" #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!
3836

3937
nav_elements: # List of pages you want to show up in the navigation of your page.
40-
# - name: propose
38+
- name: propose
4139
- name: location
42-
- name: Spanish
43-
url: "https://devopsdayschile.cl"
44-
# - name: registration
40+
- name: webchile
41+
url: https://devopsdayschile.cl
42+
- name: registration
43+
url: https://devopsdayschile.cl/#contact
4544
# - name: program
4645
# - name: speakers
4746
- name: sponsor
@@ -71,12 +70,14 @@ organizer_email: "[email protected]" # Put your organizer email address he
7170

7271
# List all of your sponsors here along with what level of sponsorship they have.
7372
# Check data/sponsors/ to use sponsors already added by others.
74-
#sponsors:
75-
# - id: samplesponsorname
76-
# level: gold
77-
# url: http://mysponsor.com/?campaign=me # Use this if you need to over-ride a sponsor URL.
78-
# - id: arresteddevops
79-
# level: community
73+
sponsors:
74+
- id: softserve
75+
level: gold
76+
- id: inacap
77+
level: gold
78+
- id: ticketplus
79+
level: silver
80+
8081

8182
sponsors_accepted : "yes" # Whether you want "Become a XXX Sponsor!" link
8283

@@ -95,4 +96,4 @@ sponsor_levels:
9596
label: Bronze
9697
max: 10
9798
- id: community
98-
label: Community
99+
label: Community

data/sponsors/inacap.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
name: "inacap"
2+
url: "https://www.inacap.cl/"

data/sponsors/ticketplus.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
name: "ticketplus"
2+
url: "https://www.ticketplus.cl/"
-310 KB
Binary file not shown.
-335 KB
Binary file not shown.
-249 KB
Loading

0 commit comments

Comments
 (0)