-
Notifications
You must be signed in to change notification settings - Fork 0
/
natural-resource-management.html
88 lines (82 loc) · 3.02 KB
/
natural-resource-management.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
<!DOCTYPE HTML>
<!--
Hyperspace by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-122967782-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-122967782-1');
</script>
<title>Usecases</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
</head>
<style>
.fixed-ratio-resize { /* basic responsive img */
max-width: 100%;
height: auto;
width: auto\9; /* IE8 */
}
</style>
<style>
.fixed-ratio-resize-small { /* basic responsive img */
max-width: 40%;
height: auto;
width: auto\9; /* IE8 */
}
</style>
<body class="is-preload">
<!-- Header -->
<header id="header" >
<nav>
<ul>
<li><a href="large-infrastructure.html">Large Infrastructure Monitoring</a></li>
<li><a href="natural-resource-management.html">Natural Resource Monitoring</a></li>
<li><a href="search-and-rescue.html">Search and Rescue</a></li>
<li><a href="index.html"><img class="fixed-ratio-resize-small" src="images/OcellNoBG_orange.svg" alt=""/></a></li>
<!-- <li><a href="generic.html" class="active">Generic</a></li>
<li><a href="elements.html">Elements</a></li> -->
</ul>
</nav>
</header>
<!-- Wrapper -->
<div id="wrapper">
<section id="nrm" class="wrapper style1 fullscreen fade-up">
<div class="inner">
<h2><center><font color="white">AERIAL ANALYTICS FOR NATURAL RESOURCE MONITORING</font></center></h2>
<div align="center">
<ul style="display: inline-table;" class="actions">
<li><a href="index.html" class="button primary scrolly">Home</a></li>
</ul>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer" class="wrapper style1-alt">
<div class="inner">
<ul class="menu">
<li><font color="white"> Ocell © 2018. All rights reserved.</li><li>Logo Design: <a href="http://armandopastorin.com/" target="_blank" class="title">Armando Pastorin</a></li><li>Web Design: Ocell</li><li><a href="privacypolicy.html" class="title">Privacy Policy</a></li></a></font></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>