Commit Graph

9 Commits (dev-1.30-bn.1)

Author SHA1 Message Date
Neko Ayaka 31dc056d61
Fix varies of style issues for community page
1. Fixed overflowed line through of headings, use a better solution to achieve the same effect
2. Adjusted the font size of headings when in smaller screens, it was way too big for mobile devices and reduces readability
3. Added paddings for the Recent News section, it used to have no paddings and looks weird
4. Adjusted the navigation anchor links for sections, the button style was way too big and not harmony with the rest of the design pattern
5. Added comments for blocks
6. Make it more consistent for paddings, margins and other styles for each of the sections
7. Fixed the entangled styles with the size of view ports, make it more smoother when resizes
8. Remove hard-coded paddings and margins
9. Fixed incorrect vw unit usages, center navigation items, linted function calls
10. Added some small animation transitions for the smoother experience

Signed-off-by: Neko Ayaka <neko@ayaka.moe>
2023-12-05 15:35:14 +08:00
Kubernetes Prow Robot 5f90bcb863
Merge pull request #42341 from Arhell/com
fix community page horizontal scrolling
2023-11-29 01:39:55 +01:00
Neko Ayaka 3aeff30a8e
Improve readabilities by restricting X (Twitter) widget width and height in /community page
1. Limit embedded X (Twitter) widget iframe with
   - 600px of width with data-width attribute,
   - 800px of height with data-height attribute.
2. Adjusted the styles of the container of X (Twitter) widget for better UI/UX with centered elements.

Signed-off-by: Neko Ayaka <neko@ayaka.moe>
2023-11-01 11:15:16 +08:00
Satyam Soni 41b672941e
added hover effect on blue buttons of all the pages #fixes42893 (#42929) 2023-09-23 06:42:41 +08:00
niranjandarshann 05d49918d6 added hover effect on the video link. 2023-09-01 10:40:58 +05:30
Arhell 8980c22bb1 fix community page horizontal scrolling 2023-08-02 02:47:26 +03:00
Tim Bannister afc338c0bf Update and restyle community page
- Use new styles (and remove inline CSS)
- Fix some hyperlinks
- Wording tweaks
- Link to Server Fault, not Stack Overflow
2022-02-20 16:11:33 +00:00
Tim Bannister e993de5dc6 Tidy styles for community section
This change enables an opt-in switch to new styles for /community
It is opt-in to enable localizations to migrate to the new page on their
own timeline.
2022-02-20 16:11:31 +00:00
Misty Linville 85e3040dfa Use static content for code of conduct (#9355)
Move the code of conduct page under /community
Add redirect
Use text from CNCF COC and note the revision we imported it at
Add note to top of imported file not to edit it directly
2018-07-09 12:12:17 -07:00