Skip to content

Commit

Permalink
Merge pull request #8 from InnaAtanasova/main
Browse files Browse the repository at this point in the history
add link to Tito and message about registration
  • Loading branch information
vobu authored Mar 7, 2024
2 parents 246c990 + 1cc8312 commit f53a316
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
30 changes: 30 additions & 0 deletions css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand All @@ -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);
}
Expand Down
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ <h1 class="sr-only">Code Connect 2024 Conferences</h1>
</div>

<p>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! <br/>Save the dates and check-out the conference pages for more details</p>
<p class="cc-annonce">{ Registration will open on March 21st at 4pm CET }</p>
<a class="cc-link" href="https://ti.to/code-connect/2024" target="_blank" hreflang="en" rel="noopener noreferrer" title="Click to navigate to Tito page. Opens in a new tab.">get your ticket</a>
</header>
<main>
<section>
Expand Down

0 comments on commit f53a316

Please sign in to comment.