-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeatures.html
More file actions
113 lines (111 loc) · 4.79 KB
/
features.html
File metadata and controls
113 lines (111 loc) · 4.79 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Features</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="news">
<h2 class="news-title">FEATURES</h2>
<div class="news-1">
<div class="news-content1">
<img src="img/features0.png" alt="Card Image">
<h2>GAMESCOM 2022: TIM BURTON MEETS MONKEY ISLAND IN NEW POINT AND CLICK ADVENTURE</h2>
</div>
</div>
<div class="card2">
<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>
<div class="card-content2">
<img src="img/features2.png" alt="Card Image">
<h2>Discord Set To Introduce Unique Usernames For Users</h2>
</div>
<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>
</div>
<div class="card2">
<div class="card-content2">
<img src="img/features4.png" alt="Card Image">
<h2>REDFALL PC REQUIREMENTS, BEST SETTINGS, AND MORE</h2>
</div>
<div class="card-content2">
<img src="img/features5.png" alt="Card Image">
<h2>THE LAST OF US SEASON 2 NEEDS TO MAKE MORE DEVIATIONS FROM THE SOURCE MATERIAL</h2>
</div>
<div class="card-content2">
<img src="img/features6.png" alt="Card Image">
<h2>FINAL CITIZEN SLEEPER DLC – WHAT WE KNOW</h2>
</div>
</div>
<div class="card2">
<div class="card-content2">
<img src="img/features7.png" alt="Card Image">
<h2>IS THE LAST OF US ON XBOX? – EVERYTHING YOU NEED TO KNOW</h2>
</div>
<div class="card-content2">
<img src="img/features8.png" alt="Card Image">
<h2>THE LAST OF US PART 1 PC REQUIREMENTS</h2>
</div>
<div class="card-content2">
<img src="img/features9.png" alt="Card Image">
<h2>MINECRAFT LEGENDS RELEASE DATE – EVERYTHING YOU NEED TO KNOW</h2>
</div>
</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>
</body>
</html>