summaryrefslogtreecommitdiff
path: root/views/publicEventList.handlebars
blob: c9a51b70f1b786121765728133fc5502f7906ead (plain)
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
42
43
<main class="page" x-data="{currentTab: 'events'}">

{{#if instanceDescription}}
    <div class="instance-description mb-4">
        {{{instanceDescription}}}
    </div>
{{/if}}

{{!> instanceRules }}

<div class="navi">
	<a href="/"><strong>Home</strong></a>
	&middot;
	<a href="/new">Create Your Own Event</a>
	&middot;
	<a href="mailto:team@quietreading.org">Email Us</a>
	&middot;
	<a href="https://instagram.com/quietreading.club">Instagram</a>
</div>

<div class="card mt-4 mb-4" id="upcomingEvents">
	<h5 class="card-header">{{t "views.publiceventlist.upcomingevents" }}</h5>
	{{> eventList upcomingEvents }}
</div>

<hr>
<div class="about">
    <p>
        Bring your own book, read for one hour, and then chat
        for one hour about books, literature, and arts.
    </p>
    <p>
    No registration: just show up with a good book!<br>For park events, you can bring a blanket as well.
    </p>
</div>
<div class="wrapper">
    <img class="picture" src="/pictures/jefferson.jpg">
    <img class="picture" src="/pictures/mccarren.jpg">
    <img class="picture" src="/pictures/bookclub.jpg">
    <img class="picture" src="/pictures/marthas.jpg">
</div>

</main>