-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
131 lines (126 loc) · 3.54 KB
/
index.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
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
---
layout: index
seotitle: "Easy PC - Build Your Dream PC"
redirect_from: /crypto-mining/monero-hardware/
---
<style>
.services-card-link {
font-size: 18px !important;
color: black !important;
background: none !important;
padding: 0px !important;
font-weight: 800 !important;
}
.sub-menu {
top: 75px !important;
}
</style>
<div class="services">
<h2 class="services-title">Become a PC Expert</h2>
<div class="content container">
<div class="service-block">
<div>
<img src="img/settings.svg" alt="settings">
<h2><a href="/game-hosts/" class="services-card-link">Game Server
Hosting</a></h2>
<p>Learn how to choose the right game server hosting.</p>
</div>
<a href="/game-hosts/">
Learn more
</a>
</div>
<div class="service-block">
<div>
<img src="img/desktop.svg" alt="desktop-icon">
<h2><a href="/budget-pcs/" class="services-card-link">Budget Gaming
PCs</a></h2>
<p>If you're looking to buy a gaming PC but you are on a low budget, we
have 5 great options for you to check out!</p>
</div>
<a href="/budget-pcs/">
Learn more
</a>
</div>
<div class="service-block">
<div>
<img src="img/ethernet.svg" alt="game-icon">
<h2><a href="/gaming-ethernet-cable/" class="services-card-link">Networking
Equipment</a></h2>
<p>Nothing is worse than a slow internet connection. It's important
you're using the right networking equipment with your setup!</p>
</div>
<a href="/gaming-ethernet-cable/">
Learn more
</a>
</div>
<div class="services-deco"></div>
</div>
</div>
<div class="slide">
<div class="container">
<div class="left">
<a href="/budget-pcs/"><h2>Budget Gaming PCs</h2></a>
<p>We've taken the headache out of choosing your first budget gaming PC.
Check out one of our budget friendly builds!</p>
<div><a class="big-button btn-black" href="/budget-pcs/">View our
guide</a></div>
</div>
<img src="img/s-1.jpeg">
</div>
</div>
<div class="hosting">
<div class="content container">
<h2>Best Game Hosting</h2>
<p>
We've taken the time to review the best game hosting so you can make
the most informed purchase.
</p>
<div>
<a href="/game-hosts/rust/">
<img src="./img/rust.png">
<br>
Rust server hosting
</a>
<a href="/game-hosts/terraria/">
<img src="./img/terraria.png">
<br>
Terraria server hosting
</a>
<a href="/game-hosts/tekkit/">
<img src="./img/tekkit.png">
<br>
Tekkit server hosting
</a>
<a href="/game-hosts/squad/">
<img src="./img/squad.png">
<br>
Squad server hosting
</a>
<a href="/game-hosts/space-engineers/">
<img src="./img/space-engineers.png">
<br>
Space Engineers server hosting
</a>
<a href="/game-hosts/dayz/">
<img src="./img/dayz.png">
<br>
DayZ server hosting
</a>
<a href="/game-hosts/tf2/">
<img src="./img/team-fortress.png">
<br>
TF2 server hosting
</a>
<a href="/game-hosts/arma-3/">
<img src="./img/arma.png">
<br>
Arma 3 server hosting
</a>
<a href="/game-hosts/unturned/">
<img src="./img/unturned.png">
<br>
Unturned server hosting
</a>
</div>
</div>
</div>