Skip to content

Commit f7f5c4a

Browse files
committed
Fix missed heading, add RSS feed link, fix photo effect
1 parent 7bafbb0 commit f7f5c4a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

src/about/conduct.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h1 class="mb-8 pageheading">{{ title }}</h1>
3434
</section>
3535

3636
<section class="self-start p-8 prose bg-white border-4 rounded border-central-park-green lg:prose-lg">
37-
<h3 class="mb-8 text-lg font-bold font-heading lg:text-2xl">Need help?</h3>
37+
<h2 class="mb-8 text-lg font-bold font-heading lg:text-2xl">Need help?</h2>
3838
<div class="space-y-6 lead">
3939
<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>
4040
<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>

src/assets/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
}
9696

9797
.photo-effect {
98-
@apply relative;
98+
@apply block relative;
9999
}
100100

101101
.photo-effect::before {

src/news.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
---
55

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

0 commit comments

Comments
 (0)