-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
50 lines (46 loc) · 1.46 KB
/
index.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
---
layout: default
title: Home
---
<div class="welcome">
<span class="welcome-text"><strong>Hi!</strong> I'm Andrew Roy Chen, </span>
<p>and this is my web page!</p>
<p>est. 2015</p>
<div class="welcome-sign ">
<div class="welcome-info-wrap">
<div class="welcome-info">
<div class="welcome-info-front "></div>
<div class="welcome-info-back welcome-img">
<h3>click</h3>
</div>
</div>
</div>
</div>
</div>
<div class="quote" style="margin-top: 4rem;max-width: 360px;">
<h3>"When you need encouragement, </h3>
<p> think of the qualities the people around you have: </p>
<h4 style="text-align: right;"> this one’s energy, </h4>
<h4 style="text-align: center;"> that one’s modesty, </h4>
<h4 style="text-align: left;">another’s generosity,</h4>
<p>
and so on. Nothing is as encouraging as when virtues are visibly embodied in the people around us, when we’re practically showered with them.
</p>
<h3> It’s good to keep this in mind." </h3>
<hr>
<p style="text-align:center;">✍️ Marcus Aurelius' <i>Meditations</i></p>
</div>
</div>
<!-- <div class="posts">
{% for post in paginator.posts %}
<div class="post">
<h1 class="post-title">
<a href="{{ post.url }}">
{{ post.title }}
</a>
</h1>
<span class="post-date">{{ post.date | date_to_string }}</span>
{{ post.content }}
</div>
{% endfor %}
</div> -->