-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.html
More file actions
80 lines (73 loc) · 3.64 KB
/
resources.html
File metadata and controls
80 lines (73 loc) · 3.64 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
79
80
<!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="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 href="index.html">Home</a></li>
<li><a href="zines.html">Zines</a></li>
<li><a class="active" href="resources.html">Resources</a></li>
<li><a href="about.html">About Me</a></li>
</ul>
</div>
<div class="container">
<div class="row top">
<h1> LGBTQ+ Resources </h1>
<p>
A list of some of the LGBTQ+, primarily transgender, resources I have created and maintained. Reach out with any comments, questions, or concerns.
</div>
<div class="row linkList">
<h2>Transgender Resources</h2>
<ul>
<li><a href="resource/ally.html">Ally Resource List</a><p>A list of resources I curated for transgender allyship & education.</p></li>
<li><a href="resource/trans.html">Trans Resource List</a><p>A list of resources I curated for transgender people. Contains links to resources about identity discovery, coming out, transition, navigating the world as transgender, and more.</p></li>
<li><a href="resource/posters.html">Trans Education Posters</a><p>A series of posters designed to tackle common misconceptions about transgender people and transphobia.</p></li>
<li><a href="resource/transTerms.html">Trans Terms</a><p>A short refernce of transgender terminology.</p></li>
</ul>
</div>
<div class="row linkList">
<h2>General LGBTQ+ Resources</h2>
<ul>
<li><a href="resource/lgbt.html">LGBTQ+ Acronym Explanation</a><p>Explains the basic labels within the LGBTQ+ community..</p></li>
</ul>
</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>