-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 1.24 KB
/
index.html
File metadata and controls
27 lines (27 loc) · 1.24 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
<html>
<head>
<title>Dawn Gabriel on GitHub</title>
<link rel="stylesheet" href="claude.css">
</head>
<body>
<h1>Hey, friends.</h1>
<p>
I'm a software engineer and intermittant <a href="https://en.wikipedia.org/wiki/Fl%C3%A2neur#Female_counterparts">flâneuse</a> living in Brooklyn, NY. I work on
side projects on occasional Saturday mornings, unless I'm wandering through the city.
</p>
<h2>About me</h2>
<ul>
<li><a href="http://bostonpoetryslam.com/find-a-poet/poets/dawn-gabriel" target="_blank">I used to be a poet</a></li>
<li><a href="http://ey.com" target="_blank">Where I work, EY</a></li>
<li><a href="https://www.linkedin.com/in/dawn-gabriel-3948946/" target="_blank">Linkedin</a></li>
</ul>
<h2>Some projects I vibed using a combo of <a href="https://claude.ai/" target="_blank">Claude</a>,
<a href="https://chatgpt.com/" target="_blank">ChatGPT</a>, and
<a href="https://www.deepseek.com/" target="_blank">DeepSeek</a>.</h2>
<i>Every project is 100% free and anonymous; no ads, no account necessary.</i>
<ul>
<li><a href="qrgen.html">QR code generator</a></li>
<li><a href="image2pdf.html">Image to pdf converter</a></li>
</ul>
</body>
</html>