- Replace fixed-width ASCII banners with CSS-styled section headers - Add responsive styling for mobile devices - Update home page, event pages, header and footer layouts - Improve mobile experience with scalable headers and gradient dividers 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
7 lines
606 B
HTML
7 lines
606 B
HTML
<div class="footer-divider"></div>
|
|
<p class="prompt">NERDER.LAND {{ now.Year }} - Connecting the tech underground</p>
|
|
<p style="margin-top: 1rem; font-size: 0.8rem;">
|
|
<a href="{{ "events/feed.xml" | absURL }}">📡 RSS Feed</a> |
|
|
<a href="{{ "events/calendar.ics" | absURL }}">📅 Calendar Subscription</a> |
|
|
<a href="mailto:{{ .Site.Params.eventSubmissionEmail | default "events@nerder.land" }}?subject=Event Submission&body=Please include:%0A%0AEvent Name:%0ADate & Time:%0ALocation:%0ADescription:%0AOrganizer:%0AContact Info:%0ACost:%0ARegistration URL (if any):">📧 Submit an Event</a>
|
|
</p> |