-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmypage.html
More file actions
49 lines (45 loc) · 1.61 KB
/
Copy pathmypage.html
File metadata and controls
49 lines (45 loc) · 1.61 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
<title>About me</title>
</head>
<body>
<h1>Tianwei Zhao</h1>
<p>Three interesting facts about myself: I come from China. I like McDonald's Cheeseburger. I'm good at tennis. The reason that I study Computer Science is I hvae many intersts about Artificial intelligence, I think it is super cool, and is very important for the development of human being.</p>
<br>
<h2>My Professional Profile</h2>
<br>
<a href="https://github.com/ZTWHHH">Tianwei's Github</a>
<br><br>
<img id="ZTWHHH" src="ZTW.jpeg" alt="" width="500" height="600" style="border-radius:50%;">
<br><br><br>
<h3>My Favorite Projects</h3>
<br>
<div class="col-8">
<div style="text-align:center">
<table class="table-bordered " height="200" width="350">
<tr>
<th>Name of the Project</th><th>Technologies Used</th>
</tr>
<tr>
<td>Natural language processing</td><td>python</td>
</tr>
<tr>
<td>Machine learning</td><td>python</td>
</tr>
<tr>
<td>Deep learning</td><td>python</td>
</tr>
</table>
</div>
</div>
<br><br>
<h3>My Interests</h3>
<ul>
<li>Music</li>
<li>Movie</li>
<li>Coding</li>
</ul>
</body>
</html>