Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstephan committed Dec 30, 2018
1 parent 5de7208 commit cab9ebc
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,10 @@
header.masthead {
padding-top: 10rem;
padding-bottom: calc(10rem - 56px);
background-image: url("https://images.unsplash.com/photo-1530685932526-48ec92998eaa");
background-image: url("https://images.unsplash.com/photo-1517953377824-516f2dca803b");
/* Other Background Images
https://images.unsplash.com/photo-1517953377824-516f2dca803b
https://images.unsplash.com/photo-1530685932526-48ec92998eaa
https://images.unsplash.com/photo-1500893099951-bfbcb107cd0b
*/
background-position: center center;
Expand Down Expand Up @@ -347,19 +349,23 @@ <h1 class="text-uppercase">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<h2 class="section-heading text-white">ABOUT THE IOT PROJECT</h2>
<h2 class="section-heading text-white">ABOUT THE INTERNET OF TRANSPORT (IOT) PROJECT</h2>
<hr class="light my-4">
<p class="text-faded mb-4">
The Internet of Transport (IoT) aims to provide a toolkit for
analysts, data scientists, modellers and developers from the
public and private sectors in the transport and mobility industry
to:
<br>
<br><br>
(1) gather data from sources on the web,
<br>(2) store it in the cloud, and
<br>
<br><br>
(2) store it in the cloud, and
<br><br>
(3) produce insights through visualisation, analytics,
alerts and messaging etc.</p>
alerts and messaging etc.
<br>
<br>
</p>
<!--<a class="btn btn-light btn-xl js-scroll-trigger" href="#features">[button text]</a-->
</div>
</div>
Expand Down Expand Up @@ -561,7 +567,7 @@ <h2 class="mb-4">Portfolio of Example Microsites</h2>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<h2 class="section-heading">How to Get In Touch</h2>
<h2 class="section-heading">How to get in touch</h2>
<hr class="my-4">
<p class="mb-5">
To get in touch and discuss the project further
Expand All @@ -572,7 +578,7 @@ <h2 class="section-heading">How to Get In Touch</h2>
<div class="col-lg-4 ml-auto text-center">
<i class="fa fa-github fa-3x mb-3 sr-contact"></i>
<p>
<a href="https://github.com/peterstephan/internet-of-transport">github.com/peterstephan/internet-of-transport</a>
<a href="https://github.com/peterstephan/internet-of-transport" target="_blank">github.com/peterstephan/internet-of-transport</a>
</p>
</div>
<div class="col-lg-4 mr-auto text-center">
Expand Down

0 comments on commit cab9ebc

Please sign in to comment.