summaryrefslogtreecommitdiff
path: root/layouts/index.html
blob: 34110a0ae91d228e43fca2d0128ab6f23792fd17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{{ partial "head.html" . }}

<main class="index">
<div class="intext">
	<h1>{{$.Title}}</h1>
	{{.Content}}
	<p>
	The Pao Inclusiveness Working Group is a student-led working group at <a href="https://ykpaoschool.cn/">YK Pao School</a>. We aim to fight against racism, sexism, homophobia, transphobia, and other forms of discrimination and bigotry, on campus and beyond.
	</p>
	<h2>Primary Pages</h2>
	<ul>
		<li><a href="sgilg/">Gender-inclusive Language Guide</a></li>
		<li><a href="behpl/">School Behaviour Policy</a></li>
		<li><a href="brlg/">A Brief Introduction to LGBTQ+ Concepts</a></li>
		<li><a href="gident/">A Brief Introduction to Gender Identity</a></li>
		<li><a href="wta/">Words to Avoid</a></li>
	</ul>
	<p>
	School is not in session yet... this site will see more development as the school year starts.
	</p>
</div>
<aside>
	<picture class="logo">
		<source srcset="logo.svg" type="image/svg+xml" />
		<img src="logo.png" alt="The Pao Inclusiveness Working Group's Logo. A YK Pao tree but the leaves take colors from pride flags." />
	</picture>
	<div class="text-center">
		<a href="about">about</a>
	</div>
	<dl class="external-links">
		<dt>email</dt>
		<dd><a href="mailto:piwg@andrewyu.org">piwg@andrewyu.org</a></dd>
		<dt>source</dt>
		<dd><a href="https://git.andrewyu.org/andrew/piwg.git">https://git.andrewyu.org/andrew/piwg.git</a></dd>
		<dt>issues</dt>
		<dd><a href="https://todo.sr.ht/~runxiyu/piwg">https://todo.sr.ht/~runxiyu/piwg</a></dd>
	</dl>
</aside>
</main>

{{ partial "foot.html" . }}