-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomsanit.html
85 lines (85 loc) · 2.43 KB
/
comsanit.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>com_sanit</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,700;1,300;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Baloo+Tamma+2:wght@400&display=swap"
rel="stylesheet"
/>
<style>
html {
min-height: 100%;
margin: 0;
}
body {
height: 100%;
margin: 0;
font-family: "Nunito", sans-serif;
}
.b-image {
background: linear-gradient(
to left,
rgba(255, 255, 255, 0) 47%,
rgb(255, 255, 255) 53%
),
url(images/com_san1.jpg) no-repeat;
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.content {
display: grid;
grid-template-columns: 2fr 3fr;
padding: 2em;
}
</style>
</head>
<body class="b-image">
<div class="content">
<div style="font-size: 1.3em; line-height: 1.5em">
<div style="font-size: 1.6em; color: rgb(0, 132, 13)">
COMMERCIAL SANITIZATION
</div>
<br />
<div>
      If anything, the recent pandemic proved the need for
public sanitaion. We provide services for infection control in
frequently crowded places like shopping malls, bus stops, cinema
halls, railway staions,etc. Places where sanitization is the key
priority for public safety.
</div>
<div>
We provide,<br />
>Janitory servicing<br />
>Post construction clean up<br />
>Recurring sanitation<br />
>Local disinfection<br />
and many more, as per your needs!<br />
<br />
Starting from
<span style="color: rgb(0, 74, 33); font-style: italic">Rs.799</span>
</div>
<br />
<div>
<a
href="login.html"
style="
text-decoration: none;
color: rgb(3, 32, 159);
font-size: 1.6em;
"
>login to opt service>></a
>
</div>
</div>
<div></div>
</div>
</body>
</html>