-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
235 lines (232 loc) · 7.89 KB
/
index.html
File metadata and controls
235 lines (232 loc) · 7.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Home</title>
<link rel="stylesheet" href="style.css" />
<link rel="icon" type="image/png" href="img/Console_Plus favicon.png">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
/>
</head>
<body>
<header>
<nav>
<ul class="nav-bar">
<li class="logo">
<a href="index.html"
><img src="img/consoles plus logo.png" alt=""
/></a>
</li>
<input type="checkbox" id="check" />
<span class="menu">
<li><a href="news.html">NEWS</a></li>
<li><a href="features.html">FEATURES</a></li>
<li><a href="reviews.html">REVIEWS</a></li>
<li><a href="signin.html" class="fas fa-user-alt"></a></li>
<label for="check" class="close-menu"
><i class="fas fa-times"></i
></label>
</span>
<label for="check" class="open-menu"
><i class="fas fa-bars"></i
></label>
</ul>
</nav>
</header>
<section class="main">
<div class="card">
<div class="auto-slider">
<img src="img/main.png" alt="Card Image" />
<h2>GameByte’s 2022 Indie Games of the Year</h2>
</div>
<div class="auto-slider">
<img src="img/slide (1).png" alt="Card Image" />
<h2>The best games like GTA for open world mayhem</h2>
</div>
<div class="auto-slider">
<img src="img/slide (2).png" alt="Card Image" />
<h2>The Best Driving Games To Play In 2022</h2>
</div>
<div class="auto-slider">
<img src="img/slide (3).png" alt="Card Image" />
<h2>The Best Fighting Games To Play With Mates</h2>
</div>
<div class="auto-slider">
<img src="img/slide (4).png" alt="Card Image" />
<h2>The best games like Stardew Valleyr</h2>
</div>
</div>
<div class="recent-news">
<h3>recent news</h3>
<div class="title-container">
<h4>
Diablo 4 Season 2 is suddenly live after Blizzard said it would be
delayed
</h4>
<hr />
<h4>
Endless Dungeon review: "An entertaining and finely-tuned roguelike"
</h4>
<hr />
<h4>
Sonic Superstars review: "A modern version of the Genesis classics"
</h4>
<hr />
<h4>
Lords of the Fallen review: "Aspirations to be Dark Souls 4 might
have been a little ambitious"
</h4>
<hr />
<h4>
Honkai: Star Rail PS5 review: "A gorgeous RPG with inventive
tactical combat"
</h4>
</div>
</div>
</section>
<section class="s1">
<h3 class="title-s1">
<a href=""><span style="color: #a00531">news</span></a> - see all
</h3>
<div class="card2">
<a href="blog.html" target="_blank">
<div class="card-content2">
<img src="img/news1.png" alt="Card Image" />
<h2>
XBOX GAME PASS GAMES ARRIVING SOON INCLUDE PAYDAY 3, COCOON AND
MORE
</h2>
</div>
</a>
<a href="blog.html" target="_blank">
<div class="card-content2">
<img src="img/news2.png" alt="Card Image" />
<h2>
ASSASSIN’S CREED MIRAGE PC SPECS – EVERYTHING YOU NEED TO KNOW
</h2>
</div>
</a>
<a href="blog.html" target="_blank">
<div class="card-content2">
<img src="img/news3.png" alt="Card Image" />
<h2>
MARVEL’S SPIDER-MAN 2 WILL ALLOW YOU TO BUMP INTO OTHER SPIDER-MAN
IN THE WORLD
</h2>
</div>
</a>
</div>
<h3 class="title-s1">
<a href=""><span style="color: #a00531">FEATURES</span></a> - see all
</h3>
<div class="card2">
<a href="blog.html" target="_blank">
<div class="card-content2">
<img src="img/features1.png" alt="Card Image" />
<h2>
Microsoft Has Revealed The PS5 Slim May Launch Later This Year
</h2>
</div>
</a>
<a href="blog.html" target="_blank">
<div class="card-content2">
<img src="img/features2.png" alt="Card Image" />
<h2>Discord Set To Introduce Unique Usernames For Users</h2>
</div>
</a>
<a href="blog.html" target="_blank">
<div class="card-content2">
<img src="img/features3.png" alt="Card Image" />
<h2>
THE WITCHER SEASON 3 RELEASE DATE – EVERYTHING YOU NEED TO KNOW
</h2>
</div>
</a>
</div>
<h3 class="title-s1">
<a href=""><span style="color: #a00531">REviews</span></a> - see all
</h3>
<div class="card2">
<a href="blog.html" target="_blank">
<div class="card-content2">
<img src="img/reviews1.png" alt="Card Image" />
<h2>
SPONGEBOB SQUAREPANTS: THE COSMIC SHAKE REVIEW [PC] | SALTY
SPITOON
</h2>
</div>
</a>
<a href="blog.html" target="_blank">
<div class="card-content2">
<img src="img/reviews2.png" alt="Card Image" />
<h2>
RETURNAL REVIEW [PC] | HOUSEMARQUE’S MASTERPIECE BELONGS ON PC
</h2>
</div>
</a>
<a href="blog.html" target="_blank">
<div class="card-content2">
<img src="img/reviews3.png" alt="Card Image" />
<h2>RESIDENT EVIL 4 REVIEW [PC] | A SELECTION OF GOOD THINGS</h2>
</div>
</a>
</div>
</section>
<footer class="footer">
<div class="footer-content">
<div class="logof">
<img src="img/consoles plus logo.png" alt="Consoles Plus Logo" />
</div>
<p>
Consoles+ is your ultimate destination for the latest gaming news and
insights. Dive into a world where gaming enthusiasts come together to
explore the world of consoles, games, and technology. Stay connected
with us to level up your gaming experience.
</p>
</div>
<div class="footer-content">
<h4>Partnership</h4>
<ul>
<li><a href="#">Websites</a></li>
<li><a href="#">Social Media</a></li>
<li><a href="#">Branding</a></li>
</ul>
</div>
<div class="footer-content">
<h4>About</h4>
<ul>
<li><a href="#">Our Project</a></li>
<li><a href="#">Careers</a></li>
</ul>
</div>
<div class="footer-content">
<h4>Follow Us</h4>
<ul>
<li><a href="#">Facebook</a></li>
<li><a href="#">Instagram</a></li>
<li><a href="#">YouTube</a></li>
</ul>
</div>
</footer>
<script>
// Add this JavaScript for the auto-sliding behavior
let slideIndex = 0;
showSlides();
function showSlides() {
let slides = document.getElementsByClassName("auto-slider");
for (let i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
slideIndex++;
if (slideIndex > slides.length) {
slideIndex = 1;
}
slides[slideIndex - 1].style.display = "block";
setTimeout(showSlides, 3500); // Change image every 2 seconds
}
</script>
</body>
</html>