-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsupport.html
More file actions
110 lines (101 loc) · 3.89 KB
/
Copy pathsupport.html
File metadata and controls
110 lines (101 loc) · 3.89 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
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
<!DOCTYPE HTML>
<!--
Template copyright and license:
Spatial by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Tangible Landscape</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<link rel="shortcut icon" href="./images/tl_favicon.ico" />
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-xlarge.css" />
</noscript>
</head>
<body>
<!-- Header -->
<header id="header" class="alt">
<h1><strong><a href="https://geospatial.ncsu.edu/geoforall">NCSU</strong><span style="color: #222"> GeoForAll Lab</span></a></h1>
<nav id="nav">
<ul>
<li><a href="index.html">Concept</a></li>
<li><a href="applications.html">Applications</a></li>
<li><a href="support.html">Get-your-own</a></li>
<li><a href="build.html">Build-your-own</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<section id="main" class="wrapper">
<div class="container">
<header class="major special">
<h2>Get-your-own</h2>
</header>
<p>
Get your own Tangible Landscape:
Whether you want to have Tangible Landscape at an event
or you want to have it in your facility, there is help.
</p>
<header>
<h3>North Carolina State University, Center for Geospatial Analytics</h3>
</header>
<div class="container 100%">
<div class="row 100%">
<span class="image fit">
<img src="images/logo_ncsu_cga.svg" alt="" />
</span>
</div>
</div>
<p>
Get support from the original creators of Tangible Landscape.
We can build Tangible Landscape for you, help you deploy it and run it,
work with you to show Tangible Landscape at your own one-time event,
or teach you how to do that.
</p>
<p>
Center for Geospatial Analytics at North Carolina State University
provides support on a contract basis through its
<a href="https://cnr.ncsu.edu/geospatial/engage/service-center/">Service Center</a>.
</p>
<header>
<h3>Get added to this page</h3>
</header>
<p>
If you are a Tangible Landscape service provider and you are missing your company or institution,
open an issue or pull request on
<a href="https://github.com/tangible-landscape/tangible-landscape.github.io">GitHub</a>.
</p>
<!-- end of main -->
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<ul class="icons">
<li><a href="https://github.com/tangible-landscape/"><i class="fa fa-github fa-lg" aria-hidden="true"></i></a></li>
<li><a href="https://plus.google.com/b/112857255995703553144/112857255995703553144"><i class="fa fa-google-plus fa-lg" aria-hidden="true"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCc37pVh-WE46Xkqeq-KZQsA"><i class="fa fa-youtube fa-lg" aria-hidden="true"></i></a></li>
</ul>
<ul class="copyright">
<li title="Copyright and license (not applicable to linked materials)">
<a href="https://creativecommons.org/licenses/by-sa/4.0/"><i class="fa fa-creative-commons" aria-hidden="true"></i> BY-SA</a> 2016
<a href="https://geospatial.ncsu.edu/geoforall/">NCSU GeoForAll Lab</a></li>
<li>Design: <a href="http://templated.co">TEMPLATED</a></li>
</ul>
</div>
</footer>
</body>
</html>