-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
610 lines (575 loc) · 28.8 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
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<meta charset="utf-8" />
<title>Geolearn | Enhancing geodata with artificial intelligence</title>
<meta name="description" content="You want to reinterpret your data to gain better insights into your business? You have a huge amount of geoscientific data you want to exploit at its full potential? You want to discover hidden patterns in your data? You want to make predictions in 2D and 3D space?
Together we can make it happen!">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="apple-touch-icon" href="pages/ico/60.png">
<link rel="apple-touch-icon" sizes="76x76" href="pages/ico/76.png">
<link rel="apple-touch-icon" sizes="120x120" href="pages/ico/120.png">
<link rel="apple-touch-icon" sizes="152x152" href="pages/ico/152.png">
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-touch-fullscreen" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta content="" name="description" />
<meta content="" name="author" />
<!-- BEGIN PLUGINS -->
<link href="assets/plugins/pace/pace-theme-flash.css" rel="stylesheet" type="text/css" />
<link href="assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="assets/plugins/font-awesome/css/font-awesome.css" rel="stylesheet" type="text/css" />
<link href="assets/plugins/swiper/css/swiper.css" rel="stylesheet" type="text/css" media="screen" />
<!-- END PLUGINS -->
<!-- BEGIN PAGES CSS -->
<link class="main-stylesheet" href="pages/css/pages.css" rel="stylesheet" type="text/css" />
<link class="main-stylesheet" href="pages/css/pages-icons.css" rel="stylesheet" type="text/css" />
<link class="main-stylesheet" href="pages/css/famfamfam-flags.css" rel="stylesheet" type="text/css" />
<!-- GOOGLE ANALYTICS TRACKING CODE -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-96913087-1', 'auto');
ga('send', 'pageview');
</script>
<!-- BEGIN PAGES CSS -->
</head>
<style>
/*#####################
Additional Styles (required)
#####################*/
/*.carousel-caption {
width:30%;
left:5%;
right:0;
bottom:20;
text-align:center;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
text-shadow:none;
}*/
h4.news {
color: #B18642;
font-size: 1.2em;
font-weight: 500;
}
h4.news span{
color: #B18642;
font-size: 0.6em;
font-weight: 500;
}
a.news {
color: #B18642;
/*font-size: 0.6em;
font-weight: 500;*/
}
h4.news2 {
color: #d1b281;
font-size: 1.2em;
font-weight: 500;
}
h4.news2 span{
color: #d1b281;
font-size: 0.6em;
font-weight: 500;
}
a.news2 {
color: #d1b281;
/*font-size: 0.6em;
font-weight: 500;*/
}
.textContainer {
height: 345px;
line-height: 340px;
}
.textContainer p {
vertical-align: middle;
display: inline-block;
}
.textContainer p span{
vertical-align: middle;
display: inline-block;
font-size: 31px;
font-weight: 300;
line-height: 42px;
font-family: 'Open Sans', sans-serif;
color: #2c2c2c;
margin-bottom: 20px;
margin-top: 5px;
}
</style>
<body class="pace-dark">
<!-- BEGIN HEADER -->
<nav class="header bg-header transparent-dark " data-pages="header" data-pages-header="autoresize" data-pages-resize-class="dark">
<div class="container relative">
<!-- BEGIN LEFT CONTENT -->
<div class="pull-left">
<!-- .header-inner Allows to vertically Align elements to the Center-->
<div class="header-inner">
<!-- BEGIN LOGO -->
<img src="assets/images/logo_header_1line_new_new.png" width="152" height="49" data-src-retina="assets/images/logo_header_1line_2x_new_new.png" class="logo" alt="">
<img src="assets/images/logo_header_1line_white_new_new.png" width="152" height="49" data-src-retina="assets/images/logo_header_1line_white_2x_new_new.png" class="alt" alt="">
</div>
</div>
<!-- BEGIN HEADER TOGGLE FOR MOBILE & TABLET -->
<div class="pull-right">
<div class="header-inner">
<a href="#" class="search-toggle visible-sm-inline visible-xs-inline p-r-10" data-toggle="search"><i class="fs-14 pg-search"></i></a>
<div class="visible-sm-inline visible-xs-inline menu-toggler pull-right p-l-10" data-pages="header-toggle" data-pages-element="#header">
<div class="one"></div>
<div class="two"></div>
<div class="three"></div>
</div>
</div>
</div>
<!-- END HEADER TOGGLE FOR MOBILE & TABLET -->
<!-- BEGIN RIGHT CONTENT -->
<div class="menu-content mobile-dark pull-right clearfix" data-pages-direction="slideRight" id="header">
<!-- BEGIN HEADER CLOSE TOGGLE FOR MOBILE -->
<div class="pull-right">
<a href="#" class="padding-10 visible-xs-inline visible-sm-inline pull-right m-t-10 m-b-10 m-r-10" data-pages="header-toggle" data-pages-element="#header">
<i class=" pg-close_line"></i>
</a>
</div>
<!-- END HEADER CLOSE TOGGLE FOR MOBILE -->
<!-- BEGIN MENU ITEMS -->
<div class="header-inner">
<ul class="menu">
<li>
<a href="index.html" class="active">Home </a>
</li>
<li>
<a class="page-scroll" href="#services">Services </a>
</li>
<li>
<a href="http://Geolearn.ca/AIM/">AIM </a>
</li>
<li>
<a href="contact.html">About Us </a>
</li>
<!-- <li>
<a href="blog.html">Blog </a>
</li> -->
<li>
<a href="index_fr.html">FR</a>
</li>
<!-- <li>
<a href="contact.html">Contact Us</a>
</li> -->
</ul>
<a href="#" class="search-toggle hidden-xs hidden-sm" data-toggle="search"><i class="fs-14 pg-search"></i></a>
<!-- BEGIN COPYRIGHT FOR MOBILE -->
<div class="font-arial m-l-35 m-r-35 m-b-20 visible-sm visible-xs m-t-20">
<p class="fs-11 small-text muted">Copyright © Geolearn; 2017</p>
</div>
<!-- END COPYRIGHT FOR MOBILE -->
</div>
<!-- END MENU ITEMS -->
</div>
</div>
</nav>
<!-- END HEADER -->
<div class="page-wrappers">
<!-- BEGIN JUMBOTRON -->
<section class="jumbotron full-vh" data-pages="parallax">
<div class="inner full-height">
<!-- BEGIN SLIDER -->
<div class="swiper-container" id="hero">
<div class="swiper-wrapper">
<!-- BEGIN SLIDE -->
<div class="swiper-slide fit">
<!-- BEGIN IMAGE PARRALAX -->
<div class="slider-wrapper">
<div class="background-wrapper" data-swiper-parallax="30%">
<!-- YOUR BACKGROUND IMAGE HERE, YOU CAN ALSO USE IMG with the same classes -->
<div class="background" data-pages-bg-image="assets/images/hero_1.jpg"></div>
</div>
</div>
<!-- END IMAGE PARRALAX -->
<!-- BEGIN CONTENT -->
<div class="content-layer">
<div class="inner full-height">
<div class="container-xs-height full-height">
<div class="col-xs-height col-middle text-left">
<div class="container">
<div class="col-md-6 no-padding col-xs-10 col-xs-offset-1">
<h1 class="bold sm-text-center" data-swiper-parallax="-15%"> Geodata, enhanced!</h1>
<h4 class="semi-bold sm-text-center">At Geolearn, we focus on your goals and explore hidden patterns to gain better insight on your data</h4>
<h4 class="news" >
<img alt="" class="m-b-20" src="assets/images/Prizemedalion1.png" style=" vertical-align: middle;">
semifinalist at #DisruptMining 2017 <span class="news"><a href="DisruptMining.html" class="news">read more... </a></span></h4>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- END CONTENT -->
</div>
<!-- END SLIDE -->
<!-- BEGIN SLIDE -->
<!-- <div class="swiper-slide fit"> -->
<!-- BEGIN IMAGE PARRALAX -->
<!-- <div class="slider-wrapper">
<div class="background-wrapper" data-swiper-parallax="30%">
<div data-pages-bg-image="assets/images/open_mine_1.jpg" draggable="false" class="background"></div>
</div>
</div> -->
<!-- END IMAGE PARRALAX -->
<!-- BEGIN CONTENT -->
<!-- <div class="content-layer">
<div class="inner full-height">
<div class="container-xs-height full-height">
<div class="col-xs-height col-middle text-left">
<div class="container">
<div class="col-md-6 no-padding col-xs-10 col-xs-offset-1">
<h1 class="light sm-text-center" data-swiper-parallax="-15%"> Geodata, enhanced.</h1>
<h4 class="sm-text-center">We focus on your goals and explore hidden patterns to gain better insight on your data</h4>
<h4 class="news">
<img alt="" class="m-b-20" src="assets/images/Prizemedalion1.png" style=" vertical-align: middle;">
semifinalist at #DisruptMining 2017 <span class="news"><a href="DisruptMining.html" class="news">read more... </a></span></h4>
</div>
</div>
</div>
</div>
</div>
</div> -->
<!-- END CONTENT -->
<!-- </div> -->
<!-- END SLIDE -->
<!-- BEGIN SLIDE -->
<!-- <div class="swiper-slide fit"> -->
<!-- BEGIN IMAGE PARRALAX -->
<!-- <div class="slider-wrapper">
<div class="background-wrapper" data-swiper-parallax="30%" >
<div data-pages-bg-image="assets/images/oilfield_2.jpg" draggable="false" class="background" ></div>
</div>
</div> -->
<!-- END IMAGE PARRALAX -->
<!-- BEGIN CONTENT -->
<!-- <div class="content-layer">
<div class="inner full-height">
<div class="container-xs-height full-height">
<div class="col-xs-height col-middle text-left">
<div class="container">
<div class="col-md-6 no-padding col-xs-10 col-xs-offset-1">
<h1 class="light sm-text-center" data-swiper-parallax="-15%"> <span>Geodata, enhanced.</span></h1>
<h4 class="sm-text-center"><span>We focus on your goals and explore hidden patterns to gain better insight on your data</span></h4>
<h4 class="news">
<img alt="" class="m-b-20" src="assets/images/Prizemedalion1.png" style=" vertical-align: middle;">
semifinalist at #DisruptMining 2017 <span class="news"><a href="DisruptMining.html" class="news">read more... </a></span></h4>
</div>
</div>
</div>
</div>
</div>
</div> -->
<!-- END CONTENT -->
<!-- </div> -->
<!-- END SLIDE -->
<!-- </div> -->
<!-- BEGIN ANIMATED MOUSE -->
<div class="mouse-wrapper">
<div class="mouse">
<div class="mouse-scroll"></div>
</div>
</div>
<!-- Add Navigation -->
<!-- <div class="swiper-navigation swiper-dark-solid swiper-button-prev auto-reveal"></div>
<div class="swiper-navigation swiper-dark-solid swiper-button-next auto-reveal"></div> -->
</div>
</div>
<!-- END SLIDER -->
</section>
<!-- END JUMBOTRON -->
<!-- BEGIN CONTENT SECTION -->
<section class="bg-master-lighter p-b-85 p-t-85 no-overflow" id="services">
<div class="container">
<div class="md-p-l-20 md-p-r-20 xs-no-padding">
<div class="row">
<div class="col-sm-5 textContainer" >
<p class="m-b-20"><span>Comprehensive Data Integration</span><br>At Geolearn, we know how expensive data acquisition is. That is why we go the extra mile to ensure that their added value is accounted for and highlighted through feature engineering. Geological, geochemical and geophysical data are all integrated together in a connected database.</p>
</div>
<div class="col-sm-7 p-t-30 xs-p-l-15 xs-p-r-15 textContainer" >
<img src="assets/images/int.png" class="image-responsive-height lazy center-block" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- END CONTENT SECTION -->
<!-- BEGIN CONTENT SECTION -->
<section class="bg-master-lightest p-b-85 p-t-75 no-overflow">
<div class="container">
<div class="md-p-l-20 md-p-r-20 xs-no-padding">
<!-- <h5 class="block-title hint-text no-margin">MENU CLIPPING</h5> -->
<div class="row">
<div class="col-sm-7 p-t-30 xs-p-l-15 xs-p-r-15 " >
<img src="assets/images/pred.png" class="image-responsive-height lazy center-block" alt="">
</div>
<div class="col-sm-5 textContainer" >
<!-- <h2 class="m-t-5 m-b-20">Comprehensive Data Integration</h2> -->
<p class="m-b-20"><span>Robust Predictive Analysis</span><br>From something as simple and cheap as core pictures to more complex geochemical and geophysical data, Geolearn is able to train their algorithms to recognize patterns and automatically identify key features such as lithologies, alteration and mineralization.</p>
</div>
</div>
</div>
</div>
</section>
<!-- END CONTENT SECTION -->
<!-- BEGIN CONTENT SECTION -->
<section class="bg-master-lighter p-b-85 p-t-85 no-overflow">
<div class="container">
<div class="md-p-l-20 md-p-r-20 xs-no-padding">
<div class="row">
<div class="col-sm-5 textContainer" >
<p class="m-b-20"><span>Enhanced Visualization</span><br>To be relevant, high-value information needs to be presented in an effective, understandable & beautiful way. Geolearn creates connected, portable and interactive solutions to visualize your content derived from predictions or raw data.</p>
</div>
<div class="col-sm-7 p-t-30 xs-p-l-15 xs-p-r-15 " >
<img src="assets/images/vis.png" class="image-responsive-height lazy center-block" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- END CONTENT SECTION -->
<!-- BEGIN CONTENT SECTION -->
<!-- <section class="p-b-85 p-t-75 bg-master-lighter">
<div class="container">
<div class="md-p-l-20 xs-no-padding clearfix">
<div class="row visible-sm">
<div class="col-sm-8 m-b-40">
<h2>Save time, save money, look more professional and win more clients.</h2>
<p class="hint-text font-arial small-text col-md-4 col-sm-6 no-padding">Via Senior Vice President Design REVOX Ltd. 12345</p>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-4">
<div class="device_morph" data-pages="auto-scroll">
<img alt="" class="xs-image-responsive-height image-responsive-width" src="assets/images/b_phone.png" id="mobile_phone">
<div class="screen">
<div class="iphone-border">
<img src="assets/images/mobile_preview.jpg" class="image-responsive-height lazy" alt="">
</div>
</div>
</div>
</div>
<div class="col-md-7 col-md-offset-1 col-sm-offset-2 col-sm-6">
<div class="clearfix hidden-sm">
<h2>Save time, save money, look more professional and win more clients.</h2>
<p class="hint-text font-arial small-text col-md-4 col-sm-6 no-padding">Via Senior Vice President Design REVOX Ltd. 12345</p>
</div>
<div class="col-md-9 col-md-offset-1 col-sm-11">
<div class="p-t-50">
<dl>
<dt class="block-title p-b-15 text-black">Launch Design <i class="pg-arrow_right m-l-10"></i></dt>
<dd class="m-b-30">Our long standing vision has been to bypass the usual admin dashboard structure, and move forward with a more sophisticated yet simple framework</dd>
</dl>
<dl>
<dt class="block-title p-b-15 text-black">Responsive <i class="pg-arrow_right m-l-10"></i></dt>
<dd class="m-b-30">Our long standing vision has been to bypass the usual admin dashboard structure, and move forward with a</dd>
</dl>
<dl>
<dt class="block-title text-black p-b-15 ">Launch Your Design <i class="pg-arrow_right m-l-10"></i></dt>
<dd class="m-b-30">Our long standing vision has been to bypass the usual admin dashboard structure.</dd>
</dl>
</div>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- END CONTENT SECTION -->
<!-- <section class="p-b-85 p-t-75 "> -->
<!-- BEGIN TESTIMONIALS SLIDER-->
<!-- <div class="swiper-container" id="testimonials_slider">
<div class="swiper-wrapper"> -->
<!-- BEGIN TESTIMONIAL -->
<!-- <div class="swiper-slide">
<div class="container">
<div class="col-sm-8 col-sm-offset-2">
<h3 class="text-center">
Our motivation "Perfection simplified" helps to
craft meaningful experiences for the people around us, This mission inspires us
to jump out of bed each day and guides every aspect of what we
do.
</h3>
<img alt="" class="m-t-20" src="assets/images/signature_sample.png">
</div>
</div>
</div> -->
<!-- END TESTIMONIAL -->
<!-- BEGIN TESTIMONIAL -->
<!-- <div class="swiper-slide">
<div class="container">
<div class="col-sm-8 col-sm-offset-2">
<h3 class="text-center">
The dashboard will synergize with the colour selection made by the user and appropriately amend. Similarly, all other elements will sync according to the base colours.
</h3>
<img alt="" class="m-t-20" src="assets/images/signature_sample.png">
</div>
</div>
</div> -->
<!-- END TESTIMONIAL -->
<!-- BEGIN TESTIMONIAL -->
<!-- <div class="swiper-slide">
<div class="container">
<div class="col-sm-8 col-sm-offset-2">
<h3 class="text-center">
Given our emphasis on operational efficiency and optimization, we have focused heavily on GPU performance with animation to ensure an ultra smooth and fast User Experience.
</h3>
<img alt="" class="m-t-20" src="assets/images/signature_sample.png">
</div>
</div>
</div> -->
<!-- END TESTIMONIAL -->
<!-- </div> -->
<!-- Add Navigation -->
<!-- <div class="swiper-pagination relative p-t-20"></div> -->
<!-- </div> -->
<!-- END TESTIMONIALS -->
</section>
<!-- BEGIN FOOTER -->
<!-- <section class="p-b-55 p-t-75 xs-p-b-20 bg-master-darker ">
<div class="container">
<div class="row">
<div class="col-sm-4 col-xs-12 xs-m-b-40">
<img src="assets/images/logo_white.png" width="152" height="21" data-src-retina="assets/images/logo_white_2x.png" class="alt" alt="">
</div>
<div class="col-sm-2 col-xs-6 xs-m-b-20">
<h6 class="font-montserrat text-uppercase fs-14 text-white p-b-10">Company </h6>
<ul class="no-style">
<li class="m-b-5 no-padding"><a href="#" class="link text-white ">Design</a></li>
<li class="m-b-5 no-padding"><a href="#" class="link text-white">Features</a></li>
<li class="m-b-5 no-padding"><a href="#" class="link text-white">Team</a></li>
<li class="m-b-5 no-padding"><a href="#" class="link text-white">Work Station</a></li>
<li class="m-b-5 no-padding"><a href="#" class="link text-white">Privacy</a></li>
<li class="m-b-5 no-padding"><a href="#" class="link text-white">Legal</a></li>
<li class="m-b-5 no-padding"><a href="#" class="link text-white">Jobs</a></li>
</ul>
</div>
<div class="col-sm-2 col-xs-6 xs-m-b-20">
<h6 class="font-montserrat text-uppercase fs-14 text-white p-b-10">Work </h6>
<ul class="no-style">
<li class="m-b-5 no-padding"><a href="#" class="link text-white ">Apps</a></li>
<li class="m-b-5 no-padding"><a href="#" class="link text-white ">Popular</a></li>
<li class="m-b-5 no-padding"><a href="#" class="link text-white ">Web-Arch</a></li>
<li class="m-b-5 no-padding"><a href="#" class="link text-white">Pages</a></li>
<li class="m-b-5 no-padding"><a href="#" class="link text-white">Frontend</a></li>
<li class="m-b-5 no-padding"><a href="#" class="link text-white">Charity</a></li>
<li class="m-b-5 no-padding"><a href="#" class="link text-white">Marketplaces</a></li>
</ul>
</div>
<div class="col-sm-2 col-xs-6 xs-m-b-20">
<h6 class="font-montserrat text-uppercase fs-14 text-white p-b-10">Clients </h6>
<ul class="no-style">
<li class="m-b-5 no-padding"><a href="#" class="link text-white ">Our team</a></li>
<li class="m-b-5 no-padding"><a href="#" class="link text-white">Our location</a></li>
<li class="m-b-5 no-padding"><a href="#" class="link text-white">Contact Us</a></li>
<li class="m-b-5 no-padding"><a href="#" class="link text-white">About Us</a></li>
</ul>
</div>
<div class="col-sm-2 col-xs-6 xs-m-b-20">
<h6 class="font-montserrat text-uppercase fs-14 text-white p-b-10">Pages </h6>
<ul class="no-style">
<li class="m-b-5 no-padding"><a href="#" class="link text-white ">Pages</a></li>
<li class="m-b-5 no-padding"><a href="#" class="link text-white">Home</a></li>
<li class="m-b-5 no-padding"><a href="#" class="link text-white">Tour</a></li>
<li class="m-b-5 no-padding"><a href="#" class="link text-white">Versions</a></li>
<li class="m-b-5 no-padding"><a href="#" class="link text-white">Dropdown</a></li>
<li class="m-b-5 no-padding"><a href="#" class="link text-white">Pricing Page</a></li>
<li class="m-b-5 no-padding"><a href="#" class="link text-white">Blog</a></li>
</ul>
</div>
</div>
<p class="fs-12 hint-text p-t-10 text-white">Copyright © 2014. All Rights Reserved </p>
</div>
</section> -->
<section class="p-b-55 p-t-75 xs-p-b-20 bg-master-darker ">
<div class="container">
<div class="row">
<div class="col-sm-6">
<img src="assets/images/logo_header_1line_white_new_new.png" width="152" height="49" data-src-retina="assets/images/logo_header_1line_white_2x_new_new.png" class="alt" alt="">
</div>
<div class="col-sm-6 text-right font-arial sm-text-left text-white">
<p class="fs-11 muted m-t-5">Copyright © 2017 Geolearn. All Rights Reserved</p>
</div>
</div>
</div>
</section>
<!-- END FOOTER -->
</div>
<!-- START OVERLAY SEARCH -->
<div class="overlay hide" data-pages="search">
<!-- BEGIN Overlay Content !-->
<div class="overlay-content full-height has-results">
<!-- END Overlay Header !-->
<div class="container relative full-height">
<!-- BEGIN Overlay Header !-->
<div class="container-fluid">
<!-- BEGIN Overlay Close !-->
<a href="#" class="close-icon-light overlay-close text-black fs-16 top-right">
<i class="pg-close_line"></i>
</a>
<!-- END Overlay Close !-->
</div>
<div class="container-fluid">
<div class="inline-block bottom-right m-b-30">
<div class="checkbox right">
<input id="checkboxn" type="checkbox" value="1" checked="checked">
<label for="checkboxn">Search within page</label>
</div>
</div>
</div>
<div class="container-xs-height full-height">
<div class="col-xs-height col-middle text-center">
<!-- BEGIN Overlay Controls !-->
<input id="overlay-search" class="no-border overlay-search bg-transparent col-sm-6 col-sm-offset-4" placeholder="Search..." autocomplete="off" spellcheck="false">
<br>
<div class="inline-block bottom-left m-l-10 m-b-30 hidden-xs">
<p class="fs-14"><i class="fa fa-search m-r-10"></i> Press enter to search</p>
</div>
<!-- END Overlay Controls !-->
</div>
</div>
</div>
</div>
<!-- END Overlay Content !-->
</div>
<!-- END OVERLAY SEARCH -->
<!-- BEGIN CORE FRAMEWORK -->
<script src="assets/plugins/pace/pace.min.js" type="text/javascript"></script>
<script type="text/javascript" src="pages/js/pages.image.loader.js"></script>
<script type="text/javascript" src="assets/plugins/jquery/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<!-- BEGIN SWIPER DEPENDENCIES -->
<script type="text/javascript" src="assets/plugins/swiper/js/swiper.jquery.min.js"></script>
<script type="text/javascript" src="assets/plugins/velocity/velocity.min.js"></script>
<script type="text/javascript" src="assets/plugins/velocity/velocity.ui.js"></script>
<!-- BEGIN RETINA IMAGE LOADER -->
<script type="text/javascript" src="assets/plugins/jquery-unveil/jquery.unveil.min.js"></script>
<!-- END VENDOR JS -->
<!-- BEGIN PAGES FRONTEND LIB -->
<script type="text/javascript" src="pages/js/pages.frontend.js"></script>
<!-- END PAGES LIB -->
<!-- BEGIN YOUR CUSTOM JS -->
<script type="text/javascript" src="assets/js/custom.js"></script>
<script type="text/javascript" src="assets/js/jquery.easing.min.js"></script>
<script type="text/javascript" src="assets/js/scrolling-nav.js"></script>
<!-- END PAGES LIB -->
</script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"url": "http://geolearn.ca",
"logo": "https://raw.githubusercontent.com/geoLERN/geoLERN.github.io/master/assets/images/Logo_signature_new.png"
}
</script>
</html>