-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwork.html
78 lines (69 loc) · 3.5 KB
/
work.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
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
<!DOCTYPE html>
<!--
Claire Violet © 2022
https://github.com/ctypeh/claire.jetzt
Please make sure you README.md!
-->
<html lang="en-US">
<head>
<meta charset="utf-8">
<!--DEFINE-->
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--INFO-->
<meta name="author" content="Claire Violet">
<meta name="description" content="The personal portfolio and resume for Claire Violet (she/her or it/its), a transgender software engineer in Seattle, Washington.">
<meta name="keywords" content="Claire Violet, Claire, Personal, Resume, Biography, Portfolio, Software, Engineer, Designer, Minecraft, Legos.Digital, coxblocksrocks, SOU 6133, Seattle, Charlotte, 108 C, 108-C, Pantone 108, assert_h, ctypeh">
<title>cv.h</title>
<meta property="og:url" content="https://claire.jetzt/">
<meta property="og:title" content="Claire Violet, Trans Software Engineer in Seattle, WA.">
<meta property="og:description" content="Claire Violet is a trans software engineer in Seattle, Washington who loves transit and the color yellow.">
<meta property="og:image" content="https://claire.jetzt/img/preview.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@assert_h">
<meta name="twitter:creator" content="@assert_h">
<!--STYLES-->
<link rel="shortcut icon" href="https://claire.jetzt/favicon.ico">
<link rel="icon" type="image/png" href="https://claire.jetzt/icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://claire.jetzt/img/icon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://claire.jetzt/img/icon/favicon-16x16.png">
<link rel="apple-touch-icon" href="https://claire.jetzt/icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="https://claire.jetzt/img/icon/apple-touch-icon.png">
<link rel="mask-icon" href="https://claire.jetzt/img/icon/safari-pinned-tab.svg" color="#fedb00">
<meta name="msapplication-TileColor" content="#fedb00">
<meta name="msapplication-config" content="https://claire.jetzt/img/icon/browserconfig.xml">
<meta name="theme-color" content="#fedb00" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="#440099" media="(prefers-color-scheme: dark)">
<link rel="stylesheet" href="css/theme.css">
<!--SCRIPTS-->
<script language="JavaScript" type="text/javascript" src="https://code.jquery.com/jquery-3.6.0.slim.min.js" integrity="sha256-u7e5khyithlIdTpu22PHhENmPcRdFiHRjhAuHcs05RI=" crossorigin="anonymous"></script>
<script language="JavaScript" type="text/javascript" src="js/script.js"></script>
</head>
<body>
<header>
<div id="roundel" class="roundel">CV</div>
<h2>Software Engineer,</h2>
<h1><span class="highlight">Claire Violet</span>.</h1>
</header>
<main>
<section>
<p>
Please reach out if you have anything you'd like to discuss, or if you have any questions; I'm always happy to chat about my experiences or learn something new. My pronouns are she/her. I live in Seattle, Washington.
</p>
<ul class="none">
<li class="none">
Send me an email: <a href="mailto:[email protected]?subject=I%20Read%20Your%20Resume">mailto:[email protected]</a> 📧
</li>
<li class="none">
Read my résumé: <a href="https://cv.claire.jetzt">curriculum_vitae.pdf</a> 📄
</li>
<li class="none">
View my GitHub: <a href="https://code.claire.jetzt">http://code.claire.jetzt</a> 🔗
</li>
</ul>
</section>
<hr>
</main>
</body>
</html>