-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
82 lines (74 loc) · 2.97 KB
/
about.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
---
layout: splash
title: "About Unerased Book Club"
permalink: /about/
header:
overlay_color: "#1f4c24"
---
<div class="two_col">
<div class="top_text">
<div class="phrase">
<div class="keyword">unerased</div>; the process of restoring that which has been erased, rendered
unimportant
</div>
<div class="phrase">
<div class="keyword">book</div>; a cultural form of dispersing thoughts, analysis and existence
</div>
<div class="phrase">
<div class="keyword">club</div>; a space to organize using common interests as a proxy
</div>
</div>
<div class="read_now">
<img src="/unerased-book-club/assets/read_now.png" alt="Reading books makes you better">
</div>
</div>
<h2>How do we select our books?</h2>
<!-- <div class="two_col"> -->
<!-- <div> -->
There are plenty of fantastic books by Asian Americans to choose from, so we have developed a few parameters to
help us narrow our choices.
<ol>
<li>Ease of acquiring book. If a piece of literature is available in audibook/ebook formats, or libraries
can affordably acquire it, it makes the first cut!</li>
<li>Thought-provoking and accessible content. We think about the types of conversation we can have, and
whether the writing is accessible to a general audience when making second round cuts.</li>
<li>The work primes readers to explore topics from multiple perspectives. We love to have our views
challenged and broadened, so works that helps us think differently make the third cut.</li>
<li>Genre and social identities. In order to read diversely, we try to have a mix of genres (poetry,
fiction, nonfiction, etc.) and social identities (particularly regional diversity) in our selections.
</li>
</ol>
<!-- </div> -->
<!-- <div class="section">How do we select our books?</div> -->
<!-- </div> -->
<h2>About the creator</h2>
<!-- <div class="two_col"> -->
<!-- <div class="section">About the creator</div> -->
<!-- <div> -->
<p>UBC was created by Sheela Lal in 2018. She attempted to maintain it while finishing graduate school, and
realized that for the concept to thrive, it needed a stronger home.</p>
<p>Luckily, <a href="http://risingvoicesaaf.org/">Rising Voices</a> was open to taking in UBC as a way to build
community in Michigan and to continue building community throughout the country.</p>
<!-- </div> -->
<!-- </div> -->
<style>
.two_col {
display: grid;
grid-template-columns: 1fr 1fr;
place-items: center;
padding: 2em;
column-gap: 1em;
}
.top_text {
font-size: 1.5em;
}
.keyword {
display: inline-block;
background-color: black;
color: white;
}
.section {
font-size: 2em;
text-align: center
}
</style>