Replace ASCII art banners with mobile-responsive headers
- 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>
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
{{ define "main" }}
|
||||
<article class="event-detail">
|
||||
<div class="ascii-border">
|
||||
+==================================================================+
|
||||
| EVENT DETAILS |
|
||||
+==================================================================+
|
||||
<div class="section-header">
|
||||
<h2>EVENT DETAILS</h2>
|
||||
</div>
|
||||
|
||||
<h1>{{ .Title }}</h1>
|
||||
@@ -56,10 +54,8 @@
|
||||
|
||||
{{ if .Params.registration_url }}
|
||||
<div class="registration">
|
||||
<div class="ascii-border">
|
||||
+--------------------------------------------------------------+
|
||||
| REGISTRATION |
|
||||
+--------------------------------------------------------------+
|
||||
<div class="section-header">
|
||||
<h3>REGISTRATION</h3>
|
||||
</div>
|
||||
<p class="prompt"><a href="{{ .Params.registration_url }}">Register for this event</a></p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user