-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
55 lines (45 loc) · 2.32 KB
/
about.html
File metadata and controls
55 lines (45 loc) · 2.32 KB
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Zining Wang by wangzining</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Zining Wang</h1>
<h2 class="project-tagline"></h2>
</section>
<aside style="float:right; margin:0 5%">
<nav>
<a href="../index.html">Home</a> |
<a href="../courses.html">Courses</a> |
<a href="../research.html">Research</a> |
<a href="../fun.html">Fun</a> |
<a href="../about.html">About</a>
</nav>
</aside>
<section class="main-content">
<h3>
<a id="Comming Soon!" class="anchor" href="#welcome-to-zining-wangs-homepage" aria-hidden="true"><span class="octicon octicon-link"></span></a>Contact</h3>
<p>My email address is <a href="mailto:emorywangzining@gmail.com">emorywangzining@gmail.com</a>. Feel free to contact me!</p>
<script src="JS files/about.js"></script>
<p><button onclick="displayLinkin()">Be a friend with me on Linkedin! </p></button>
<p id="LinkedinWebpage"></p>
<h4>Take a look at my articles, if you like!</h4>
<a href="https://mp.weixin.qq.com/s?__biz=MzkzMjYxMjIwOA==&mid=2247505022&idx=1&sn=229b8333dc834ed76d97a95b761180d0&source=41&poc_token=HK1KxmijWP1Be2-rpKfqfTTvV9lliGvLBNKSI7I-">1. Trust The Process, Enjoy the Process: Something to share with all my junior schoolMates in China</a>
This article is in Chinese, so it would be great if you know Chinese. Or feel free to use AI to translate it : )
<p></p>
2. Coming soon...
</section>
</body>
</html>