-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
43 lines (43 loc) · 1.99 KB
/
Copy pathabout.html
File metadata and controls
43 lines (43 loc) · 1.99 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://kit.fontawesome.com/d0fb0aec70.js" crossorigin="anonymous"></script>
<link rel="icon" href="./img/logo/favicon.ico">
<title>WPW: About</title>
</head>
<body>
<div class="middle">
<h1>About</h1>
<p>Hi, my name is Fae and I'm a non-binary, trans feminine weaver. I weave with second-hand yarn, sometimes brand new yarn, an adaptive warping (to keep the chronic pain at bay), and hope to expand my collection of looms to bigger ones in the future.
</p>
<p>Equipment:
<ul>
<li>15 inch, rigid heddle</li>
<li>inklette loom (a small version of an inkle loom) for making bands</li>
<li>a speed darner (for visible mending)</li>
<li>twist cards (have yet to use these...) for making complex bands</li>
<li>stand-alone heddle</li>
</ul>
</p>
<p>I enjoy weaving and want to one day weave twill fabric to make my own pants. I also do visible mending. (I'm available for Barcelona-based, visible mending repairs. Price will depend on complexity and material usage, as well as time.)
</p>
</div>
<footer>
<div class="copyright">
<div class="back">
<a href="index.html">
<i class="fa-solid fa-arrow-left"></i> Back</a>
</div>
<div class="back">
© <span id="spanYear"></span> Warped Peach Weaves
</div>
</div>
</footer>
</html>