Skip to content

Commit

Permalink
add early bird section (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
InnaAtanasova authored Jan 21, 2024
1 parent 0e3aa32 commit 412eb2a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
17 changes: 17 additions & 0 deletions docs/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,23 @@ a:is(.active) {
text-decoration-color: var(--text-color);
}

.recap-email-link {
display: inline-flex;
color: var(--brand-color);
}

.recap-email-link:is(:hover) {
color: var(--brand-color-alt);
text-decoration-color: var(--brand-color-alt);
}

.recap-email-link:is(:focus, .active, .active:hover) {
outline: none;
color: var(--brand-color-alt);
text-decoration: underline;
text-decoration-color: var(--brand-color-alt);
}

.recap-btn {
display: inline-block;
padding-block: 1.125rem;
Expand Down
13 changes: 9 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,14 +178,19 @@ <h2>Sponsorship packages</h2>
</table>

<h3>Interested in sponsoring?</h3>
<p>We offer discounted bundled sponsorship packages and are excited to collaborate with you in creating a customized package that meets your organization's specific requirements.</p>
<p>Are you interested in sponsoring not only re>≡CAP but also one or all of our CodeConnect (UI5con, ABAPconf Europe) partners? We offer discounted bundled sponsorship packages and are excited to collaborate with you in creating a customized package that meets your organization's specific requirements</p>
<br/>

<a href="[email protected]?subject=[reCAP 2024] Sponsoring" class="recap-btn">
<a href="mailto:[email protected]?subject=[reCAP 2024] Sponsoring" class="recap-btn">
contact us
</a>

<!-- THEY MENTIONED SOMETHING ABOUT EARLY BIRD TICKETS -->
</section>
<section>
<div class="recap-wrap">
<h2>Early Bird Tickets</h2>
<p>You have a long journey and need to plan your trip to re>≡CAP 2024 early (before the official registration starts)? Please send us an <a href="mailto:[email protected]?subject=[reCAP 2024] Early Bird Tickets" target="_blank" rel="noopener noreferrer" title="contact us via mail" class="recap-email-link">email</a> with your name, company, country and the information for which conference you want to register in addition to re>≡CAP 2024 (UI5con, ABAPconf Europe).</p>


</section>
</main>

Expand Down

0 comments on commit 412eb2a

Please sign in to comment.