-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (61 loc) · 2.14 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Arlo Bryan Guthrie</title>
<link rel="stylesheet" href="style.css" />
</head>
<body class="text-slate-900 px-4 py-8 md:p-20 h-screen">
<div
class="fixed top-0 right-0 bottom-0 left-0 bg-gradient-to-br from-slate-50 to-slate-400 -z-10"
></div>
<main class="max-w-xl mx-auto">
<h1 class="pb-6 text-2xl md:text-3xl">
<span
class="block text-3xl md:text-4xl font-bold uppercase text-slate-600"
>Arlo Bryan Guthrie</span
>
is a leader of design teams, design systems, and design operations.
</h1>
<p class="pb-4 text-lg md:text-xl">
He's busy being dad for
<a class="link" href="//hazelguthrie.com">Hazel</a> and
<a class="link" href="//oliverguthrie.com">Oliver</a>, life partner for
<a class="link" href="//lesleyguthrie.com">Lesley</a>, and Director of
Design for <a class="link" href="https://www.drata.com/">Drata</a>, so this is his entire website.
</p>
<ul class="text-lg md:text-xl list-disc">
<li class="list">
Interact with him on
<a class="link" href="https://www.linkedin.com/in/arlodesign/"
>LinkedIn</a
>, a popular social media network for professionals
</li>
<li class="list">
Gaze upon
<a class="link" href="//sketchbook.arlo.me"
>his ongoing experimentations with generative art</a
>
</li>
<li class="list">
Check out
<a class="link" href="http://chicagodesign.systems/"
>the design systems meetup he used to operate</a
>
</li>
<li class="list">
Consider
<a class="link" href="//cl.ly/1v1D2M0F4106"
>a few samples of very old design work</a
>
</li>
<li class="list">
Harvest
<a class="link" href="mailto:[email protected]">his email address</a> for
your spambot
</li>
</ul>
</main>
</body>
</html>