-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.html
47 lines (47 loc) · 2.66 KB
/
resources.html
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
<!DOCTYPE html>
<html>
<head>
<title>All-in-One Minecraft Guide: Resources</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,800&family=Roboto&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./style.css">
</head>
<body>
<div class="header-container">
<h1>The All-in-One Minecraft Guide</h1>
<nav>
<ul>
<li><a href="./index.html">Quick Start</a></li>
<li><a href="./newsletter.html">Newsletter</a></li>
<li><a class="visited" href="./resources.html">Resources</a></li>
<li><a href="./gallery.html">Gallery</a></li>
<li><a href="./about.html">About</a></li>
</ul>
</nav>
<h3 class="fansite-banner">This site is a fansite, it is NOT officially associated with either Mojang or Microsoft!</h3>
</div>
<div class="content-container">
<h2>Need Extra Help?</h2>
<p>
This site serves as a starting point on your Minecraft journey!
It is highly recommended you supplement your learning with the extra
links below. The links will get you started on the basics of Minecraft
and are therefore older videos.
</p>
<p>
<strong>
NOTE: Some of these links are NOT officially associated with Mojang or Microsoft,
proceed at your own risk!
</strong>
</p>
<ul class="resource-list">
<li><a class="resource-link" href="https://www.minecraft.net/" target="_blank">Official Minecraft Site</a></li>
<li><a class="resource-link" href="https://www.youtube.com/playlist?list=PL7326EF82122776A9" target="_blank">Paulsoreasjr Survive and Thrive Series</a></li>
<li><a class="resource-link" href="https://www.youtube.com/watch?v=Fh5WHRKkq0k" target="_blank">Coestar Minecraft Beginners Tutorial Part 1: Control / Options</a></li>
<li><a class="resource-link" href="https://www.youtube.com/watch?v=69Lpzrz2fNM" target="_blank">Coestar Minecraft Beginners Tutorial Part 2: How to Punch Trees</a></li>
<li><a class="resource-link" href="https://www.youtube.com/watch?v=qkP19BVYNVI" target="_blank">Coestar Minecraft Beginners Tutorial Part 3: Crafting Basics</a></li>
</ul>
</div>
</body>
</html>