Skip to content

Commit

Permalink
Story page text added
Browse files Browse the repository at this point in the history
  • Loading branch information
Psykik committed Jun 24, 2022
1 parent f979180 commit 7397a25
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 49 deletions.
4 changes: 2 additions & 2 deletions assets/css/oldMain.css
Original file line number Diff line number Diff line change
Expand Up @@ -2367,13 +2367,13 @@
}

.image.left, .image.right {
max-width: 40%;
max-width: 100%;
max-height: height;
}

.image.left img, .image.right img {
width: 100%;
max-height:170px;
max-height:280px;
}

.image.left {
Expand Down
Binary file added images/towerCollapse1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 3 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ <h1><a href="index.html"><img src="inspectologo.png" height="100%" alt="Inspecto
<ul>
<li><a href="index.html">Home</a></li>
<div class="divider left"></div>
<!--<div class="dropdown">
<button onclick="dropFunc()" class="dropbtn">About Us</button>
<div id="myDropdown" class="dropdown-content">
<a href="story.html">Our Story</a>
<a href="team.html">Founding Team</a>
</div>-->
<div class="dropdown">
<li>About Us +</li>
<div class="dropdown-content">
Expand All @@ -51,16 +45,9 @@ <h1><a href="index.html"><img src="inspectologo.png" height="100%" alt="Inspecto
</div>
<div class="divider right"></div>
<div class="divider left"></div>
<div class="dropdown">
<li>Our Solution +</li>
<div class="dropdown-content">
<a href="solution.html">Inspection</a>
<a href="solution.html">Construction</a>
<a href="solution.html">Scientific Research</a>
</div>
</div>
<div class="divider left"></div>
<li><a href="careers.html">Careers</a></li>
<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>

Expand Down
13 changes: 3 additions & 10 deletions solution.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,9 @@ <h1><a href="index.html"><img src="inspectologo.png" height="70%" width = 600% a
</div>
<div class="divider right"></div>
<div class="divider left"></div>
<div class="dropdown">
<li>Our Solution +</li>
<div class="dropdown-content">
<a href="solution.html">Inspection</a>
<a href="solution.html">Construction</a>
<a href="solution.html">Scientific Research</a>
</div>
</div>
<div class="divider left"></div>
<li><a href="careers.html">Careers</a></li>
<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>

Expand Down
25 changes: 14 additions & 11 deletions story.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,9 @@ <h1><a href="index.html"><img src="inspectologo.png" height="70%" width = 600% a
</div>
<div class="divider right"></div>
<div class="divider left"></div>
<div class="dropdown">
<li>Our Solution +</li>
<div class="dropdown-content">
<a href="solution.html">Inspection</a>
<a href="solution.html">Construction</a>
<a href="solution.html">Scientific Research</a>
</div>
</div>
<div class="divider left"></div>
<li><a href="careers.html">Careers</a></li>
<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>

Expand All @@ -56,7 +49,17 @@ <h1><a href="index.html"><img src="inspectologo.png" height="70%" width = 600% a
<h2>Our Story</h2>
<p>What we're all about. </p>
</header>

<p><span class="image left"><img src="images/towerCollapse1.jpg" alt="" /></span></p>
<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>
Expand Down
13 changes: 3 additions & 10 deletions team.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,9 @@ <h1><a href="index.html"><img src="inspectologo.png" height="70%" width = 600% a
</div>
<div class="divider right"></div>
<div class="divider left"></div>
<div class="dropdown">
<li>Our Solution +</li>
<div class="dropdown-content">
<a href="solution.html">Inspection</a>
<a href="solution.html">Construction</a>
<a href="solution.html">Scientific Research</a>
</div>
</div>
<div class="divider left"></div>
<li><a href="careers.html">Careers</a></li>
<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>

Expand Down

0 comments on commit 7397a25

Please sign in to comment.