-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (59 loc) · 3.19 KB
/
index.html
File metadata and controls
61 lines (59 loc) · 3.19 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
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
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-F0V2FXV0YQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-F0V2FXV0YQ');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Teresa Gugerty</title>
<meta name="description" content="Personal website for Teresa Gugerty">
<meta name="keywords" content="Teresa Gugerty, web developer, web design, artist, photographer, UX, sewing">
<meta name="author" content="Teresa Gugerty">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="stylesheet" href="styles.css" media="print" onload="this.media='all'">
</head>
<body>
<header>
<div class="container">
<h1>Teresa Gugerty</h1>
</div>
</header>
<main>
<div class="container">
<div id="content">
<p>I was raised in the suburbs of Chicago.</p>
<p>My first job after college was as a graphic designer.</p>
<p>Now I write front-end <a href="https://github.com/teresas" target="_blank" rel="noopener" aria-label="code (external link)">code <svg class="icon"><use xlink:href="icons.svg#external-link"></use></svg></a> for <a href="https://globus.org" target="_blank" rel="noopener" aria-label="Globus.org (external link)">Globus.org <svg class="icon"><use xlink:href="icons.svg#external-link"></use></svg></a>.</p>
<p>In my spare time, I try to sew clothing and play console video games.</p>
<p>Photography and fine arts were passions of mine growing up.</p>
<p>I like to bake tasty treats and am always looking for new recipes.</p>
<p>One time a squirrel broke into my apartment and ate my pizza.</p>
<p>I chased him out with a Swiffer Sweeper.</p>
<p>I have an Atari 2600, which I call my "baby".</p>
<p>For about a year, I attempted roller derby. (I was terrible)</p>
<p>Watching movies is a favorite pastime of mine.</p>
<p>I'm married to a super spiffy CPA, but I can't say that three times fast.</p>
<p>In recent years, I've been learning more about accessibility in web development.</p>
<p>Here's my <a href="0518-resume.pdf" aria-label="resumé (pdf)" target="_blank" rel="noopener">resumé <svg class="icon"><use xlink:href="icons.svg#pdf"></use></svg></a> if that interests you.</p>
<p>If you want to get a hold of me, shoot me an <a href="mailto:shadedhue44@gmail.com" aria-label="email to shadedhue44@gmail.com">email <svg class="icon"><use xlink:href="icons.svg#email"></use>
</svg></a>.</p>
</div>
</div>
<img id="portrait" src="portrait.webp" alt="a half decent portrait of me" height="808" width="900" loading="lazy">
</main>
<footer>
<div class="container">
<p>© <script>document.write(new Date().getFullYear());</script> Teresa Gugerty</p>
</div>
</footer>
</body>
</html>