Skip to content

Commit 500b355

Browse files
authored
Add ElasticON hero (#1737)
1 parent 294e2f4 commit 500b355

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
18.7 KB
Loading

src/Elastic.Markdown/Layout/_LandingPage.cshtml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434
}
3535
</div>
3636
<div class="flex justify-center items-center">
37-
<img src="@Model.Static("web-documentation-hero-illustration.svg")" alt="" width="400">
37+
<a href="https://www.elastic.co/events/elasticon" target="_blank">
38+
<img src="@Model.Static("elasticon-2025-docs-page-banner-v3.png")" alt="Register now for ElasticON" width="1200">
39+
</a>
3840
</div>
3941
</div>
4042
</section>

0 commit comments

Comments
 (0)