Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
pranshustuff authored Jul 20, 2024
1 parent 4823ebb commit 13db349
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,20 +70,20 @@ <h1 style="font-family:Abril Fatface ; font-size: 400%; margin-bottom: 40px;">Pr
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://placehold.co/600x400" class="d-block w-100" alt="...">
<img src="./assets/simon-game.png" class="d-block w-100" alt="A webpage with title 'Press A to start' and 4 squares with primary colours as background.">
<div class="carousel-caption d-sm-block" style="padding: 20px;">
<h4>Project 1</h4>
<p class="d-none d-md-block">Some representative placeholder content for the first slide.</p>
<p style="margin-bottom: 5px;"><a class="btn btn-sm btn-warning rounded-pill" href="#" style="background-color: #32012F; color: antiquewhite;">Learn More</a></p>
<h4>Simon Game</h4>
<p class="d-none d-md-block">An online version of the popular game Simon, using html, css and JS.</p>
<p style="margin-bottom: 5px;"><a class="btn btn-sm btn-warning rounded-pill" href="https://pranshustuff.github.io/Simon-game" style="background-color: #32012F; color: antiquewhite;">Learn More</a></p>
</div>

</div>
<div class="carousel-item">
<img src="https://placehold.co/600x400" class="d-block w-100" alt="...">
<img src="./assets/drum-kit.png" class="d-block w-100" alt="Title drum kit and a 8 buttons, one for each of the drum set pieces.">
<div class="carousel-caption d-sm-block" style="padding: 20px;">
<h4>Project 2</h4>
<p class="d-none d-md-block">Some representative placeholder content for the first slide.</p>
<p style="margin-bottom: 5px;"><a class="btn btn-sm btn-warning rounded-pill" href="#" style="background-color: #32012F; color: antiquewhite;">Learn More</a></p>
<h4>Drum Kit</h4>
<p class="d-none d-md-block">A fun digital copy of a real life drum kit.</p>
<p style="margin-bottom: 5px;"><a class="btn btn-sm btn-warning rounded-pill" href="https://pranshustuff.github.io/drum-kit" style="background-color: #32012F; color: antiquewhite;">Learn More</a></p>
</div>
</div>
<div class="carousel-item">
Expand Down

0 comments on commit 13db349

Please sign in to comment.