-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (52 loc) · 3.26 KB
/
Copy pathindex.html
File metadata and controls
59 lines (52 loc) · 3.26 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
<!DOCTYPE html>
<html>
<head>
<title>My Life in VR Chat</title>
<meta charset="UTF-8"/>
<meta name="description" content="A story about my social life in VR Chat" />
<link type="text/css" rel="stylesheet" href="css/style.css"/>
</head>
<body>
<div id="header">
<ul id="navbar">
<li><a href="index.html">Normal Version</a></li>
<li><a href="lowresver.html">Low Res Version</a></li>
</ul>
<h1>So, my social life is in VR Chat</h1>
<p>And it's pretty <strong>freaking great</strong>, but there's one thing I should probably put out there first.</p>
</div>
<img img style="width: 300px;" src ="img/Hi.png" alt="a 2D illustration of my avali fursona saying hi" />
<p>My Twitter: <a href="https://twitter.com/Chrisfratz1">twitter.com/@ChrisFratz1</a></p>
<hr />
<div id="content">
<div class="section">
<h2><em>I'm a Furry</em></h2>
<p>So what is a furry? Well on a surface level, a furry is someone who's intrested in anthropamorphic animals and usually has a character or <em>fursona</em> as it's called to represent them.<br>Some people even make up a backstory for thier character while others don't. My character is basically just an avatar for myself because while I had an idea for a story in my head<br> I haven't had the time or drive to write it.</p>
<img style="width: 450px;" src="img/Avali_Ref.png" alt="A fullbody illustration of my avali fursona"/img>
</div>
<div class="section">
<h2>What Do I Do in VR Chat?</h2>
<p>Mainly hang out with various friends that I met. though sometimes I watch movies with people or play games in game worlds that people upload to VR Chat.</p>
<img style="width: 450px;" src="img/Watching.png" alt="A picture of my in VR Chat sitting down and watching a Charlie Brown Christmas"</img>
</div>
<div class="section">
<h2>How long have I been using VR Chat?</h2>
<p>About 2 years, I started back in Januaray of 2021 when I got my VR headset which is an Oculus (<strong>I refuse to call it a meta device</strong>) Quest 2. And it is what made me become a furry. In fact, here's one of the earliest pictures of me in VR Chat, from around the time I started wearing an Avali avatar.</p>
<img style="width: 450px;" src="img/early_birb_days.png" alt="A picture of me in an avali that's black with orange accents, kinda like from TRON Legacy"</img>
</div>
</div>
<div id="footer">
<h3>My VR setup</h3>
<ul>
<li>Oculus Quest 2 VR headset</li>
<li>Stock controllers thatg need replacing</li>
<li>Elite Battery headstrap</li>
<li>Connects to PCVR wirelessly with a program called Virtual Desktop (sometimes I use AirLink)</li>
<li>3 HTC Vive Tracker 3.0s for full body tracking</li>
<img img style="width: 500px;" src="img/VR_setup.jpg">
</ul>
<p>My Twitter: <a href="https://twitter.com/Chrisfratz1"><img img style="width: 300px;" src="https://media.discordapp.net/attachments/679821967984951474/1074558204379398195/Twit_PFP.jpg" alt="link to my twitter profile"> </a></p>
</div>
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>