forked from web-development-session-content/playo-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
230 lines (226 loc) · 7.75 KB
/
contact.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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>contactus</title>
<link rel="stylesheet" href="styles/footer.css" />
<link rel="stylesheet" href="styles/contact.css" />
</head>
<body>
<!-- these div for navbar -->
<div id="mynavbar">
<div id="navbar">
<div id="imgdiv">
<a href="index.html"
><img
src="https://playo-website.gumlet.net/logo/playo-logo-header-website.png?auto=compress,format&q=90"
width="85%"
height="60%"
/></a>
</div>
<div id="tabsdiv">
<a href="venues.html"><p>Book Venues</p></a>
<a href="activities.html"><p>Activities</p></a>
<a href="blog.html"><p>Blog</p></a>
</div>
</div>
</div>
<!-- these div is for main middle part of website -->
<div id="mainbody">
<!-- these div for left side address phone number and all -->
<div id="left">
<div id="touch">
<p class="ind">GET IN TOUCH</p>
<p id="que">Your queries and suggestions are always welcome.</p>
</div>
<!-- these div for info of singapoore -->
<div id="info1">
<div class="map">
<img
src="https://playo-website.gumlet.net/company/country.svg"
width="15px"
height="15px"
/>
<p class="stuff">Singapoor</p>
<a
href="https://www.google.com/maps/place/68+Circular+Rd,+Singapore+049422/@1.2864665,103.8468715,17z/data=!3m1!4b1!4m5!3m4!1s0x31da190bb6085c15:0xc85ffc8ee2c2e43c!8m2!3d1.286553!4d103.8490007"
>
<img
src="https://playo-website.gumlet.net/company/share-glyph-64.svg"
width="15px"
height="15px"
/>
</a>
<p class="stuff">Map</p>
</div>
<div class="address">
<img
src="https://playo-website.gumlet.net/company/loc.svg"
width="15px"
height="15px"
/>
<p class="stuff">68 Circular Road, #02-01, Singapore, 049422</p>
</div>
</div>
<!-- these div for info of india -->
<div class="info2">
<div class="map">
<img
src="https://playo-website.gumlet.net/company/country.svg"
width="15px"
height="15px"
/>
<p class="stuff">India</p>
<a
href="https://www.google.co.in/maps/place/Playo+(TechMash+Solutions+Pvt.+Ltd.)/@12.9653872,77.6386666,15z/data=!4m5!3m4!1s0x0:0xb1c457ba51520365!8m2!3d12.9653872!4d77.6386666"
>
<img
src="https://playo-website.gumlet.net/company/share-glyph-64.svg"
width="15px"
height="15px"
/>
</a>
<p class="stuff">Map</p>
</div>
<div class="address">
<img
src="https://playo-website.gumlet.net/company/loc.svg"
width="15px"
height="15px"
/>
<p class="stuff">
2nd Floor, #3615/A, 6th Cross, 13G Main, HAL 2nd Stage,
Indiranagar, Bengaluru, India
</p>
</div>
<div class="phone">
<img
src="https://playo-website.gumlet.net/company/call.svg"
width="15px"
height="15px"
/>
<p class="stuff">+91 80 9551 4666</p>
</div>
</div>
<!-- these div for info of Qatar -->
<div class="info2">
<div class="map">
<img
src="https://playo-website.gumlet.net/company/country.svg"
width="15px"
height="15px"
/>
<p class="stuff">Qatar</p>
<a
href="https://www.google.com/maps/place/B+Ring+Rd,+Doha,+Qatar/@25.2744761,51.5323261,17z/data=!4m5!3m4!1s0x3e45c543e288e80f:0x97c030534ba339c0!8m2!3d25.2747429!4d51.5316395"
>
<img
src="https://playo-website.gumlet.net/company/share-glyph-64.svg"
width="15px"
height="15px"
/>
</a>
<p class="stuff">Map</p>
</div>
<div class="address">
<img
src="https://playo-website.gumlet.net/company/loc.svg"
width="15px"
height="15px"
/>
<p class="stuff">
511 Retaj Business Center , B Ring Road, Rawdat Al Khail , Doha
,Qatar
</p>
</div>
<div class="phone">
<img
src="https://playo-website.gumlet.net/company/call.svg"
width="15px"
height="15px"
/>
<p class="stuff">+ 974 7782 8115</p>
</div>
</div>
<!-- these div for info of UAE -->
<div class="info2">
<div class="map">
<img
src="https://playo-website.gumlet.net/company/country.svg"
width="15px"
height="15px"
/>
<p class="stuff">UAE</p>
<a
href="https://www.google.com/maps/place/Sharjah+Media+City+(Shams)/@25.2784605,55.6782975,15z/data=!4m5!3m4!1s0x0:0xb28ae30eb6bb813a!8m2!3d25.2784605!4d55.6782975"
>
<img
src="https://playo-website.gumlet.net/company/share-glyph-64.svg"
width="15px"
height="15px"
/>
</a>
<p class="stuff">Map</p>
</div>
<div class="address">
<img
src="https://playo-website.gumlet.net/company/loc.svg"
width="15px"
height="15px"
/>
<p class="stuff">
Techmash Solutions LLC, Sharjah Media City (SHAMS), P.O. Box
515000, Sharjah, UAE
</p>
</div>
<div class="phone">
<img
src="https://playo-website.gumlet.net/company/call.svg"
width="15px"
height="15px"
/>
<p class="stuff">+971 55 657 1710</p>
</div>
</div>
<div id="ourmail">
<img
src="https://playo-website.gumlet.net/company/email1.svg"
width="15px"
height="15px"
/>
<p class="stuff">contact@playo.co</p>
</div>
</div>
<!-- these div is for right side form -->
<div class="right">
<div id="userinfo">
<p id="formhead">WRITE TO US</p>
<input id="uname" type="text" placeholder="Name*" /><br />
<!-- <input id="uemial" type="email" placeholder="Email*"/><br> -->
<input id="unumber" type="number" placeholder="Mobile Number" /><br />
<!-- <textarea id="umessege" placeholder="messege"></textarea>
<button>SEND</button> -->
<form action="https://formspree.io/f/xnqwjlzg" method="POST">
<input
id="uuemial"
type="email"
name="_replyto"
placeholder="Email*"
/>
<textarea style="height: 100px" name="message"></textarea>
<button style="height: 40px" type="submit">SEND</button>
</form>
</div>
</div>
</div>
<!-- these is footer div -->
<div id="footer"></div>
</body>
</html>
<script type="module">
let foot = document.getElementById("footer");
import footer from "./components/footer.js";
foot.innerHTML = footer();
</script>