Skip to content

Commit

Permalink
Add DDD Kit REX event
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrodziski committed Jan 29, 2024
1 parent c9025cd commit 9d99c87
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions landing/_layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h1 class="hero-title black">{{ page.catchphrase.baseline }}</h1>
<img class="fill-current text-blue-500" src="assets/imgs/calendar.svg" alt="icon">
</div>
<div class="flex-1 ml-4">
<h2 class="text-3xl font-bold pb-8" style="color: rgb(11,29,55)">Next Events</h2>
<h2 class="text-3xl font-bold pb-8" style="color: rgb(11,29,55)">Events of the Community</h2>
</div>
</div>
<div class="mx-auto alitems-center mt-8">
Expand All @@ -55,7 +55,7 @@ <h2 class="text-3xl font-bold pb-8" style="color: rgb(11,29,55)">Next Events</h2
</svg>
</span>
<h3 class="flex items-center mb-1 text-lg font-semibold" style="color: rgb(11,29,55)">{{ event.title }}
{% if forloop.first == true %}
{% if event.next == true %}
<span class="bg-blue-100 text-blue-600 text-sm font-medium me-2 px-2.5 py-0.5 rounded ms-3">Next</span>
{% endif %}
</h3>
Expand Down
9 changes: 5 additions & 4 deletions landing/content/pages/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ timeline:
location: Online
url: https://www.linkedin.com/events/archiasaproduct7153030937193189377/about/
details:
- title: Workshop Domain-Driven Design
time: "30 January / 10am-12pm"
- title: Domain-Driven Design Kit - Experience Feedback
time: "30th, January / 10am-12pm"
location: Online
url: https://continuous-architecture.org/
next: true
url: https://www.linkedin.com/events/domain-drivendesignkitexperienc7157664311870459906
- title: Continuous Architecture and Complexity
time: February - Exact date to-be-defined
location: Online
Expand All @@ -37,7 +38,7 @@ timeline:
location: Online
url: https://continuous-architecture.org/
- title: Continuous Architecture Kata Day
time: "22th March / 9am-5pm"
time: "22th, March / 9am-5pm"
location: La Grande Fabrique - Montreuil
url: https://continuous-architecture.org/
features:
Expand Down

0 comments on commit 9d99c87

Please sign in to comment.