Skip to content

Commit

Permalink
Revert HTML Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisGibbs committed Mar 4, 2024
1 parent c06138c commit 64048ef
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@
<link rel="stylesheet" href="../static/main.css">
</head>
<body class="main-body">
<a href="/elevator">
<div class="row tenHeight noPadMargin">
<h1 class="padded white center">Welcome to my game website!</h1>
</div>
</a>
<div class="row tenHeight noPadMargin">
<h4 class="padded white center">I have built 3 games that are currently availible to play...</h4>
<h1 class="padded white center">Welcome to my little baseball game website!</h1>
</div>
<div class="row tenHeight noPadMargin">
<h4 class="padded white center">I have built 2 games that are currently availible to play...</h4>
</div>
<div class="row noPadMargin small-height"></div>
<div class="row someHeight noPadMargin">
Expand All @@ -57,18 +55,7 @@ <h1 class="padded white"><i class="fa-solid fa-baseball"></i></h1>
</div>
</a>
</div>
<div class="col noPadMargin">
<a href="/elevator" class="babel btn">
<div class="visible noPadMargin ">
<div class="center">
<h1 class="padded white big auto">Elvtr of Babel</h1>
<h3 class="white">A creepy lowfi babel implementation</h3>
</div>
</div>
</a>
</div>
</div>

<div class="small-height">

</div>
Expand Down

0 comments on commit 64048ef

Please sign in to comment.