jquery / jquery.com

jQuery web site content
https://jquery.com
Other
77 stars 97 forks source link

Index: restore "Resources" block style, remove JQF/Other projects #240

Closed Krinkle closed 6 months ago

Krinkle commented 7 months ago

The "Resources" section felt a bit lost on the home page due to the large padding and lack of block styling on its heading. It used to have a custom styling via id="sidebar" which was similar to a block, but was lost at some point without replacement. https://web.archive.org/web/20130301123913/jquery.com

Change it to a proper <h2 class="block"> to look more on par with the rest of the page, and also remove the padding-left: 60px from the .resources class which is redundant now.

Also:

Before After
Screenshot Screenshot
Screenshot Screenshot
timmywil commented 7 months ago

I don't mind removing the logos, but it would be nice to keep links to all of these somewhere on the page along with their current statuses (e.g. [link to jQuery UI]: maintenance only)

Krinkle commented 6 months ago

@timmywil Something like this?

Screenshot
<section>
    <h2 class="block">Related Projects</h2>

    <h3><a href="https://jqueryui.com/">jQuery UI</a></h3>
    <p>This project is in maintenance-only mode. <a href="https://blog.jquery.com/2021/10/07/jquery-maintainers-update-and-transition-jquery-ui-as-part-of-overall-modernization-efforts/">Learn more</a>.</p>

    <h3><a href="https://jquerymobile.com/">jQuery Mobile</a></h3>
    <p>This project is deprecated. <a href="https://blog.jqueryui.com/2021/10/jquery-maintainers-continue-modernization-initiative-with-deprecation-of-jquery-mobile/">Learn more</a>.</p>
</section>
timmywil commented 6 months ago

That looks good. We can add Sizzle back later when we have an archive blog post.

Krinkle commented 6 months ago

OK. Landing to staging.