-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
86 lines (85 loc) · 4.45 KB
/
Copy pathindex.html
File metadata and controls
86 lines (85 loc) · 4.45 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Resource Data, Inc. is a custom software and GIS consulting company with offices in Anchorage, Boise, Fairbanks, Houston, Juneau and Portland.">
<link href="/favicon.ico" rel="icon" type="image/x-icon">
<title>Custom Database, Web and GIS Solutions - Resource Data, Inc.</title>
<link href="style.css" rel="stylesheet"/>
</head>
<body>
<header>
<div class="container">
<a href="http://www.resourcedata.com/" id="logo" title="Resource Data, Inc.">Resource Data, Inc.</a>
</div>
</header>
<div class="container content-area">
<div id="projects-list">
<h2><a href="https://github.com/ResourceDataInc/">Browse on GitHub</a></h2>
<div class="row equal-height">
<div class="col-sm-12 col-md-4">
<article class="box">
<h4><a href="https://github.com/ResourceDataInc/resourcedatainc.github.io">resourcedatainc.github.io</a></h4>
<div class="clearfix inner-box">
<p>Landing page for our open source projects on GitHub.</p>
</div>
<div class="clearfix footer-box"></div>
</article>
</div>
<div class="col-sm-12 col-md-4">
<article class="box">
<h4><a href="https://github.com/ResourceDataInc/commuter_challenge">commuter_challenge</a></h4>
<div class="clearfix inner-box">
<p>Bike, Walk, & Bus Commuter Challenge application.</p>
</div>
<div class="clearfix footer-box"></div>
</article>
</div>
<div class="col-sm-12 col-md-4">
<article class="box">
<h4><a href="https://github.com/ResourceDataInc/Centroid">Centroid</a></h4>
<div class="clearfix inner-box">
<p>A centralized paradigm of configuration management.</p>
</div>
<div class="clearfix footer-box"></div>
</article>
</div>
</div>
<div class="row equal-height">
<div class="col-sm-12 col-md-4">
<article class="box">
<h4><a href="https://github.com/ResourceDataInc/please">please</a></h4>
<div class="clearfix inner-box">
<p>Please is a set of commands useful for maintaining software projects.</p>
</div>
<div class="clearfix footer-box"></div>
</article>
</div>
<div class="col-sm-12 col-md-4">
<article class="box">
<h4><a href="https://github.com/ResourceDataInc/last-mile">last-mile</a></h4>
<div class="clearfix inner-box">
<p>Bike and walk friendly routes to get to RDI Anchorage's new office.</p>
</div>
<div class="clearfix footer-box"></div>
</article>
</div>
</div>
</div>
</div>
<footer></footer>
<script>
// Fix for Windows Phone 8 devices so they display at correct width
// http://mattstow.com/responsive-design-in-ie10-on-windows-phone-8.html
(function () {
if ("-ms-user-select" in document.documentElement.style && navigator.userAgent.match(/IEMobile\/10\.0/)) {
var msViewportStyle = document.createElement("style");
msViewportStyle.appendChild(document.createTextNode("@-ms-viewport{width:auto!important}"));
document.getElementsByTagName("head")[0].appendChild(msViewportStyle);
}
})();
</script>
</body>
</html>