-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgetting-started.html
More file actions
179 lines (175 loc) · 8.85 KB
/
getting-started.html
File metadata and controls
179 lines (175 loc) · 8.85 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Subnepdia | Getting Started</title>
<link rel="stylesheet" href="./css/main.css">
<link rel="stylesheet" href="./css/getting-started.css">
<link rel="stylesheet" href="./css/font-awesome/css/all.css">
<!-- Icon -->
<link rel="icon" type="image/x-icon" href="./images/Main/favicon.png">
</head>
<body>
<!-- navbar -->
<nav class="navbar">
<div class="container">
<div class="logo">
<span class="custom-font first">sub</span><span class="custom-font second">nepedia</span>
</div>
<ul class="nav">
<li><a href="./index.html">Home</a></li>
<li><a href="./explore.html">Explore</a></li>
<li><a href="./crafting.html">Crafting</a></li>
<div class="dropdown">
<div class="btn-drop">Gameplay <i class="fa-solid fa-caret-down"></i></div>
<div class="dropdown-menu">
<a href="./gameplay/storyline.html">Storyline</a>
<a href="./gameplay/survival.html">Survival</a>
</div>
</div>
<div class="dropdown">
<div class="btn-drop">World <i class="fa-solid fa-caret-down"></i></div>
<div class="dropdown-menu" id="world-menu">
<a href="./world/planet4546B.html">Planet 4546B</a>
<a href="./world/fauna.html">Fauna</a>
<a href="./world/flora.html">Flora</a>
<a href="./world/biomes.html">Biomes</a>
</div>
</div>
<li><a href="./getting-started.html">Getting Started</a></li>
</ul>
</div>
</nav>
<!-- end -->
<!-- Header -->
<header class="starting-header hero">
<h1 class="custom-font page-header hero-text">Getting Started</h1>
<div class="color-overlay"></div>
</header>
<!-- End -->
<!-- Overview -->
<section class="overview mt-2 mb-5">
<div class="container">
<h2 class="custom-font page-title">Overview</h2>
<div class="overview-text">
<p>Welcome to the Subnautica Getting Started Guide for newbie players who are experiencing difficulty or are just ready to survive. The Exploration Tips page may also be useful.</p>
<br>
<p>In Subnautica you play as a high-tech castaway. You begin the game fleeing in Lifepod 5.</p>
<br>
<p>If you opt to play in "Survival mode," you must eat and drink on a regular basis, but you have an infinite number of lives. If you die, your inventory will be emptied immediately, and you will respawn in the last habitat you entered before death, with the same inventory you had at the time. You start out without any tools, but you do have your PDA, which the game tells you to use.</p>
<br>
<p>All hostile life-forms are capable of killing you, although practically none do it instantaneously. This allows you to flee before they can finish you off.
</p>
</div>
</div>
</section>
<!-- End -->
<!-- Tips -->
<div class="getting-started-tips">
<div class="container">
<div class="tips">
<div class="tip-1">
<h1 class="custom-font page-title">Venturing The Ocean</h1>
<p>
When you are going out for an expedition, always bring only food, water, batteries, and tool you
need. Taking few items will help you to have larger space in your inventory while in expedition.
</p>
<img class="content-img" src="./images/Getting-Started-Page/tip-1.png" alt="tip">
</div>
<div class="tip-2">
<h1 class="custom-font page-title">Sit Down</h1>
<p>
Food and water don't tick down if you're sitting in a chair. At first, you will think thechair
is for decorations but siiting on one helps to keep your stats down. Have a seat when cathching
through your PDA.
</p>
<img class="content-img" src="./images/Getting-Started-Page/tip-2.png" alt="tip">
</div>
<div class="tip-3">
<h1 class="custom-font page-title">Tiny Spaces</h1>
<p>
Plants pots are better than Growbeds, plant pots consume smaller place than growbeds. In this
game space is one of the important thing to consider.
</p>
<img class="content-img" src="./images/Getting-Started-Page/tip-3.png" alt="tip">
</div>
<div class="tip-4">
<h1 class="custom-font page-title">Pin It!</h1>
<p>
Always carry atleast two beacons, the game does not have an in-game map, also the underwater
biomes
do not exactly have landmarks or signposts.
</p>
<img class="content-img" src="./images/Getting-Started-Page/tip-4.png" alt="tip">
</div>
<div class="tip-2">
<h1 class="custom-font page-title">Travel Light</h1>
<p>
You swim more faster when you carry less in your inventory. You can swim faster when you use the
glider but its important to save its battery for emergency purposes.
</p>
<img class="content-img" src="./images/Getting-Started-Page/tip-5.png" alt="tip">
</div>
<div class="tip-2">
<h1 class="custom-font page-title">Basic Necessities</h1>
<p>
Never forget the one basic thing about this game.
Nothing stacks in this game so everything you pick up takes up its own separate inventory slot.
</p>
<img class="content-img" src="./images/Getting-Started-Page/tip-6.png" alt="tip">
</div>
<div class="tip-2">
<h1 class="custom-font page-title">Organize Freak</h1>
<p>
When you start building your base, build a bunch of lockers so you have plenty of storage for
your materials.
</p>
<img class="content-img" src="./images/Getting-Started-Page/tip-7.png" alt="tip">
</div>
</div>
</div>
</div>
<div class="hr-divider mb-5">
<hr class="divider">
</div>
<div class="socials">
<div class="container">
<h1 class="custom-font page-title">Join The World of Subnautica</h1>
<div class="social-icons my-3">
<a href="https://twitter.com/subnautica"><i class="fa-brands fa-twitter icons"></i></a>
<a href="https://www.instagram.com/subnautica/"> <i class="fa-brands fa-instagram icons"></i></a>
<a href="https://www.youtube.com/channel/UCx2StD8gHd_-nRo5z1qcJ8g"><i class="fa-brands fa-youtube icons"></i></a>
<a href="https://discord.com/invite/subnautica"><i class="fa-brands fa-discord icons"></i></a>
</div>
<div class="social-buttons">
<a class="color-1 border-6 button-text" href="https://store.steampowered.com/app/264710/Subnautica/">buy
now</a>
<a class="color-3 border-6 button-text" href="./gameplay/storyline.html">learn more</a>
</div>
</div>
</div>
<div class="top-btn color-3">
<a href="#"><span class="fa-solid fa-arrow-up"></span></a>
</div>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="logo">
<span class="custom-font first">sub</span><span class="custom-font second">nepedia</span>
</div>
<div class="footer-nav">
<p>© 2022 All Rights Reserved</p>
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./explore.html">Explore</a></li>
<li><a href="https://discord.com/invite/subnautica">Community</a></li>
<li><a href="https://unknownworlds.com/">Unknown Worlds Entertainment</a></li>
</ul>
</div>
</div>
</footer>
<!-- end -->
</body>
</html>