forked from mmistakes/minimal-mistakes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (68 loc) · 4.4 KB
/
Copy pathindex.html
File metadata and controls
82 lines (68 loc) · 4.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dr. 단비 Tauntaun Kim, PhD</title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css" />
</head>
<body>
<!-- ═══════════════════════════════════════
LANDING PAGE
════════════════════════════════════════ -->
<div class="landing-page">
<!-- Background -->
<div class="landing-bg" aria-hidden="true"></div>
<!-- Header — populated by nav.js (transparent + overlay mobile menu) -->
<header class="site-header" id="site-header"></header>
<!-- Cards content -->
<main class="landing-content" id="main">
<div class="landing-cards">
<!-- Hero card -->
<div class="landing-card hero-card">
<div class="card-eyebrow">Curiosity. Resilience. Liberation.</div>
<p class="card-body">Neuroscientist, teacher, and storyteller committed to building fun, compassionate, and multi-cultural learning communities.</p>
<a href="about.html" class="card-cta">learn more</a>
</div>
<!-- Card 2 — right lean -->
<div class="landing-card">
<div class="card-eyebrow">communicating science: comics</div>
<h1 class="card-title"><em><a href="FirstVIRS/index.html">The First VIRS</a></em></h1>
<p class="card-body">A science fiction graphic novel, created in collaboration with 17 artists, crowdfunded by 155 supporters, and based on my neuroscience PhD research.</p>
<a href="https://forms.gle/qjkDYCjzATXVPVNP8" class="card-cta">Pre-order a print copy of The First VIRS</a>
<a href="mailto:danbee@danbeekim.org?subject=Request for digital pdf of The First VIRS" class="card-cta">Request a digital copy of The First VIRS</a>
</div>
<!-- Card 3 — left lean -->
<div class="landing-card">
<div class="card-eyebrow">korean-american</div>
<h2 class="card-title">김단비 <span>||</span> Tauntaun Kim</h2>
<p class="card-body">In Korean, 단비 (pronounced <em>dhan-bi</em>) literally means "sweet rain", and idiomatically refers to rain that comes just when you need it. It's often used to refer to the first rain after a drought.</p>
<p class="card-body">I earned the nickname Tauntaun as a cast member in the <a href="https://mtg.mit.edu/122/">MIT Musical Theater Guild's 2005 production of <em>Star Wars Trilogy: Musical Edition</em></a>. I played Bail Organa, Lobot, an Ewok, a Death Star technician, one of the Emperor's Red Guards, and a drunk alien in Chalmun's Spaceport Cantina -- but hilariously, no tauntauns ever appeared on stage.</p>
</div>
<!-- Card 4 — right lean -->
<div class="landing-card">
<div class="card-eyebrow">communicating science: music</div>
<h2 class="card-title">4 heartsongs of Sorriso</h2>
<p class="card-body">A song cycle inspired by my neuroscience research, originally written for and with <a href="https://www.facebook.com/scubaphone/">Scubaphone</a>, c.2014-2016. Since then I've performed these songs on my own and as a member of <a href="/open-lab-notebook/opl/aronauts.html">Aronauts</a> and <a href="https://www.instagram.com/hugmongerband/">Hugmonger</a>, on bass guitar, bass ukelele, and upright double bass.</p>
<a href="/open-lab-notebook/opl/aronauts.html#lyrics" class="card-cta">lyrics</a>
</div>
<!-- Card 5 — left lean -->
<div class="landing-card">
<div class="card-eyebrow">migrant</div>
<h2 class="card-title">13 cities and counting</h2>
<p class="card-body">After growing up in 6 different states in Los Estados Unidos, I lived in Portugal and the British Isles before returning to Turtle Island.</p>
</div>
</div>
</main>
<!-- Footer — populated by nav.js (transparent + landing-footer) -->
<footer class="site-footer" id="site-footer"></footer>
</div>
<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script>
<script src="assets/js/nav.js"
data-root="./"
data-header-class="transparent"
data-footer-class="transparent landing-footer"
data-mobile-menu="overlay"></script>
</body>
</html>