forked from b2kn/b2kn.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex2.html
More file actions
91 lines (78 loc) · 3.43 KB
/
index2.html
File metadata and controls
91 lines (78 loc) · 3.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Tropical Bot Safaris</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</head>
<body class="bg" style="background-color: rgb(0, 180, 180);">
<div class="jumbotron text-center">
<img style="max-width: 100%;" src="logo.png" alt="Tropical Bot Safaris">
</div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-3 col-md-4 col-sm-6 col-12">
<a href="https://chat.whatsapp.com/JsNgqihEdOUKmdqZTtEHRp" target="_blank">
<div class="card mb-3 shadow-lg">
<img src="thumbs/01.jpg" class="card-img-top" width="100%" />
<div class="card-body">
<h5 class="card-title">
༼ ▀̿̿Ĺ̯̿̿▀̿ ̿༽ 🔥✪ ᙖ✪ŊↁΞ ₡ĦΞႺ✪🔥 ✦ۣۜۜ
</h5>
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-12">
<a href="http://google.com">
<div class="card mb-3 shadow-md">
<img src="thumbs/01.jpg" class="card-img-top" width="100%" />
<div class="card-body">
<p class="card-title">
༼ ▀̿̿Ĺ̯̿̿▀̿ ̿༽ 🔥✪ ᙖ✪ŊↁΞ ₡ĦΞႺ✪🔥 ✦ۣۜۜ
</p>
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-12">
<a href="http://google.com">
<div class="card mb-3 shadow-md">
<img src="thumbs/01.jpg" class="card-img-top" width="100%" />
<div class="card-body">
<p class="card-title">
༼ ▀̿̿Ĺ̯̿̿▀̿ ̿༽ 🔥✪ ᙖ✪ŊↁΞ ₡ĦΞႺ✪🔥 ✦ۣۜۜ
</p>
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-12">
<a href="http://google.com">
<div class="card mb-3 shadow-md">
<img src="thumbs/01.jpg" class="card-img-top" width="100%" />
<div class="card-body">
<p class="card-title">
༼ ▀̿̿Ĺ̯̿̿▀̿ ̿༽ 🔥✪ ᙖ✪ŊↁΞ ₡ĦΞႺ✪🔥 ✦ۣۜۜ
</p>
</div>
</div>
</a>
</div>
</div>
</div>
<footer class="text-muted">
<div class="container">
<p class="float-right">
<a href="#">Back to top</a>
</p>
<p>WhatsApp tours curated by Gabriel Menotti</p>
</div>
</footer>
</body>
</html>