-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinterests.html
More file actions
56 lines (51 loc) · 2.02 KB
/
Copy pathinterests.html
File metadata and controls
56 lines (51 loc) · 2.02 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Interests | Juno Li</title>
<meta name="description" content="Outside work — running, travel, and photography. Personal interests of Juno Li." />
<meta name="author" content="Juno Li" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://jun01ee.github.io/interests.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-interests">
<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">Contact</a>
<a href="interests.html" aria-current="page">Interests</a>
</nav>
</div>
</header>
<main id="main">
<section class="page-header section-band" aria-labelledby="interests-page-title">
<div class="section-inner">
<p class="eyebrow">Beyond Work</p>
<h1 id="interests-page-title">Interests</h1>
<p class="page-header__summary" data-render="beyond-work-summary"></p>
</div>
</section>
<section class="section-band section-band--alt" aria-label="Personal interests">
<div class="section-inner">
<div class="interests-grid" data-render="beyond-work"></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>