Subversion Repository Public Repository

gpstest

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
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
    pageEncoding="ISO-8859-1"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- SITE TITLE -->
<title>BESTRAY GPS</title>
<!-- Favicon Icon -->

<!-- Latest Bootstrap min CSS -->
<link rel="stylesheet" href="welcome/assets/bootstrap/css/bootstrap.min.css">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<!-- Font Awesome CSS -->
<link rel="stylesheet" href="welcome/assets/css/ionicons.min.css">
<!--- owl carousel CSS-->
<link rel="stylesheet" href="welcome/assets/owlcarousel/css/owl.carousel.min.css">
<link rel="stylesheet" href="welcome/assets/owlcarousel/css/owl.theme.css">
<!-- Magnific Popup CSS -->
<link rel="stylesheet" href="welcome/assets/css/magnific-popup.css">
<!-- Style CSS -->
<link rel="stylesheet" href="welcome/assets/css/style.css">
<link rel="stylesheet" href="welcome/assets/css/responsive.css">
<link id="layoutstyle" rel="stylesheet" href="welcome/assets/color/theme.css">
</head>

<body data-spy="scroll" data-offset="110">
<!--<div class="color-switch">
	<p>Color Switcher</p>
    <div class="color_box">
    	<button value="theme" class="default active"></button>
        <button value="theme-green" class="green"></button>
        <button value="theme-orange" class="orange"></button>
        <button value="theme-pink" class="pink"></button>
        <button value="theme-lightpink" class="lightpink"></button>
        <button value="theme-lightblue" class="lightblue"></button>
        <button value="theme-lightgreen" class="lightgreen"></button>
        <button value="theme-lightred" class="lightred"></button>
    </div>
    <div class="icon"><i class="ion-gear-b"></i></div>
</div>-->
<!-- LOADER -->
<!--<div class="preloader">
    <div id="g-spinner" class="loading">
        <div class="circle c1"></div>
        <div class="circle c2"></div>
        <div class="circle c3"></div>
        <div class="circle c4"></div>
    </div>
</div>-->
<!-- END LOADER --> 

<!-- START HEADER -->
<header class="fixed-top">
  <div class="container">
    <nav class="navbar navbar-expand-lg"> 
    	<a class="navbar-brand page-scroll" href="#home">
        	<img class="logo_light" src="welcome/assets/images/logo.png" alt="logo" />
            <img class="logo_dark" src="welcome/assets/images/logo_dark.png" alt="logo" />
        </a>
      <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="ion-android-menu"></span> </button>
      
      <div class="collapse navbar-collapse justify-content-end" id="navbarSupportedContent">
        <ul class="navbar-nav">
			<li><a class="nav-link page-scroll" href="#home">Home</a></li>
          <li><a class="nav-link page-scroll" href="#service">Service</a></li>
          <li><a class="nav-link page-scroll" href="#about">About</a></li>
			<li><a class="nav-link page-scroll" href="#team">Feature</a></li>
          <!--<li><a class="nav-link page-scroll" href="#token">Token</a></li>-->
          <li><a class="nav-link page-scroll" href="#road_map">Road Map</a></li>
          
      <!--    <li><a class="nav-link page-scroll" href="#faq">FAQ</a></li>-->
          <li><a class="nav-link page-scroll" href="#contact">Contact</a></li>
        </ul>
        <ul class="navbar-nav nav_btn">
          <li><a class="btn btn-default" href="login">Login</a></li>
        <!--  <li><a class="nav-link page-scroll btn btn-default" href="#mobileapp">Our App</a></li>-->
        </ul>
      </div>
    </nav>
  </div>
</header>
<!-- START HEADER --> 

<!-- START SECTION BANNER -->
<section id="home" class="banner_section section_gradiant">
<div id="banner_bg_effect" class="banner_effect"></div>

  <div class="container">
    <div class="row align-items-center">
      <div class="col-lg-6 col-md-12 col-sm-12 order-lg-first text_md_center">
        <div class="banner_text">
          <h1><span>GPS</span> vehicle tracking</h1>
          <h3>Start Gps Tracking</h3>
          <p>Do you need to communicate with your drivers in a simple, clear and economic way? </p>
         
        </div>
      </div>
      <div class="col-lg-6 col-md-12 col-sm-12 order-first">
        <div class="banner_image_right res_md_mb_50 res_xs_mb_30"> 
        	<img src="welcome/assets/images/banner_vector.png" alt="banner_vector"/> 
        </div>
        </div>
    </div>
  </div>
  <div class="section_wave" style="background-image:url('welcome/assets/images/banner_wave.png');"></div>
</section>
<!-- END SECTION BANNER --> 

<!-- START SECTION HOW IT WORK -->
<section id="service" class="service" data-parallax="scroll" data-image-src="welcome/assets/images/how_it_work_bg.png">

  <div class="container">
    <div class="row align-items-center">
      <div class="col-lg-5 col-md-12 col-sm-12">
        <div class="title_dark">
          <h2>Services</h2>
          <p>The GPS does not require the user to transmit any data, and it operates independently of any telephonic or internet reception, though these technologies can enhance the usefulness of the GPS positioning information. The GPS provides critical positioning capabilities to military, civil, and commercial users around the world</p>
        </div>
        </div>
      <div class="col-lg-7 col-md-12 col-sm-12">
        <div class="work_box">
          <div class="box_inner">
			  <i class="ion-location"></i>
            <h4>GPS vehicle tracking</h4>
            <p>We offer the best professional tool for GPS vehicle tracking and fleet management. A small GPS tracker containing GPS receiver and GPRS.</p>
          </div>
        </div>
        <div class="work_box">
          <div class="box_inner">
			  <i class="ion-compose"></i>
            <h4>CANbus data reading</h4>
            <p>Modern trucks implement an electronic data communication protocol called CANBus/J1939. This protocol allows external equipment to be used.</p>
          </div>
        </div>
        <div class="work_box">
          <div class="box_inner"> 
			  <i class="ion-map"></i>
            <h4>Integrated navigation</h4>
            <p>Would you like to integrate our system with a popular navigator? Do you need to communicate with your drivers in a simple, clear and economic way? </p>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="shape shap1"></div>
</section>
<!-- END SECTION HOW IT WORK --> 

<!-- START SECTION ABOUT US -->
<!--<section id="about" class="section_gradiant">
  <div class="container">
    <div class="row align-items-center">
      <div class="col-lg-6 col-md-6 col-sm-12"> 
		<div class="res_sm_mb_30">
        	<img src="welcome/assets/images/about_img.png" alt="aboutimg"/> 
        </div>
      </div>
      <div class="col-lg-6 col-md-6 col-sm-12">
        <div class="title_light"> 
          <span>vehicle tracking</span>
          <h2>About GPS vehicle tracking</h2>
          <p>Our Company is the recognized leader in the GPS fleet management industry and our GPS Fleet Tracking solution sets the standard for excellence and performance. We are committed to providing fleet operators everywhere with the highest quality, most cost-effective solutions..</p>
        </div>
        </div>
    </div>
  
   
   <!-- <div class="row text-center small_space benefit_wrap">
      <div class="col-lg-2 col-md-4 col-6">
        <div class="benefit_box"> 
        	<img src="welcome/assets/images/secure.png" alt="secure"/>
			<h6>Safe & Secure</h6>
        </div>
      </div>
      <div class="col-lg-2 col-md-4 col-6">
        <div class="benefit_box"> 
			<img src="welcome/assets/images/token.png" alt="token"/>
			<h6>Excerpt Tokens</h6>
        </div>
      </div>
      <div class="col-lg-2 col-md-4 col-6">
        <div class="benefit_box"> 
			<img src="welcome/assets/images/payment.png" alt="payment"/>
			<h6>Easy Payment</h6>
        </div>
      </div>
      <div class="col-lg-2 col-md-4 col-6">
        <div class="benefit_box"> 
			<img src="welcome/assets/images/case.png" alt="case"/>
			<h6>Daily Cash Outs</h6>
        </div>
      </div>
      <div class="col-lg-2 col-md-4 col-6">
        <div class="benefit_box"> 
			<img src="welcome/assets/images/app.png" alt="app"/>
			<h6>Smart Application</h6>
        </div>
      </div>
      <div class="col-lg-2 col-md-4 col-6">
        <div class="benefit_box"> 
			<img src="welcome/assets/images/dilution.png" alt="dilution"/>
			<h6>NO DILUTION</h6>
        </div>
      </div>
    </div>-->
 <!-- </div>
  <div class="rounded_shape rounded_shape1"></div>
  <div class="rounded_shape rounded_shape2"></div>
</section>-->
	 <div class="management" id="about">
		   
	 <div class="row text-center">
      <div class="col-lg-8 col-md-12 offset-lg-2">
        <div class="title_light"> 
		
			<h1>About GPS vehicle tracking</h1>
			<p>
				Our Company is the recognized leader in the GPS fleet management industry and our GPS Fleet Tracking solution sets the standard for excellence and performance. We are committed to providing fleet operators everywhere with the highest quality, most cost-effective solutions..
				GPS tracking technology has come so far in the past few years. At GPS Vehicle Tracking System, our mandate is to keep on top of all the changing technology, so we can pass that knowledge to you - our valued customers. If you're curious about GPS trackers, you've come to the right place. Not only do we offer fleet tracking and vehicle tracking options, but we also have an entire line of personal GPS tracking devices available.</p>
        </div>
      </div>
    </div>
			   
    </div>
<!-- END SECTION ABOUT US --> 

<!-- START SECTION TOKEN -->
<!--<section id="token" class="section_token">
  <div class="container">
    <div class="row">
      <div class="col-lg-7 col-md-12 col-sm-12 text_md_center">
        <div class="title_dark"> 
			<span>Tokens</span>
			<h2>Pricing & values</h2>
        </div>
        <div class="row">
          <div class="col-md-6 col-sm-12">
            <div class="pr_box">
              <h6>Starting time :</h6>
              <p>April 23, 2018 (Monday 9:00 AM)</p>
            </div>
          </div>
          <div class="col-md-6 col-sm-12">
            <div class="pr_box">
              <h6>Ending time :</h6>
              <p>June 18, 2018 (Monday 11:00 PM)</p>
            </div>
          </div>
          <div class="col-md-6 col-sm-12">
            <div class="pr_box">
              <h6>Market Caps :</h6>
              <p>$ 118.23 (Billion)</p>
            </div>
          </div>
          <div class="col-md-6 col-sm-12">
            <div class="pr_box">
              <h6>Low - High 24h :</h6>
              <p>$ 6,455.83 - $ 7,071.42</p>
            </div>
          </div>
          <div class="col-md-6 col-sm-12">
            <div class="pr_box">
              <h6>Available Token :</h6>
              <p>$ 120 (Billion)</p>
            </div>
          </div>
          <div class="col-md-6 col-sm-12">
            <div class="pr_box">
              <h6>Acceptable Currency :</h6>
              <p>BTC, Eth, Ltc</p>
            </div>
          </div>
        </div>
      </div>
      <div class="col-lg-5 offset-lg-0 col-md-8 offset-md-2 text_md_center res_md_mt_30">
        <div class="title_dark"> 
			<span>Start In</span>
			<h2>ICO is On Live NOW!</h2>
        </div>
        <div class="tk_countdown text-center countdown_shape">
          <div class="tk_counter_inner">
            <div class="tk_countdown_time" data-time="2018/09/06 00:00:00"></div>
            <a href="#" class="btn btn-default">Buy Token Now <i class="ion-ios-arrow-thin-right"></i></a> </div>
        </div>
      </div>
    </div>
    <div class="divider large_divider"></div>
    <div class="row text-center">
      <div class="col-md-12">
        <div class="title_dark">
          <h2>Token Sale Proceeds</h2>
        </div>
      </div>
    </div>
    <div class="row align-items-center res_md_mt_20">
      <div class="col-md-7">
        <div class="res_sm_mb_30 text-center">
			<img  src="welcome/assets/images/sale-proceeds.png" alt="sale-proceeds" /> 
        </div>
      </div>
      <div class="col-md-5">
        <ul class="list_none chart_list">
          <li class="color1">interconnection Dev.</li>
          <li class="color2">Marketing & General</li>
          <li class="color3">Mobile Ad Platform</li>
          <li class="color4">Ad Platform Integration</li>
          <li class="color5">Operational Overhead</li>
        </ul>
      </div>
    </div>
    <div class="divider large_divider"></div>
    <div class="row text-center">
      <div class="col-md-12">
        <div class="title_dark">
          <h2>Token Distribution</h2>
        </div>
      </div>
    </div>
    <div class="row align-items-center flex-row-reverse res_md_mt_20">
      <div class="col-md-7">
        <div class="res_sm_mb_30 text-center"> 
			<img src="welcome/assets/images/token-distribution.png" alt="token-distribution" /> 
        </div>
      </div>
      <div class="col-md-5">
        <ul class="list_none chart_list">
          <li class="color4">ICO Sale</li>
          <li class="color6">Build Out</li>
          <li class="color7">Team & Advisers</li>
          <li class="color3">Private Investors</li>
          <li class="color2">Bounty</li>
        </ul>
      </div>
    </div>
  </div>
  <div class="shape shap1"></div>
  <div class="shape shap2"></div>
</section>-->
<!-- END SECTION TOKEN --> 
<!-- START SECTION TEAM -->
<section id="team" class="team_wrap" data-parallax="scroll" data-image-src="welcome/assets/images/team_bg.png">
  <div class="container">
    <div class="row text-center">
      <div class="col-lg-8 col-md-12 offset-lg-2">
        <div class="title_dark"> 
			<h2>Our Feature</h2>
			
        </div>
      </div>
    </div>

     
     <div class="row align-items-center">
		  <div class="col-lg-6 col-md-12 col-sm-12 text-center">
            	<div class="res_md_mt_50 res_sm_mt_30">
                	<img src="welcome/assets/images/busss.png" style="width: 100%;">
                </div>
            </div>
            <div class="col-lg-6 col-md-12 col-sm-12">
				
                <div class="feature">
                    <p>
					Real-Time 24x7 GPS Tracking
    All the Vehicle Trackers Report to our servers at an interval of 10 to 30 seconds. Thus giving You the power to Track your Vehicles Live when they drive.
World-Wide coverage
    With our advanced technology combined with world class Map Providers , You have the power to track your vehicles all over the Globe. 
Event Alerts
    With Live Tracking you get Live Alerts via SMS or Email which are generated at highest priority because Safety of Your Vehicle is our Primary Concern..
MIS Reports
    Our MIS reports are fully customizable as per your requirement. With Detailed MIS reports you can never miss a moment of your vehicle.
					</p>
                  
                </div>
                
            </div>
           
        </div>
     
  <!--  <div class="row text-center">
      <div class="col-md-12">
        <div class="title_dark">
          <h2>Our Invester</h2>
        </div>
      </div>
    </div>-->
 <!--   <div class="row small_space justify-content-center">
      <div class="col-lg-9 col-md-12">
        <div class="row">
          <div class="col-lg-4 col-md-6 col-sm-6 res_md_mb_30">
            <div class="team_box">
              <div class="team_img text-center">
              	<img src="welcome/assets/images/team5.jpg" alt="team5"/>
                <div class="social_team list_none">
                  <ul>
                    <li><a href="#"><i class="ion-social-facebook"></i></a></li>
                    <li><a href="#"><i class="ion-social-twitter"></i></a></li>
                    <li><a href="#"><i class="ion-social-instagram-outline"></i></a></li>
                    <li><a href="#"><i class="ion-social-googleplus"></i></a></li>
                  </ul>
                </div>
              </div>
              <div class="team_info gradient_box text-center">
                <h4><a href="#team5" class="content-popup">Joseph Conrad</a></h4>
                <p>Invester</p>
              </div>
              <div id="team5" class="team_pop mfp-hide">
                <div class="row m-0">
                  <div class="col-md-6"> <img class="w-100 pt-3 pb-3" src="welcome/assets/images/team-lg-5.jpg" alt="team5"/> </div>
                  <div class="col-md-6">
                    <div class="pt-3 pb-3">
                      <div class="title_dark"> <span>Invester</span>
                        <h2>Joseph Conrad</h2>
                      </div>
                      <div class="social_single_team list_none">
                        <ul>
                          <li><a href="#"><i class="ion-social-facebook"></i></a></li>
                          <li><a href="#"><i class="ion-social-twitter"></i></a></li>
                          <li><a href="#"><i class="ion-social-instagram-outline"></i></a></li>
                          <li><a href="#"><i class="ion-social-googleplus"></i></a></li>
                        </ul>
                      </div>
                      <p>Founder of Venus Media Ltd and Owner of leading website for affiliates in the entertainment industry TakeBucks, he is a videographer, photographer and producer with a big number of successful entrepreneurships under his name over the last 18 years.</p>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div class="col-lg-4 col-md-6 col-sm-6 res_md_mb_30">
            <div class="team_box">
              <div class="team_img text-center"> <img src="welcome/assets/images/team6.jpg" alt="team6"/>
                <div class="social_team list_none">
                  <ul>
                    <li><a href="#"><i class="ion-social-facebook"></i></a></li>
                    <li><a href="#"><i class="ion-social-twitter"></i></a></li>
                    <li><a href="#"><i class="ion-social-instagram-outline"></i></a></li>
                    <li><a href="#"><i class="ion-social-googleplus"></i></a></li>
                  </ul>
                </div>
              </div>
              <div class="team_info gradient_box text-center">
                <h4><a href="#team6" class="content-popup">Julie Tokar</a></h4>
                <p>Invester</p>
              </div>
              <div id="team6" class="team_pop mfp-hide">
                <div class="row m-0">
                  <div class="col-md-6"> <img class="w-100 pt-3 pb-3" src="welcome/assets/images/team-lg-6.jpg" alt="team6"/> </div>
                  <div class="col-md-6">
                    <div class="pt-3 pb-3">
                      <div class="title_dark"> <span>Invester</span>
                        <h2>Julie Tokar</h2>
                      </div>
                      <div class="social_single_team list_none">
                        <ul>
                          <li><a href="#"><i class="ion-social-facebook"></i></a></li>
                          <li><a href="#"><i class="ion-social-twitter"></i></a></li>
                          <li><a href="#"><i class="ion-social-instagram-outline"></i></a></li>
                          <li><a href="#"><i class="ion-social-googleplus"></i></a></li>
                        </ul>
                      </div>
                      <p>Founder of Venus Media Ltd and Owner of leading website for affiliates in the entertainment industry TakeBucks, he is a videographer, photographer and producer with a big number of successful entrepreneurships under his name over the last 18 years.</p>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div class="col-lg-4 offset-lg-0 col-md-6 offset-md-3 col-sm-6 offset-sm-3">
            <div class="team_box">
              <div class="team_img text-center"> <img src="welcome/assets/images/team7.jpg" alt="team7"/>
                <div class="social_team list_none">
                  <ul>
                    <li><a href="#"><i class="ion-social-facebook"></i></a></li>
                    <li><a href="#"><i class="ion-social-twitter"></i></a></li>
                    <li><a href="#"><i class="ion-social-instagram-outline"></i></a></li>
                    <li><a href="#"><i class="ion-social-googleplus"></i></a></li>
                  </ul>
                </div>
              </div>
              <div class="team_info gradient_box text-center">
                <h4><a href="#team7" class="content-popup">Sandhya Rani</a></h4>
                <p>Invester</p>
              </div>
              <div id="team7" class="team_pop mfp-hide">
                <div class="row m-0">
                  <div class="col-md-6"> <img class="w-100 pt-3 pb-3" src="welcome/assets/images/team-lg-7.jpg" alt="team7"/> </div>
                  <div class="col-md-6">
                    <div class="pt-3 pb-3">
                      <div class="title_dark"> <span>Invester</span>
                        <h2>Sandhya Rani</h2>
                      </div>
                      <div class="social_single_team list_none">
                        <ul>
                          <li><a href="#"><i class="ion-social-facebook"></i></a></li>
                          <li><a href="#"><i class="ion-social-twitter"></i></a></li>
                          <li><a href="#"><i class="ion-social-instagram-outline"></i></a></li>
                          <li><a href="#"><i class="ion-social-googleplus"></i></a></li>
                        </ul>
                      </div>
                      <p>Founder of Venus Media Ltd and Owner of leading website for affiliates in the entertainment industry TakeBucks, he is a videographer, photographer and producer with a big number of successful entrepreneurships under his name over the last 18 years.</p>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>-->
    <!--<div id="faq">
        <div class="divider large_divider"></div>
        <div class="row text-center">
          <div class="col-lg-8 col-md-12 offset-lg-2">
			<div class="title_dark"> 
				<span>FAQs</span>
				<h2>Frequently Asked Questions</h2>
				<p>Frequently asked questions (FAQ) or Questions and Answers (Q&A), are listed questions and answers, all supposed to be commonly asked in some context</p>
            </div>
          </div>
        </div>
        <div class="row small_space">
          <div class="col-lg-8 col-md-12 offset-lg-2">
            <div id="accordion" class="faq_content">
              <div class="card">
                <div class="card-header" id="headingOne">
                  <h6 class="mb-0"> <a data-toggle="collapse" class="gradient_box" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne">What is cryptocurrency?</a> </h6>
                </div>
                <div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordion">
                  <div class="card-body gradient_box"> Cryptocurrency is a form of payment that can be exchanged online for goods and services. Many companies have issued their own currencies, often called tokens, and these can be traded specifically for the good or service that the company provides. Think of them as you would arcade tokens or casino chips. You'll need to exchange real currency for the cryptocurrency to access the good or service. </div>
                </div>
              </div>
              <div class="card">
                <div class="card-header" id="headingTwo">
                  <h6 class="mb-0"> <a class="collapsed gradient_box" data-toggle="collapse" href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">Which cryptocurrency is best to buy today?</a> </h6>
                </div>
                <div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordion">
                  <div class="card-body gradient_box"> The best cryptocurrency to buy is one we are willing to hold onto even if it goes down. For example, I believe in Steem enough that I am willing to hold it even if it goes down 99% and would start buying more of it if the price dropped. </div>
                </div>
              </div>
              <div class="card">
                <div class="card-header" id="headingThree">
                  <h6 class="mb-0"> <a class="collapsed gradient_box" data-toggle="collapse" href="#collapseThree" aria-expanded="false" aria-controls="collapseThree">How about day trading crypto?</a> </h6>
                </div>
                <div id="collapseThree" class="collapse" aria-labelledby="headingThree" data-parent="#accordion">
                  <div class="card-body gradient_box"> While profits are possible trading cryptocurrencies, so are losses. My first year involved me spending hundreds of hours trading Bitcoin with a result of losing over $5,000 with nothing to show for it. Simply trading digital currencies is very similar to gambling because no one really knows what is going to happen next although anyone can guess! While I was lucky to do nothing expect lose money when I started, the worst thing that can happen is to get lucky right away and get a big ego about what an amazing cryptocurrency trader we are. </div>
                </div>
              </div>
              <div class="card">
                <div class="card-header" id="headingFour">
                  <h6 class="mb-0"> <a class="collapsed gradient_box" data-toggle="collapse" href="#collapseFour" aria-expanded="false" aria-controls="collapseFour">When to sell a cryptocurrency?</a> </h6>
                </div>
                <div id="collapseFour" class="collapse" aria-labelledby="headingFour" data-parent="#accordion">
                  <div class="card-body gradient_box"> Before Steem I was all in an another altcoin and really excited about it. When I first bought the price was low and made payments to me every week just for holding it. As I tried to participate in the community over the next several months, I was consistently met with a mix of excitement and hostility. When I began talking openly about this, the negative emotions won over in the community and in me. Originally I had invested and been happy to hold no matter what the price which quickly went up after I bought it. </div>
                </div>
              </div>
            </div>
          </div>
        </div>
    </div>-->
  </div>
 
</section>
<!-- START SECTION TIMELINE & MOBILE APP -->
<section id="road_map" class="section_gradiant2">
  <div class="container">
    <div class="row text-center">
      <div class="col-lg-8 col-md-12 offset-lg-2">
        <div class="title_light"> 
			<span>Road Map</span>
			<h2>Vehicle Tracking</h2>
			<!--<p>Cryptominded is a curated directory of the best cryptocurrency resources. We're slowly transforming the website into the best place for beginners to learn about cryptocurrencies</p>-->
        </div>
      </div>
    </div>
    <div class="roadmap owl-carousel small_space">
      <div class="item">
        <div class="roadmap_box rd_complete">
          <div class="roadmap_inner">
          	<div class="roadmap_icon icon_gradient_box"></div>
            <h6>Aprile 2018</h6>
            <!--<p>Inotial Coin Distribution &amp; maketing</p>-->
          </div>
        </div>
      </div>
      <div class="item">
        <div class="roadmap_box rd_complete">
          <div class="roadmap_inner">
          	<div class="roadmap_icon icon_gradient_box"></div>
            <h6>February 2018</h6>
          <!--  <p>Exchange Bitcontent to Bitcoin</p>-->
          </div>
        </div>
      </div>
      <div class="item">
        <div class="roadmap_box">
          <div class="roadmap_inner">
          	<div class="roadmap_icon icon_gradient_box"></div>
            <h6>March 2018</h6>
          <!--  <p>BTCC mode of payment in Bitconcent</p>-->
          </div>
        </div>
      </div>
      <div class="item">
        <div class="roadmap_box">
          <div class="roadmap_inner">
          	<div class="roadmap_icon icon_gradient_box"></div>
            <h6>June 2018</h6>
          <!--  <p>Send-Receive coin Bitconcent &amp; mobile</p>-->
          </div>
        </div>
      </div>
      <div class="item">
        <div class="roadmap_box">
          <div class="roadmap_inner">
          	<div class="roadmap_icon icon_gradient_box"></div>
            <h6>October 2018</h6>
          <!--  <p>Coin Marketcap, World Coin Index</p>-->
          </div>
        </div>
      </div>
      <div class="item">
        <div class="roadmap_box">
          <div class="roadmap_inner">
          	<div class="roadmap_icon icon_gradient_box"></div>
            <h6>December 2018</h6>
            <!--<p>Buy &amp; Sell Bitconcent Coin</p>-->
          </div>
        </div>
      </div>
      <div class="item">
        <div class="roadmap_box">
          <div class="roadmap_inner">
          	<div class="roadmap_icon icon_gradient_box"></div>
            <h6>December 2018</h6>
           <!-- <p>Deposit Bitcoin from your account</p>-->
          </div>
        </div>
      </div>
      <div class="item">
        <div class="roadmap_box">
          <div class="roadmap_inner">
          	<div class="roadmap_icon icon_gradient_box"></div>
            <h6>December 2018</h6>
           <!-- <p>Exchange Bitcontent to Bitcoin</p>-->
          </div>
        </div>
      </div>
    </div>
    
    <div id="mobileapp" class="mobileapp text_md_center">
    	<div class="divider large_divider"></div>
        <div class="row align-items-center">
            <div class="col-lg-6 col-md-12 col-sm-12">
                <div class="title_light">
                    <span>Vehicle Tracking</span>
                    <h2>Track In mobile</h2>
                  <p>  The Global Positioning System (GPS) is a space-based satellite navigation system that provides location information .This system uses GPS to track the location of the vehicle. This system will track location of the vehicle and will send details about the location to the admin. This system helps admin to find out the location of the driver driving the vehicle. Admin will know which driver is in which location. This system can be implemented in call taxi to find out the location of the driver driving the vehicle and will help the admin to allocate taxi to the customer. User login to the system using his user id and password. System will track the user’s location with the help of GPS and will send this detail to admin.</p>
                </div>
                <div>
                  <!--  <a href="#" class="btn btn-default"><span class="ion-social-android"></span>Google Store <i class="ion-ios-arrow-thin-right"></i></a>-->
                    <!--<a href="#" class="btn btn-default"><span class="ion-social-apple"></span>Apple Store <i class="ion-ios-arrow-thin-right"></i></a>-->
                </div>
            </div>
            <div class="col-lg-6 col-md-12 col-sm-12 text-center">
            	<div class="res_md_mt_50 res_sm_mt_30">
                	<img src="welcome/assets/images/mobile.png" alt="mobile"/>
                </div>
            </div>
        </div>
	</div>
  </div>
  <div style="background-image:url('welcome/assets/images/wave.png');" class="section_wave2"></div>
</section>
<!-- END SECTION TIMELINE & MOBILE APP --> 


<!-- END SECTION TEAM --> 

<!-- START SECTION WHITEPAPER & CONTACT -->
<section id="whitepaper" class="section_gradiant">
	<div class="container">
    	<!--<div class="row text_sm_center">
            <div class="col-lg-7 col-md-7">
            <div class="title_light">
              <h2>Download Whitepaper</h2>
              <p>A white paper is an authoritative report or guide that informs readers concisely about a complex issue and presents the issuing body's philosophy on the matter. It is meant to help readers understand an issue, solve a problem, or make a decision.</p>
              <p>Marketers create whitepapers to educate their audience about a particular issue, or explain and promote a particular methodology.</p>
            </div>
            <a class="btn btn-default" href="#"><span class="ion-android-download"></span>Download Now <i class="ion-ios-arrow-thin-right"></i></a> </div>
      		<div class="col-lg-4 offset-lg-1 col-md-5"> 
            	<div class="res_md_mt_30">
                	<img alt="whitepaper" src="welcome/assets/images/whitepaper.png"> 
                </div>
            </div>
    	</div>-->
    
        <div id="contact">

            <div class="row text-center">
                <div class="col-md-12">
                  <div class="title_light">
                    <span>Contact Us</span>
                    <h2>Get in touch!</h2>
                  </div>
                </div>
            </div>
     
            <div class="row">
                <div class="col-md-7 col-lg-6 offset-lg-1">
                    <form method="post" name="enq" class="form_field">
                        <div class="row">
                            <div class="form-group col-md-6">
                                <input type="text" required="required" placeholder="Enter Name *" id="first-name" class="form-control" name="name">
                            </div>
                            <div class="form-group col-md-6">
                                <input type="email" required="required" placeholder="Enter Email *" id="email" class="form-control" name="email">
                            </div>
                            <div class="form-group col-md-12">
                                <input type="text" required="required" placeholder="Enter Subject" id="subject" class="form-control" name="subject">
                            </div>
                            <div class="form-group col-md-12">
                                <textarea required="required" placeholder="Message *" id="description" class="form-control" name="message" rows="2"></textarea>
                            </div>
                            <div class="col-md-12 text-center">
                                    <button type="submit" title="Submit Your Message!" class="btn btn-default" id="submit" name="submit" value="Submit">Submit <i class="ion-ios-arrow-thin-right"></i></button>
                            </div>
                            <div class="col-md-12">
                                <div id="alert-msg" class="alert-msg text-center"></div>
                            </div>
                        </div>
                    </form>
                </div>
                <div class="col-lg-5 col-md-5 res_sm_mt_30">
                    <ul class="list_none contact_info mt-margin">
                        <li class="input-group-prepend align-items-center">
                            <i class="ion-ios-location"></i>
                            <div class="contact_detail">
                                <span>Address</span>
                                <p>Plot No:385,Near koel Campus,Patia</p>
                            </div>
                       </li>
                       <li class="input-group-prepend align-items-center">
                            <i class="ion-android-call"></i>
                            <div class="contact_detail">
                                <span>Phone</span>
                                <p>0674-2743137</p>
                            </div>
                       </li>
                       <li class="input-group-prepend align-items-center">
                            <i class="ion-ios-email"></i>
                            <div class="contact_detail">
                                <span>Email</span>
                                <p>info@bestrayinfotech.com</p>
                            </div>
                       </li>
                    </ul>
                </div>
            </div>
        </div>
    </div>
    <div class="rounded_shape rounded_shape1"></div>
  	<div class="rounded_shape rounded_shape2"></div>
</section>
<!-- START SECTION WHITEPAPER & CONTACT -->

<!-- START CLIENTS SECTION --> 
<!--<section class="bg_blue_dark client_logo">
	<div class="container">
    	<div class="row text-center">
        	<div class="col-md-12">
            	<div class="title_light">
                	<span>Partners</span>
                    <h2>Our Clients</h2>
                </div>
            </div>
        </div>
        <div class="row align-items-center text_md_center">
        	<div class="col-lg-2 col-md-4 col-6">
            	<div>
                	<img src="welcome/assets/images/client_logo1.png" alt="client_logo1" />
                </div>
            </div>
            <div class="col-lg-2 col-md-4 col-6">
            	<div>
            		<img src="welcome/assets/images/client_logo2.png" alt="client_logo2" />
                </div>
            </div>
            <div class="col-lg-2 col-md-4 col-6">
            	<div>
            		<img src="welcome/assets/images/client_logo3.png" alt="client_logo3" />
                </div>
            </div>
            <div class="col-lg-2 col-md-4 col-6">
            	<div>
            		<img src="welcome/assets/images/client_logo4.png" alt="client_logo4" />
                </div>
            </div>
            <div class="col-lg-2 col-md-4 col-6">
            	<div>
            		<img src="welcome/assets/images/client_logo5.png" alt="client_logo5" />
                </div>
            </div>
            <div class="col-lg-2 col-md-4 col-6">
            	<div>
            		<img src="welcome/assets/images/client_logo6.png" alt="client_logo6" />
                </div>
            </div>
        </div>
    </div>
    <div class="rounded_shape rounded_shape1"></div>
</section>-->

<!-- END CLIENTS SECTION --> 

<!-- START FOOTER SECTION --> 
<footer>
    <div class="bottom_footer">
    	<div class="container">
        	<div class="row">
            	<div class="col-md-6">
                	<p class="copyright">Copyright &copy;Bestray Infotec Pvt.Ltd. 2018 All Rights Reserved.</p>
                </div>
                <!-- <div class="col-md-6">
                	<ul class="list_none footer_menu">
                    	<li><a href="#">Privacy Policy</a></li>
                        <li><a href="#">Terms & Conditions</a></li>
                    </ul>
                </div> -->
            </div>
        </div>
    </div>
</footer>
<!-- END FOOTER SECTION --> 

<a href="#" class="scrollup btn-default" style="display: none;"><i class="ion-ios-arrow-up"></i></a> 

<!-- Latest jQuery --> 
<script src="welcome/assets/js/jquery-1.12.4.min.js"></script> 
<!-- Latest compiled and minified Bootstrap --> 
<script src="welcome/assets/bootstrap/js/bootstrap.min.js"></script> 
<!-- owl-carousel min js  --> 
<script src="welcome/assets/owlcarousel/js/owl.carousel.min.js"></script> 
<!-- magnific-popup min js  --> 
<script src="welcome/assets/js/magnific-popup.min.js"></script> 
<!-- waypoints min js  --> 
<script src="welcome/assets/js/waypoints.min.js"></script> 
<!-- parallax js  --> 
<script src="welcome/assets/js/parallax.js"></script> 
<!-- countdown js  --> 
<script src="welcome/assets/js/jquery.countdown.min.js"></script> 
<!-- particles min js  --> 
<script src="welcome/assets/js/particles.min.js"></script>
<!-- scripts js --> 
<script src="welcome/assets/js/scripts.js"></script>

</body>
</html>

Commits for gpstest/WebContent/welcome.jsp

Diff revisions: vs.
Revision Author Commited Message
1 lingaraj picture lingaraj Sat 24 Nov, 2018 13:04:59 +0000