Release post - 2nd iteration
Let's make the release post even better!
-
From #1216 (closed): adjust columns for better readability
-
If possible: make "other features" section to fluidly adjust automatically the content of the 2 columns
(otherwise we need to adjust them manually to balance the content between both
-
If possible: make "other features" section to fluidly adjust automatically the content of the 2 columns
-
From Sid: "Please add a hover text to the new edition badges in this blog post, to expand the abbreviation (mainly EES and EEP, since those haven't been around long enough to be remembered at the top of your head)."
-
For HTML5 semantic SEO: adjust divs, sections, and headings to a logical semantic structure. Use
<div>
inside of a<section>
whenever necessary:<section> <h2>...</h2> <p>...</p> <h3>...</h3> <p>....</p> ... <div>....</div> </section>
Not:
<section><h2>...</h2></section> <section><p>...</p></section>
All above accomplished here: https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/5551
The lastest (current) makes h2 one section, and the actual content of that section another section.
-
Align badges perfectly with
h2
s andh3
s -
Suggestion: make
p { text-align: justify; }
andp code { text-align: left; }
-
Highlight the paragraph related to the ids the bagdes link to. If I click the badge "EES", the page scrolls down to "GitLab Products" and Highlights
<li id="ees">...</li>
:
cc/ @dimitrieh @tauriedavis @annabeldunstone @victorwu @luke