-
Notifications
You must be signed in to change notification settings - Fork 0
/
personal_statement.html
68 lines (68 loc) · 3.95 KB
/
personal_statement.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, minimum-scale=1, maximum-scale=1">
<title>Jason Lin</title>
<link href="style.css" rel="stylesheet" type="text/css">
<link href="fontawesome-free-5.15.1-web\fontawesome-free-5.15.1-web\css\fontawesome.css" rel="stylesheet">
<link href="fontawesome-free-5.15.1-web\fontawesome-free-5.15.1-web\css\brands.css" rel="stylesheet">
<link href="fontawesome-free-5.15.1-web\fontawesome-free-5.15.1-web\css\solid.css" rel="stylesheet">
<link href="favicon0.png" rel="icon">
</head>
<body>
<header>
<nav>
<h1 id="branding">
<a href="index.html">Jason Lin</a>
</h1>
<ul class="navbar">
<li id="navitems"><a href="index.html#aboutmearrow">ABOUT</a></li>
<li id="navitems"><a href="index.html#otherlinks">WORK</a></li>
<li id="navitems"><a href="#contact">CONTACT</a></li>
</ul>
<button class="theme-toggle"><i id="sunmoon" class="fas fa-moon"></i></button>
</nav>
</header>
<div id="front" class="block">
<div id="statement">
<h1>My Personal Statement</h1>
<h3>My life purpose is to use my creativity and authenticity to inspire
and motivate people to reach their true potential and enact purposeful
change in the world. I envision a future for me where I am actively working to
improve science and push the boundaries of knowledge. </h3>
<h3>That mindset to further advance the world will likewise bleed into my
personal life, where I will work to better myself in all aspects of life.
Every interest and activity I have picked up has taught me something different
about the world. I believe that the simple act of obtaining a collection of
perspectives builds one's character. I intend to gain different perspectives of
this world through the deliberate practice of learning and acquiring experiences.
I wish to view the same horizon with different spyglasses, devices obtained from
devoting one's energy for a long time.</h3>
<h3>Along the way, I hope to become a mentor and a role model to the people I meet.
I believe that teaching and helping others to become the best version of themselves,
as a way of giving, is the way to gain great fulfillment in this life. Likewise,
I wish to meet those who can give me guidance and are a paragon of who I wish to
become.</h3>
<h3>The people who I truly respect are not defined by their achievements or
status. I respect the individuals who show great character, especially in times
of great peril. I admire one's authenticity, tenacity, dedication, drive, and integrity.
I commend those whose actions are louder than their words, those who stick to their
values even when it is not favourable to do so. And I hope to become such a
person and instill similar ideals to those around me.</h3>
<h1><a href="index.html"><i class="fas fa-arrow-circle-left"></i></a></h1>
</div>
</div>
<footer>
<h1>Connect with me!</h1>
<ul id="contact" class="footbar">
<li><a href="mailto:shuhang@umich.edu" target="_blank"><i class="fas fa-envelope"></i></a></li>
<li><a href="https://linkedin.com/in/jasonlin90125" target="_blank"><i class="fab fa-linkedin"></i></a></li>
<li><a href="https://github.com/jasonlin90125" target="_blank"><i class="fab fa-github"></i></a></li>
<li><a href="https://chess.com/member/jasonlin90125" target="_blank"><i class="fas fa-chess-rook"></i></a></li>
</ul>
<h3>Copyright @ JJ Lincorporated</h3>
</footer>
<script src="script.js"></script>
</body>
</html>