-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
93 lines (88 loc) · 3.57 KB
/
Copy pathcontact.html
File metadata and controls
93 lines (88 loc) · 3.57 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Contact | Juno Li</title>
<meta name="description" content="Get in touch with Juno Li — email, LinkedIn, GitHub, GitLab, and Google Scholar." />
<meta name="author" content="Juno Li" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://jun01ee.github.io/contact.html" />
<link rel="icon" href="images/icon.jpg" type="image/png" />
<link rel="stylesheet" href="assets/css/fontawesome-all.min.css" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="page-contact">
<a class="skip-link" href="#main">Skip to content</a>
<header class="site-header" aria-label="Primary navigation">
<div class="site-header__inner">
<a class="brand" href="index.html" aria-label="Juno Li home">Juno Li</a>
<nav class="site-nav" aria-label="Site sections">
<a href="projects.html">Projects</a>
<a href="experience.html">Experience</a>
<a href="contact.html" aria-current="page">Contact</a>
<a href="interests.html">Interests</a>
</nav>
</div>
</header>
<main id="main">
<section class="page-header section-band" aria-labelledby="contact-page-title">
<div class="section-inner">
<p class="eyebrow">Get in touch</p>
<h1 id="contact-page-title">Contact</h1>
<p class="page-header__summary">Open to Data Scientist / Analyst, Data Engineer, AI/ML, and Business Intelligence roles. Feel free to reach out.</p>
</div>
</section>
<section class="section-band section-band--alt" aria-label="Contact details and links">
<div class="section-inner contact-standalone">
<div class="contact-panel">
<div class="link-row">
<a class="button button--primary" href="assets/Juno_Li_CV.pdf" download>
<span class="icon fas fa-file-download" aria-hidden="true"></span>
Download CV
</a>
<a class="button" href="https://github.com/jun01ee" target="_blank" rel="noreferrer">
<span class="icon fab fa-github" aria-hidden="true"></span>
GitHub
</a>
<a class="button" href="https://gitlab.com/jun01ee" target="_blank" rel="noreferrer">
<span class="icon fab fa-gitlab" aria-hidden="true"></span>
GitLab
</a>
<a class="button" href="https://www.linkedin.com/in/jun01ee/" target="_blank" rel="noreferrer">
<span class="icon fab fa-linkedin-in" aria-hidden="true"></span>
LinkedIn
</a>
<a class="button button--ghost" href="https://scholar.google.com/citations?user=Q0zwr3cAAAAJ&hl=en&authuser=1" target="_blank" rel="noreferrer">
<span class="icon fas fa-graduation-cap" aria-hidden="true"></span>
Google Scholar
</a>
</div>
<dl class="contact-list">
<div>
<dt>Email</dt>
<dd><a href="mailto:juno.li.research@gmail.com">juno.li.research@gmail.com</a></dd>
</div>
<div>
<dt>Location</dt>
<dd>Perth, Western Australia</dd>
</div>
<div>
<dt>Career interests</dt>
<dd>Open to Data Scientist / Analyst, Data Engineer, AI/ML, Business Intelligence roles.</dd>
</div>
</dl>
</div>
</div>
</section>
</main>
<footer class="site-footer">
<div class="section-inner site-footer__inner">
<p>© <span data-render="year">2026</span> Juno Li.</p>
<a href="index.html">Home</a>
</div>
</footer>
<script src="assets/js/site-data.js"></script>
<script src="assets/js/site.js"></script>
</body>
</html>