-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
126 lines (97 loc) · 4.91 KB
/
index.html
File metadata and controls
126 lines (97 loc) · 4.91 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
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
<!DOCTYPE html>
<html>
<head>
<!-- Local CSS and JS-->
<link href="CSS/style.css" rel="stylesheet" type="text/css" media="all">
<title>foxgirl.fyi | home</title>
<link rel="icon" type="image/x-icon" href="/Images/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="s1erra, s1erradev, sierradev, @s1erra, @s1erra_dev, s1erra.dev">
</head>
<body>
<div class="container">
<div class="sidenav">
<ul>
<p>pages</p>
<hr>
<li>
<a href="/">Home</a>
</li>
<li>
<a href="photo.html">Photography</a>
</li>
<li>
<a href="art.html">Art</a>
</li>
<p>contact me</p>
<hr>
<li>
<details>
<summary>discord</summary>
<a>
@s1erra
</a>
</details>
</li>
<li>
<a href="https://bsky.app/profile/s1erra.dev">bluesky</a>
</li>
<li>
<a href="https://steamcommunity.com/id/s1erra/">steam</a>
</li>
<li>
<a href="https://github.com/scuffedplus">github</a>
</li>
<li>
<a href="https://vrchat.com/home/user/usr_efefd882-2220-4ae8-ba2d-24472a866cdc">vrchat</a>
</li>
</ul>
<div class="button-wall">
<a href="https://foxgirl.fyi/"><img src="https://raw.githubusercontent.com/scuffedplus/scuffedplus.github.io/refs/heads/main/Images/88by31.gif"></a>
<img src="https://88x31.kate.pet/twopaws.png" height="31" />
<a href="https://foxgirl.dev/"><img src="https://dl.vixen.link/817g3k/luabutton.png" height="31" /></a>
<a href="https://ry.cd-rom.net/"><img src="https://ry.cd-rom.net/images/buttons/ry_88x31.png" height="31" /></a>
<a href="https://alyx.sh/posts/hrt-geocities-buttons/"><img src="https://88x31.kate.pet/hrt-e2vial.gif" height="31" /></a>
<a href="https://transistorcafe.net/~voltbun/artwork.html"><img src="https://88x31.kate.pet/xeniatrans_now.gif" height="31" /></a>
<a href="https://pillowfort.social/posts/1632320"><img src="https://88x31.kate.pet/flag-trans.png" height="31" /></a>
<a href="https://otherkin.fandom.com/wiki/Therians"><img src="https://88x31.kate.pet/therian.png" height="31" /></a>
</div>
</div>
<div class="body-content">
<div class="mainbox0">
<div class="container">
<div class="image1">
<img src="/Images/chibi1.png" width="125" title="art by @rreave">
</div>
<div class="text1">
<h2>hello</h2>
<p> welcome to my website!</p>
<br>
<p>this is just a personal page to share about myself, so feel free to poke around. this page a home page and houses some basic information
about me and the pages of this site. i don't use social media much so this is the best spot to find me. feel free to message me if you'd like.
</P><P>anyway, have fun exploring!
</p>
</div>
</div>
</div>
<div class="mainbox1">
<div class="container">
<div class="text1">
<h2>about me</h2>
<p>hi, im sierra!</p>
<br>
<p>im ur probably not so local foxgirl. im trans, queer, and neurodivergent. be careful, i do bite :3.</p>
<br>
<p> im a student, artist, engineer, designer, and team member on <a href="https://babble.diy/">project babble</a>, and i work on <a href="https://tempsense.dev/">tempsense</a>. im into vr technology, wearable tech, and all kinds of computers. i also almost always am working on something interesting, and im a big nerd about everything
from art to electronics, so feel free to stike up a conversation with me. </p>
<br>
<p>i go by she/they/it pronouns, im 19 years old, and i currently live in california. anyway, for any
more specifics though, you're gonna have to ask me yourself. :3 </p>
</div>
</div>
</div>
</div>
</div>
</body>
<script src="JS/script.js"></script>
</html>