-78%
Version :
Latest Version
Rs2,490.00 Original price was: Rs2,490.00.Rs550.00Current price is: Rs550.00.
good-games/
├── index.html
├── games.html
├── news.html
├── events.html
├── community.html
├── assets/
│ ├── css/
│ ├── js/
│ └── images/
└── README.md
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Good Games - eSports & Gaming Magazine</title>
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
</head>
<body>
<!-- Header -->
<header>
<nav>
<div class="logo">Good Games</div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="games.html">Games</a></li>
<li><a href="news.html">News</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="community.html">Community</a></li>
</ul>
</nav>
</header>
<!-- Hero Section -->
<section class="hero">
<div class="hero-content">
<h1>Welcome to Good Games</h1>
<p>Your ultimate destination for eSports and gaming news.</p>
<a href="#latest-news" class="cta-button">Read More</a>
</div>
</section>
<!-- Latest News Section -->
<section id="latest-news">
<h2>Latest News</h2>
<div class="news-cards">
<div class="news-card">
<img src="assets/images/news1.jpg" alt="News 1">
<h3>Big Tournament Coming Up!</h3>
<p>Join us for the biggest eSports event of the year.</p>
<a href="#" class="read-more">Read More</a>
</div>
<div class="news-card">
<img src="assets/images/news2.jpg" alt="News 2">
<h3>New Game Release</h3>
<p>Check out the latest release in the gaming world.</p>
<a href="#" class="read-more">Read More</a>
</div>
<div class="news-card">
<img src="assets/images/news3.jpg" alt="News 3">
<h3>Game Reviews</h3>
<p>Read our in-depth reviews of the latest games.</p>
<a href="#" class="read-more">Read More</a>
</div>
</div>
</section>
<!-- Featured Games Section -->
<section id="featured-games">
<h2>Featured Games</h2>
<div class="game-cards">
<div class="game-card">
<img src="assets/images/game1.jpg" alt="Game 1">
<h3>Game Title 1</h3>
<p>Brief description of the game.</p>
</div>
<div class="game-card">
<img src="assets/images/game2.jpg" alt="Game 2">
<h3>Game Title 2</h3>
<p>Brief description of the game.</p>
</div>
<div class="game-card">
<img src="assets/images/game3.jpg" alt="Game 3">
<h3>Game Title 3</h3>
<p>Brief description of the game.</p>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<p>© 2023 Good Games. All rights reserved.</p>
<div class="social-media">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
</footer>
<script src="assets/js/scripts.js"></script>
</body>
</html>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
color: #333;
}
header {
background: #1c1c1c;
color: white;
padding: 15px 20px;
}
nav {
display: flex;
justify-content: space-between;
align-items: center;
}
nav ul {
list-style-type: none;
display: flex;
margin: 0;
padding: 0;
}
nav ul li {
margin-left: 20px;
}
nav a {
color: white;
text-decoration: none;
}
.hero {
background: url('assets/images/hero-bg.jpg') no-repeat center center/cover;
text-align: center;
padding: 100px 20px;
color: white;
}
.cta-button {
background: #FF5733;
color: white;
padding: 10px 20px;
border: none;
border-radius: 5px;
text-decoration: none;
}
section {
padding: 50px 20px;
text-align: center;
}
.news-cards, .game-cards {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.news-card, .game-card {
background: #f9f9f9;
border-radius: 8px;
padding: 20px;
margin: 10px;
width: 300px;
}
footer {
background: #1c1c1c;
color: white;
text-align: center;
padding: 20px;
}
.social-media a {
margin: 0 10px;
color: white;
}
// Placeholder for future JavaScript functionalities
console.log('Good Games template loaded.');
1. All digital products are the most recent version, with no possibility of free updates. After payment, you can request an update to the most recent version for 5 days if a new version is released. We free support within 5 days.
2. If a license is required (Excludes WHMCS license , we provide only method not license), please contact us via email or ticket for assistance with activation. Our license is only valid for activation and does not include support.
3. We provide Mobile, PHP script installation services for $19.90 / ₹1700. Please create a backup after installation as we do not support re-installation. For mobile app source code, we do not offer installation services.
4. If you have any questions, please contact us by email [email protected] or create a ticket on this page
5. Please note that any digital products presented on the website do not contain malicious code, viruses or advertising. You will receive the original files from the developers. We do not sell any products that have been downloaded from other websites.
6. The response time can last up to 6 hours.
No account yet?
Create an Account