-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
73 lines (72 loc) · 3.88 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
<!DOCTYPE html>
<html>
<head>
<title>Mandarins About</title>
<link href="dist/index.css" rel="stylesheet">
<script src="assets/js/index.js"></script>
<link rel="shortcut icon" type="image/png" href="assets/images/favicon.png"/>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
</head>
<header class="Header">
<div class="Header-wrapper">
<ul class="Header-menu">
<li class="Header-menuItem">
<a class="Header-menuLink" href="index.html">
Home
</a>
</li>
<li class="Header-menuItem">
<a class="Header-menuLink Header-menuLink--current" href="about.html">
About
</a>
</li>
<li class="Header-menuItem">
<a class="Header-menuLink" href="lookbook.html">
Lookbook
</a>
</li>
<li class="Header-menuItem">
<a class="Header-menuLink" href="team.html">
Team
</a>
</li>
<li class="Header-menuItem">
<a class="Header-menuLink" href="contact.html">
Contact
</a>
</li>
<li class="Header-menuItem Header-menuItem--spacer"></li>
<li class="Header-menuItem Header-menuItem--instagram">
<a class="Header-menuLink" href="https://www.instagram.com/mandarinsfilm/">
<img class="Header-menuInstagram" src="assets/images/instagram.png" alt="Instagram">
</a>
</li>
<li class="Header-menuItem Header-menuItem--instagram Header-menuItem--facebook">
<a class="Header-menuLink" href="https://www.facebook.com/mandarinsfilm">
<img class="Header-menuInstagram" src="assets/images/facebook.png" alt="Facebook">
</a>
</li>
</ul>
<button class="Header-toggle visible-only-xs">
<span class="Header-toggleBar"></span>
</button>
</div>
</header>
<body class="background-gray">
<div class="Hero Hero--about">
<h2 class="Hero-title">
Story
</h2>
<div class="Hero-description Hero-story">
After crashing her mother's funeral, a black sheep attempts to honor both the good and bad of her mother’s life against the wishes of her dutiful, older siblings. </div>
<h1 class="Hero-title">
Director's Statement
</h1>
<div class="Hero-description">
Mandarins was inspired by the mothers and daughters in my life. I’m biracial and my connection to my Asian heritage has primarily been through my mom. Our relationship wasn’t always the best. Most of us can point to a period of time like this with our parents (particularly in those tumultuous teenage years), however I came to realize there was an added layer of cultural nuance there. In college, I finally matured enough to get curious. I started having conversations with my mom about her past. We became closer and I learned about the trauma she went through, not only as a Chinese woman born into poverty, but also at the hands of her own parents. The more I learned, the more I realized my experiences were not unique. My mom had seen the ghosts of forced illiteracy and foot binding in her mother’s eyes. My cousins had gone through their own journeys of healing with my aunts. Friends with immigrant parents had stories that echoed one another.
<br><br>
But Mandarins isn’t just a story about hurting and conflict. Despite the hardships the Chinese women in my life have faced, they remain fiercely loyal to their families and embody an unresolved, aching forgiveness. This film is an ode to the wonderfully imperfect women I’ve had the joy of growing up around and a love letter to a uniquely American culture where relocated communities gather in transformed spaces to preserve their heritage and history. Touching on the oft hidden, yet widespread issue of intergenerational trauma in immigrant communities, Mandarins considers the ways in which we can forgive and love our ancestors while still honoring our pain.
</div>
</div>
</body>
</html>