-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
82 lines (69 loc) · 2.63 KB
/
about.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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes" />
<base href="./">
<title>About - Stratigra</title>
<meta property="og:title" content="About - Stratigra" />
<meta name="twitter:title" content="About - Stratigra" />
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin>
<!-- Compressed Styles -->
<link href="css/slides.min.css?521351" rel="stylesheet" type="text/css">
<link href="css/custom.css" rel="stylesheet" type="text/css">
<!-- Fonts and Material Icons -->
<link rel="stylesheet" as="font"
href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Material+Icons&display=swap" />
<style>
.slides {
font-family: 'Inter', sans-serif;
}
</style>
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "6j4vlyelau");
</script>
</head>
<body class="slides animated noPreload">
<!-- Navigation -->
<!-- Panel Top #01 -->
<nav class="panel top">
<div class="sections desktop">
<div class="left">
<a href="index.html" title="Stratigra">
<img src="assets/svg/stratigra_logotype.svg" style="height:60px;">
</a>
</div>
<div class="right">
<ul class="menu">
<li><a href="about.html">About</a></li>
</ul>
<a class="button sbblue rounded small" href="signin.html">Sign In</a>
</div>
</div>
</nav>
<!-- White Slide 1 (#10) -->
<section class="slide whiteSlide">
<div class="content">
<div class="container">
<div class="wrap">
<div class="fix-7-12">
<h1 class="smaller stblue margin-bottom-2 ae-1">Geospatial Intelligence Automation</h1>
<p class="large ae-2"><span class="opacity-8">Stratigra automates the data management, analysis, and
visualization that drive projects across all disciplines from archaeology to construction to
seismology.</span></p>
</div>
</div>
</div>
</div>
</section>
<!-- jQuery 3.5.1 -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Compressed Scripts -->
<script src="js/slides.min.js?521351" type="text/javascript"></script>
</body>
</html>