-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
154 lines (140 loc) · 6.82 KB
/
about.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
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="*Deep breath*- people are complicated. That's why I aspire to be a great facilitator, but not an expert. I design with. I don't design for.">
<meta name="author" content="Josh Kim">
<meta property="og:title" content="About Josh Kim" />
<meta property="og:url" content="joshkimux.com/about" />
<meta name="keywords" content="Josh Kim, a11y, accessibility, design, research, inclusive, product, service, ux, user experience, reads, books, about">
<title>About Josh | Josh Kim is a humanity centered accessibility strategist, educator, and design researcher</title>
<!-- Stylesheets -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/jk.css" rel="stylesheet">
<!-- Fonts from Google -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&family=Libre Baskerville:wght@400&display=swap" rel="stylesheet">
<!-- Favicon -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<!-- Skip link for keyboard users -->
<a class="skip-main" href="#main">Skip to main content</a>
<!--Navigation -->
<header class="header">
<div class="container">
<nav class="jnav" aria-label="main">
<a href="index.html">Josh 内藤</a>
<span class="divider"></span>
<ul>
<li><a href="work.html">Work</a></li>
<li><a href="speaking.html">Speaking</a></li>
<li><a aria-current="true" href="about.html">About</a></li>
</ul>
</nav>
</div>
<!--end of container -->
</header>
<main role="main" id="main" tabindex="-1">
<div class="container">
<div class="heading">
<div class="row">
<div class="col-lg-12 col-xl-9">
<h1>About Josh</h1>
<p>Military brat, 2nd generation immigrant, spam purveyor. We're complex, so I design from the margins.</p>
</div>
<div class="col-xl-3">
<div class="receipt">
<img alt="Eating on a picnic bench in a Hawaiian public park with chicken strolling nearby." src="img/thumb/artifacts/about-noise.png">
<img alt="" src="img/thumb/artifacts/about.png">
<p>I grew up in the 808. I'm still fond of a rice plate with chicken in the park.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Principles -->
<div class="content">
<div class="container">
<div class="row">
<div class="col-lg-4">
<h2 id="principles">My Principles</h2>
<p>I'm stubbornly aligned with these quotes. They've helped me grow as a designer and a human being.</p>
</div>
<div class="offset-lg-1 col-lg-7">
<ul role="list" class="big-list">
<li>
<figure>
<blockquote>
<p>Make mistakes, but also make real amends.</p>
</blockquote>
<figcaption><strong>Elizabeth (Dori) Tunstall</strong>, <em>Decolonizing Design</em></figcaption>
</figure>
</li>
<li>
<figure>
<blockquote>
<p>Relationships are everything. Move at the speed of trust.</p>
</blockquote>
<figcaption><strong>adrienne maree brown</strong>, <em>Emergent Strategy</em></figcaption>
</figure>
</li>
<li>
<figure>
<blockquote>
<p>The best interface is no interface.</p>
</blockquote>
<figcaption><strong>Golden Krishna</strong>, <em>The Best Interface is No Interface</em></figcaption>
</figure>
</li>
</ul>
</div>
</div><!-- row -->
</div><!-- container -->
</div><!-- content -->
</main>
<!-- Footer -->
<footer class="footer">
<div class="container">
<h2 class="sr-only">Footer</h2>
<div class="row">
<div class="col-4 col-md-2">
<h3>SITEMAP</h3>
<ul role="list">
<li><a href="work.html">Work</a></li>
<li><a href="speaking.html">Speaking</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
<div class="col-4 col-md-2">
<h3>CONTACT</h3>
<ul role="list">
<li><a href="resume.html">Resume</a></li>
<li><a href="mailto:[email protected]">Email</a></li>
<li><a href="https://www.linkedin.com/in/joshkimux/">LinkedIn</a></li>
</ul>
</div>
<div class="col-4 col-md-2">
<h3>A11Y</h3>
<ul role="list">
<li><a href="accessibility.html">Statement</a></li>
<li><a rel="external" href="https://www.a11yproject.com/spotlight/josh-kim/">Spotlight</a></li>
<li><a rel="external" referrerpolicy="strict-origin" href="https://a11y-webring.club/next">Webring</a></li>
</ul>
</div>
<div class="offset-0 col-sm-6 offset-md-1 col-md-5 offset-lg-2 col-lg-4">
<h3>HAIKU</h3>
<ul>
<li class="espresso">Need more espresso</li>
<li class="depresso">This site gives me depresso</li>
<li><a href="portfolio.html">Despite progresso</a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- js -->
<script src="js/jk.js"></script>
</body>
</html>