Skip to content

Commit 71fdec4

Browse files
authored
Enhance welcome page with explore bar and tagline update
Added an explore bar with navigation links and updated the event tagline.
1 parent d65f6b8 commit 71fdec4

1 file changed

Lines changed: 33 additions & 20 deletions

File tree

content/events/2026-halifax/welcome.md

Lines changed: 33 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,24 @@ Description = "DevOpsDays Halifax 2026 — September 29, 2026 at Volta in downto
9292
color: var(--text) !important;
9393
}
9494
.hfx26 .hfx26-btn-secondary:hover { border-color: var(--accent-3) !important; color: var(--accent-3) !important; }
95+
.hfx26 .explore-bar {
96+
background: var(--surface);
97+
border-top: 1px solid var(--border);
98+
border-bottom: 1px solid var(--border);
99+
padding: 1.5em 2em;
100+
}
101+
.hfx26 .explore-bar h3 {
102+
text-align: center;
103+
margin: 0 0 1em;
104+
color: var(--text);
105+
font-size: 1em;
106+
font-weight: 600;
107+
letter-spacing: 0.05em;
108+
text-transform: uppercase;
109+
}
110+
.hfx26 .nav-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 0.65em; }
111+
.hfx26 .hfx26-nav-link { background: var(--bg) !important; border: 1px solid var(--border) !important; border-radius: 8px !important; padding: 0.85em 1em !important; text-align: center; color: var(--text) !important; font-weight: 500; transition: border-color 0.15s ease, color 0.15s ease, transform 0.15s ease; text-decoration: none !important; }
112+
.hfx26 .hfx26-nav-link:hover { border-color: var(--accent-3) !important; color: var(--accent-3) !important; transform: translateY(-1px); }
95113
.hfx26 .body { padding: 3em 2em; background: var(--bg); }
96114
.hfx26 .stats-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1em; margin-bottom: 3em; }
97115
.hfx26 .stat { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 1.5em 1em; text-align: center; }
@@ -110,22 +128,16 @@ Description = "DevOpsDays Halifax 2026 — September 29, 2026 at Volta in downto
110128
.hfx26 .section p { color: var(--text-2); line-height: 1.7; font-size: 1.05em; margin: 0 0 1em; }
111129
.hfx26 .section p strong { color: var(--text); }
112130
.hfx26 .topic-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 0.65em; margin-top: 1.25em; }
113-
.hfx26 .topic { background: var(--surface); border: 1px solid var(--border); border-radius: 8px; padding: 0.8em 1em; color: var(--text-2); text-align: center; font-size: 0.95em; transition: border-color 0.15s ease, color 0.15s ease; }
114-
.hfx26 .topic:hover { border-color: var(--accent-1); color: var(--text); }
131+
.hfx26 .topic { background: var(--surface); border: 1px solid var(--border); border-radius: 8px; padding: 0.8em 1em; color: var(--text-2); text-align: center; font-size: 0.95em; }
115132
.hfx26 .video-wrap { position: relative; padding-bottom: 56.25%; height: 0; border-radius: 12px; overflow: hidden; border: 1px solid var(--border); margin: 1em 0 1em; }
116133
.hfx26 .video-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
117134
.hfx26 .video-caption { text-align: center; color: var(--text-2); font-size: 0.95em; margin-top: 0.5em; }
118-
.hfx26 .footer-cta { background: var(--surface); border-top: 1px solid var(--border); padding: 2.5em 2em; }
119-
.hfx26 .footer-cta h3 { text-align: center; margin: 0 0 1.25em; color: var(--text); font-size: 1.15em; font-weight: 600; }
120-
.hfx26 .nav-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 0.65em; }
121-
.hfx26 .hfx26-nav-link { background: var(--bg) !important; border: 1px solid var(--border) !important; border-radius: 8px !important; padding: 0.85em 1em !important; text-align: center; color: var(--text) !important; font-weight: 500; transition: border-color 0.15s ease, color 0.15s ease, transform 0.15s ease; text-decoration: none !important; }
122-
.hfx26 .hfx26-nav-link:hover { border-color: var(--accent-3) !important; color: var(--accent-3) !important; transform: translateY(-1px); }
123135
.hfx26 .conduct-note { color: var(--text-2); font-size: 0.95em; text-align: center; margin: 2em 0 0; }
124136
@media (max-width: 760px) {
125137
.hfx26 h1 { font-size: 2em; }
126138
.hfx26 .hero { padding: 2.75em 1.25em 2.25em; }
127139
.hfx26 .body { padding: 2em 1.25em; }
128-
.hfx26 .footer-cta { padding: 2em 1.25em; }
140+
.hfx26 .explore-bar { padding: 1.25em; }
129141
.hfx26 .stats-row { grid-template-columns: 1fr; gap: 0.65em; }
130142
.hfx26 .hfx26-cta-row { flex-direction: column !important; }
131143
.hfx26 .hfx26-btn { width: 100%; }
@@ -135,14 +147,25 @@ Description = "DevOpsDays Halifax 2026 — September 29, 2026 at Volta in downto
135147
<div class="hfx26">
136148
<div class="hero">
137149
<div class="logo">{{< event_logo >}}</div>
138-
<div class="meta"><span class="meta-dot"></span> September 29, 2026 &nbsp;·&nbsp; Volta &nbsp;·&nbsp; Downtown Halifax</div>
150+
<div class="meta"><span class="meta-dot"></span> September 29, 2026 &nbsp;·&nbsp; Downtown Halifax</div>
139151
<h1>DevOpsDays Halifax 2026</h1>
140-
<p class="tagline">A day dedicated to learning, collaboration, and community for practitioners across Atlantic Canada and beyond.</p>
152+
<p class="tagline">A day dedicated to learning, collaboration, and community for tech practitioners across Atlantic Canada and beyond.</p>
141153
<div class="hfx26-cta-row">
142154
<a class="hfx26-btn hfx26-btn-primary" href="https://talks.devopsdays.org/halifax-2026/cfp">Propose a Talk</a>
143155
<a class="hfx26-btn hfx26-btn-secondary" href="../sponsor/">Become a Sponsor</a>
144156
</div>
145157
</div>
158+
<div class="explore-bar">
159+
<h3>Explore</h3>
160+
<div class="nav-grid">
161+
<a class="hfx26-nav-link" href="../location/">Venue Info</a>
162+
<a class="hfx26-nav-link" href="https://talks.devopsdays.org/halifax-2026/cfp">Propose a Talk</a>
163+
<a class="hfx26-nav-link" href="../sponsor/">Become a Sponsor</a>
164+
<a class="hfx26-nav-link" href="../convince-your-boss/">Convince Your Boss</a>
165+
<a class="hfx26-nav-link" href="../conduct/">Code of Conduct</a>
166+
<a class="hfx26-nav-link" href="../contact/">Contact Us</a>
167+
</div>
168+
</div>
146169
<div class="body">
147170
<div class="stats-row">
148171
<div class="stat"><div class="stat-num">350+</div><div class="stat-label">Attendees since 2024</div></div>
@@ -179,14 +202,4 @@ Description = "DevOpsDays Halifax 2026 — September 29, 2026 at Volta in downto
179202
</div>
180203
<p class="conduct-note">By attending, you agree to the <a href="../conduct/">DevOpsDays Halifax Code of Conduct</a>.</p>
181204
</div>
182-
<div class="footer-cta">
183-
<h3>Explore</h3>
184-
<div class="nav-grid">
185-
<a class="hfx26-nav-link" href="../location/">Venue Info</a>
186-
<a class="hfx26-nav-link" href="https://talks.devopsdays.org/halifax-2026/cfp">Propose a Talk</a>
187-
<a class="hfx26-nav-link" href="../sponsor/">Become a Sponsor</a>
188-
<a class="hfx26-nav-link" href="../conduct/">Code of Conduct</a>
189-
<a class="hfx26-nav-link" href="../contact/">Contact Us</a>
190-
</div>
191-
</div>
192205
</div>

0 commit comments

Comments
 (0)