Skip to content

Commit d27c756

Browse files
authored
Merge pull request #14741 from deniger/ge-2025-sponsor
[GE-2025] add sponsors and registration link
2 parents 967ace4 + adf1891 commit d27c756

File tree

5 files changed

+46
-7
lines changed

5 files changed

+46
-7
lines changed

assets/sponsors/s/swarmit.png

53.6 KB
Loading
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
+++
2+
Title = "Registration"
3+
Type = "event"
4+
Description = "Registration for DevOpsDays Geneva 2025"
5+
+++
6+
<style type="text/css">
7+
div.sponsor-row img.img-fluid{
8+
max-height: 70px;
9+
}
10+
</style>
11+
12+
<link rel="stylesheet" type="text/css" href="https://tickets.devopsdays.org/devopsdays-geneva/2025/widget/v1.css">
13+
<script type="text/javascript" src="https://tickets.devopsdays.org/widget/v1.en.js" async></script>
14+
15+
<div style="width:100%; text-align:left;">
16+
<pretix-widget event="https://tickets.devopsdays.org/devopsdays-geneva/2025/" single-item-select="button"></pretix-widget>
17+
<noscript>
18+
<div class="pretix-widget">
19+
<div class="pretix-widget-info-message">
20+
JavaScript est désactivé dans votre navigateur. Pour accéder à notre billetterie sans JavaScript, veuillez <a target="_blank" rel="noopener" href="https://tickets.devopsdays.org/devopsdays-geneva/2025/">Click Here</a>.
21+
</div>
22+
</div>
23+
</noscript>
24+
</div>
25+
26+
[Go directly the tickets page](https://tickets.devopsdays.org/devopsdays-geneva/2025/)

content/events/2025-geneva/welcome.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,13 @@ Description = "DevopsDays Geneva 2025"
7777
<i class="fa fa-handshake fa-lg"></i>&nbsp;&nbsp;&nbsp;Sponsor the conference!
7878
</a>
7979
</div>
80+
<div class="d-flex p-2">
81+
<a class="btn btn-primary btn-block"
82+
style="margin-top: 15px; margin-bottom: 15px; background-color: #8e44b3; border-color: #8e44b3;"
83+
href="/events/2025-geneva/registration">
84+
<i class="fa fa-ticket fa-lg"></i>&nbsp;&nbsp;&nbsp;Register to attend the conference!
85+
</a>
86+
</div>
8087
</div>
8188
</div>
8289
</div>
@@ -106,14 +113,14 @@ Description = "DevopsDays Geneva 2025"
106113
</div>
107114
</div>
108115

109-
<!-- <div class = "row">
116+
<div class = "row">
110117
<div class = "col-md-2">
111118
<strong>Register</strong>
112119
</div>
113120
<div class = "col-md-8">
114121
{{< event_link page="registration" text="Register to attend the conference!" >}}
115122
</div>
116-
</div> -->
123+
</div>
117124

118125
<div class = "row">
119126
<div class = "col-md-2">

data/events/2025/geneva/main.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ location_address: "Campus de Battelle, Rue de la Tambourine 17, 1227 Carouge" #O
4040
nav_elements: # List of pages you want to show up in the navigation of your page.
4141
- name: propose
4242
- name: location
43-
# - name: registration
43+
- name: registration
4444
# - name: program
4545
# - name: speakers
4646
- name: sponsor
@@ -96,10 +96,6 @@ team_members: # Name is the only required field for team members.
9696

9797
organizer_email: "[email protected]" # Put your organizer email address here
9898

99-
# List all of your sponsors here along with what level of sponsorship they have.
100-
# Check data/sponsors/ to use sponsors already added by others.
101-
sponsors:
102-
10399
sponsors_accepted : "yes" # Whether you want "Become a XXX Sponsor!" link
104100

105101
# In this section, list the level of sponsorships and the label to use.
@@ -126,3 +122,11 @@ sponsor_levels:
126122
max: 1
127123
- id: community
128124
label: Community
125+
126+
sponsors:
127+
- id: hidora
128+
level: gold
129+
- id: dbi-services
130+
level: silver
131+
- id: swarmit
132+
level: silver

data/sponsors/swarmit.yml

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

0 commit comments

Comments
 (0)