Skip to content

Commit

Permalink
Add general disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
frawleyskid committed Oct 31, 2023
1 parent 2118674 commit f8bdbcd
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/scss/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
@import "components/download";
@import "components/linkbutton";
@import "components/navbutton";
@import "layouts/home";
@import "layouts/footer";
@import "layouts/header";
@import "layouts/pages";
Expand Down
10 changes: 10 additions & 0 deletions assets/scss/layouts/_home.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.general-disclaimer {
font-style: italic;
font-size: $font-size-sm;
text-align: center;
max-width: 50rem;
margin-top: 7rem;
margin-bottom: 7rem;
margin-left: auto;
margin-right: auto;
}
12 changes: 12 additions & 0 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,18 @@ <h2>Open</h2>
</p>
</div>
</div>
<div class="row justify-content-center general-disclaimer">
<p>
Ace Archive hosts some works that do not reflect the project's
values. Some of the content in this archive is queerphobic,
pathologizing, or otherwise hateful. These works are included because
of their historical significance—not because they are scientifically
sound or morally defensible. Work is underway to better contextualize
these works and add content warnings. You can track the progress of
that work <a target="_blank"
href="https://github.com/acearchive/acearchive.lgbt/issues/3">here</a>.
</p>
</div>
</div>
</section>
{{ end }}
Expand Down

0 comments on commit f8bdbcd

Please sign in to comment.