-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Call For Proposals Banner.html #11924
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the idea ! Thanks !
@Nhyi-streamlit could you paste a preview of what the site looks like with the banner in this pr? |
|
@@ -36,6 +36,15 @@ | |||
<div class="intro-message"> | |||
<h1>Apache Iceberg™</h1> | |||
<h3>The open table format for analytic datasets.</h3> | |||
{% extends "main.html" %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to be a mistake In the copy paste
</a> | ||
</div> | ||
|
||
{% block tabs %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh yeah! Definitely a copy paste error.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can try to make it a darker shade of blue. Also was the banner hyperlinked to CFP site? I can't really view it on my end.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
<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>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merged slightly updated version #11942 since @Nhyi-streamlit is on vacation 🌴 |
Creating a banner for folks to see and engage on the "Call For Proposals" for Iceberg 2025 Summit