-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathclothing_tips.html
216 lines (195 loc) · 12 KB
/
clothing_tips.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="./assets/css/style.css">
<title>🍇 Fruit Loops</title>
<script src="https://kit.fontawesome.com/ce37e4bd20.js" crossorigin="anonymous"></script>
</head>
<body>
<header>
<div class="container-header">
<h1 class="logo-text"><a href="index.html">Fruit Loops</a></h1>
<nav>
<ul id="menu" class="menu">
<li><a href="events.html">Events</a></li>
<li><a href="clothing_tips.html">Clothing Tips</a></li>
<li><a href="fruity_news.html">Fruity News</a></li>
<li><a href="safe-space.html">Safe Spaces</a></li>
</ul>
</nav>
</div>
</header>
<main class="clothing-tips-main">
<div class="clothing-tips-menu text-center">
<h1 class="fs-2 p-2"><strong>Clothing Tips</strong></h1>
<h2 class="fs-5">Bring on the gender euphoria</h2>
<ul class="list-group clothing-menu-list p-2">
<li><a href="#how-to-dress">How to Dress like you Always Wanted to <i
class="fa-solid fa-circle-down"></i></a></li>
<li><a href="#where-to-get-the-good-stuff">Where to get the Good Stuff <i
class="fa-solid fa-circle-down"></i></a></li>
<li><a href="#make-your-own-clothes">Bypass Capitalism (make your own clothes) <i
class="fa-solid fa-circle-down"></i></a></li>
<li><a href="#how-to-bind-safely">How to Bind Safely <i class="fa-solid fa-circle-down"></i></a></li>
<li><a href="#submit-tip">Submit your own <i class="fa-solid fa-circle-down"></i></a></li>
</ul>
</div>
<div class="clothing-tips-image">
<img class="rounded" src="assets/imgs/rainbow-2.jpg"
alt="Image of two queer people lying on the ground next to each other.">
</div>
<div class="card text-center clothing-tips-card mx-auto">
<div class="card-body clothing-card-body">
<h3 id="how-to-dress" class="fs-4 clothing-tips-heading"><strong>How to Dress like you Always Wanted
to</strong></h3>
<a class="clothing-link" href="https://www.transgenderpulse.com/clothing-size-charts/"
aria-label="Opens in a new tab" rel="noopener" target="_blank">Clothing size guide - womenswear</a>
<br>
<a href="https://www.pride.com/fashion/2016/1/06/6-simple-fashion-tips-trans-men"
aria-label="Opens in a new tab" rel="noopener" target="_blank">Tips on dressing masc</a>
<br>
<a href="https://www.wikihow.com/Take-Clothing-Measurements" aria-label="Opens in a new tab"
rel="noopener" target="_blank">Taking measurements for womenswear and menswear</a>
<br>
<a href="http://www.faithdabrooke.com/2015/09/how-to-get-started.html" aria-label="Opens in a new tab"
rel="noopener" target="_blank">How to get started - guide by Faith Dabrooke</a>
<br>
<a href="https://www.reddit.com/r/crossdressing/wiki/dress-up-guide" aria-label="Opens in a new tab"
rel="noopener" target="_blank">Reddit master thread</a>
</div>
</div>
<div class="card text-center clothing-tips-card mx-auto">
<div class="card-body clothing-card-body">
<h3 id="where-to-get-the-good-stuff" class="fs-4 clothing-tips-heading"><strong>Where to get the Good
Stuff</strong></h3>
<p><a href="https://www.thriftify.ie/" aria-label="Opens in a new tab" rel="noopener"
target="_blank">Thriftify</a>
- online shop combining multiple Irish and British charity shops.</p>
<p><a href="https://www.thenuwardrobe.com/" aria-label="Opens in a new tab" rel="noopener"
target="_blank">Nuw</a>
- upload clothes you don't need to swap for new ones. Platform is mostly women's clothes.</p>
<p><a href="https://www.depop.com/" aria-label="Opens in a new tab" rel="noopener"
target="_blank">Depop</a>
- Ebay walked so Depop could run. Large range of secondhand clothes.</p>
</div>
</div>
<div class="card text-center clothing-tips-card mx-auto">
<div class="card-body clothing-card-body">
<h3 id="make-your-own-clothes" class="fs-4 clothing-tips-heading"><strong>Bypass Capitalism (make your
own clothes)</strong></h3>
<p>Starting in sewing can be difficult, but it can also provide a good way to avoid the world of
gendered clothes.
Some libraries have sewing machines, and you can get cheap machines second hand.</p>
<p><a href="https://www.moodfabrics.com/blog/" aria-label="Opens in a new tab" rel="noopener"
target="_blank">Mood Sewciety</a>
- large library of free patterns, including many beginner patterns.</p>
<p><a href="https://en.freesewing.org/" aria-label="Opens in a new tab" rel="noopener"
target="_blank">FreeSewing</a>
- free patterns generated by body measurements rather than gendered nonsense, with detailed pattern
instructions. Queer friendly community centered around sewing.</p>
<ul class="text-center list-group" style="list-style-type:none;">
<li>Where to learn to sew:</li>
<li>
<a href="https://www.thecreativecurator.com/learn-to-sew-sewing-course-beginners/"
aria-label="Opens in a new tab" rel="noopener" target="_blank">Creative Curator</a>
</li>
<li>
<a href="https://www.youtube.com/watch?v=iNgeZTip5cM&list=PLfxTlKMr7TsDHyZv7_dKMEzbNiuGV8Ilu"
aria-label="Opens in a new tab" rel="noopener" target="_blank">Made to Sew</a>
</li>
<li>
<a href="https://www.youtube.com/c/ThreadsByBD" aria-label="Opens in a new tab" rel="noopener"
target="_blank">ThreadsByBD</a>
</li>
<li>
<p><a href="https://www.adulteducationireland.ie/sewing.html" aria-label="Opens in a new tab"
rel="noopener" target="_blank">Sewing Lessons</a>
- cheap/free lessons available from time to time (Ireland).</p>
</li>
</ul>
</div>
</div>
<div class="card text-center clothing-tips-card mx-auto">
<div class="card-body clothing-card-body">
<h3 id="how-to-bind-safely" class="fs-4 clothing-tips-heading"><strong>How to Bind Safely</strong></h3>
<p>Listen to your body. Check out the below links to find out how to achieve gender paradise.</p>
<a href="https://teni.ie/lifehacks/" aria-label="Opens in a new tab" rel="noopener"
target="_blank">TENI's
guide
to binding (and more tips)</a>
<br>
<a href="https://gc2b-help-center.gorgias.help/en-US/articles/safety-14184"
aria-label="Opens in a new tab" rel="noopener" target="_blank">gc2b tips and advice for binding</a>
<br>
<a href="https://gc2b-help-center.gorgias.help/en-US/articles/binder-care-14185"
aria-label="Opens in a new tab" rel="noopener" target="_blank">gc2b tips on looking after your
binder</a>
<br>
<a href="https://transgenderteensurvivalguide.com/bindingfaq" aria-label="Opens in a new tab"
rel="noopener" target="_blank">
Comprehensive binder guide from Transgender Teen Survival Guide</a>
</div>
</div>
<div class="text-center p-4 fs-5">
<a id="submit-tip" href="submit_clothing_tip.html">Submit a clothing tip here <i
class="fa-solid fa-paper-plane"></i></a>
</div>
</main>
<footer>
<div class="container">
<div class="row">
<div class="col-sm-12 col-lg-4">
<ul class="git-colors">
<li><a href="/~https://github.com/ElyseRH" title="Elyse" target="_blank" rel="noopener"
aria-label="Click here to go to our facebook page"><i class="fab fa-github"></i></a>
</li>
<li><a href="/~https://github.com/BritishBambi" title="Josef" target="_blank" rel="noopener"
aria-label="Click here to go to our facebook page"><i class="fab fa-github"></i></a>
</li>
<li><a href="/~https://github.com/nikolmichaelidou" title="Nikol" target="_blank"
rel="noopener" aria-label="Click here to go to our facebook page"><i
class="fab fa-github"></i></a>
</li>
<li><a href="/~https://github.com/dooco" title="Padraig" target="_blank" rel="noopener"
aria-label="Click here to go to our facebook page"><i class="fab fa-github"></i></a>
</li>
<li><a href="/~https://github.com/EricGaona" title="Eric" target="_blank" rel="noopener"
aria-label="Click here to go to our facebook page"><i class="fab fa-github"></i></a>
</li>
</ul>
</div>
<div class="col-sm-12 col-lg-4">
<p> Copyright © Fruit Loops</p>
</div>
<div class="col-sm-12 col-lg-4">
<ul class="social-networks">
<li><a href="https://www.facebook.com/" target="_blank" rel="noopener"
aria-label="Click here to go to our facebook page"><i
class="fab fa-facebook"></i></a>
</li>
<li><a href="https://www.twitter.com/" target="_blank" rel="noopener"
aria-label="Click here to go to our twitter page"><i class="fab fa-twitter"></i></a>
</li>
<li><a href="https://www.instagram.com/" target="_blank" rel="noopener"
aria-label="Click here to go to our instagram page"><i
class="fab fa-instagram"></i></a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Back to top button from W3 https://www.w3schools.com/howto/howto_js_scroll_to_top.asp -->
<button onclick="topFunction()" id="backBtn" class="clothing-btn" title="Go to top">Back to top</button>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="./assets/js/script.js"></script>
</body>
</html>