-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
34 lines (28 loc) · 1.83 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
<!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:[email protected]" 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>
<footer>© 2024 Liam DeBeasi</footer>
</div>
</body>
</html>