-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (64 loc) · 3 KB
/
Copy pathindex.html
File metadata and controls
76 lines (64 loc) · 3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Byonca H. - Front-End Engineer</title>
<meta name="description" content="Byonca is a front-end engineer with a strong focus on accessibility, living in Chicago.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.byonca.com/">
<meta property="og:title" content="Byonca H.">
<meta property="og:description" content="Byonca is a front-end engineer with a strong focus on accessibility, living in Chicago.">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://www.byonca.com/">
<meta property="twitter:title" content="Byonca H.">
<meta property="twitter:description" content="Byonca is a front-end engineer with a strong focus on accessibility, living in Chicago.">
<title>Byonca H.</title>
<link rel="canonical" href="https://www.byonca.com/">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500&family=Roboto:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/reset.css">
<link rel="stylesheet" href="assets/main.css">
</head>
<body>
<nav class="nav">
<a class="link" href="assets/resume.pdf">resume</a>
</nav>
<main class="container">
<h1 class="heading">byonca is a front-end engineer with a strong focus on accessibility, living in chicago.</h1>
<section class="section">
<h2 class="subheading">Works with:</h2>
<p class="body">HTML5, CSS, Sass, Tailwind CSS, Responsive Design, Mobile-First, JavaScript, TypeScript, Vue, GraphQL, Apollo Client, Vue Test Utils, Jest, Cypress, Git, Storybook, axe DevTools</p>
</section>
<section class="section hidden" id="devto">
<h2 class="subheading">Latest writing:</h2>
<a href="" id="article" class="link"></a>
</section>
<section class="section">
<h2 class="subheading">Links:</h2>
<ul class="list">
<li>
<a class="link" href="https://www.twitter.com/fizzboop">twitter</a>
</li>
<li>
<a class="link" href="https://www.polywork.com/fizzboop">polywork</a>
</li>
<li>
<a class="link" href="https://www.github.com/fizzboop">github</a>
</li>
<li>
<a class="link" href="mailto:hello@byonca.com">email</a>
</li>
</ul>
</section>
<footer>
<p class="disclaimer">Avatar credit goes to: <a class="disclaimer-link" href="http://www.twitter.com/jayivee">jayivee</a> </p>
</footer>
</main>
<script src="assets/script.js"></script>
</body>
</html>