Update index.html

This commit is contained in:
Jonas_Jones 2021-12-16 21:37:26 +01:00 committed by GitHub
parent deb40f55e3
commit 0621934b7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
<!DOCTYPE html>
<html>
<title>YouTube - Jonas_Jones</title>
<title>Warfieldz - Jonas_Jones</title>
<link rel="icon" href="https://j-onasjones.github.io/src/logo_icon.png">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@ -116,15 +116,12 @@ body, html {
<!-- First Parallax Image with Logo Text -->
<div class="bgimg-1 w3-display-container w3-opacity-min" id="home" style="padding-left: 250px;">
<div class="w3-display-middle" style="white-space:nowrap;">
<span class="w3-xxlarge w3-text-white w3-wide"><h1 style="font-size: 200px;padding-left: 250px; color:#10335C">YouTube</h1></span>
<span class="w3-xxlarge w3-text-white w3-wide"><h1 style="font-size: 200px;padding-left: 250px; color:#10335C">Warfieldz</h1></span>
</div>
</div>
<!-- Container (About Section) -->
<div class="w3-content w3-container w3-padding-64" id="about" style="padding-left: 250px;">
<h3 class="w3-center">ABOUT ME</h3>
<p class="w3-center"><em></em></p>
<p></p>
<div class="w3-row">
<div class="w3-col m6 w3-center w3-padding-large" style="height:800px">
<p></p>
@ -134,7 +131,7 @@ body, html {
<!-- Hide this text on small devices -->
<div class="w3-col m6 w3-hide-small w3-padding-large">
<p>//TODO
<p>Warfieldz is the first game I programmed in love2d. It is also the least functioning game out of all of my creations at the current state. It aims to be a 2d multiplayer war game with a labyrinth as the stage and a number of weapons, tanks, bombs, etc. with projectiles bouncing off the walls n stuff. The problem is: it doesn't work and I don't know why. There is a small error in the code which crashes the whole game during the launch process. Oh.. and its not finished yet...
</p>
</div>
</div>