Adding events and better why sectino
This commit is contained in:
@@ -1,7 +1,20 @@
|
||||
class Why extends Shadow {
|
||||
render() {
|
||||
p("The West is Falling. Why Not?")
|
||||
.x(50, vw).y(50, vh)
|
||||
p(`I grew up going to Classical Christian schools all my life. It was great - because we got to learn all about our history, and everyone had a shared understanding of what it looks like to lead a moral life.
|
||||
|
||||
<br><br>Only when I went out into the world did I realize that most Americans have no idea what this is like. They have never been a part of a shared culture, and the only value they know is multiculturalism.
|
||||
|
||||
<br><br>And the reality is that actually, that world, with no culture and no morals, is the default one today.
|
||||
|
||||
<br><br>That is the world the we are all expected to live in, as adults.
|
||||
|
||||
<br><br>Classical Christian schools are great, but what if I want to live a Classical Christian life?
|
||||
|
||||
<br><br>That is what Hyperia is for. It is a Classical Christian space for adults.
|
||||
|
||||
<br><br> -- Sam Russell, Founder
|
||||
`)
|
||||
.x(50, vw).y(55, vh)
|
||||
.center()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user