-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtech.html
More file actions
129 lines (89 loc) · 3.92 KB
/
tech.html
File metadata and controls
129 lines (89 loc) · 3.92 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
127
128
129
<!DOCTYPE html>
<html>
<head>
<!-- Local CSS and JS-->
<link href="CSS/style.css" rel="stylesheet" type="text/css" media="all">
<title>foxgirl.fyi | technology</title>
<link rel="icon" type="image/x-icon" href="/Images/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=0.8">
<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="tech.html">Technology</a>
</li>
<li>
<a href="art.html">Art</a>
</li>
<li>
<a href="music.html">Music</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>
<div class="body-content">
<div class="mainbox2">
<div class="container">
<div class="text1">
<h2>projects</h2>
<p>im almost always working on something interesting.</p>
<br>
<p>i was at <a href="https://www.mitrealityhack.com/">mit reality hack 2025</a> and worked on <a href="https://devpost.com/software/tempsense-gun5r6">temp sense</a> which uses peltiers for thermal haptics. my team and i are going to continue developing this project, so more will be here soon.</p>
</div>
</div>
</div>
<div class="mainbox2">
<div class="container">
<div class="text1">
<h2>3d printing and design</h2>
<p>i like 3d printing, and the engineering that comes with it. i enjoy tinkering with my machines and extending their capability beyond what the manufacturers intended. i also enjoy making parts and solving problems in cad; something about starting from nothing and fixing a problem in a couple of hours is really fun to me.</p>
</div>
</div>
</div>
<div class="mainbox2">
<div class="container">
<div class="text1">
<h2>computers</h2>
<p>i really like computers! i like tinkering with both hardware and software.
</p>
<p>i'd like to get more experience with microcontrollers and start building more bespoke devices with them though.</p>
</div>
</div>
</div>
</div>
</div>
</body>
<script src="JS/script.js"></script>
</html>