-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout.html
41 lines (40 loc) · 2.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About Page</title>
<link rel="stylesheet" href="About.css" />
<link rel="stylesheet" href="style.css" />
<script defer src="style.js"></script>
</head>
<body>
<main>
<!-- <div class="navbar_top">
<ul >
<li><a href="index.html">Home</a></li>
<li><a href="About.html">About</a></li>
<li><a href="Description">Dedcription</a></li>
<li><a href="Projects">Projects</a></li>
<li><a href="Contact">Contact</a></li>
</ul>
</div> -->
<div id="nav1"></div>
<div class="imgAndText">
<figure class="img-huidong">
<img src="image/Image.jpg" alt="Image of Huidong" width="400" height="500"/>
</figure>
<div class="content">
<h1 class="title">About Me</h1>
<p>Hi, This is Huidong Wang (he/him). You can call me Dong. I am from China.
I am an undergraduate student. I currently studying in Portland State University.
My major is computer science. I studied in a Chinese university for two years.
Then I came to the United States to study at Portland State University through the 2+2 program.
During the two years and four semesters in China, I won the second-class scholarship for four times.
During this period, I studied the minor subject of business administration, successfully passed the final examination, and got the certificate of the minor double degree. I also participated in the Youth Innovation Competition (a large competition of entrepreneurship) and won the bronze prize. In my first year in the United States, I learned language in IELP, and received several inspired student certificates, which well supplemented my English ability and helped me to become a bilingual.</p>
</div>
</div>
</main>
</body>
</html>