Skip to content

Commit

Permalink
add a link to the conf app (#30)
Browse files Browse the repository at this point in the history
* fix: add Code Connect section

* add the first sponsor

* added asbrucon sponsor

* wording fix

* html comment removed.

* fix for missing logo in Safari

* fix for missing logo in Safari

* Added agilita sponsor.

* add more sponsors

* add LinkedIn links for Rizind and Aarini

* add a new sponsor and remove propose topic link

* add registration message

* Introduced tito widget section

- removed early bird ticket section.

* updated asbrucon sponsor logo to latest version.

* added rev-trac as a sponsor

* added missing dark mode logo to rev-trac

* open registration

* join waitlist button update

* add Gambit sponsor

* add the agenda

* css and html for the latest header

* add FAQ

* minor CSS fixes for mobile mode

* add link to the app and CSS fixes

---------

Co-authored-by: Fabian Tempel <[email protected]>
Co-authored-by: Fabian Tempel <[email protected]>
  • Loading branch information
3 people authored May 7, 2024
1 parent fd9dde6 commit 17e1ce8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/css/modules/_agenda.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,9 @@
}

.recap-agenda-slot-talk {
width: 60%;
width: 55%;
min-width: 55%;
max-width: 55%;
}

.recap-agenda-slot-speakers {
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h1>
technical concepts, current projects, ideas for the future, and way more…
</p>

<p class="recap-agenda-annonce">Check our <a href="#agenda">agenda</a> and <a href="#recap-faq">FAQ</a> for more details!</p>
<p class="recap-agenda-annonce">Check our <a href="#agenda">agenda</a>, <a href="#recap-faq">FAQ</a> and <a href="https://recap2024.cfapps.eu10.hana.ondemand.com" target="_blank" title="conrefence app, click to open on a new page">app</a> for more details!</p>

<div class="recap-sponsors-header">
<ul class="recap-sponsors-header-overview-list">
Expand Down
4 changes: 4 additions & 0 deletions docs/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,10 @@ var main = new Vue({
return "talk";
} else if (value.startsWith("workshop")) {
return "workshop";
} else if (value.startsWith("yoga")) {
return "yoga";
} else if (value.startsWith("lunch")) {
return "dining";
} else {
return value;
}
Expand Down

0 comments on commit 17e1ce8

Please sign in to comment.