-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
546 lines (507 loc) · 19.5 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
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
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
<!DOCTYPE html>
<html>
<head>
<!-- Basic -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!-- Site Metas -->
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Globe Computers And Solutions</title>
<!-- slider stylesheets -->
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.1.3/assets/owl.carousel.min.css" />
<!-- bootstrap core css -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
<!-- fonts style -->
<!-- <link href="https://fonts.googleapis.com/css?family=Poppins:400,700|Roboto:400,700&display=swap" rel="stylesheet"> -->
<!-- Custom styles for this template -->
<link href="css/style3.css" rel="stylesheet" />
<!-- responsive style -->
<link href="css/responsive.css" rel="stylesheet" />
</head>
<body>
<div class="hero_area">
<!-- header section strats -->
<header class="header_section">
<div class="container-fluid">
<nav class="navbar navbar-expand-lg custom_nav-container ">
<a class="navbar-brand" href="index.html">
<span>
Globe Computers<br>And Solutions
</span>
</a>
<button class="navbar-toggler ml-auto" type="menu" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"><img src="./image/menu.png" alt=""></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<div class="d-flex mx-auto flex-column flex-lg-row align-items-center">
<ul class="navbar-nav ">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link " href="./component/aboutUs.html"><b>About US</b></a>
</li>
<li class="nav-item">
<a class="nav-link " aria-current="page" href="./component/carrers.html"><b>Careers</b></a>
</li>
<li class="nav-item">
<a class="nav-link " aria-current="page" href="./component/ourServices.html"><b>Our Services</b></a>
</li>
<li class="nav-item">
<a class="nav-link " aria-current="page" href="./component/contactUs.html"><b>Contact Us</b></a>
</li>
<li class="nav-item">
<a class="nav-link " aria-current="page" href="./component/ourPartners.html"><b>Our Partners</b></a>
</li>
<li class="nav-item">
<a class="nav-link " aria-current="page" href="/usersignup"><b>Raise Query</b></a>
</li>
<li class="nav-item">
<a class="nav-link " aria-current="page" href="/adminsignin"><b>Admin Panel</b></a>
</li>
<li class="nav-item">
<a class="nav-link " aria-current="page" href="/engineersignin"><b>Engineer Panel</b></a>
</li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<section class=" slider_section position-relative">
<div id="carouselExampleControls" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="slider_item-box layout_padding2">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="img-box">
<div>
<img src="image/servermaintenance.jpg" alt="" class="" />
</div>
</div>
</div>
<div class="col-md-6">
<div class="detail-box">
<div>
<h1>
Servers<br>
Maintenance<br>
<span>
Service
</span>
</h1>
<p>
Provide Annual Maintenance of branded / Assembled Servers.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item ">
<div class="slider_item-box layout_padding2">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="img-box">
<div>
<img src="image/pcmaintain.jpg" alt="" class="" />
</div>
</div>
</div>
<div class="col-md-6">
<div class="detail-box">
<div>
<h1>
PCs, Printers<br>
Maintenance <br>
<span>
Service
</span>
</h1>
<p>
Provide Maintenance of Various Categories of Printers, <br> PCs, Switches, Routers & UPS.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item ">
<div class="slider_item-box layout_padding2">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="img-box">
<div>
<img src="image/sellproduct.jpg" alt="" class="" />
</div>
</div>
</div>
<div class="col-md-6">
<div class="detail-box">
<div>
<h1>
Sell Quality<br>
<span>
Products
</span>
</h1>
<p>
Sell Quality Products of Hp, Canon, APC, Lenovo, Microsoft,<br> Samsung Peripherals.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="slider_nav-box">
<div class="btn-box">
</div>
<div class="custom_carousel-control">
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev">
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleControls" role="button" data-slide="next">
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</section>
<!-- end slider section -->
</div>
<div class="bg">
<!-- about section -->
<section class="about_section layout_padding">
<div class="container">
<div class="custom_heading-container">
<h3 class=" ">
ABOUT OUR COMPANY
</h3>
</div>
<p class="layout_padding2-top">
Globe Computers & Solutions is one of the best IT service provider. Information Technology being the service industry. We have a team of well qualified technical and Comercial professional to cater not only the customers' requirement but to their total satisfaction too.<br>
We are already providing services to many corporate, government and education institutes. Considering Banking and Education segment as our top priority clientile, we have undergone several computerization projects and maintaining the at the top satisfactory level of the customer.
</p>
<div class="img-box layout_padding2">
<img src="image/about-img.jpg" alt="">
</div>
</div>
<div class="container">
<div class="btn-box">
<a href="./component/aboutUs.html"><button class="all">Read More</button>
</a>
</div>
</div>
</section>
<!-- end about section -->
<!-- service section -->
<section class="service_section layout_padding-bottom">
<div class="container">
<div class="custom_heading-container">
<h3 class=" ">
OUR SERVICES
</h3>
</div>
<p class="">
Globe Computers & Solutions has been providing services since year 2001 in many corporate, government and education institutes. Considering Banking and Education segment as our top priority clientile, we have undergone several computerization projects and maintaining the at the top satisfactory level of the customer.<br>
We provide Annual Maintenance of Branded / Assembled Server, PCs, and Various categories of Printers, Switches, Routers & UPS. We also sell quality products of HP, Canon, APC, Samsung, Lenovo, Microsoft, PCs, Peripherals and Consumables products all over Rajasthan.<br>
We have a vast range of services and also capable of delivering, apart from regular, annual maintenance contract for computer systems and other peripherals.
</p>
<div class="service_container ">
<div class="row">
<div class="col-md-3">
<div class="box b-1">
<div class="img-box">
<img src="image/s-1.png" alt="">
</div>
<div class="detail-box">
<h6>
Bootup problems
</h6>
<p>
If your computer won’t start,<br>you’re getting system errors,<br>or your system is shutting down,<br>we can fix the problem and<br> get your computer running again.
</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="box b-2">
<div class="img-box">
<img src="image/s-2.jpg" alt="">
</div>
<div class="detail-box">
<h6>
Sluggish systems
</h6>
<p>
We can tune and optimize your PC to get it runnning like new again.
</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="box b-3">
<div class="img-box">
<img src="image/s-3.webp" alt="">
</div>
<div class="detail-box">
<h6>
Hardware failures:
</h6>
<p>
We will diagnose your system to see what the exact problem is and replace any parts if necessary.
</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="box b-4">
<div class="img-box">
<img src="image/s-4.png" alt="">
</div>
<div class="detail-box">
<h6>
Protection
</h6>
<p>
After cleaning your system<br> completely of viruses, malware<br> and spyware, we optimize the security of your system to prevent future threats. We keep track of the best performing antivirus software and install everything you need to stay safe.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="container">
<div class="btn-box">
<a href="./component/ourServices.html"><button class="all">Read More</button>
</div>
</div>
<br>
<!-- end service section -->
<!-- work section -->
<section class="work_section layout_padding">
<div class="container">
<div class="custom_heading-container">
<h3 class=" ">
HOW IT WORKS
</h3>
</div>
</div>
<div class="work_container ">
<div class="box b-1">
<div class="img-box">
<img src="image/w-1.png" alt="">
</div>
<div class="name">
<h6>
Create Query
</h6>
</div>
</div>
<div class="box b-2">
<div class="img-box ">
<img src="image/w-2.png" alt="">
</div>
<div class="name">
<h6>
Engineer Assign To It
</h6>
</div>
</div>
<div class="box b-3">
<div class="img-box ">
<img src="image/w-3.png" alt="">
</div>
<div class="name">
<h6>
Is Query Solved From User Side
</h6>
</div>
</div>
<div class="box b-4">
<div class="img-box ">
<img src="image/w-4.png" alt="">
</div>
<div class="name">
<h6>
If Solved then Query Closed
</h6>
</div>
</div>
</div>
<div class="container">
<div class="btn-box">
<a href="./usersignup.html">
Read More
</a>
</div>
</div>
</section>
<!-- end work section -->
<!-- contact section -->
<section class="client_section layout_padding-bottom">
<div class="container">
<div class="custom_heading-container">
<h3 class=" "><br>
Some of our Clients
</h3>
</div>
<marquee class="footerclient" behavior="scroll" direction="left" scrollamount="15" >
<img src="./image/raj-police-img1598857085645-61.jpg-rs-high-webp.jpg" width="250" height="200" >
<img src="./image/dddd.webp" width="200" height="200">
<img src="./image/75315280.webp" width="200" height="200">
<img src="./image/713Xwx9Bs9L.png" width="200" height="200">
<img src="./image/1519892689925.jfif" width="200" height="200">
</marquee>
</section>
<!-- info section -->
<section class="info_section layout_padding">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="info-logo">
<h2>
Globe Computers And Solutions
</h2>
<p>
Globe Computers & Solutions is one of the best IT service provider. Information Technology being the service industry. We have a team of well qualified technical and Comercial professional to cater not only the customers’ requirement but to their total satisfaction too.
</p>
</div>
</div>
<div class="col-md-3">
<div class="info-nav">
<h4>
Navigation
</h4>
<ul>
<li>
<a href="./index.html">
Home
</a>
</li>
<li>
<a href="./component/aboutUs.html">
About Us
</a>
</li>
<li>
<a href="./component/ourServices.html">
Our Services
</a>
</li>
<li>
<a href="./component/carrers.html">
Carrers
</a>
</li>
<li>
<a href="./component/ourPartners.html">
Our Partners
</a>
</li>
<li>
<a href="./component/contactUs.html">
Contact Us
</a>
</li>
<li>
<a href="./usersignup.html">
Raise Query
</a>
</li>
<li>
<a href="/adminsignin">
Admin Panel
</a>
</li>
</ul>
</div>
</div>
<div class="col-md-3">
<div class="info-contact">
<h4>
Contact Info
</h4>
<div class="location">
<h6>
<b>Office Address:</b>
</h6>
<a href="">
<img src="image/location.png" alt="">
<span>
</b> F-10, 1st Floor, Shrinath Tower, Central Spine, Vidhyadhar Nagar, Jaipur - 302039<br>
</span>
</a>
</div>
<div class="call">
<h6>
<b>Customer Service:</b>
</h6>
<img src="image/telephone.png" alt="">
<span>
Mob : +91-9314042566
</span><br>
<img src="image/telephone.png" alt="">
<span>
Telefax : +91-141-2235514
</span>
<span>
<br>Sales Email : sales@globecs.in
</span>
<span>
Support Email :support@globecs.in
</span>
</div>
</div>
</div>
<div class="col-md-3">
<div class="discover">
<h4>
Discover
</h4>
<div class="social-box">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3556.1028228873374!2d75.77933531461004!3d26.963642983105707!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x396db3b534ad946b%3A0xa98e5757e203d0f1!2sGlobe%20Computers!5e0!3m2!1sen!2sin!4v1657718033747!5m2!1sen!2sin" width="370" height="350" style="border:100px;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end info_section -->
<!-- footer section -->
<!-- <section class="container-fluid footer_section"> -->
<div class="footerlast">
<p>© Copyright - Globe Computers and Solutions - All Rights Reserved - Design By: Shubham Sharma<br>All trademarks, service marks, trade names, trade dress, product names and logos appearing on the site are the property of their respective owners.</p>
<div class="footersvg">
<img src="./image/icons8-facebook-48.svg" alt="">
<img src="./image/icons8-instagram-48.svg" alt="">
<img src="./image/icons8-twitter-48.svg" alt="">
</div>
</div>
<!-- footer section -->
<script type="text/javascript" src="js/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
</body>
</html>