Skip to content

Commit

Permalink
final_rover_update
Browse files Browse the repository at this point in the history
  • Loading branch information
jos-k19 authored Feb 10, 2022
1 parent 1d5847e commit 6012eb4
Showing 1 changed file with 30 additions and 5 deletions.
35 changes: 30 additions & 5 deletions gal.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ <h1>Rover Gallery</h1>
<div class="portfolio-menu" >
<ul>
<li class="filter" data-filter=".tStart">Current Iteration</li>
<li class="filter" data-filter=".tStart">Hemant 1.0</li>
<li class="filter" data-filter=".tagastya2">Agastya 2.0</li>
<li class="filter" data-filter=".tmark3">Mark 3</li>
<li class="filter" data-filter=".tagastya1">Agastya 1.0</li>
Expand All @@ -36,17 +37,40 @@ <h1>Rover Gallery</h1>
<div class="portfolio-contant" >
<ul id="portfolio-contant-active">
<li class="mix tStart">
<a href="../img/Gallery/2022_0.png">
<img src="../img/Gallery/2022_0.png">
<div class="overly">
<div class="position-center">
<h2>Our Latest Iteration</h2>
</div>
</div>
</a>
</li>

<li class="mix tStart">
<a href="{{ site.baseurl }}/img/Gallery/2022_1.png">
<img src="{{ site.baseurl }}/img/Gallery/2022_1.png">
<div class="overly">
<div class="position-center">
<h2>Rover inside IITB Campus</h2>
<!-- <p> Near EE Dept. IIT-B. Side View </p> -->
</div>
</div>
</a>
</li>

<li class="mix themant">
<a href="../img/Gallery/2018_0.png">
<img src="../img/Gallery/2018_0.png">
<div class="overly">
<div class="position-center">
<h2>Our Latest Iteration, Hemant 1.0</h2>
<h2>Previour rover, Hemant 1.0</h2>
</div>
</div>
</a>
</li>

<li class="mix tStart">
<li class="mix themant">
<a href="{{ site.baseurl }}/img/Gallery/2018_1.png">
<img src="{{ site.baseurl }}/img/Gallery/2018_1.png">
<div class="overly">
Expand All @@ -58,7 +82,7 @@ <h2>Rover Navigating through rocky terrain</h2>
</a>
</li>

<li class="mix tStart">
<li class="mix themant">
<a href="../img/Gallery/2018_2.png">
<img src="../img/Gallery/2018_2.png">
<div class="overly">
Expand All @@ -71,7 +95,7 @@ <h2>Rover Navigating through rocky terrain</h2>
</li>


<li class="mix tStart">
<li class="mix themant">
<a href="../img/Gallery/2018_3.png">
<img src="../img/Gallery/2018_3.png">
<div class="overly">
Expand All @@ -83,12 +107,13 @@ <h2>Rover Navigating over a rocky slope</h2>
</a>
</li>


<li class="mix tagastya2">
<a href="../img/Gallery/rover_16_0.png">
<img src="../img/Gallery/rover_16_0.png">
<div class="overly">
<div class="position-center">
<h2>Last Year's rover, Agastya 2.0</h2>
<h2>Agastya 2.0</h2>
</div>
</div>
</a>
Expand Down

0 comments on commit 6012eb4

Please sign in to comment.