-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
296 lines (296 loc) · 9.61 KB
/
services.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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width" />
<title>GogelNet Network Services | Services</title>
<!-- Favicons -->
<link rel="shortcut icon" href="assets/images/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" sizes="120x120" href="assets/images/favicon.ico">
<link rel="apple-touch-icon" sizes="152x152" href="assets/images/favicon.ico">
<link rel="stylesheet" href="assets/css/components.css">
<link rel="stylesheet" href="assets/css/responsee.css">
<link rel="stylesheet" href="assets/owl-carousel/owl.carousel.css">
<link rel="stylesheet" href="assets/owl-carousel/owl.theme.css">
<!-- CUSTOM STYLE -->
<link rel="stylesheet" href="assets/css/template-style.css">
<!-- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800&subset=latin,latin-ext' rel='stylesheet' type='text/css'> -->
<script type="text/javascript" src="assets/js/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="assets/js/jquery-ui.min.js"></script>
<script type="text/javascript" src="assets/js/modernizr.js"></script>
<script type="text/javascript" src="assets/js/responsee.js"></script>
<script type="text/javascript" src="assets/js/disable-key.js"></script>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body class="size-1140">
<!-- TOP NAV WITH LOGO -->
<header>
<nav>
<div class="line">
<div class="top-nav">
<div class="s-12 l-3">
<div class="box" style="border-top: solid 0.8em rgba(237,44,0,1.00)"><a href="services.html"><img src="assets/images/banner.gif"></a></div>
</div>
<p class="nav-text">Menu</p>
<ul class="top-ul chevron">
<div class="s-12 l-9">
<div class="right">
$(if logged-in == 'yes')
<li> <a href="home.html">Home</a></li>
<li> <a href="status">My Account</a></li>
$(else)
<li> <a href="login">Home</a></li>
$(endif)
<li><a>Internet Rates</a>
<ul>
<li><a href="internet/broadband.html">Broadband Rates</a></li>
<li><a href="internet/hotspot.html">Hotspot Rates</a></li>
<li><a href="internet/postpaid.html">Postpaid Rates</a></li>
</ul>
</li>
<li><a href="about.html">About</a></li>
</div>
</div>
</ul>
</div>
</div>
</nav>
</header>
<section>
<!-- CAROUSEL -->
<div id="carousel">
<div id="owl-demo" class="owl-carousel owl-theme">
<div class="item">
<img src="assets/images/first.jpg" alt="">
<div class="carousel-text">
<div class="line">
<div class="s-12 l-9 right">
<h2>Wireless Internet Hotspot</h2>
</div>
<div class="s-12 l-9 right">
<p>GogelNet - Network Services</p>
</div>
</div>
</div>
</div>
<div class="item">
<img src="assets/images/second.jpg" alt="">
<div class="carousel-text">
<div class="line">
<div class="s-12 l-9 right">
<h2>Web Design & Programming</h2>
</div>
<div class="s-12 l-9 right">
<p>GogelNet - Network Services</p>
</div>
</div>
</div>
</div>
<div class="item">
<img src="assets/images/third.jpg" alt="">
<div class="carousel-text">
<div class="line">
<div class="s-12 l-9 right">
<h2>Computer Services</h2>
</div>
<div class="s-12 l-9 right">
<p>Hardware & Software
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Postpaid Rates -->
<div id="first-block">
<div class="line">
<h2>GogelNet Offers</h2>
<p class="subtitile">Home & Services</p>
<div ng-if="UserInfo.approvedTermsAndConditions || !UserInfo.isAuthenticated">
<ncy-breadcrumb></ncy-breadcrumb>
</div>
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<form name="tandc" ng-submit="approveTandC()">
<div class="panel panel-default" style="margin-top:20px;">
<div style="text-align:center; display:inline-block;">
<p align="justify">
GOGELNET offers home repair & services such as (Laptops, PC, Modem, Router, Configuration, Programs) and more.
<br><br>
<b>Laptops & Desktops</b>
<br>
We offer a computer repair or maintenance repair such as;
<br>
○ Reformat.
<br>
○ Computer/Laptop Cleaning.
<br>
○ Repair Computer/Laptop parts.
<br>
○ Software repair/removal.
<br>
○ Computer Diagnose.
<br><br>
<b>Computer Accessories</b>
<br>
We offer a computer accessories repair such as;
<br>
○ Headset.
<br>
○ Microphone.
<br>
○ Speaker.
<br>
○ Mouse or Keyboard.
<br>
○ Printer (reset only).
<br>
○ Web camera.
<br>
○ Cables.
<br><br>
<b>Software</b>
<br>
We offer different kind of software such as;
<br>
○ Anti-virus.
<br>
○ Microsoft Office 2007-2020.
<br>
○ Activation such as Windows 7-10, Microsoft Office 2007-2020, other activation application software.
<br>
○ Games.
<br><br>
<b>Modem Repair</b>
<br>
We offer different kinds of Modem's service such as;
<br>
○ Openline service.
<br>
○ Change firmware.
<br>
○ Reflash dead router/modem.
<br>
○ Customized Firmware/Design/Configuration data.
<br><br>
<b>Configuration</b>
<br>
We offer custom configuration for routers, mikrotik, or any others configuration such as;
<br>
○ Mikrotik config.
<br>
○ P2P - Point to Point connection config.
<br>
○ Wi-Fi Mesh.
<br>
○ Internet Configurations such as Globe/PLDT modems.
<br>
○ APN customized such as Prepaid Wi-Fi or Ordinary modems.
<br><br>
<b>Programs</b>
<br>
We offer web programs or other programming such as;
<br>
○ C
<br>
○ C++
<br>
○ Javascript.
<br>
○ HTML.
<br>
○ Java.
<br><br>
<b>Cellphone & Reprogram</b>
<br>
We offer cellphone repair, reprogram or any types of repair such as;
<br>
○ Reprogram/Reformat.
<br>
○ Customized operating system (Android only).
<br>
○ Install root previlage (Android only).
<br>
○ Bootloop/Hang logo.
<br>
○ Customized brand (for some brands only).
<br>
○ FRP - Factory Reset Protection bypass.
<br>
○ Any cellphone parts problem such as camera, microphone, speaker, buttons and etc.
</p>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div id="fourth-block">
<div class="line">
<div id="owl-demo2" class="owl-carousel owl-theme">
<div class="item">
<h2>Amazing GOGELNET</h2>
<p class="s-12 l-8 center"> GOGELNET uses multiple ISP to ensure the quality of the customers reguarding the internet speed will never be down.
</p>
</div>
<div class="item">
<h2>Responsive components</h2>
<p class="s-12 l-8 center"> GOGELNET uses virtual server to ensure the fast transmit network.
</p>
</div>
<div class="item">
<h2>Wi-Fi ready</h2>
<p class="s-12 l-8 center"> GOGELNET uses 2.4/5Ghz Wi-Fi ready to ensure the quality of internet and maximize bandwidth to enjoy Wi-Fi.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- FOOTER -->
<footer>
<div class="line">
<div class="s-12 l-12">
<p class="left" style="text-align:left">Copyright 2018-<label id="year"></label>, GogelNet Network Services<br>
174 Villamor Street, Gata, Jimenez<br>
+639457664949
</p>
</div>
</div>
</footer>
<script type="text/javascript">
const year = new Date().getFullYear();
document.getElementById("year").textContent = year;
</script>
<script type="text/javascript" src="assets/owl-carousel/owl.carousel.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$("#owl-demo").owlCarousel({
slideSpeed : 300,
autoPlay : true,
navigation : false,
pagination : false,
singleItem:true,
transitionStyle : "fadeUp"
});
$("#owl-demo2").owlCarousel({
slideSpeed : 300,
autoPlay : true,
navigation : false,
pagination : true,
singleItem:true
});
});
</script>
<!--Start of Telegram Script-->
<script type="text/javascript" src="assets/js/intergram.js"></script>
<script id="intergram" type="text/javascript" src="https://www.intergram.xyz/js/widget.js"></script>
<!--End of Telegram Script-->
</body>
</html>