-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (71 loc) · 3.37 KB
/
index.html
File metadata and controls
78 lines (71 loc) · 3.37 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang='en'>
<head>
<meta http-equiv="Content-Type" content="text/htmla; charset=UTF-8">
<title>Create</title>
<meta name="keywords" content="personal, art, zine, creative, trans, queer, lesbian, they/them, transgender, resources, Maeve, Stites, Maeve Stites">
<meta name="description" content="Zines, trans, and fun">
<meta name="Description" content="Zines, trans, and fun">
<meta name="author" content="Maeve Stites">
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/img/favicon/site.webmanifest">
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/img/favicon/site.webmanifest">
<link rel="stylesheet" href="assets/css/style.css">
<link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet'>
<script src="https://kit.fontawesome.com/2a97e054bf.js" crossorigin="anonymous"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-106734336-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-106734336-4');
</script>
</head>
<body>
<div class="header">
<div class="logo">
<a href="index.html"><img src='assets/img/logo.png' png="logo" class="logo" alt="site logo which reads create"/></a>
</div>
</div>
<div class="navbar">
<ul>
<li><a class="active" href="index.html">Home</a></li>
<li><a href="zines.html">Zines</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="about.html">About Me</a></li>
</ul>
</div>
<div class="cover">
<img src='assets/img/spread.jpg' class="spread" alt="Wooden table splattered in paint and covered in various art and zine making supplies.">
</div>
<div class="container" >
<div class="row wide">
<p>
Who said engineers had to be all logic and no liminality?
</p>
<p>
I sometimes find it necessary to escape the technical swamp and dart into the artistic caverns of my brain. <i>Create</i> is a porthole into those realms.
</p>
<p>
There’s a <a href="zines.html">zines</a> page which features collections of my poetry, short essays, and journals. I also maintain a public list of <a href="resources.html">LGBTQ+ resources</a>.
</p>
</div>
<div class="row">
<div class="footer">
<ul>
<li><a href="https://www.instagram.com/maeveGoose/"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://twitter.com/maeveStites"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://github.com/mstites"><i class="fab fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/maevestites/"><i class="fab fa-linkedin-in"></i></a></li>
</ul>
</div>
</div>
</div>
</body>
</html>