-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontacts.html
153 lines (150 loc) · 5 KB
/
contacts.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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="favicon.png" type="image/png" />
<link rel="stylesheet" href="styles/contacts.css" />
<script type="module" src="js/header.js" defer></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Detailed consultation with examples and individual attention to each client are the foundation of our company's approach"
/>
<link
href="https://assets.calendly.com/assets/external/widget.css"
rel="stylesheet"
/>
<script
src="https://assets.calendly.com/assets/external/widget.js"
type="text/javascript"
async
></script>
<link rel="preload" href="/images/logo.png" as="image" />
<link
rel="preload"
href="/images/bg-pages.jpg"
as="image"
media="(min-width: 1281px)"
/>
<link
rel="preload"
href="/images/bg-pages@0,5x.jpg"
as="image"
media="(max-width: 1280px)"
/>
<link
rel="preload"
href="/images/bg-pages-mobile.jpg"
as="image"
media="(max-width: 768px)"
/>
<link rel="preload" href="/images/bg-block.jpg" as="image" />
<link
rel="preload"
href="/fonts/HelveticaNeueLight.otf"
as="font"
type="font/otf"
crossorigin
/>
<link
rel="preload"
href="/fonts/HelveticaNeueMedium.otf"
as="font"
type="font/otf"
crossorigin
/>
<link
rel="preload"
href="/fonts/PFFusionSansPro-Black-subset.otf"
as="font"
type="font/otf"
crossorigin
/>
<title>
Contacts & Location | Integral Paint Defence - Protect Service
</title>
</head>
<body class="body">
<header class="header">
<nav class="nav">
<a class="logo" href="/">
<img src="/images/logo.png" width="99px" height="35px" alt="Logo" />
</a>
<div class="menu">
<a class="logo" href="/">
<img src="/images/logo.png" width="99px" height="35px" alt="Logo" />
</a>
<a href="/who-we-are.html">Who we are</a>
<a href="/services.html">All Services</a>
<a href="/contacts.html">Contacts & Location</a>
<a href="https://www.instagram.com/ipd.ae" target="_blank">
<img src="public/images/svg/inst.svg" alt="Instagram link" />
</a>
<button class="menu-close" type="button">
<span class="hidden">Close Menu</span>
</button>
</div>
<button class="menu-button" type="button">
<span class="hidden">Open Menu</span>
</button>
</nav>
</header>
<main class="main">
<div class="content-wrapper-border">
<div class="content-wrapper">
<div class="content-header-border">
<h1 class="content-header">Contacts and Location</h1>
</div>
<div class="content-body">
<div class="logo-full">
<img src="/images/logo-full.png" alt="Logo" />
</div>
<div class="adress-wrapper">
<h2>Integral Paint Defence</h2>
<ul>
<li>
<strong>Address:</strong>
1-364 شارع Al Quoz, Dubai, United Arab Emirates
</li>
<li>
<strong>Phone:</strong>
<a href="tel:+971585458446">+971 58 545 8446</a>
</li>
</ul>
<div class="calculator-actions">
<div class="calculator-action-border book">
<button
class="calculator-action"
type="button"
onclick="Calendly.initPopupWidget({url: 'https://calendly.com/aleksandrgalkin197/ppf-consultation'});return false;"
>
<strong>Book</strong> Your Service
</button>
</div>
<div class="calculator-action-border whatsapp">
<a
href="https://wa.clck.bar/971585458446"
target="_blank"
class="calculator-action"
>
<strong>Or</strong> WhatsApp Us
</a>
</div>
</div>
</div>
</div>
<div class="map">
<iframe
src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d7223.786312994064!2d55.2261541!3d25.1393028!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3e5f698c0bcc355d%3A0x6a5b0b1e6da2ba1f!2sIPD%20Paint%20Protection%20Solutions%20%7C%20XPEL%20%7C%20Ceramic%20Coating%20%7C%20GTechniq%20%7C%20Window%20tinting!5e0!3m2!1sen!2ses!4v1711704273729!5m2!1sen!2ses"
style="border: 0"
height="220"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
></iframe>
</div>
</div>
</div>
</main>
</body>
</html>