-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (80 loc) · 5.61 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
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
79
80
81
82
83
84
85
86
87
88
<!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="img/preview.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@assert_h">
<meta name="twitter:creator" content="@assert_h">
<link rel="me" href="https://tacobelllabs.net/@108">
<!--STYLES-->
<link rel="shortcut icon" href="favicon.ico">
<link rel="icon" type="image/png" href="icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/icon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/icon/favicon-16x16.png">
<link rel="apple-touch-icon" href="icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/icon/apple-touch-icon.png">
<link rel="mask-icon" href="/img/icon/safari-pinned-tab.svg" color="#fedb00">
<meta name="msapplication-TileColor" content="#fedb00">
<meta name="msapplication-config" content="/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><span id="greeting">Hallo,</span></h2>
<h1>I'm <span class="highlight">Claire Violet</span><span class="rainbow">.</span></h1>
</header>
<main>
<section>
<img alt="A picture of Claire Violet with a very big and genuine smile, looking up and away from the camera. Claire is wearing rainbow glasses and has somewhat curly blonde shoulder-length hair. In the background is a wall painted a bright saturated yellow color." style="float:right; width:16.66em;" src="img/Avatar_ColorShifted.png">
<p>
I'm a trans software engineer. My pronouns are she/her or it/its, whichever you feel most comfortable using. I live in beautiful, sunny Seattle, Washington. You might know me from work, my very silly hobbies, or from some of the other creative side projects I do from time to time. Over the past few months, I've been volunteering as an archivist for the <a alt="The Connections Museum of Electromechanical Telephone Switching" href="https://connections.museum">Connections Museum</a>, preserving and organizing their library's unique collection of telecommunications history. For about two years, I ran the <a alt="A Minecraft Server for Do By Friday Fans, and More" href="https://legos.digital/">legos.digital</a> minecraft server! I love good design, philately, trains, and protected bike lanes.
</p>
📧 <span class="callout">hallo (at) claire (dot) jetzt</span>
</section>
<hr>
<section>
<h3 id="colorway">About the Colors</h3>
<p>
This website makes liberal use of my favorite PANTONE colors, <span onclick="navigator.clipboard.writeText('#fedb00')" class="yellow">●</span> <a href="https://www.pantone.com/connect/108-C">108 C</a> and <span onclick="navigator.clipboard.writeText('#440099')" class="violet">●</span> <a href="https://www.pantone.com/connect/VIOLET-C">Violet C</a>.<sup><em>†‡</em></sup> I love to use vibrant color wherever I can, and these two colors have represented me across the internet for quite a while now. I love how warm and full of sunlight this particular yellow is, and yes, it makes a great accent wall.
</p>
<br>
<h3 id="colophon">Note on the Type</h3>
<p>
This website is typeset in <a alt="Information on the Typeface" href="https://rsms.me/inter/">Inter</a>, an experimental and open-source typeface created in 2016 by Rasmus Andersson. Inter was designed specifically for computer-screens, with the intent of crafting highly-readable user interfaces. It's a beautifully clear but subtle typeface that departs from the all-encompassing use of Helvetica. <a alt="Notable projects using inter" href="https://github.com/rsms/inter#notable-projects-using-inter">Perhaps you recognize it?</a>
</p>
</section>
<hr>
<aside>
<span class="note">
† Colors shown on this site are computer simulations of the PANTONE Colors and may not match PANTONE-identified color standards. Always consult PANTONE Publications to visually evaluate any result before utilization.
<br>
‡ PANTONE® is a registered trademark of Pantone LLC in the United States and/or other countries.
</span>
</aside>
</main>
</body>
</html>