Skip to content

Commit

Permalink
Merge pull request #202 from NachtSpyder04/mouse-fix
Browse files Browse the repository at this point in the history
[Minor changes]: fix card issues of Micromouse
  • Loading branch information
NachtSpyder04 authored May 14, 2024
2 parents 6e9e64c + aa52453 commit 97b625a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions _site/projects/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,20 @@ <h1 class="post-title">Eklavya Projects</h1>
<div class="grid">
<!-- _includes/projects.html -->
<div class="grid-sizer"></div>
<div class="grid-item">
<a href="/projects/Evobourne/">
<div class="card hoverable">
<div class="card-body">
<h2 class="card-title text-wrap">GyroGlider</h2>
<p class="card-text">Implementing Self Balancing on SRA's latest morphable bot-EvoBourne in a semi-drone mode.</p>
<div class="row ml-1 mr-1 p-0">
</div>
</div>
</div>
</a>
</div>
<!-- _includes/projects.html -->
<div class="grid-sizer"></div>
<div class="grid-item">
<a href="/projects/Micromouse/">
<div class="card hoverable">
Expand Down

0 comments on commit 97b625a

Please sign in to comment.