Removed extra templates
This commit is contained in:
@ -10,39 +10,45 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="mainView">
|
<div id="mainView">
|
||||||
<h1>My Games</h1>
|
<h1 id="intotitle">My Games</h1>
|
||||||
<div class="myGamesList">
|
<div class="myGamesList">
|
||||||
|
<h2 class="sectionHeader">Personal Project Games</h2>
|
||||||
<div class="myGame">
|
<div class="myGame">
|
||||||
<h3>%TITLE%</h3>
|
<h3 class="title"></h3>
|
||||||
<img src="/media/placeholder.png" alt="Placeholder">
|
<h4 class="status"></h4>
|
||||||
<p>lorem20</p>
|
<h4 class="start"></h4>
|
||||||
|
<img src="" alt="" srcset="">
|
||||||
|
<p></p>
|
||||||
|
</div>
|
||||||
|
<h2 class="sectionHeader">Game Jam Games</h2>
|
||||||
|
<div class="myGame">
|
||||||
|
<h3><a href="https://techrunner.itch.io/space-chasers">Space Chasers</a></h3>
|
||||||
|
<h4 class="status">Completed and Submitted</h4>
|
||||||
|
<img src="https://img.itch.zone/aW1nLzE5MzU4MDkucG5n/315x250%23c/VLmmgi.png" alt="A background of stars with the title Space Chasers: How long can you survive?">
|
||||||
|
<p>This game was made for the GameShell Game Jam and is made using Love2D and made during my free time as a teachers assistant in physics class</p>
|
||||||
|
</div>
|
||||||
|
<div class="myGame">
|
||||||
|
<h3><a href="https://techrunner.itch.io/404-bounty-not-found">404: Bounty Not Found</a></h3>
|
||||||
|
<h4 class="status">Unfinished</h4>
|
||||||
|
<img src="https://img.itch.zone/aW1nLzQ0Mzk3MTkuanBn/347x500/f4xdVF.jpg" alt="" srcset="">
|
||||||
|
<p>This games was made with some collaboration from PunkGalFury and Finnegan</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h1>Game Reviews</h1>
|
<h1>Game Reviews</h1>
|
||||||
<div class="gameReviews">
|
<div class="gameReviews">
|
||||||
|
<!--
|
||||||
<div class="gameReview">
|
<div class="gameReview">
|
||||||
<h3>$%TITLE%</h3>
|
<h3>$%TITLE%</h3>
|
||||||
|
<h4 class="rating"></h4>
|
||||||
|
<h4 class="status"></h4>
|
||||||
<img src="/media/placeholder.png" alt="">
|
<img src="/media/placeholder.png" alt="">
|
||||||
<p></p>
|
<p></p>
|
||||||
</div>
|
</div>
|
||||||
|
-->
|
||||||
<div class="gameReview">
|
<div class="gameReview">
|
||||||
<h3>%TITLE%</h3>
|
<h3 class="title"></h3>
|
||||||
<img src="/media/placeholder.png" alt="">
|
<h4 class="rating"></h4>
|
||||||
<p></p>
|
<h4 class="status"></h4>
|
||||||
</div>
|
|
||||||
<div class="gameReview">
|
|
||||||
<h3>%TITLE%</h3>
|
|
||||||
<img src="/media/placeholder.png
|
|
||||||
" alt="">
|
|
||||||
<p></p>
|
|
||||||
</div>
|
|
||||||
<div class="gameReview">
|
|
||||||
<h3>%TITLE%</h3>
|
|
||||||
<img src="/media/placeholder.png" alt="">
|
|
||||||
<p></p>
|
|
||||||
</div>
|
|
||||||
<div class="gameReview">
|
|
||||||
<h3>%TITLE%</h3>
|
|
||||||
<img src="/media/placeholder.png" alt="">
|
<img src="/media/placeholder.png" alt="">
|
||||||
<p></p>
|
<p></p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user