Skip to content

Commit 9339907

Browse files
committed
style: remove overlay button and padding style
1 parent a6776ed commit 9339907

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

_events/ldm13.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@ duration: "1 Day"
88

99
decks: https://github.com/LombokDev/Meetup013
1010

11-
# registration_url: "https://docs.google.com/forms/d/e/1FAIpQLSfZvDGOYpt-SrwL3Qi0_ncJqY5BRCFBsV4jcCzlOHKINli1Hw/viewform?pli=1"
11+
registration_url: "https://tinyurl.com/ldm-registration"
1212
description: " <b>Lombok Dev Meetup #13</b> Join us for a full-day of learning and exploration, bringing together a lineup of highly relevant topics for today’s developers, including freelancing, modern CMS workflows, cybersecurity, memory management, and AI prompt optimization. This event will guide you through the real dynamics of freelancing beyond working alone, introduce the power of combining Next.js with PayloadCMS for a modern and efficient CMS workflow, and deepen your understanding of how modern trojans and cyber threats operate. You will also uncover the untold story behind memory management in software development and learn how structured prompting, transforming JSON into creative AI-ready outputs, can enhance your workflow in the LLM era. Delivered by experienced practitioners, this meetup offers practical insights, meaningful discussions, and valuable opportunities to connect with fellow learners, beginners, and professionals within the Lombok tech community. Designed to inspire, equip, and elevate your journey in technology, this is an event you will not want to miss, so secure your seat and be part of the momentum!
13-
<br/>
14-
<br/>
15-
<img src=\"../assets/lombokdev/ldm13/ldm13.png\" >
16-
<br/>
17-
<a href=\"https://tinyurl.com/ldm-registration\" class=\"px-6 py-3 bg-blue-600 text-white rounded-lg hover:bg-blue-700\">Registration</a>
18-
"
13+
<br/>"
14+
# <br/>
15+
# <img src=\"../assets/lombokdev/ldm13/ldm13.png\">
16+
# <br/>
1917

2018

2119
# agenda:

_layouts/events.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h2 class="text-2xl font-semibold mb-3">Speakers</h2>
7676

7777

7878
{% if page.registration_url %}
79-
<a href="{{ page.registration_url }}" class="px-6 py-3 bg-blue-600 text-white rounded-lg hover:bg-blue-700">Register</a>
79+
<a href="{{ page.registration_url }}" class="px-6 py-2.5 bg-blue-600 text-white rounded-lg hover:bg-blue-700">Register</a>
8080
{% endif %}
8181

8282
{% if page.gallery_url %}

0 commit comments

Comments
 (0)