-
Notifications
You must be signed in to change notification settings - Fork 0
/
story.html
136 lines (118 loc) · 5.32 KB
/
story.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE HTML>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-D3J0G1RNW8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-D3J0G1RNW8');
</script>
<!--
Spatial by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html lang="en">
<head>
<title>InspectoBot | Our Story</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/oldMain.css" />
<meta name="description" content="InspectoBot makes buildings safer.">
<link rel="icon" type="image/x-icon" href="/images/favicon.png">
</head>
<body>
<!-- Header -->
<header id="header">
<h1><a href="index.html"><img src="inspectologo.png" height="70%" width = 600% alt="InspectoBot"></a></h1>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<div class="divider left"></div>
<div class="dropdown">
<li>About Us +</li>
<div class="dropdown-content">
<a href="story.html">Our Story</a>
<a href="team.html">Founding Team</a>
</div>
</div>
<div class="divider right"></div>
<div class="divider left"></div>
<li><a href="solution.html">Product</a></li>
<!--<div class="divider left"></div>
<li><a href="careers.html">Careers</a></li>-->
<div class="divider left"></div>
<li><a href="contactForm.html" class="button special big">Contact Us</a></li>
</ul>
</nav>
</header>
<a href="#menu" class="navPanelToggle"><span class="fa fa-bars"></span></a>
<a href="index.html" class = "mobileLogo"><img src="inspectologo.png" height="100%" alt="InspectoBot"></a>
<!-- Main -->
<section id="main" class="wrapper">
<div class="container">
<header class="major special">
<h2>Our Story</h2>
<p>What we're all about. </p>
</header>
<p><span class="image left alt" style><img src="images/towerCollapse1.jpg" alt="" /></span></p>
<div style="font-size:1.4em" style ="line-height:1.75em"><p>Shortly after the Champaign tower fell, Ian called up Johnathan to ask about the technology referenced in the often-quoted study,
where high resolution satellite data was used to track the rate of a building sinking. Johnathan had previous experience with drones and photogrammetry.
They realized that there had to be a better way to track building health in real time.</p>
<br>
<p>
After several preliminary discussions with structural engineering firms,
we noticed that they were manually scanning a Ground Penetrating Radar to inspect the concrete and track things like rebar location for renovation.
Once we realized we had a product that structural engineering firms would buy, we got to work building a prototype,
and quickly realized we needed a radar expert which is why we brought on Alan.
</p></div>
</div>
<!--<div class ="container">
<header class="major special">
<h2>Our Story</h2>
<p>What we're all about. </p>
</header>
</br>
<div class="small_bannersAlt">
<div class = "banner_blockAlt">
<img src="images/towerCollapse1.jpg" alt="" class="tower"/>
</div>
<div class = "banner_blockAlt">
<p>Shortly after the Champaign tower fell, Ian called up Johnathan to ask about the technology referenced in the often-quoted study,
where high resolution satellite data was used to track the rate of a building sinking. Johnathan had previous experience with drones and photogrammetry.
They realized that there had to be a better way to track building health in real time.</p>
<p>
After several preliminary discussions with structural engineering firms,
we noticed that they were manually scanning a Ground Penetrating Radar to inspect the concrete and track things like rebar location for renovation.
Once we realized we had a product that structural engineering firms would buy, we got to work building a prototype,
and quickly realized we needed a radar expert which is why we brought on Alan.
</p>
</div>
</div>
</div>-->
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<!--<ul class="icons">
<li><a href="#" class="icon fa-facebook"></a></li>
<li><a href="#" class="icon fa-twitter"></a></li>
<li><a href="#" class="icon fa-instagram"></a></li>
//enable when InspectoBot has social media to link
</ul>-->
<ul class="copyright">
<li>© InspectoBot</li>
<!--<li>Images: <a href="http://unsplash.com">Unsplash</a></li>-->
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>