-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (24 loc) · 1.03 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>My test page</title>
<link href="styles/style.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto" rel="stylesheet">
</head>
<body>
<h1>Digital Wealth Management - JPOI</h1>
<img src="images/JPM-logo.png" alt="JP Morgan Chase Logo">
<p>Senior Product Designer</p>
<ul>
<li>Located in Hong Kong</li>
<li>Jan 2019 - Present</li>
</ul>
<p>Designing digital private banking services for <a href="https://www.jpmorganchase.com/">JP Morgan</a> international market, and being one of those who drive internal digital transformation.</p>
<img src="images/image-0.png" alt="Picture" id="artwork">
<button>Change Project</button>
<script src="scripts/main.js"></script>
</body>
</html>