RussellSpitzer commented on code in PR #11924:
URL: https://github.com/apache/iceberg/pull/11924#discussion_r1907646692
##########
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:
You should be able to view the site by cloning your repo,
and doing
```
cd site/
make serve
```
Which should download the whole internet, make a few git worktrees and at
some point load up the site on your local machine at
```
INFO - [12:45:22] Serving on http://127.0.0.1:8000/
```
Then you can make real time changes and see how it looks. I think Ideally we
copy `btn` element but I'm bad at HTML and CSS
```html
<a class="btn btn-default btn-lg" href="$$$LINK TO CFP
HERE$$$" target="_blank">
<span class="network-name">Iceberg Summit 2025 CFP is
Open</span>
</a>
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]