-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
104 lines (99 loc) · 2.45 KB
/
index.html
File metadata and controls
104 lines (99 loc) · 2.45 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html lang="en">
<head>
<meta
name="description"
content="Liam DeBeasi is a software engineer working at Builder"
/>
<meta name="color-scheme" content="light dark" />
<meta
name="viewport"
content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0"
/>
<title>Liam DeBeasi | Software Engineer</title>
<link
rel="stylesheet"
href="styles.css"
type="text/css"
media="screen"
charset="utf-8"
/>
</head>
<body>
<div class="container">
<main>
<div class="me"></div>
<h1>
Hi there, I'm <strong>Liam DeBeasi</strong>. I am currently a software
engineer at
<a
href="https://builder.io"
rel="noopener"
target="_blank"
class="builder"
>Builder.io</a
>.
</h1>
<p>
Prior to that, I was the lead engineer on
<a
href="https://ionicframework.com"
rel="noopener"
target="_blank"
class="ionic"
>Ionic Framework</a
>
and a software engineer for
<a
href="https://www.neurala.com"
rel="noopener"
target="_blank"
class="neurala"
>Neurala</a
>
and
<a
href="https://systematic.io"
class="systematic"
rel="noopener"
target="_blank"
>Systematic</a
>.
</p>
<p>
I also maintain
<a
href="https://github.com/liamdebeasi/contrast"
rel="noopener"
target="_blank"
class="contrast"
>Contrast</a
>, an open source tool for validating web accessibility color contrast
levels.
</p>
</main>
<section class="social">
<a
rel="noopener"
title="email"
href="mailto:liam@debeasi.com"
class="mail"
></a>
<a
rel="noopener"
title="github"
href="http://github.com/liamdebeasi"
target="_blank"
class="github"
></a>
<a
rel="noopener"
title="linkedin"
href="https://linkedin.com/in/liamdebeasi/"
target="_blank"
class="linkedin"
></a>
</section>
</div>
</body>
</html>