From 1cc83123255f7380e967dc1a4705a23addd41b5e Mon Sep 17 00:00:00 2001 From: Inna Atanasova Date: Thu, 7 Mar 2024 09:50:18 -0500 Subject: [PATCH] add link to Tito and message about registration --- css/common.css | 30 ++++++++++++++++++++++++++++++ index.html | 2 ++ 2 files changed, 32 insertions(+) diff --git a/css/common.css b/css/common.css index ae6b1e0..b2fd8ab 100644 --- a/css/common.css +++ b/css/common.css @@ -578,6 +578,32 @@ main, header { height: 100%; } +.cc-link { + padding: 0.75rem 1.5rem; + font-size: 1.2rem; + background-color: var(--code-connect-color); + color: var(--white); + border: 0.125rem solid var(--code-connect-color); + border-radius: 5rem; + margin-block-start: 2rem; + margin-inline: auto; + cursor: pointer; + font-weight: 600; + width: fit-content; + transition: background-color 0.3s ease-in-out; +} + +.cc-button:is(:hover) { + background-color: transparent; + color: var(--code-connect-color); + font-weight: 600; +} + +.cc-button:is(:focus) { + outline: 0.125rem solid var(--code-connect-color); + outline-offset: 0.125rem; +} + @media only screen and (min-width: 768px) { .cc-header img { width: 60%; @@ -589,6 +615,10 @@ main, header { line-height: 1.5; } + .cc-header .cc-annonce { + font-weight: bold; + } + .cc-header-banner span { font-size: clamp(3rem, 20vw, 6rem); } diff --git a/index.html b/index.html index 5a7a8ea..77076f4 100644 --- a/index.html +++ b/index.html @@ -45,6 +45,8 @@

Code Connect 2024 Conferences

Code Connect brings together four exciting events - CodeJam, reCAP, UI5con, and ABAPConf - all taking place in the same week and location. This is your chance to deep dive into your chosen tech or broaden your horizon, understanding the end-to-end dev flow. Whether you're joining for just one event or the whole package, be ready to connect, collaborate, and code away with a bustling community of like-minded developers!
Save the dates and check-out the conference pages for more details

+

{ Registration will open on March 21st at 4pm CET }

+ get your ticket