Skip to content

Commit 0c3c63f

Browse files
add comment for Code Jam registration (#10)
1 parent 218320d commit 0c3c63f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

css/common.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,15 @@ a.cc-link:is(:focus, :active, :focus:hover) {
608608
background-color: var(--code-connect-color);
609609
outline: 0.125rem solid var(--code-connect-color);
610610
}
611+
612+
p.cc-annonce-codejam {
613+
margin-block-start: 4rem;
614+
}
615+
616+
p.cc-annonce-codejam a {
617+
font-weight: bold;
618+
display: inline-block;
619+
}
611620

612621
@media only screen and (min-width: 768px) {
613622
.cc-header img {

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ <h1 class="sr-only">Code Connect 2024 Conferences</h1>
4747
<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>
4848
<p class="cc-annonce">{ Registration will open on March 21st at 4pm CET }</p>
4949
<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>
50+
51+
<p class="cc-annonce-codejam">If you want to register for the CAP Code Jam on June 3rd, please go <a href="https://community.sap.com/t5/sap-codejam/service-integration-with-sap-cloud-application-programming-model-st-leon/ec-p/13601698" target="_blank" hreflang="en" rel="noopener noreferrer"
52+
title="Click to open CodeJam event page. Opens in a new window.">here</a>
53+
</p>
5054
</header>
5155
<main>
5256
<section>
@@ -59,7 +63,7 @@ <h1 class="sr-only">Code Connect 2024 Conferences</h1>
5963
<h2>CAP CodeJam</h2>
6064
<p>This SAP CodeJam event is on the topic of the SAP Cloud Application Programming Model, and specifically about service integration. You'll become acquainted with how external services can be integrated and consumed from within a CAP project. In working through this CodeJam you'll also become familiar with how the SAP Cloud SDK covers connectivity and destinations, supporting such integration scenarios with CAP.</p>
6165
<a href="https://community.sap.com/t5/sap-codejam/service-integration-with-sap-cloud-application-programming-model-st-leon/ec-p/13601698" target="_blank" hreflang="en" rel="noopener noreferrer"
62-
title="Click to open CodeJam event page. Opens in a new window.">learn more</a>
66+
title="Click to open CodeJam event page. Opens in a new window.">learn more and register</a>
6367
</div>
6468
</div>
6569

0 commit comments

Comments
 (0)