-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (33 loc) · 1.48 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="dbSpatial LLC : " />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>dbSpatial LLC</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<img src='/images/dbspatial.png' alt='dbSpatial LLC' border="0"/>
<h2 id="project_tagline"></h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<p>dbSpatial is an independent consulting firm providing services that focus on the use of geospatial open source software.</p>
<p>dbSpatial is run by <a href="http://www.linkedin.com/in/davidbitner/" target="_blank">David Bitner</a> who has worked in the geospatial arena for over twenty years providing solutions in the aviation, government services, emergency management, non-profit, and real estate industries.</p>
<p>dbSpatial provides development, support and training for large data processing, spatial databases, data catalogs, and web-based applications.</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<a href='mailto:info@dbspatial.com'>info@dbspatial.com</a>
</footer>
</div>
</body>
</html>