-
Notifications
You must be signed in to change notification settings - Fork 21
/
reports.html
33 lines (29 loc) · 1 KB
/
reports.html
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
---
layout: default
title: Reports, Reflections, & Accountability
---
<h1 class="title page-title">Reports, Reflections, & Accountability</h1>
<p>
As an organization, we believe it's important to constantly reflect and grow. In the spirit of one of our core values, transparency, we invite you to reflect and grow with us.
</p>
<p>Read reports via RSS -
<a href="https://teachla.uclaacm.com/feed.reports.xml" aria-labelledby="report-icon">
<span id="report-icon" hidden>Subscribe to RSS feed for reports</span>
<span class="fas fa-rss-square" aria-hidden="true""></span>
</a>
</p>
<hr class="divider" />
{% for report in site.reports reversed %}
<section>
<h2 class="title">
<a class="tla-link" href="{{report.url}}">{{report.title}}</a>
</h2>
<p class="text-it">
Date published: {{ report.date | date: "%b %-d, %Y" }}
</p>
<p>
{{report.blurb}}
</p>
</section>
<hr class="divider" />
{% endfor %}