Skip to content

Commit 2fb9457

Browse files
Merge branch 'main' into templateliyang
2 parents 9685979 + bdb9b43 commit 2fb9457

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

our-team/index.html

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Demo Website</title>
5+
</head>
6+
<body>
7+
<h1>About Us!</h1>
8+
9+
<section>
10+
<h2>Junyu Wang</h2>
11+
12+
<img
13+
src="https://media.licdn.com/dms/image/v2/D5603AQG-DZGtcnGZDA/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1726875722616?e=1769644800&v=beta&t=Vekf_tc47XvKjyOjfM3soyeA7L1J1zrvbwFe2IKft6Y"
14+
alt="Profile photo of Junyu Wang"
15+
width="200"
16+
/>
17+
18+
<p>
19+
I am a graduate student at Harvard Kennedy School, interested in
20+
technology, public policy, and finance development.
21+
</p>
22+
<p>
23+
In this course, I am learning how to build websites and collaborate
24+
with others using Git and GitHub.
25+
</p>
26+
27+
<p>
28+
<strong>Contact:</strong><br />
29+
Phone: 617-216-7244<br />
30+
Email: <a href="mailto:jwang@hks.harvard.edu">jwang@hks.harvard.edu</a>
31+
</p>
32+
</section>
33+
34+
</body>
35+
</html>

0 commit comments

Comments
 (0)