-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtutorial.html
41 lines (40 loc) · 2.17 KB
/
tutorial.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Awale tutorial</title>
<link href="css/bootstrap.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="#">Awale</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<!-- <li class="nav-item">
<a class="nav-link" href="tutorial.html">About</a>
</li>-->
</ul>
<ul class="navbar-nav my-2 my-lg-0">
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
</ul>
</div>
</nav>
<div class="container" style="align-content: center">
<header style="text-align: center">
<h2 style="margin-top: 20px">AWALE THE GREAT STRATEGY GAME</h2>
</header>
<hr style="width: 30%; margin: auto">
<img src="https://images.theconversation.com/files/198543/original/file-20171211-10977-1jj13aq.jpg?ixlib=rb-1.1.0&q=45&auto=format&w=926&fit=clip" alt="Two men playing awale game">
<p>
The game has many rules which find their roots in the deep African culture. From strategy to humanity passing through the sense of honour, this game is also rich in entertainment and social envolvement.
</p>
</div>
</body>
</html>