Nhyi-streamlit commented on code in PR #11924: URL: https://github.com/apache/iceberg/pull/11924#discussion_r1907566551
########## site/overrides/home.html: ########## @@ -36,6 +36,15 @@ <div class="intro-message"> <h1>Apache Iceberg™</h1> <h3>The open table format for analytic datasets.</h3> + {% extends "main.html" %} + +<div style="background-color: yellow; text-align: center; padding: 10px;"> + <a href="https://sessionize.com/iceberg-summit-2025" target="_blank" style="text-decoration: none; color: black; font-size: 18px;"> + ICEBERG SUMMIT 2025: CALL FOR PROPOSALS + </a> +</div> + +{% block tabs %} Review Comment: I can try to make it a darker shade of blue. Also was the banner hyperlinked to [CFP site](https://sessionize.com/iceberg-summit-2025)? I can't really view it on my end. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org