Skip to content

Commit

Permalink
add policies to reporting page
Browse files Browse the repository at this point in the history
  • Loading branch information
russbiggs committed Nov 12, 2024
1 parent c63f215 commit e29a8f1
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
13 changes: 13 additions & 0 deletions themes/openaq/assets/scss/_reporting.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@

&-container {
width: 800px;

.policies-section {
.policies-title {
@include mixins.heading1;
color: variables.$sky120;
}

ul {
@include mixins.body1;
margin: 20px 0 0 15px;
}
}

.reporting-grid {
margin: 60px 0 0 0;
display: grid;
Expand Down
12 changes: 12 additions & 0 deletions themes/openaq/layouts/about/legal/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,23 @@
<div class="reporting-content-container">

<h1 class="type-display-1 gradient-title">Legal and Policy Documents</h1>

<div class="ceritifications-grid">
<a href="https://www.guidestar.org/profile/shared/49986605-4410-4ce1-b0cd-ab4bb5955075" target="_blank"><img src="https://widgets.guidestar.org/TransparencySeal/9732592" /></a>
<a href="https://www.charitynavigator.org/ein/475324172" target="_blank"><img src="/img/four_star_rating_badge.webp" /></a>

</div>
<div class="policies-section">
<h2 class="policies-title">Terms of use and other policies</h2>
<ul>
<li><a href="https://openaq.org/terms/">Website terms of use</a></li>
<li><a href="https://docs.openaq.org/about/terms">Platform terms of use</a></li>
<li><a href="https://openaq.org/privacy/">Privacy policy</a></li>
<li><a href="https://openaq.org/security/">Security policy</a></li>
<li><a href="https://openaq.org/cookies/">Cookie policy</a></li>
<li><a href="https://openaq.org/dmca/">DMCA</a></li>
</ul>
</div>
<div class="reporting-grid">
<div class="reporting-item">
<h2 class="reporting-item__title">Financial</h2>
Expand Down

0 comments on commit e29a8f1

Please sign in to comment.