-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
110 lines (99 loc) · 3.7 KB
/
Copy pathindex.html
File metadata and controls
110 lines (99 loc) · 3.7 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<html lang="zh-Hant">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chih-Yang (Eric) Li 李智揚 | AI Researcher & Educator</title>
<meta name="description" content="李智揚 — AI / 深度學習 / 醫學影像 / 生成式AI 講師與研究者">
<link rel="icon" href="assets/FB.jpg">
<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=Sora:wght@400;500;600;700;800&family=IBM+Plex+Sans:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css?v=9">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JD2D5FFLFR"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-JD2D5FFLFR');
</script>
</head>
<body>
<header class="nav">
<div class="nav-inner">
<a href="#top" class="brand">CY LI</a>
<nav class="nav-links" id="nav-links"></nav>
<div class="nav-actions">
<button id="lang-toggle" class="lang-btn" aria-label="Toggle language">EN</button>
<button id="theme-toggle" class="lang-btn theme-btn" aria-label="Toggle theme">🌙</button>
</div>
</div>
</header>
<main id="top">
<header id="hero" class="hero">
<div class="hero-glow" aria-hidden="true"></div>
<div class="hero-inner">
<div class="hero-copy">
<span class="eyebrow" id="hero-eyebrow"></span>
<h1 id="hero-name"></h1>
<p class="hero-role" id="hero-role"></p>
<p class="hero-tagline" id="hero-tagline"></p>
<div class="hero-cta">
<a href="#contact" class="btn btn-primary" id="hero-cta-contact"></a>
<a href="#talks" class="btn btn-secondary" id="hero-cta-talks"></a>
</div>
<div class="social-row" id="hero-socials"></div>
</div>
<div class="hero-photo">
<img src="assets/FB.jpg" alt="Chih-Yang Eric Li">
</div>
</div>
</header>
<section id="about" class="section">
<div class="about-grid">
<div class="card">
<h3 id="about-expertise-label"></h3>
<div class="tags" id="about-expertise"></div>
</div>
<div class="card">
<h3 id="about-education-label"></h3>
<div class="edu-list" id="about-education"></div>
</div>
</div>
</section>
<section id="experience" class="section section-sunken">
<div class="section-head">
<span class="eyebrow" id="experience-eyebrow"></span>
</div>
<ol class="timeline" id="experience-list"></ol>
</section>
<section id="talks" class="section">
<div class="talks-grid" id="talks-categories"></div>
</section>
<section id="awards" class="section section-sunken">
<div class="section-head">
<h2 id="awards-heading"></h2>
</div>
<div class="awards-grid" id="awards-list"></div>
<div class="partners-grid" id="partners-grid"></div>
</section>
<section id="contact" class="section">
<div class="contact-banner">
<h2 id="contact-heading"></h2>
<p id="contact-sub"></p>
<div class="contact-emails">
<a href="mailto:taipingeric@gmail.com" class="btn btn-on-brand">taipingeric@gmail.com</a>
<a href="mailto:f07945052@csie.ntu.edu.tw" class="btn btn-outline-on-brand">f07945052@csie.ntu.edu.tw</a>
</div>
<div class="social-row social-row-on-brand" id="contact-socials"></div>
</div>
</section>
</main>
<footer class="footer">
<span id="footer-copyright"></span>
<span id="footer-built"></span>
</footer>
<script src="js/main.js?v=9"></script>
</body>
</html>