Skip to content

Commit

Permalink
[GE-2025] add sponsors and registration link
Browse files Browse the repository at this point in the history
  • Loading branch information
deniger committed Nov 22, 2024
1 parent 967ace4 commit adf1891
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 7 deletions.
Binary file added assets/sponsors/s/swarmit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions content/events/2025-geneva/registration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
+++
Title = "Registration"
Type = "event"
Description = "Registration for DevOpsDays Geneva 2025"
+++
<style type="text/css">
div.sponsor-row img.img-fluid{
max-height: 70px;
}
</style>

<link rel="stylesheet" type="text/css" href="https://tickets.devopsdays.org/devopsdays-geneva/2025/widget/v1.css">
<script type="text/javascript" src="https://tickets.devopsdays.org/widget/v1.en.js" async></script>

<div style="width:100%; text-align:left;">
<pretix-widget event="https://tickets.devopsdays.org/devopsdays-geneva/2025/" single-item-select="button"></pretix-widget>
<noscript>
<div class="pretix-widget">
<div class="pretix-widget-info-message">
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>.
</div>
</div>
</noscript>
</div>

[Go directly the tickets page](https://tickets.devopsdays.org/devopsdays-geneva/2025/)
11 changes: 9 additions & 2 deletions content/events/2025-geneva/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ Description = "DevopsDays Geneva 2025"
<i class="fa fa-handshake fa-lg"></i>&nbsp;&nbsp;&nbsp;Sponsor the conference!
</a>
</div>
<div class="d-flex p-2">
<a class="btn btn-primary btn-block"
style="margin-top: 15px; margin-bottom: 15px; background-color: #8e44b3; border-color: #8e44b3;"
href="/events/2025-geneva/registration">
<i class="fa fa-ticket fa-lg"></i>&nbsp;&nbsp;&nbsp;Register to attend the conference!
</a>
</div>
</div>
</div>
</div>
Expand Down Expand Up @@ -106,14 +113,14 @@ Description = "DevopsDays Geneva 2025"
</div>
</div>

<!-- <div class = "row">
<div class = "row">
<div class = "col-md-2">
<strong>Register</strong>
</div>
<div class = "col-md-8">
{{< event_link page="registration" text="Register to attend the conference!" >}}
</div>
</div> -->
</div>

<div class = "row">
<div class = "col-md-2">
Expand Down
14 changes: 9 additions & 5 deletions data/events/2025/geneva/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ location_address: "Campus de Battelle, Rue de la Tambourine 17, 1227 Carouge" #O
nav_elements: # List of pages you want to show up in the navigation of your page.
- name: propose
- name: location
# - name: registration
- name: registration
# - name: program
# - name: speakers
- name: sponsor
Expand Down Expand Up @@ -96,10 +96,6 @@ team_members: # Name is the only required field for team members.

organizer_email: "geneva@devopsdays.org" # Put your organizer email address here

# List all of your sponsors here along with what level of sponsorship they have.
# Check data/sponsors/ to use sponsors already added by others.
sponsors:

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

# In this section, list the level of sponsorships and the label to use.
Expand All @@ -126,3 +122,11 @@ sponsor_levels:
max: 1
- id: community
label: Community

sponsors:
- id: hidora
level: gold
- id: dbi-services
level: silver
- id: swarmit
level: silver
2 changes: 2 additions & 0 deletions data/sponsors/swarmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
name: "swarmit"
url: "https://swarmit.ch"

0 comments on commit adf1891

Please sign in to comment.