-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
51 lines (49 loc) · 1.64 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
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wei's Blog</title>
</head>
<body>
<div class="page tittles">
<a class="nav-link" href="index.html"> <h1>Wei's Blog</h1></a>
<h1 class="page tittle">About Me</h1>
</div>
<div class="page contents">
<p class="self-intro">I am Wei, one of the undergrad students of northwestern university, I am taking this class to get the knowledge required to build a web project for a housing guide.
This is the first website that I am involved in developing. Hope this could be a great start for my Web Dev journey.</p>
<h2>Facts About Me</h2>
<ul class="facts list about myself">
<li>Majors</li>
<ul>
<li>Psychology</li>
<li>CS</li>
</ul>
<li>Programing Languages</li>
<ul>
<li>Python</li>
<ul>
<li>Tensorflow</li>
<li>Numpy</li>
<li>Pandas</li>
<li>OpenCV</li>
</ul>
<li>C & C++</li>
<li>C#</li>
<li>Dr.Racket</li>
<li>Assembly</li>
</ul>
<li>Interests</li>
<ul>
<li>Water-Color Painting</li>
<li>Photography</li>
<li>Playing Piano</li>
<li>Yoga</li>
<li>Escape Rooms</li>
</ul>
</ul>
<h3>More Stuffs To Explore...</h3>
</div>
</body>
</html>