Skip to content

Commit

Permalink
Fix missed heading, add RSS feed link, fix photo effect
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrythall committed May 5, 2024
1 parent 7bafbb0 commit f7f5c4a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/about/conduct.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h1 class="mb-8 pageheading">{{ title }}</h1>
</section>

<section class="self-start p-8 prose bg-white border-4 rounded border-central-park-green lg:prose-lg">
<h3 class="mb-8 text-lg font-bold font-heading lg:text-2xl">Need help?</h3>
<h2 class="mb-8 text-lg font-bold font-heading lg:text-2xl">Need help?</h2>
<div class="space-y-6 lead">
<p>If you are being harassed, notice that someone else is being harassed, or have any other concerns, please contact the conference Code of Conduct committee at <a href="mailto:{{ site.conduct_email }}" class="link">{{ site.conduct_email }}</a>{% comment %} or <a href="tel:201-899-4189" class="link">201-899-4189</a>{% endcomment %}.</p>
<p>To ensure we receive all the necessary information, please refer to our <a href="#procedures-for-reporting-incidents" class="link">Procedures for Reporting Incidents</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion src/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
}

.photo-effect {
@apply relative;
@apply block relative;
}

.photo-effect::before {
Expand Down
3 changes: 2 additions & 1 deletion src/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
---

<div class="pb-0 hero">
<div class="max-w-[45rem] px-4 mx-auto">
<div class="max-w-[45rem] px-4 mx-auto flex flex-wrap gap-8 items-center">
<h1 class="pageheading">{{ title }}</h1>
<a href="/feed.xml" class="text-sm link">RSS Feed</a>
</div>
</div>

Expand Down

0 comments on commit f7f5c4a

Please sign in to comment.