forked from grammarbot/research-landing-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (69 loc) · 3.09 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<!--[if lte IE 8 ]><html lang="en" class="js-off lte-ie8"><![endif]-->
<!--[if IE 9 ]> <html lang="en" class="js-off ie9"><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!-->
<html lang="en" class="js-off">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<link rel="stylesheet" href="css/wmui-style-guide.min.css">
<title>Jonathan T. Morgan</title>
<script>
document.documentElement.className = document.documentElement.className.replace(/\bjs-off\b/,'js-on'); // no BEM notation thx to IE
</script>
<!--[if lt IE 9]>
<script>window.html5={'shivCSS':false};</script>
<script src="js/vendor/ie/html5shiv-3.7.3.min.js"></script>
<script src="js/vendor/ie/respond-1.4.2.min.js"></script>
<![endif]-->
<link rel="preload" href="fonts/Charter_regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="fonts/Lato_regular.woff2" as="font" type="font/woff2" crossorigin>
<script src="js/fonts-loader.js" async></script>
</head>
<body class="wrlp page--home">
<header id="header" class="header" role="banner">
<div class="content-box">
<a href="#content" class="is-aural is-focusable">Jump to content</a>
<a href="#nav--main" class="is-aural is-focusable">Jump to navigation</a>
<h1 class="site__title"><a href="./">Jtmorgan.net</a></h1>
<label class="btn--nav-main" for="trigger--nav-main" aria-hidden="true" title="Show main menu">
<i></i> <span>Menu</span>
</label>
</div>
</header>
<div class="page">
<div class="content-box">
<div class="col col--start">
<input type="checkbox" id="trigger--nav-main" class="trigger--nav-main">
<nav id="nav--main" class="nav nav--main" role="navigation">
<ol>
<li class="nav__item is-on"><a href="index.html">Home</a></li>
<li class="nav__item"><a href="about.html">About me</a></li>
<li class="nav__item"><a href="publications.html">Publications</a></li>
</ol>
</nav>
</div>
<div class="col col--end">
<main id="content" class="content" role="main">
<h1 class="page__title">Jonathan T. Morgan, PhD </h1>
<p class="page__tagline">Design Research, Product Strategy, & AI UX</p>
<img src="img/patterns/headshot.jpg" title="image by Dana Bublitz" alt="jonathan morgan" />
<p>I study the way people work together on creative projects online, and find new ways to support them in their work.</p>
<p>I'm passionate about user experience, free culture, social change, and good design—and I believe they go better together.</p>
<p>Here I am on <a href="https://www.linkedin.com/in/jonathan-t-morgan-phd-4019058/">LinkedIn</a> and on <a href="https://scholar.google.com/citations?user=PGv5m3gAAAAJ&hl">Google Scholar</a>.</p>
</main>
</div>
</div>
</div>
<footer id="footer" class="footer">
<div class="content-box">
<ul class="footer__list">
<li><a href="acknowledgments.html">Acknowledgments</a>
<li><a href="https://github.com/jtmorgan/jtmorgan.net">Source</a></li>
</ul>
<p>All text © Jonathan T. Morgan 2020</p>
</div>
</footer>
</body>
</html>