-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGames.html
199 lines (189 loc) · 12.7 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Games</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="style.css">
</head>
</head>
<body>
<!--Nav Bar Starts-->
<header>
<nav class="navbar navbar-expand-lg">
<div class="container-fluid">
<!--Logo for the pages-->
<div class="logo-foot">
<img src="images/badge.png" alt="logo" width="210px" height="160x">
</div>
<a class="navbar-brand"><h3>Mzamomtsha Primary School</h3> </a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarsExample05" aria-controls="navbarsExample05" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!--Navbar links to the different pages-->
<div class="collapse navbar-collapse" id="navbarsExample05">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="Home.html"><h5>Home</h5></a>
</li>
<li class="nav-item">
<a class="nav-link" href="About Us.html"><h5>About Us</h5></a>
</li>
<li class="nav-item">
<a class="nav-link" href="Events.html"><h5>Events</h5></a>
</li>
<li class="nav-item">
<a class="nav-link" href="FAQ.html"><h5>FAQ</h5></a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">Get In Touch</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="Contact Us.html">Contact Us</a></li>
<li><a class="dropdown-item" href="Enroll.html">Enroll with Us</a></li>
<li><a class="dropdown-item" href="Apply.html">Apply for a Job</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="Games.html"><h5>Games</h5></a>
</li>
</ul>
</div>
</nav>
</header>
<!--Nav Bar Ends-->
<!--Main Content Starts-->
<main>
<!--Heading for the Game Page-->
<h1 style="color:#968e18; text-align: center;">Welcome to The Gaming Page</h1>
<!--Bootstrap 5 Implementation-->
<!--Album bootstrap implemented-->
<div class="album py-5 bg-body-tertiary">
<div class="container">
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 g-3">
<div class="col">
<div class="card shadow-sm"> 1
<img src="images/snake (1).png" style="background-color: black;" class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect style="color: black;" width="100%" height="100%" fill="#55595c"/><text x="50%" y="50%" fill="#eceeef" dy=".3em">SNAKE GAME</text></img>
<div class="card-body">
<p class="card-text text"></p>
<div class="d-flex flex-column justify-content-center align-items-center">
<div class="btn-group">
<div class="d-flex flex-column justify-content-center align-items-center">
<button style="background-color: lime; color: black; font-weight: bold;"><a href="snake.html" class="btn btn-sm btn-outline">PLAY</a></button><br>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm"> 2
<img src="images/tic-tac-toe.png" style="background-color: #968e18;" class="bd-placeholder-img card-img-top" width="100px" height="225px" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"/><text x="50%" y="50%" fill="#eceeef" dy=".3em">Tic Tac Toe GAME</text></img>
<div class="card-body">
<p class="card-text text"></p>
<div class="d-flex flex-column justify-content-center align-items-center">
<div class="btn-group">
<div class="d-flex flex-column justify-content-center align-items-center">
<button style="background-color: lime; color: black; font-weight: bold;"><a href="Tic Tac Toe.html" class="btn btn-sm btn-outline">PLAY</a></button><br>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm"> 3
<img src="images/game cover.jpg" class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"/><text x="50%" y="50%" fill="#eceeef" dy=".3em">WORD WIZARD</text></img>
<div class="card-body">
<p class="card-text text"></p>
<div class="d-flex flex-column justify-content-center align-items-center">
<div class="btn-group">
<div class="d-flex flex-column justify-content-center align-items-center">
<button style="background-color: lime; color: black; font-weight: bold;"><a href="hangman.html" class="btn btn-sm btn-outline">PLAY</a></button><br>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm"> 4
<img src="images/sudoku.png" style="background-color: #968e18;" class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"/><text x="50%" y="50%" fill="#eceeef" dy=".3em">SUDOKU GAME</text></img>
<div class="card-body">
<p class="card-text text"></p>
<div class="d-flex flex-column justify-content-center align-items-center">
<div class="btn-group">
<div class="d-flex flex-column justify-content-center align-items-center">
<button style="background-color: lime; color: black; font-weight: bold;"><a href="Sudoku.html" class="btn btn-sm btn-outline">PLAY</a></button><br>
</div>
</div>
</div>
</div>
</div>
</div>
<!---<div class="col">
<div class="card shadow-sm"> 5
<img src="images/brainstorm.png" style="background-color: #1B3959;" class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"/><text x="50%" y="50%" fill="#eceeef" dy=".3em">MEMORY CARD GAME</text></img>
<div class="card-body">
<p class="card-text text"></p>
<div class="d-flex flex-column justify-content-center align-items-center">
<div class="btn-group">
<div class="d-flex flex-column justify-content-center align-items-center">
<button style="background-color: lime; color: black; font-weight: bold;"><a href="game.html" class="btn btn-sm btn-outline">PLAY</a></button><br>
</div>
</div>
</div>
</div>
</div>
</div>--->
</div>
</div>
</div>
</main>
</body>
<!--Footer Starts-->
<div class="container">
<footer class="row row-cols-1 row-cols-sm-2 row-cols-md-5 py-5 my-5">
<!--Logo with Name and Copyright-->
<div class="col mb-3 logo-foot">
<img src="images/badge.png" alt="logo" width="210px" height="160x">
<h3>Mzamomtsha Primary School</h3><br>
<h6 style="color:gray;"> © COPYRIGHT - CODE SLAYERS</h6>
</div>
<div class="col mb-3">
</div>
<!--Page Links-->
<div class="col mb-3">
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="Home.html" class="nav-link p-0 text-body-secondary navcolor">Home</a></li>
<li class="nav-item mb-2"><a href="About Us.html" class="nav-link p-0 text-body-secondary navcolor">About us</a></li>
<li class="nav-item mb-2"><a href="Events.html" class="nav-link p-0 text-body-secondary navcolor">Events</a></li>
<li class="nav-item mb-2"><a href="Contact Us.html" class="nav-link p-0 text-body-secondary navcolor">Contact Us</a></li>
<li class="nav-item mb-2"><a href="FAQ.html" class="nav-link p-0 text-body-secondary navcolor">FAQ</a></li>
</ul>
</div>
<!--Address Information-->
<div class="col mb-3">
<ul class="nav flex-column">
<li class="nav-item mb-2">Address:<br> </li>
<li class="nav-item mb-2">Visit us at:<br></li>
<li class="nav-item mb-2">49 Valangentambo Street <br></li>
<li class="nav-item mb-2">Driftsands, Eersterivier<br></li>
<li class="nav-item mb-2">South Africa<br></li>
</ul>
</div>
<!--Contact Infomration-->
<div class="col mb-3">
<ul class="nav flex-column">
<li class="nav-item mb-2">Contact Number: (+27)219010008<br></li>
<li class="nav-item mb-2">Email: [email protected]<br></li>
<li class="nav-item mb-2">Post Office Box Address:Po Box 40034,Elonwabeni, City Of Cape Town, 7100</li><br>
</ul>
</div>
</footer>
</div>
<!--Footer Ends-->
<script defer src="script.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</html>