-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsensi.html
42 lines (39 loc) · 1.98 KB
/
sensi.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css2?family=Croissant+One&display=swap" rel="stylesheet">
<link rel="stylesheet" href="sensi.css">
<link rel="shortcut icon" href="ico.png" />
<title>Education Zoo RPG</title>
</head>
<body>
<br>
<center><div class="titre"><u class="sous">Animals and other </u></div></center>
<center>
<div class="container d-flex justify-content-center align-items-center h-100">
<div class="row">
<div class="col-lg-4 col-md-6 mb-4">
<div class="card zoomable-background" id="box1">
<div class="card-body">
<center><img class="image" src="map_jeu.jpg" /></center>
<div class="legende">The Adventures of Lumi, a magical children's game, invites young explorers to discover magical lands, solving puzzles and spreading light in this cheerful world.</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="card zoomable-background" id="box2">
<div class="card-body">
<center><img class="image" src="baobab.webp" /></center>
<div class="legende">“Harmonia”, an interactive awareness program, engages children and adults in fun activities, encouraging nature conservation and mutual respect, thereby cultivating harmony in the RPG world.</div>
</div>
</div>
</div>
</div>
</div>
</center>
<center><a class="goto" href="index.html">Home</a></center>
</body>
</html>