-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (29 loc) · 1.15 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Yekang Chang's World Line</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
</head>
<body>
<div class="container mt-5">
<h1>Welcome to Yekang's World Line!</h1>
<img src="WechatIMG424.jpeg" alt="El Psy Kongroo" class="img-fluid rounded-circle mt-3" width="200">
<div class="socials mt-3">
<a href="https://github.com/yykkcc" target="_blank">GitHub</a>
</div>
<section class="education mt-5">
<h2>Education</h2>
<h3>Computer and Information Sciences major at Berkeley (Go Bears!)</h3>
<p>Domain Emphasis in Cognition</p>
</section>
<section class="work-experience mt-5">
<h2>Experience</h2>
<h3>Software Developer</h3>
<p>Developed and published a paper on IEEE about an AI and cloud computing based Danger Tracker: A Safety and Health System for Wearable Devices</p>
</section>
</div>
</body>
</html>