-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgrades.html
41 lines (41 loc) · 1.61 KB
/
grades.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
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap" rel="stylesheet">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles/grades.css">
<title>TerraMine - Grades</title>
<h1>TerraMine</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="jobs.html">Jobs</a></li>
<li><a href="content.html">Content</a></li>
<li><a href="end.html">End</a></li>
<li><a href="luckyblocks.html">Lucky Blocks</a></li>
<li><a href="rules.html">Rules</a></li>
<li><a href="staff.html">Staff</a></li>
</ul>
</nav>
<link rel="icon" type="image/x-icon" href="images/terramine.ico">
</head>
<body>
<header>
<div class="title" id="title">
<h1>Grades</h1>
</div>
</header>
<p>
<strong>Grades</strong> are given in GiveAways.
<br>
There are 3 types of grades in Terramine :
<br>
<a style="color: #b3b000"><strong>Gold Grade</strong></a>
<br>
<a style="color: #42c3ff"><strong>Diamond Grade</strong></a>
<br>
<a style="color: #1eff61"><strong>Emerald Grade</strong></a>
</p>
<p>When you get a grade (item), click on it to grnat you the corresponding grade.</p>
</body>