This repository was archived by the owner on Dec 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
139 lines (117 loc) · 5.16 KB
/
about.html
File metadata and controls
139 lines (117 loc) · 5.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Spellbuild - About</title>
<link rel="icon" href="img/icon.png" type="image/png" sizes="16x16">
<link rel="stylesheet" href="styles.css">
</head>
<body class="about-body">
<div class="header">
<div>
<a href="index.html"><span>SPELLBUILD</span></a>
</div>
</div>
<div class="navbar">
<ul>
<a href="index.html">
<li>Home</li>
</a>
<a href="media.html">
<li>Media</li>
</a>
<a href="about.html">
<li>About</li>
</a>
<a href="community.html">
<li>Community</li>
</a>
<a href="buy.html">
<li>Buy</li>
</a>
</ul>
</div>
<div class="about-content">
<div class="detail">
<div class="helpTopic">
<h1>⯈ Gameplay</h1>
<h2>About Battle Royales</h2>
<p>In a battle royale game you start with no equipment and must eliminate all other opponents while
staying inside of a shrinking safe zone, with the winner being the last player or team alive.</p>
<h2>Combat System</h2>
<p>
Spellbuild's combat centers around different classes for each mage, that allows them to master a
certain element.
<br>There are many synergies between the elements to discover, allowing you to combine and melt them
together in unique ways.
<br>Manage your mana effectively, and be sure to know your gauntlets to use them for
the right situations.
</p>
<h2>Game Modes</h2>
<p>
<ul>
<li>
<ul>
<li><strong>Solos</strong></li>
<li><p>Play alone and be the last one standing.</p></li>
</ul>
</li>
<li>
<ul>
<li><strong>Teams</strong></li>
<li><p>Play with friends and be the last team standing.</p></li>
</ul>
</li>
</ul>
</p>
</div>
<div class="helpTopic">
<h1>🖮 System Requirements</h1>
<h2>Minimum</h2>
<p>OS: Windows 7 64-bit
<br>CPU: Intel Core i3 or similar
<br>RAM: 4 GB system total
<br>Graphics: Nvidia GeForce GTX 640 or similar
<br>Storage: 20GB available</p>
<h2>Recommended</h2>
<p>OS: Windows 10 64-bit
<br>CPU: Intel Core i5 or similar
<br>RAM: 8 GB system total
<br>Graphics: Nvidia GeForce GTX 960 or similar
<br>Storage: SSD with 20GB available</p>
</div>
<div class="helpTopic">
<h1>☮ Community Rules</h1>
<h2>Bullying and Harassment</h2>
<p>Respect other people when playing and chatting.</p>
<h2>Cheating and Hacking</h2>
<p>Play fairly and within the rules of the game. Don’t cheat or exploit bugs and glitches.</p>
<h2>Illegal Activities</h2>
<p>Respect local laws and don’t participate in or encourage illegal or dangerous activities.</p>
<h2>Inappropriate Content</h2>
<p>No sexual, copyright infringing, or discriminatory content.</p>
</div>
<div class="helpTopic">
<h1>⚿ Privacy & Security</h1>
<h2>Personal Information</h2>
<p>You’re not allowed to share other people’s personal information other than display names and it is
strongly encouraged to not share yours.</p>
<h2>Privacy Policy</h2>
<p>When you play our game, you’re trusting us with your information. We understand this is a big
responsibility and work hard to protect your information and put you in control.</p>
<h2>Analytics</h2>
<p>We collect information about the software and hardware you use to access our game, which helps us
improve our features and services.</p>
<h2>Location Information</h2>
<p>We collect information about your location when you use our service for improved matchmaking and
geolocation features, based on factors such as your IP address.</p>
</div>
</div>
</div>
<div class="footer">
<span>Copyright © 2020 Spellbuild - All rights reserved</span>
</div>
</body>
</html>