-
Notifications
You must be signed in to change notification settings - Fork 0
/
work-experience.html
30 lines (30 loc) · 984 Bytes
/
work-experience.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
<!-- Save this as work-experience.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Work Experience - Junting Lyu</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Work Experience</h1>
</header>
<nav>
<ul>
<li><a href="index.html">About Me</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="assignments.html">Assignments</a></li>
</ul>
</nav>
<section>
<h2>Software Development Intern</h2>
<p>Shanghai Center for Brain Science and Brain-Inspired Technology, May 2022 - Sep 2022. Developed algorithms using OpenCV to enhance text scanning accuracy.</p>
</section>
<footer>
<p>Contact: <a href="mailto:[email protected]">[email protected]</a></p>
</footer>
</body>
</html>