Skip to content
This repository has been archived by the owner on Jun 12, 2020. It is now read-only.

Commit

Permalink
- improved item grid positioning for medium and small sized displays
Browse files Browse the repository at this point in the history
  • Loading branch information
matei-radu committed Jun 13, 2017
1 parent 3824c2e commit 6d0f7b2
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ <h2>Many cool, such wow!</h2>
<div class="container-fluid">
<img class="bg-rocket" src="img/bg-rocket.svg" alt="">
<div class="row">
<div class="col-lg-6">
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="feature-item">
<h3>Feature Rich</h3>
<p class="text-muted">
Expand All @@ -196,7 +196,7 @@ <h3>Feature Rich</h3>
</p>
</div>
</div>
<div class="col-lg-6">
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="feature-item">
<h3>Universal</h3>
<p class="text-muted">
Expand All @@ -207,7 +207,7 @@ <h3>Universal</h3>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="feature-item">
<h3>Native experience</h3>
<p class="text-muted">
Expand All @@ -216,7 +216,7 @@ <h3>Native experience</h3>
</p>
</div>
</div>
<div class="col-lg-6">
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="feature-item">
<h3>Personal</h3>
<p class="text-muted">
Expand Down Expand Up @@ -284,27 +284,27 @@ <h2>Development team</h2>
<div class="col-lg-12 text center">
<div class="container-fluid">
<div class="row">
<div class="col-lg-4">
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="team-member">
<img class="rounded-circle" src="img/team/rick.jpg" alt="Rick Drijvers profile picture">
<h3>Rick Drijvers</h3>
<p class="text-muted">Project founder, core developer</p>
<p class="text-muted">Project founder</p>
<a class="fa fa-twitter" href="https://twitter.com/IkaragoDev"></a>
<a class="fa fa-linkedin" href="https://www.linkedin.com/in/rick-drijvers-249694133/"></a>
<a class="fa fa-github" href="https://github.com/ikarago"></a>
</div>
</div>
<div class="col-lg-4">
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="team-member">
<img class="rounded-circle" src="img/team/fela.jpg" alt="Fela Ameghino profile picture">
<h3>Fela Ameghino</h3>
<p class="text-muted">Seasoned core developer</p>
<p class="text-muted">Lead developer</p>
<a class="fa fa-twitter" href="https://twitter.com/FrayxRulez"></a>
<a class="fa fa-linkedin" href="https://www.linkedin.com/in/felameghino/"></a>
<a class="fa fa-github" href="https://github.com/FrayxRulez"></a>
</div>
</div>
<div class="col-lg-4">
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="team-member">
<img class="rounded-circle" src="img/team/kesava.jpg" alt="Kesava Prasad Arul profile picture">
<h3>Kesava Prasad Arul</h3>
Expand All @@ -314,7 +314,7 @@ <h3>Kesava Prasad Arul</h3>
<a class="fa fa-facebook" href="https://www.facebook.com/kesavaprasadarul"></a>
</div>
</div>
<div class="col-lg-4">
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="team-member">
<img class="rounded-circle" src="img/team/saurav.jpg" alt="Saurav Srivastava profile picture">
<h3>Saurav Srivastava</h3>
Expand All @@ -323,7 +323,7 @@ <h3>Saurav Srivastava</h3>
<a class="fa fa-behance" href="https://www.behance.net/gxsaurav"></a>
</div>
</div>
<div class="col-lg-4">
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="team-member">
<img class="rounded-circle" src="img/team/matei.jpg" alt="Matei Radu profile picture">
<h3>Matei Radu</h3>
Expand All @@ -333,7 +333,7 @@ <h3>Matei Radu</h3>
<a class="fa fa-github" href="https://github.com/mateiradu"></a>
</div>
</div>
<div class="col-lg-4">
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="team-member">
<img class="rounded-circle" src="img/team/abdel.jpg" alt="Abdel Daoudi profile picture">
<h3>Abdel Daoudi</h3>
Expand All @@ -346,7 +346,7 @@ <h3>Abdel Daoudi</h3>
<div class="team-member">
<img class="rounded-circle" src="img/team/lorenzo.jpg" alt="Lorenzo Rossoni profile picture">
<h3>Lorenzo Rossoni</h3>
<p class="text-muted">Core developer</p>
<p class="text-muted">Senior core developer</p>
<a class="fa fa-twitter" href="https://twitter.com/LorenzRox"></a>
<a class="fa fa-linkedin" href="https://www.linkedin.com/in/lorenzo-rossoni"></a>
<a class="fa fa-github" href="https://github.com/lorenzrox"></a>
Expand Down

0 comments on commit 6d0f7b2

Please sign in to comment.