-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (45 loc) · 2.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<html lang="en"><head>
<title>🌸🌕🔮</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>👑</text></svg>">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div class="container">
<div class="row headline">
<div class="nine columns">
<h1>My name is Theryn and I <i class="fa-regular fa-heart"></i> bringing technology and people together.</h1>
</div>
</div>
<div class="row"><hr></div>
<div class="row">
<div class="six columns">
<div class="row">
<h2>About</h2>
</div>
<p>As a self-taught engineer who first learned to code by obsessively reading Stack Overflow and jQuery documentation back in 2012, I strongly believe in the open and accessible nature of programming culture. My core professional interest lies in helping people, engineers or otherwise, better understand and work with technology. I have taught Javascript one-on-one, in small groups, and mentored in workshop settings, for seasoned developers, product owners, startup founders, and programming newcomers. I prefer to work with vanilla JS whenever possible and occasionally do silly things like read ECMA standards documentation.</p>
</div>
<div class="six columns">
<div class="row">
<h2> </h2>
</div>
<p>The sort of programming I do in my spare time includes things like writing Discord bots to help me learn Japanese and send custom Google Calendar notifications. I enjoy writing service layers and Javascript utilities. However my passion in technology lies not in any particular framework or Web API but rather the places where software and humanity intersect. I am always seeking ways to share my field with minority communities, foster morale and ambition in engineering colleagues, and explore how web technologies can make the world a more equitable place.</p>
</div>
</div>
<div class="row">
<hr>
</div>
<div class="row">
<hr class="footer-style">
<div class="footer">
<ul class="icons">
<li><a href="https://github.com/lunethefirst" target="_blank" rel="noopener noreferrer" class="icon fa-brands fa-github"><span class="label">Github</span></a></li>
<li><a href="https://www.linkedin.com/in/therynio" class="icon fa-brands fa-linkedin" target="_blank" rel="noopener noreferrer"><span class="label">LinkedIn</span></a></li>
<li><a href="#" class="icon fa-brands fa-instagram" target="_blank" rel="noopener noreferrer"><span class="label">Instagram</span></a></li>
</ul>
</div>
</div>
</div>
</body></html>