-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.html
132 lines (126 loc) · 5.49 KB
/
example.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
<!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">
<link rel="shortcut icon" href="./assets/favicon.png" type="image/x-icon">
<link rel="stylesheet/less" type="text/css" href="presnsr.less" />
<script src="less.min.js"></script>
<title>Buenbnb, cleaning service for Airbnb properties</title>
</head>
<body class="font-size">
<header class="">
<nav class="f j-c-b a-i-c">
<img class="h-1 ci-clean" src="https://wickathou.github.io/img/logo.png" alt="Buenbnb logo">
<div class="f f-c-b mr-2">
<h3 class="ci mr-2 style-nav light">How it works</h3>
<h3 class="ci">Book now</h3>
</div>
</nav>
</header>
<main class="m-3">
<div class="f res-sm j-c-a a-i-c">
<!-- Main message -->
<div class="style-1 res min-w-3">
<h1>Cleaning for<br>
<strong>your Airbnb</strong><br>
made easy</h1>
<p class="style-2">Vetted cleaners to get your Airbnb ready for the next guest,<br>
<strong>any time, any day.</strong></p>
<div class="ci-clean button-1 shadow-black mt-2"><h3 id="book-now-landing-button">Book a Cleaning</h3></div>
</div>
<img class="max-h-3 res min-h-1" src="https://wickathou.github.io/img/laptop%20-%20mirror.png" alt="Buenbnb cleaning">
</div>
</main>
<div class="res g f a-i-c">
<span class="go-3"></span>
<h3 class="g-3 min-w-2 light">✨ 10% discount for:</h3>
<p class="g-3 min-w-2">
US, Miami Beach<br>
Antigua and Barbuda, Saint John<br>
Saint Kitts and Nevis, Basseterre
</p>
<span class="go-3"></span>
</div>
<section class="m-3">
<div class="mb-2">
<h2>Airbnb cleaning made easy</h2>
<p class="lighter">Save time and never worry about cleaning again</p>
</div>
<div>
<div class="res f j-c-b text-center">
<div class="f j-c-c">
<div class="w-fit bg-secondary shadow-black fc a-i-c j-c-b p-2">
<h3>People you can trust</h3>
<img class="min-w-1 max-w-2" src="https://wickathou.github.io/img/icons/TRUST.svg" alt="">
<p>
Our team members are all trained<br>
and background checked before joining.<br>
Your property is on good hands.
</p>
</div>
</div>
<div class="f j-c-c">
<div class="bg-secondary shadow-black fc a-i-c j-c-b p-2">
<h3>Always ready on time</h3>
<img class="min-w-1 max-w-2" src="https://wickathou.github.io/img/icons/RATE.svg" alt="">
<p>
We clean before your guest arrives,<br>
delivering a clean space always on time.<br>
Sparkling clean spaces for your guests.
</p>
</div>
</div>
<div class="f j-c-c">
<div class="bg-secondary shadow-black fc a-i-c j-c-b p-2">
<h3>With products on hand</h3>
<img class="min-w-1 max-w-2" src="https://wickathou.github.io/img/icons/AMMENITIES.svg" alt="">
<p>
You never have to worry about<br>
cleaning consumables, we bring it all.<br>
So you never worry about cleaning.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="style-3 m-3">
<div class="f j-c-a a-i-c">
<img class="max-h-2" src="https://wickathou.github.io/img/mug%20and%20book.png" alt="Buenbnb cleaning">
<div>
<!-- Main message -->
<h1>All the<br>
<strong>details covered</strong></h1>
<!-- Subtitle -->
<p class="lighter">
We strive for sparkling clean spacesevery single time we clean an space<br>
which is why we designed a detailed process that every team member follows.<br>
Check our guidelines for property cleaning to know more.
</p>
<div class="mt-2">
<div class="ci-clean button-3 shadow-black">
<h3>Cleaning Guidelines</h3>
</div>
</div>
</div>
</div>
</section>
<footer class="bg-footer">
<div class="p-2">
<div class="">
<div class="footer-text">
<h3><strong>Contact us</strong></h3>
<p><strong>Whatsapp</strong> Mexico +529981140105</p>
<p><strong>Whatsapp</strong> Colombia +529981140105</p>
<p><strong>Email</strong> [email protected]</p>
</div>
</div>
<div class="mt-2">
<p><strong>Buenbnb</strong> is a company of <strong>Presnsr BV</strong></p>
</div>
</div>
</footer>
</body>
</html>