-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage-boosting-services.php
More file actions
executable file
·127 lines (124 loc) · 4.89 KB
/
page-boosting-services.php
File metadata and controls
executable file
·127 lines (124 loc) · 4.89 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
<?php
/**
* The template for Features page.
*
* @package LeagueBoost
*/
get_header(); ?>
<div class="page-description">
<div class="wrap">
<h1>Boosting Services </h1>
</div>
</div>
<div id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<div class="row boosting-services-row">
<div class="large-6 columns">
<div class="header-container">
<h1>Solo Boosting <img src="/wp-content/themes/leagueboost/assets/img/user.png" width="50px"></h1>
<span>We will log-in into your account to play the required games</span>
<br>
<br>
</div>
<div class="division-boost service-title row">
<a href="/solo-divisions">
<div class="boost-img large-2 columns">
<img src="/wp-content/themes/leagueboost/assets/img/challenger.png" >
</div>
<div class="boost-txt large-10 columns">
<h2>Division Boosting</h2>
<span>Choose a Desired League and we will play in your account until we reach it.</span>
</div>
</a>
</div>
<div class="division-boost service-title row">
<a href="/solo-net-wins">
<div class="boost-img large-2 columns">
<img src="/wp-content/themes/leagueboost/assets/img/wins.png" >
</div>
<div class="boost-txt large-10 columns">
<h2>Net Wins</h2>
<span>Select a number of wins. Every time we lose you get a free win.</span>
</div>
</a>
</div>
<div class="division-boost service-title row">
<a href="/solo-placements">
<div class="boost-img large-2 columns">
<img src="/wp-content/themes/leagueboost/assets/img/divisions/26.png" >
</div>
<div class="boost-txt large-10 columns">
<h2>Placement Matches</h2>
<span>We will play your placement matches ensuring at least 7 out of 10 wins.</span>
<br>
<br>
</div>
</a>
</div>
<div class="division-boost service-title row">
<a href="/solo-normal-games">
<div class="boost-img large-2 columns">
<img src="/wp-content/themes/leagueboost/assets/img/shadow.png" >
</div>
<div class="boost-txt large-10 columns">
<h2>Normal Games</h2>
<span>We will play the desired number of normal matches.</span>
</div>
</div>
</a>
</div>
<div class="large-6 columns">
<div class="header-container">
<h1>Group Boosting <img src="/wp-content/themes/leagueboost/assets/img/group.png" width="50px"></h1>
<span>The assigned booster will play the required games in Dynamic Queue with you</span>
</div>
<div class="division-boost service-title row">
<a href="/group-divisions">
<div class="boost-img large-2 columns">
<img src="/wp-content/themes/leagueboost/assets/img/challenger.png" >
</div>
<div class="boost-txt large-10 columns">
<h2>Division Boosting</h2>
<span>Choose a Desired League and we will play with you in Dynamic Queue.</span>
</div>
</a>
</div>
<div class="division-boost service-title row">
<a href="/group-net-wins">
<div class="boost-img large-2 columns">
<img src="/wp-content/themes/leagueboost/assets/img/wins.png" >
</div>
<div class="boost-txt large-10 columns">
<h2>Net Wins</h2>
<span>Select a number of wins. Every time we lose you get a free win.</span>
</div>
</a>
</div>
<div class="division-boost service-title row">
<a href="/group-placements">
<div class="boost-img large-2 columns">
<img src="/wp-content/themes/leagueboost/assets/img/divisions/26.png" >
</div>
<div class="boost-txt large-10 columns">
<h2>Placement Matches</h2>
<span>We will play with you in your placement matches ensuring at least 7 out of 10 wins. If we lose more than 3 games you will get 2 free net wins for every extra lose.</span>
</div>
</a>
</div>
<div class="division-boost service-title row">
<a href="/group-games">
<div class="boost-img large-2 columns">
<img src="/wp-content/themes/leagueboost/assets/img/assassin.png" >
</div>
<div class="boost-txt large-10 columns">
<h2>Games</h2>
<span>We will play the desired number of ranked games with you, without guaranteeing a specific number of wins.</span>
</div>
</a>
</div>
</div>
</div>
</main><!-- #main -->
</div><!-- #primary -->
<?php
get_footer();