-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (44 loc) · 2.46 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
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Define title -->
<title>Jae-Hyun Kim</title>
<!-- Include favicon. Use, e.g., https://favicon.io/ -->
<link rel="icon" type="image/png" href="favicon.png" sizes="32x32" />
<!-- Include style sheets -->
<link rel="stylesheet" href="main.css" />
<!-- Fonts from Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300;600&display=swap" rel="stylesheet" />
<!-- Load FontAwesome (for icons) -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g=="
crossorigin="anonymous"
/>
<!-- Load Academicons (for more icons) -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.2/css/academicons.min.css"
integrity="sha512-KlJCpRsLf+KKu2VQa5vmRuClRFjxc5lXO03ixZt82HZUk41+1I0bD8KBSA0fY290ayMfWYI9udIqeOWSu1/uZg=="
crossorigin="anonymous"
/>
</head>
<body>
<section id="content">
<!-- Text -->
<div style = "width: 100%; margin: 0 auto; text-align: left;">
<p>My name is Jae-Hyun Kim. I am a Senior Lecturer in the Department of Linguistics at Macquarie University in Australia. I teach into the Master of Speech and Language Pathology course. My research focuses on diagnosis, measurement and assessment in speech pathology.</p>
<p style="margin-bottom: 0;">My institutional profile is <a href='https://researchers.mq.edu.au/en/persons/jae-hyun-kim' target="_blank">here</a>.
<p style="margin-top: 0; margin-bottom: 0;">My Google Scholar profile is <a href='https://scholar.google.com.au/citations?user=oSYaKM0AAAAJ&hl=en&inst=9337400240212475524' target="_blank">here</a>.
<p style="margin-top: 0; margin-bottom: 0;">My ResearchGate profile is <a href='https://www.researchgate.net/profile/Jae-Hyun-Kim-4' target="_blank">here</a>.
<p style="margin-top: 0; margin-bottom: 0;">My LinkedIn profile is <a href='https://www.linkedin.com/in/jaehyunkim240/' target="_blank">here</a>.
<p style="margin-top: 0; margin-bottom: 0;">My Bluesky profile is <a href='https://bsky.app/profile/jaehyunkim.bsky.social' target="_blank">here</a>.
<p style="margin-top: 0; margin-bottom: 0;">My email is <a href="mailto:jae-hyun.kim@mq.edu.au">jae-hyun.kim@mq.edu.au</a>.</p>
</div>
</section>
</body>
</html>