-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
New Community page, as designed by @alexcontini #13046
Conversation
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Deploy preview for kubernetes-io-master-staging ready! Built with commit bb1fa69 https://deploy-preview-13046--kubernetes-io-master-staging.netlify.com |
CLA now signed. |
Thanks, I was pinged by acontini to hold off on approval until he pings me with a few updates. |
.banner1 { | ||
position:relative; | ||
float:left; | ||
|
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.
width: 100%; |
Maybe it will be good to add a width of 100% to the .banner1
as well. Otherwise the image can't be full width.
What is the status on this? As I really like the newly designed community page :D |
@parispittman @castrojo this is the PR for the new community page (test page here - https://deploy-preview-13046--kubernetes-io-master-staging.netlify.com/community/) We are still waiting on some things before merging right? just wanted to double check! |
/hold (until the waiting-for-things are done) |
@parispittman @castrojo here is the updated preview page with Paris' image and text updates - https://deploy-preview-13046--kubernetes-io-master-staging.netlify.com/community/ let me know if all looks good when you have a chance! |
Same comment as @parispittman above, the scaling is a little off in those boxes one larger screens. For the events, can we organize the events so that it's spread out across multiple lines instead of being just one line?
After clicking the links in the toolbar, the drop-down menu obscures the titles: |
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.
Found two small things that hopefully can be looked at.
content/en/community/_index.html
Outdated
<div class="intro"> | ||
|
||
<p>The Kubernetes community -- users, contributors, and the culture we've built together -- is one of the biggest reasons for the meteoric rise of this open source project. Our culture and values continue to grow and change as the project itself grows and changes. We all work together toward constant improvement of the project and the ways we work on it. | ||
<br><br>We are the people who file issues and pull requests, attend SIG meetings, Kubernetes meetups, and KubeCon, advocate for it's adoption and innovation, run <code>kubectrl get pods</code>, and contribute in a thousand other vital ways. Read on to learn how you can get involved and become part of this amazing community.</p> |
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 should be kubectl get pods
, right?
And I think we can remove
on the last line.
content/en/community/_index.html
Outdated
|
||
<h1 style="margin-top:0px">Videos</h1> | ||
|
||
<div style="margin-bottom:4%;font-weight:300;text-align:center;padding-left:10%;padding-right:10%">We're on youtube, a lot. Subscribe for a wide range of topics.</div> |
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.
Should be YouTube
, and I think we can remove the
here too.
@jonasrosland @parispittman @mrbobbytables I have made the fixes, when you have a chance, will you please take a look at https://deploy-preview-13046--kubernetes-io-master-staging.netlify.com/community/ and let me know if all looks good now. The only one I was unsure about it the anchor links, they were working for me in both browsers so it was hard to figure out the issue, i did change something though so let me know if not fixed now. I also moved up the anchors so they shouldn't cut off the titles anymore hopefully |
@alexcontini That fixed it for me :) |
Hi @alexcontini! Thank you for working on this, it's looking really good :) The site still says The squares at the bottom aren't uniform, but the text alignment looks much better :) I see the events are now split up into
It looks a little strange still: Could it be set up on 3 lines without any
The anchor links looks better but still seems to require a little trimming: Discussions now have a big block above it compared to before: This is in Safari on latest Mac OSX, and the same happens in Chrome. |
@jonasrosland The event data is sourced from an external calendar. It'd be fixing it there. The boxes do shift size when resizing. |
Okay, was able to replicate the anchor thing, but it was only when I had the page sized a bit bigger than above where it flips to mobile menu form. |
@mrbobbytables @jonasrosland
Let me know if this looks good to you when you have a chance, and thank you for all the feedback! |
Looks really good @alexcontini ! Thanks for those fixes, seems like it works great now. Looks like you might need to squash a few commits to get rid of the nags from the bot though :) /lgtm |
@cjyabraham @alexcontini This looks so good! ✨ Some feedback:
|
I have squashed and rebased the commits. The merge conflict brought in the "Talk to Us" section that you can see on the live site. It is now poorly formatted and also seems to have hidden our embedded twitter widget. See preview. @alexcontini can you fix this please? |
@zacharysarah thank you! above issue is fixed (https://deploy-preview-13046--kubernetes-io-master-staging.netlify.com/community/) and all else should be ready now, are you able to merge when you have a chance? |
Thanks @alexcontini and @cjyabraham for all of your hard work :) |
/approve |
/lgtm @alexcontini |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: zacharysarah The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold cancel |
This new Community page was designed over the last few months by @alexcontini. I helped implement the Upcoming Events part of it.