Update game cards to feature Zenith Vector and remove older games
This commit updates the main game showcase section to highlight the new Zenith Vector game while removing the legacy Tetris, Snake, Frogger, and Breakout game cards. The Space Invaders card was updated with a new image and link to the Zenith Vector directory.
This commit is contained in:
parent
0c03842269
commit
137d24292d
66
index.html
66
index.html
|
|
@ -352,24 +352,16 @@
|
||||||
<!-- Game Card 2 -->
|
<!-- Game Card 2 -->
|
||||||
<div class="game-card">
|
<div class="game-card">
|
||||||
<div class="game-icon">
|
<div class="game-icon">
|
||||||
<!-- Space Invaders SVG -->
|
<img src="zenith-vector.png" style="width: 100%; height: 100%; object-fit: contain;" />
|
||||||
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
|
||||||
<rect x="45" y="65" width="10" height="25" fill="#ffcc00"/>
|
|
||||||
<rect x="38" y="65" width="14" height="7.5" fill="#ffcc00"/>
|
|
||||||
<circle cx="49.5" cy="37.5" r="12.5" fill="#ffcc00"/>
|
|
||||||
<rect x="32.5" y="26.5" width="34" height="18" rx="9" fill="#ffcc00"/>
|
|
||||||
<circle cx="49.5" cy="76.5" r="4.5" fill="#ffcc00"/>
|
|
||||||
</svg>
|
|
||||||
</div>
|
</div>
|
||||||
<h3 class="game-title">Space Invaders</h3>
|
<h3 class="game-title">Zenith Vector</h3>
|
||||||
<p class="game-description">Defend Earth from alien invasion! Shoot down the invaders before they reach you.</p>
|
<p class="game-description">Science Fiction Cyberpunk Vertical Shooter.</p>
|
||||||
<a href="#" class="play-btn">PLAY NOW</a>
|
<a href="Zenith-Vector/" class="play-btn">PLAY NOW</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Game Card 3 -->
|
<!-- Game Card 3 -->
|
||||||
<div class="game-card">
|
<!--<div class="game-card">
|
||||||
<div class="game-icon">
|
<div class="game-icon">
|
||||||
<!-- Tetris SVG -->
|
|
||||||
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
||||||
<rect x="25" y="45" width="15" height="15" fill="#ffcc00"/>
|
<rect x="25" y="45" width="15" height="15" fill="#ffcc00"/>
|
||||||
<rect x="45" y="45" width="15" height="15" fill="#ffcc00"/>
|
<rect x="45" y="45" width="15" height="15" fill="#ffcc00"/>
|
||||||
|
|
@ -380,53 +372,7 @@
|
||||||
<h3 class="game-title">Tetris</h3>
|
<h3 class="game-title">Tetris</h3>
|
||||||
<p class="game-description">Stack the falling blocks to complete lines and score points!</p>
|
<p class="game-description">Stack the falling blocks to complete lines and score points!</p>
|
||||||
<a href="#" class="play-btn">PLAY NOW</a>
|
<a href="#" class="play-btn">PLAY NOW</a>
|
||||||
</div>
|
</div>-->
|
||||||
|
|
||||||
<!-- Game Card 4 -->
|
|
||||||
<div class="game-card">
|
|
||||||
<div class="game-icon">
|
|
||||||
<!-- Snake SVG -->
|
|
||||||
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
|
||||||
<circle cx="75" cy="55" r="8.5" fill="#ffcc00"/>
|
|
||||||
<rect x="64.7" y="49.2" width="12.6" height="11.6" rx="3" fill="#ffcc00"/>
|
|
||||||
<rect x="49.5" y="38.5" width="15.2" height="17.4" rx="3" fill="#ffcc00"/>
|
|
||||||
<circle cx="62.5" cy="62.5" r="17.5" fill="#ffcc00"/>
|
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
<h3 class="game-title">Snake</h3>
|
|
||||||
<p class="game-description">Control the snake to eat food and grow longer without hitting walls!</p>
|
|
||||||
<a href="#" class="play-btn">PLAY NOW</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Game Card 5 -->
|
|
||||||
<div class="game-card">
|
|
||||||
<div class="game-icon">
|
|
||||||
<!-- Frogger SVG -->
|
|
||||||
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
|
||||||
<circle cx="49.5" cy="52.5" r="17.5" fill="#ffcc00"/>
|
|
||||||
<rect x="46.7" y="38.2" width="12.6" height="18.2" rx="3" fill="#ffcc00"/>
|
|
||||||
<circle cx="49.5" cy="45.7" r="3.5" fill="#fff"/>
|
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
<h3 class="game-title">Frogger</h3>
|
|
||||||
<p class="game-description">Help the frog cross busy roads and rivers to reach home safely!</p>
|
|
||||||
<a href="#" class="play-btn">PLAY NOW</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Game Card 6 -->
|
|
||||||
<div class="game-card">
|
|
||||||
<div class="game-icon">
|
|
||||||
<!-- Breakout SVG -->
|
|
||||||
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
|
||||||
<rect x="45" y="75" width="12.6" height="8.4" fill="#ffcc00"/>
|
|
||||||
<circle cx="51.3" cy="79.2" r="8.4" fill="#ffcc00"/>
|
|
||||||
<rect x="32.5" y="45" width="35" height="6.7" rx="3.3" fill="#ffcc00"/>
|
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
<h3 class="game-title">Breakout</h3>
|
|
||||||
<p class="game-description">Destroy all the bricks by bouncing the ball with your paddle!</p>
|
|
||||||
<a href="#" class="play-btn">PLAY NOW</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="features">
|
<div class="features">
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 713 KiB |
Loading…
Reference in New Issue