Skip to content

Commit 2bdec85

Browse files
authored
417-add-banner (#451)
* Added IG social * Added the LinkedIn Page, Group and correct the text. * Added banner for leadership 2024 summit
1 parent 5492488 commit 2bdec85

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

_layouts/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
---
44
<div class="home">
55
{% assign t = site.data.locales[page.lang][page.lang] %} {% if page.title %} {% assign header = page.title %} {% else %} {% assign header = site.title %} {% endif %}
6+
<a style="text-decoration:none;" href="/leadership-summit-2024/" >
7+
<article role="button" style= "background-color: #357992;">
8+
<main style= "font-size: 1.25rem; text-decoration:underline #ffffff; color: #ffffff; font-weight: lighter; text-align: center;">
9+
Join us in Durham, and Online this weekend for the Leadership Summit. Learn More!
10+
</header>
11+
</article>
12+
</a>
613
<article class="hero">
714
<div class="hero-text">{{ t.index.lead }}</div>
815
</article>

0 commit comments

Comments
 (0)