-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
42 lines (42 loc) · 2.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Portfolio</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
<link href="https://fonts.googleapis.com/css?family=Arvo:400,400i,700,700i" rel="stylesheet">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<main>
<section class="header">
<h1>Hello there 👋</h1>
<h2>My name is Kate 👩💻</h2>
</section>
<section class="content">
<p>
I'm a backend engineer at <a href="https://codesandbox.io/" target="_blank" rel="noopener noreferrer">CodeSandbox</a> with an eye for design and a keen curiousity to keep tinkering, building, and learning all I can.
<br>
<br>
I love sharing knowledge and inspiring others through speaking at meetups and conferences, like <strong><a href="https://codebar.io/events/brighton-talks-1" target="_blank" rel="noopener noreferrer">Codebar</a></strong>, <strong><a href="https://reactjsgirls.com/#speakers" target="_blank" rel="noopener noreferrer">React JS Girls</a></strong>, <strong><a href="https://bangbangcon.com/speakers.html" target="_blank" rel="noopener noreferrer">!!con</a></strong>, <strong><a href="https://london2019.theleaddeveloper.com/talks" target="_blank" rel="noopener noreferrer">The Lead Developer</a></strong>, and <strong><a href="https://jsconf.co/" target="_blank" rel="noopener noreferrer">JS Conf Colombia</a></strong>.
<br>
<br>
If you'd like to check out some of my weird side projects, have a look <a href="https://i12tq.csb.app/" target="_blank" rel="noopener noreferrer">here</a>, <a href="https://zx9l7.csb.app/" target="_blank" rel="noopener noreferrer">here</a>, <a href="https://8sxqx.sse.codesandbox.io/" target="_blank" rel="noopener noreferrer">here</a>, or <a href="https://rqv4n.csb.app/" target="_blank" rel="noopener noreferrer">even here</a>.
<br>
<br>
Want me to speak at your meetup or conference? Interested in building something together? I'd love to hear from you 👉 <span class="black-shadow">[email protected]</span>
</p>
</section>
<section class="links">
<a href="http://www.github.com/sbinlondon" target="_blank" rel="noopener noreferrer">Github </a>
|
<a href="http://www.twitter.com/sbinlondon" target="_blank" rel="noopener noreferrer"> Twitter </a>
|
<a href="https://foundersandcoders.com" target="_blank" rel="noopener noreferrer"> Founders & Coders</a>
</section>
</main>
</body>
</html>