-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
707 lines (635 loc) · 32.4 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Learn by Doing Internet of Things à échelle 1:1">
<meta name="author" content="Didier Donsez">
<meta name="keywords" content="iot, internet of things, m2m, lora, lorawan, long range, network server, gateway, connected objects, smart city, smart building, smart lighting, smart grid, smart metering, smart agriculture, smart parking"/>
<title>CampusIoT :: Learn by Doing Internet of Things à échelle 1:1</title>
<!-- Bootstrap Core CSS -->
<!--
<link href="css/bootstrap.min.css" rel="stylesheet">
-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- Custom Fonts -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/v4-shims.css">
<!--
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
-->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<!-- Custom CSS -->
<link href="css/stylish-portfolio.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<a id="menu-toggle" href="#" class="btn btn-dark btn-lg toggle"><i class="fa fa-bars"></i></a>
<nav id="sidebar-wrapper">
<ul class="sidebar-nav">
<a id="menu-close" href="#" class="btn btn-light btn-lg pull-right toggle"><i class="fa fa-times"></i></a>
<li class="sidebar-brand">
<a href="#top" onclick=$("#menu-close").click();>CampusIoT</a>
</li>
<li>
<a href="#missions" onclick=$("#menu-close").click();>Missions</a>
</li>
<li>
<a href="#applications" onclick=$("#menu-close").click();>Applications</a>
</li>
<li>
<a href="#technologies" onclick=$("#menu-close").click();>Technologies</a>
</li>
<li>
<a href="#sponsors" onclick=$("#menu-close").click();>Sponsors</a>
</li>
<li>
<a href="images/gallery.html">Gallerie</a>
</li>
<li>
<a href="#contact" onclick=$("#menu-close").click();>Contact</a>
</li>
</ul>
</nav>
<!-- Header -->
<header id="top" class="header">
<div class="text-vertical-center">
<!-- <h1><span style="color:#5882FA">Things</span><span style="color:#F5A9D0">plify!</span></h1> -->
<img src="logo/logo-s.png"/>
<h1 style="color:#fff;">CampusIoT</h1>
<h3 style="color:#fff;">Plateforme Learn-by-Doing de l'Internet des Objets<br/>à échelle 1:1
</h3>
<br/>
<a href="#about" class="btn btn-dark btn-lg">En savoir plus</a>
</div>
</header>
<!-- About -->
<section id="about" class="about">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8 text-center">
<h1><img src="logo/logo-xxs.png"/> CampusIoT</h1>
<h4>Un nombre croissant d'objets sont connectés à l'Internet. Ils forment l'Internet des Choses (<i>Internet of Things</i>).
Ils permettent une communication entre les biens physiques et leurs jumeaux numériques dans les systèmes d'information des organisations.
Les technologies de l'Internet des Choses permettent de gérer efficacement ces objets et d'offrir des services à haute valeur ajoutée.</h4>
<h4>CampusIoT est une plateforme pour l'enseignement en pédagogie inversée (<i>Learn-by-Doing</i>) et pour la recherche dans les technologies
et dans les usages de l'Internet des Objets à échelle 1:1.</h4>
<h4>Fort de son réseau privé LoRaWAN (NetId 0xC0002B) et des fablabs universitaires, CampusIoT accélère les tests in-vivo de prototypes d'applications
de l'Internet des Objets sur un espace de test que sont les métropoles de Grenoble et de Valence.</h4>
</div>
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<!-- Services -->
<!-- The circle icons use Font Awesome's stacked icon classes. For more information, visit http://fontawesome.io/examples/ -->
<section id="missions" class="services bg-campusiot">
<div class="container">
<div class="row text-center justify-content-center">
<div class="col-lg-10 text-" style="color: white">
<h2>Les missions IoT</h2>
<hr class="small">
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="service-item">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-graduation-cap fa-stack-1x text-campusiot"></i>
</span>
<h4>
<strong>Formation</strong>
</h4>
<a href="#contact" class="btn btn-light">En savoir plus</a>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="service-item">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-flask fa-stack-1x text-campusiot"></i>
</span>
<h4>
<strong>Recherche</strong>
</h4>
<a href="#contact" class="btn btn-light">En savoir plus</a>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="service-item">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-users fa-stack-1x text-campusiot"></i>
</span>
<h4>
<strong>Collaboration<br/>Université-Entreprise</strong>
</h4>
<a href="#contact" class="btn btn-light">En savoir plus</a>
</div>
</div>
</div>
<!-- /.row (nested) -->
</div>
<!-- /.col-lg-10 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<!-- Domaine d'application -->
<aside class="callout3">
<div class="text-vertical-center">
<h1><img src="logo/logo-xs.png"/> CampusIoT</h1>
</div>
</aside>
<section id="applications" class="services bg-campusiot">
<div class="container">
<div class="row text-center justify-content-center">
<div class="col-lg-10 text-" style="color: white">
<h2>Les Domaines d'Application IoT</h2>
<hr class="small">
<div class="row">
<div class="col-md-3 col-sm-4">
<div class="service-item">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-building-o fa-stack-1x text-campusiot"></i>
</span>
<h4>
<strong>Immeuble intelligent</strong>
</h4>
<a href="#contact" class="btn btn-light">En savoir plus</a>
</div>
</div>
<div class="col-md-3 col-sm-4">
<div class="service-item">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fas fa-city fa-stack-1x text-campusiot"></i>
</span>
<h4>
<strong>Ville intelligente</strong>
</h4>
<a href="#contact" class="btn btn-light">En savoir plus</a>
</div>
</div>
<div class="col-md-3 col-sm-4">
<div class="service-item">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fas fa-fire fa-stack-1x text-campusiot"></i>
</span>
<h4>
<strong>Sécurité</strong>
</h4>
<a href="#contact" class="btn btn-light">En savoir plus</a>
</div>
</div>
<div class="col-md-3 col-sm-4">
<div class="service-item">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fas fa-qrcode fa-stack-1x text-campusiot"></i>
</span>
<h4>
<strong>Logistisque et Traçabilité</strong>
</h4>
<a href="#contact" class="btn btn-light">En savoir plus</a>
</div>
</div>
<div class="col-md-3 col-sm-4">
<div class="service-item">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fas fa-dumpster fa-stack-1x text-campusiot"></i>
</span>
<h4>
<strong>Gestion des déchets</strong>
</h4>
<a href="#contact" class="btn btn-light">En savoir plus</a>
</div>
</div>
<div class="col-md-3 col-sm-4">
<div class="service-item">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-heartbeat fa-stack-1x text-campusiot"></i>
</span>
<h4>
<strong>Sport et Santé</strong>
</h4>
<a href="#contact" class="btn btn-light">En savoir plus</a>
</div>
</div>
<div class="col-md-3 col-sm-4">
<div class="service-item">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-tachometer fa-stack-1x text-campusiot"></i>
</span>
<h4>
<strong>Télérelève temps réel</strong>
</h4>
<a href="#contact" class="btn btn-light">En savoir plus</a>
</div>
</div>
<div class="col-md-3 col-sm-4">
<div class="service-item">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-cloud fa-stack-1x text-campusiot"></i>
</span>
<h4>
<strong>Qualité de l'air</strong>
</h4>
<a href="#contact" class="btn btn-light">En savoir plus</a>
</div>
</div>
<div class="col-md-3 col-sm-4">
<div class="service-item">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fas fa-leaf fa-stack-1x text-campusiot"></i>
</span>
<h4>
<strong>Agriculture de précision</strong>
</h4>
<a href="#contact" class="btn btn-light">En savoir plus</a>
</div>
</div>
<div class="col-md-3 col-sm-4">
<div class="service-item">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fas fa-globe-europe fa-stack-1x text-campusiot"></i>
</span>
<h4>
<strong>Protection de l'environnement</strong>
</h4>
<a href="#contact" class="btn btn-light">En savoir plus</a>
</div>
</div>
<div class="col-md-3 col-sm-4">
<div class="service-item">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-snowflake-o fa-stack-1x text-campusiot"></i>
</span>
<h4>
<strong>Changement climatique</strong>
</h4>
<a href="#contact" class="btn btn-light">En savoir plus</a>
</div>
</div>
<div class="col-md-3 col-sm-4">
<div class="service-item">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-bicycle fa-stack-1x text-campusiot"></i>
</span>
<h4>
<strong>Mobilité urbaine</strong>
</h4>
<a href="#contact" class="btn btn-light">En savoir plus</a>
</div>
</div>
<div class="col-md-3 col-sm-4">
<div class="service-item">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-wheelchair fa-stack-1x text-campusiot"></i>
</span>
<h4>
<strong>Accessibilité</strong>
</h4>
<a href="#contact" class="btn btn-light">En savoir plus</a>
</div>
</div>
<div class="col-md-3 col-sm-4">
<div class="service-item">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-solar-panel fa-stack-1x text-campusiot"></i>
</span>
<h4>
<strong>Autoconsommation solaire</strong>
</h4>
<a href="#contact" class="btn btn-light">En savoir plus</a>
</div>
</div>
<div class="col-md-3 col-sm-4">
<div class="service-item">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-industry fa-stack-1x text-campusiot"></i>
</span>
<h4>
<strong>Industrie 4.0</strong>
</h4>
<a href="#contact" class="btn btn-light">En savoir plus</a>
</div>
</div>
<div class="col-md-3 col-sm-4">
<div class="service-item">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-rocket fa-stack-1x text-campusiot"></i>
</span>
<h4>
<strong>New Space</strong>
</h4>
<a href="#contact" class="btn btn-light">En savoir plus</a>
</div>
</div>
<!--
Risques naturels et industriels
Pollution
Qualité de l'eau
Qualité de l'air
Smart Cities
Smart Home and Building
Smart Environment
Smart Metering
Smart Agriculture
Smart Industrial
Retail and Logistics
Healthcare and Well being
-->
</div>
<!-- /.row (nested) -->
</div>
<!-- /.col-lg-10 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<!-- Callout -->
<aside class="callout1">
<div class="text-vertical-center">
<h1><img src="logo/logo-xs.png"/> CampusIoT</h1>
</div>
</aside>
<!--
<aside class="callout1">
<div id="carouselExampleControls" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="images/station-kerlink-im2ag-a.jpg" width="10%" height="10%" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/station-kerlink-im2ag-b.jpg" height="200" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/stations-kerlink-imag.jpg" height="200" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleControls" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</aside>
-->
<section id="technologies" class="services bg-campusiot">
<div class="container">
<div class="row text-center justify-content-center">
<div class="col-lg-10 text-" style="color: white">
<h2>Les Technologies IoT</h2>
<hr class="small">
<div class="row">
<div class="col-md-3 col-sm-6">
<div class="service-item">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-signal fa-stack-1x text-campusiot"></i>
</span>
<h4>
<strong>Protocoles radio</strong>
</h4>
<p>LoRa/LoRaWAN, LR-FHSS, Sigfox, LTE-M, LoRa 2.4GHz, WMBus, RFXCom, ZWave, Zigbee,
enOcean, Decawave, BLE, RFID UHF, RFID NFC, Wifi, Iridium, SatIoT.</p>
<a href="#contact" class="btn btn-light">En savoir plus</a>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="service-item">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-hdd-o fa-stack-1x text-campusiot"></i>
</span>
<h4>
<strong>Objets et Stations</strong>
</h4>
<p>ST Microelectronics, Intel, Pycom, Kerlink, Multitech, Mikrotik, Strataggem, Laird, Impinj, NordicID,
IMST, Microchip, Adeunis RF, ATIM, Elsys, Tekelek, Bosch, MCF88, Libelium, Espressif,
Rising, 1M2M, Senslab, SagemCom, Tekelec, Skiply, Idosens, Wyres, Greenwaves, Rock Seven, Lacuna Space,
Seeedstudio, Dragino</p>
<a href="#contact" class="btn btn-light">En savoir plus</a>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="service-item">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-cloud fa-stack-1x text-campusiot"></i>
</span>
<h4>
<strong>Intergiciels</strong>
</h4>
<p>MQTT, Kafka, Flume, WebRTC, Zookeeper, etcd, RabbitMQ, PubNub, HAProxy, NGInx,
Eclipse MP, Spring Boot, JHipster, Ionic, Node.js, Meteor, MySQL, MongoDB,
Cassandra, HBase, InfluxDB, OpenTSDB, Druid, Cassandra, Prometheus, Spark,
Flink, Camel, OpenHAB, Felix, Equinox, Docker, Kubernetes, Telegraf, ELK,
Grafana, Thingsboard, IFTTT, PubNub, Hyperledger, TinyGS,
AWS IoT, IBM Watson IoT Platform, Azure IoT Suite, OVH IoT ...</p>
<a href="#contact" class="btn btn-light">En savoir plus</a>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="service-item">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-area-chart fa-stack-1x text-campusiot"></i>
</span>
<h4>
<strong>Données</strong>
</h4>
<p>Localisations interieure et extérieure, Géobarrieres, Géotraque, Alertes, Normalisation,
Masses de données (Analytique, Prévision, Correlation), Intelligence artificielle (Apprentissage profond), IA frugale,
Tableaux de bord, Affichages interactifs, Données Publiques (Open Data),
Production participative et citoyenne (Crowd Sourcing), Vie privée (Privacy) ...
</p>
<a href="#contact" class="btn btn-light">En savoir plus</a>
</div>
</div>
</div>
<!-- /.row (nested) -->
</div>
<!-- /.col-lg-10 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<!-- Callout -->
<aside class="callout1">
<div class="text-vertical-center">
<h1><img src="logo/logo-xs.png"/> CampusIoT</h1>
</div>
</aside>
<!-- Sponsors -->
<section id="sponsors" class="services bg-campusiot">
<div class="container">
<div class="row text-center justify-content-center">
<div class="col-lg-10 text-" style="color: white">
<h2>Sponsors</h2>
<br/>
<h4>Les équipement de la plateforme CampusIoT ont été en partie financés par
le labex <a style="color: white" href='https://persyval-lab.org/fr/platform/campusiot'>Persyval-Lab</a>
et par l'<a style="color: white" href='https://miai.univ-grenoble-alpes.fr/'>Institut MIAI@Grenoble Alpes (ANR-19-P3IA-0003)</a>.
</h4>
<br/>
<br/>
<h4>L'Université Grenoble Alpes est membre institutionnel de la
<a style="color: white" href='https://lora-alliance.org/alliance_member/university-of-grenoble-alpes/'>LoRa Alliance.</a></h4>
<br/>
</div>
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<!-- Map -->
<!--
<section id="contact" class="map">
<iframe width="100%" height="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.google.com/maps;output=embed"></iframe>
<br />
<small>
<a href="https://www.google.com/maps/"></a>
</small>
</iframe>
</section>
-->
<!-- Callout -->
<aside class="callout2">
<div class="text-vertical-center">
<h1><img src="logo/logo-xs.png"/> CampusIoT</h1>
</div>
</aside>
<!-- Footer -->
<footer id="contact">
<div class="container">
<div class="row text-center justify-content-center">
<div class="col-lg-10 text-center">
<h3><img src="logo/logo-xxs.png"/> <strong>CampusIoT</strong></h3>
<ul class="list-unstyled">
<li><i class="fa fa-envelope-o fa-fw text-campusiot"></i> <a href="mailto:[email protected]" class="text-campusiot">[email protected]</a>
</li>
</ul>
<br>
<ul class="list-inline">
<li>
<a href="https://github.com/CampusIoT"><i class="fa fa-github fa-fw fa-4x text-campusiot"></i></a>
<a href="https://twitter.com/CampusIoT"><i class="fa fa-twitter fa-fw fa-4x text-campusiot"></i></a>
</li>
</ul>
<hr class="small">
<p class="text-muted">Copyright © CampusIoT 2018-2022</p>
</div>
</div>
</div>
<a id="to-top" href="#top" class="btn btn-dark btn-lg"><i class="fa fa-chevron-up fa-fw fa-1x"></i></a>
</footer>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Custom Theme JavaScript -->
<script>
// Closes the sidebar menu
$("#menu-close").click(function(e) {
e.preventDefault();
$("#sidebar-wrapper").toggleClass("active");
});
// Opens the sidebar menu
$("#menu-toggle").click(function(e) {
e.preventDefault();
$("#sidebar-wrapper").toggleClass("active");
});
// Scrolls to the selected menu item on the page
$(function() {
$('a[href*=#]:not([href=#],[data-toggle],[data-target],[data-slide])').click(function() {
if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') || location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
}
}
});
});
//#to-top button appears after scrolling
var fixed = false;
$(document).scroll(function() {
if ($(this).scrollTop() > 250) {
if (!fixed) {
fixed = true;
// $('#to-top').css({position:'fixed', display:'block'});
$('#to-top').show("slow", function() {
$('#to-top').css({
position: 'fixed',
display: 'block'
});
});
}
} else {
if (fixed) {
fixed = false;
$('#to-top').hide("slow", function() {
$('#to-top').css({
display: 'none'
});
});
}
}
});
// Disable Google Maps scrolling
// See http://stackoverflow.com/a/25904582/1607849
// Disable scroll zooming and bind back the click event
var onMapMouseleaveHandler = function(event) {
var that = $(this);
that.on('click', onMapClickHandler);
that.off('mouseleave', onMapMouseleaveHandler);
that.find('iframe').css("pointer-events", "none");
}
var onMapClickHandler = function(event) {
var that = $(this);
// Disable the click handler until the user leaves the map area
that.off('click', onMapClickHandler);
// Enable scrolling zoom
that.find('iframe').css("pointer-events", "auto");
// Handle the mouse leave event
that.on('mouseleave', onMapMouseleaveHandler);
}
// Enable map zooming with mouse scroll when the user clicks the map
$('.map').on('click', onMapClickHandler);
</script>
</body>
</html>