-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutme.html
102 lines (86 loc) · 3.63 KB
/
aboutme.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE HTML>
<!--
Editorial by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Minghan Sun's Personal Website</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7TX2Y1RPKS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7TX2Y1RPKS');
</script>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<header id="header">
<ul class="icons">
<li><a href="https://www.linkedin.com/in/minghan-sun-46a591236/" class="icon brands fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/minghansun1" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
<li><a href="mailto:[email protected]" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
</ul>
</header>
<!-- Content -->
<section>
<header class="main">
<h1>About Me</h1>
</header>
<span class="image main"><img src="images/aboutmephoto.png" alt="" /></span>
<p>Hey there! I'm Minghan, a rising sophomore studying computer science at the University of Pennsylvania.
I've been studying computer science since I took AP CSA in high school, and I'm comfortable with Java, Python, Javascript, C, and React.
Outside of class, I do machine learning research with the URBS lab, build websites, and work on cool side projects.</p>
<p>I also love playing soccer, walking my dog, hiking, playing chess, and meeting new people!</p>
</section>
</div>
</div>
<div id="sidebar">
<div class="inner">
<!-- Menu -->
<nav id="menu">
<header class="major">
<h2>Menu</h2>
</header>
<ul>
<li><a href="index.html">Homepage</a></li>
<li><a href="aboutme.html">About Me</a></li>
<li><a href="index.html#my_work_experience">My Work Experience</a></li>
<li><a href="index.html#my_projects">My Projects</a></li>
</ul>
</nav>
<!-- Section -->
<section>
<header class="major">
<h2>Contacts</h2>
</header>
<p>If you want to get in touch, please reach out through email!</p>
<ul class="contact">
<li class="icon solid fa-envelope"><a href="mailto:[email protected]">[email protected]</a></li>
<li class="icon brands fa-linkedin"><a href="https://www.linkedin.com/in/minghan-sun-46a591236/">https://www.linkedin.com/in/minghan-sun-46a591236/</a></li>
<li class="icon brands fa-github"><a href="https://github.com/minghansun1">https://github.com/minghansun1</a></li>
<li class="icon solid fa-home">Seattle, WA</li>
</ul>
</section>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>