Skip to content
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

Add other filers button to h4cc landing page #2660

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1 id="hero-heading">{{ self.title }}</h1>
<div class="container main">
<div class="container">
<h2>Guides</h2>
<div class="grid grid--4-wide">
<div class="grid grid--3-wide">
<div class="grid__item">
<a href="/help-candidates-and-committees/guides/?tab=candidates-and-their-authorized-committees">
<aside class="card card--horizontal card--secondary">
Expand All @@ -35,7 +35,7 @@ <h2>Guides</h2>
<a href="/help-candidates-and-committees/guides/?tab=political-party-committees">
<aside class="card card--horizontal card--secondary">
<div class="card__image__container">
<span class="card__icon i-notebook"><span class="u-visually-hidden">Icon of a training screen</span></span>
<span class="card__icon i-notebook"><span class="u-visually-hidden">Icon representing a notebook</span></span>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I love that we're paying attention to labels, alt tags, etc.

</div>
<div class="card__content">
Political party committees
Expand All @@ -47,7 +47,7 @@ <h2>Guides</h2>
<a href="/help-candidates-and-committees/guides/?tab=corporations-and-labor-organizations">
<aside class="card card--horizontal card--secondary">
<div class="card__image__container">
<span class="card__icon i-notebook"><span class="u-visually-hidden">Icon of a candidate</span></span>
<span class="card__icon i-notebook"><span class="u-visually-hidden">Icon representing a notebook</span></span>
</div>
<div class="card__content">
Corporations and labor organizations
Expand All @@ -59,14 +59,26 @@ <h2>Guides</h2>
<a href="/help-candidates-and-committees/guides/?tab=political-action-committees">
<aside class="card card--horizontal card--secondary">
<div class="card__image__container">
<span class="card__icon i-notebook"><span class="u-visually-hidden">Icon of a candidate</span></span>
<span class="card__icon i-notebook"><span class="u-visually-hidden">Icon representing a notebook</span></span>
</div>
<div class="card__content">
Political action committees (PACs)
</div>
</aside>
</a>
</div>
<div class="grid__item">
<a href="/help-candidates-and-committees/guides/?tab=other-filers">
<aside class="card card--horizontal card--secondary">
<div class="card__image__container">
<span class="card__icon i-notebook"><span class="u-visually-hidden">Icon representing a notebook</span></span>
</div>
<div class="card__content">
Other filers
</div>
</aside>
</a>
</div>
</div>
</div>
<div class="option u-margin—top">
Expand Down