-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgames.html
73 lines (68 loc) · 3.46 KB
/
games.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Team Cherry</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="wrapper">
<!-- Navbar -->
<header class="navbar">
<img src="icons/Logo.svg" alt="Logo">
<ul>
<li><a href="index.html">Blog</a></li>
<li><a href="games.html">Games</a></li>
<li><a href="#">Merchandise</a></li>
<li><a href="#">About</a></li>
</ul>
<div>
<a href="#"><img src="icons/Twitter.svg" alt="Twitter"></a>
<a href="#"><img src="icons/Youtube.svg" alt="Youtube"></a>
<a href="#"><img src="icons/Facebook.svg" alt="Facebook"></a>
</div>
</header>
<!-- Main Content -->
<main>
<div class="content"><img src="icons/silksong-title.png" alt="Hollow Knight Image"></div>
<div class="content">
<iframe width="560" height="315" src="https://www.youtube.com/embed/pFAknD_9U7c?si=RefETIt_xhTlMm3K"
title="Hollow Knight: Silksong Reveal Trailer" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<div>
<h1>TEAM CHERRY HOLIDAY SIGN OFF</h1>
<p>Happy Holidays Gang!<br>With Christmas close and Team Cherry about to take a few days off after an intensive year’s development, we’re gonna try and keep this update as snap-sharp as we can.</p>
<a href="#" class="read-more">Read More</a>
</div>
</div>
<div class="content">
<div>
<h1>TEAM CHERRY HOLIDAY SIGN OFF</h1>
<p>Happy Holidays Gang!<br>With Christmas close and Team Cherry about to take a few days off after an intensive year’s development, we’re gonna try and keep this update as snap-sharp as we can.</p>
<a href="#" class="read-more">Read More</a>
</div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/UAO2urG23S4"
title="Hollow Knight: Silksong Reveal Trailer" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</main>
</div>
<!-- Footer -->
<footer>
<p>Team Cherry is a small indie games team in Adelaide, South Australia.</p>
<p>Our mission is to build crazy and exciting worlds for you to explore and conquer.</p>
<p>Copyright © 2024 Team Cherry</p>
<div>
<a href="#">Blog</a> |
<a href="#">Games</a> |
<a href="#">Merchandise</a> |
<a href="#">About</a> |
<a href="#">FAQ</a> |
<a href="#">Contact Us</a>
</div>
</footer>
</body>
</html>