Skip to content

Commit f695c4a

Browse files
committed
Use .gif image for Snakes2 project
1 parent 6404be6 commit f695c4a

2 files changed

Lines changed: 6 additions & 36 deletions

File tree

images/snakes2.gif

327 KB
Loading

index.html

Lines changed: 6 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ <h3 class="featurette-heading">Machine Learning <br /><span class="text-muted">E
197197
<div class="col-sm-7 col-sm-push-5" >
198198
<h3 class="featurette-heading">Artificial Intelligence <br /><span class="text-muted">Pacman-AI</span></h3>
199199
<p class="lead">An artificial intelligent agent for the Pacman game implementing uninformed search algorithms like BFS and DFS, optimized informed search algorithms like A star, adversarial search algorithms like MiniMax and Alpha-Beta pruning, and exact inference algorithms in Bayesian Networks.</p>
200-
<a href="https://github.com/rmodi6/pacman-ai" title="Source Code"><button class="btn btn-primary"><i class="fa fa-code"></i> Source Code</button></a>
200+
<a href="https://github.com/rmodi6/pacman-ai" title="Source Code" target="_blank"><button class="btn btn-primary"><i class="fa fa-code"></i> Source Code</button></a>
201201
</div>
202202
<br />
203203
<div class="col-sm-5 col-sm-pull-7">
@@ -218,7 +218,7 @@ <h3 class="featurette-heading">Artificial Intelligence <br /><span class="text-m
218218
<h3 class="featurette-heading">Human Computer Interaction <br /><span class="text-muted">Gesture Recognition</span></h3>
219219
<p class="lead">Recognizing swipe gestures on a touchscreen keyboard or a touchpad using the <a href="http://pokristensson.com/pubs/KristenssonZhaiUIST2004.pdf" title="Shark2 Decoder" rel="nofollow">SHARK<sup>2</sup></a>
220220
decoder. It has a high accuracy of ~95% of recognizing words correctly and an average runtime of ~50 ms per word.</p>
221-
<a href="https://github.com/rmodi6/gesture-recognition" title="Source Code"><button class="btn btn-primary"><i class="fa fa-code"></i> Source Code</button></a>
221+
<a href="https://github.com/rmodi6/gesture-recognition" title="Source Code" target="_blank"><button class="btn btn-primary"><i class="fa fa-code"></i> Source Code</button></a>
222222
<a href="http://rmodi6.pythonanywhere.com/gesture-recognition" title="Try It!" onclick="window.open(this.href,'targetWindow'); return false;"><button class="btn btn-success"><span class="glyphicon glyphicon-play"></span> Try It</button></a>
223223
</div>
224224
<br />
@@ -294,42 +294,12 @@ <h3 class="featurette-heading">Java Applets <br /><span class="text-muted">Snake
294294
</div>
295295
<br />
296296
<div class="col-sm-5">
297-
298-
<!-- Carousel -->
299-
<div id="myCarousel2" class="carousel slide" data-ride="carousel">
300-
<!-- Indicators -->
301-
<ol class="carousel-indicators">
302-
<li data-target="#myCarousel2" data-slide-to="0" class="active"></li>
303-
<li data-target="#myCarousel2" data-slide-to="1"></li>
304-
<li data-target="#myCarousel2" data-slide-to="2"></li>
305-
</ol>
306297

307-
<!-- Wrapper for slides -->
308-
<div class="carousel-inner" role="listbox">
309-
<div class="item active carousel-snakes2">
310-
<img class="carousel-snakes2" src="images/snakes.png" alt="Snakes 2 sample 1">
311-
</div>
312-
313-
<div class="item carousel-snakes2">
314-
<img class="carousel-snakes2" src="images/snakes2.png" alt="Snakes 2 sample 2">
315-
</div>
316-
317-
<div class="item carousel-snakes2">
318-
<img class="carousel-snakes2" src="images/snakes3.png" alt="Snakes 2 sample 3">
319-
</div>
320-
</div>
321-
322-
<!-- Left and right controls -->
323-
<a class="left carousel-control" href="#myCarousel2" title="Previous" role="button" data-slide="prev">
324-
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
325-
<span class="sr-only">Previous</span>
326-
</a>
327-
<a class="right carousel-control" href="#myCarousel2" title="Next" role="button" data-slide="next">
328-
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
329-
<span class="sr-only">Next</span>
330-
</a>
298+
<!-- Gif -->
299+
<div class="gif-images">
300+
<img src="images/snakes2.gif" alt="snakes2">
331301
</div>
332-
<!-- End Carousel -->
302+
<!-- End Gif -->
333303

334304
</div>
335305
</div>

0 commit comments

Comments
 (0)