-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspec.html
More file actions
65 lines (64 loc) · 2.6 KB
/
spec.html
File metadata and controls
65 lines (64 loc) · 2.6 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
<head>
<link rel="stylesheet" href="./css/main.css"/>
</head>
<body class="background">
<header>
<nav class="paragraph_extra" >
<ul>
<li><img id="logo" src="./images/Logo.png"></li>
<li><a href="index.html">Home</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="contactus.html">Contact Us</a></li>
<li><a href="spec.html">Specs</a></li>
</ul>
</nav>
</header>
<main>
<h1 class="paragraph_extra">Nerve Gear Specifications</h1>
<table>
<tr>
<th>Display</th>
<th>Headset</th>
<th>Controllers</th>
</tr>
<tr>
<td>1832x1920</td>
<td>Qualcomm Snapdragon XR2</td>
<td>2x</td>
</tr>
<tr>
<td>90hz</td>
<td>6GB of Ram</td>
<td>1x AA</td>
</tr>
<tr>
<td></td>
<td>128GB of Storage</td>
<td></td>
</tr>
<tr>
<td></td>
<td>1 x 3.5mm Jack</td>
<td></td>
</tr>
<tr>
<td></td>
<td> BT: Yes</td>
<td></td>
</tr>
<tr>
<td></td>
<td>Battery Life: 24 hrs</td>
<td></td>
</tr>
<tr>
<td></td>
<td>Microwave Transceivers</td>
<td></td>
</tr>
</table>
<p class ="paragraph_extra">The Nerve Gear is an afforable and portable VR headset meant to enhance your VR experience by influencing more than just your hearing and sight. The Nerve Gear adds onto your sensual experience as it allows players to experience the virtual world physically. By using Microwave Transceivers, the Nerve Gear simulates and delivers physical experiences to the user so that they may experience their best VR experience. Users can experience a soft plush bed in a cozy home warmed by a fireplace, or they may experience cuts and bruises while in an intense fight with another user. To further the experience and bring some extra adrenaline for users, within compatable VR titles, if the user experiences death, the headset will amp up the Microwaves provided by the Transceivers to bring an intense feeling of pain. However, this feature will be turned off by default, and will be age-restricted.</p>
</main>
<footer>
</footer>
</body>