-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (37 loc) · 1.37 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
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Your Name</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Welcome to Hai Wang's mini-page 3/19/2024</h1>
</header>
<div class="nav">
<div class="container">
<ul>
<li>About</li>
<li>Contact</li>
</ul>
</div>
</div>
<main>
<section id="bio">
<h2>About Me</h2>
<p>I am an equity investor and a hobbist developer at the Bay Area. </p>
<p>Now I start a journey for exploring AI applications in finance. </p>
<p>Please check out my kick-off project: </p>
<p><a href="http://arxiv.org/abs/2401.06164" target="_blank">Multimodal Gen-AI for Fundamental Investment Research</a></p>
<p>LinkedIn: <a href="https://www.linkedin.com/in/hai-wang/" target="_blank"> https://www.linkedin.com/in/hai-wang/</a></p>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
<!-- <p>Resume: <a href="Resume Hai Wang.pdf" target="_blank">Resume Hai Wang.pdf</a></p> -->
<!-- <p><a href="about.html">About Me</a> | <a href="contact.html">Contact</a></p> -->
</section>
</main>
<footer>
<p>© 2024, Hai </p>
</footer>
</body>
</html>