Skip to content

eeconf banner live #1014

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ Welcome to the official ExpressionEngine Docs! In addition to the documentation,

<!--
EECONF BANNER

-->
<div id="welcome-introduce" class="eeconf-promo max-w-full mx-auto p-8 lg:p-10 bg-white rounded-lg shadow-custom-black flex mt-12 flex-wrap lg:flex-nowrap">
<div class="w-64 h-64 mr-10 flex-shrink-0 mb-4 lg:mb-0">
<a href="https://eeconf.com/"><img src="https://eeconf.com/eeconf/300x250.jpg" width="max-w-full mb-0"></a>
</div>
<div class="mb-0">
<span class="text-red font-bold uppercase text-xs mb-4 block tracking-wider">Events</span>
<h2 class="text-purple-dark mb-4 leading-snug p-0 mt-0 border-none text-2">EEConf 2024</h2>
<p class="text-purple-dark text-base pb-7 mb-0">Join us for the ExpressionEngine 2024 Conference, October 2-3 in San Diego. Speakers. Networking. Community powered. Awesome.</p>
<h2 class="text-purple-dark mb-4 leading-snug p-0 mt-0 border-none text-2">EEConf 2025</h2>
<p class="text-purple-dark text-base pb-7 mb-0">Join us for the ExpressionEngine 2025 Conference, October 14-15 in London. Speakers. Networking. Community powered. Awesome.</p>
<p class="links-wrapper flex mb-0 flex-wrap xl:flex-nowrap">
<a href="https://eeconf.com/" class="inline-flex text-base h-12 leading-none justify-center items-center bg-red mb-4 xl:mb-0 mr-2.5 rounded-5 border border-solid border-red hover:bg-white hover:text-red text-white" target="_BLANK">
<strong>Register</strong>&nbsp;now!
Expand All @@ -30,7 +30,7 @@ EECONF BANNER
</p>
</div>
</div>
-->


<div id="welcome-introduce" class="max-w-full mx-auto p-8 lg:p-10 bg-white rounded-lg shadow-custom-black flex mt-12 flex-wrap lg:flex-nowrap">
<div class="w-64 h-64 mr-10 flex-shrink-0 mb-4 lg:mb-0">
Expand Down
6 changes: 3 additions & 3 deletions theme/doc-page-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@

<nav>
<!--
EEConf banner/nav
<a href="https://eeconf.com" class="hide font-monospace">Join us at EEConf 2024!</a>
-->
EEConf banner/nav-->
<a href="https://eeconf.com" class="hide font-monospace">Join us at EEConf 2025!</a>

<a href="https://u.expressionengine.com" class="hide font-monospace">{ee:u}</a>
<a href="https://expressionengine.com/forums" class="hide">Forums</a>

Expand Down