-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
49 lines (43 loc) · 1.74 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
<!DOCTYPE html>
<html lang="en">
<link rel="stylesheet" href="style.css" />
<div id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="page-1.html">Letters</a></li>
<li><a href="submit.html">Submit</a></li>
</ul>
</div>
<body class="about">
<div>
<h1 id="title">
<span>Our</span>
<span>Love</span>
<span>Language</span>
</h1>
</div>
<div>
<p id="bio">
Growing up in America in an Asian household, I often felt a disconnect
with my parents. I don't think this is any particular party's fault but
rather just a combination of growing up with different lifestyles,
cultures, etc.</p>
<p id ="bio1"> Upon talking to others and reading similar stories online,
I think also in Asian households the “love language” is different and we
don’t necessarily express our appreciation and love for each other in
traditional Western culture methods of words of affirmation or physical
touch. And for me, as an Asian-American, growing up in the cross-section
of these two very different cultures and how they express love, there was
a lot of confusion and dissonance. I feel like this sentiment of an
emotionally broken household is feel like many immigrant children. This
website acts as a place for people to anonymously (or not anonymously)
share things they wish they were able to confide in their parents with.
These can be happy, sad, good or bad. I hope it acts as an outlet and that
you find solace in reading the shared experiences of others.
<div id="bio1">
Created by Katie Liu. </div>
</p>
</div>
</body>
</html>