-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (31 loc) · 812 Bytes
/
Copy pathindex.html
File metadata and controls
31 lines (31 loc) · 812 Bytes
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Michael Ye's Website</title>
<style media="screen">
.name {
text-align: center;
font-weight: bold;
}
#top {
font-weight: bold;
}
#links {
text-align: center;
}
</style>
</head>
<body>
<h1 class ="name">Michael Ye</h1>
<h3 class ="name">Welcome to my Website!</h3>
<div id ="links">
<a href="https://www.linkedin.com/in/michael-ye-144818154">LinkedIn</a>
<a href="https://mye956.github.io/resume/">Resume</a>
</div>
<div class="About Me">
<h4>About Me:</h4>
<p>Hello! My name is Michael or Mike for short and I'm currently a Junior majoring in Computer Engineering.</p>
</div>
</body>
</html>