forked from G-Anjanappa/Photogrammetry-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstatic_maps.html
More file actions
84 lines (76 loc) · 3.73 KB
/
static_maps.html
File metadata and controls
84 lines (76 loc) · 3.73 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<!--include the OpenLayers CSS : -->
<link rel="stylesheet" href="https://gisedu.itc.utwente.nl/exercise/libraries/openlayers/v4.6.4/ol.css"
type="text/css" />
<title>GFM - Group Project</title>
<link rel="icon" type="image/x-icon" href="img/favicon.ico" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v5.15.1/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet" />
<link
href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i"
rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body id="page-top">
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<a class="navbar-brand js-scroll-trigger"
href="https://gisedu.itc.utwente.nl/student/s2578956/Photogrammetry-Website/index.html#maps">Go Back</a>
<button class="navbar-toggler navbar-toggler-right previous btn-black" type="button" data-toggle="collapse"
data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="container">
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item" style="font-size:x-large"><a class="nav-link js-scroll-trigger"
href="#page-top">Home</a></li>
<li class="nav-item" style="font-size:x-large"><a class="nav-link js-scroll-trigger"
href="#home">Maps</a></li>
</ul>
</div>
</div>
</nav>
<!-- Masthead-->
<header class="masthead"
style="background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 75%, #000000 100%), url(img/maps_cover.jpg);background-size: cover; background-repeat:no-repeat">
<div class="container d-flex h-100 align-items-center">
<div class="mx-auto text-center">
<h1 class="mx-auto my-0 text-uppercase text-white">STATIC MAPS</h1>
</div>
</div>
</header>
<section class="projects-section bg-light one-column" id="home">
<div class="row justify-content-center no-gutters">
<img class="img-fluid" src="img/BoditiDSM_Map.jpg" alt="" />
</div>
<br>
<br>
<div class="row justify-content-center no-gutters">
<img class="img-fluid" src="img/BoditiDTM_Map.jpg" alt="" />
</div>
</section>
<!-- Footer-->
<footer class="footer bg-black small text-center text-white-50">
<div class="container">Copyright © All rights reserved. | GFM 2020-2022 - Extract/Analysis & Dissemination
GeoData - Working Group 2</div>
</footer>
<!-- Bootstrap core JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Third party plugin JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>