01.
<?php
02.
$ci
= &get_instance();
03.
$ci
->lang->load(
'contact'
,get_web_language());
04.
?>
05.
06.
<div
class
=
"row body-content"
>
07.
<div
class
=
"col-sm-6"
>
08.
<h3>Contact Us</h3>
09.
<div style=
"margin-bottom: 20px;"
>
10.
<iframe src=
"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d484.4863412636783!2d100.5190326!3d13.7250648!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x30e298d00e01281d%3A0xef78251973f5cf6f!2z4Lit4Liy4LiE4Liy4Lij4Lib4Li04Lii4Liw4Lih4Li04LiV4Lij!5e0!3m2!1sth!2sth!4v1537748171796"
width=
"90%"
height=
"350"
frameborder=
"0"
style=
"border:0"
allowfullscreen></iframe>
11.
</div>
12.
<h3> </h3>
13.
</div>
14.
<div
class
=
"col-sm-5"
style=
" border-left-style: solid; border-left-width: 1px; border-left-color: #e9e9e9;"
>
15.
<form>
16.
<h6>Send us a message</h6>
17.
<div
class
=
"form-group"
>
18.
<label
for
=
"exampleInputEmail1"
>Name</label>
19.
<input type=
"email"
class
=
"form-control"
id=
"exampleInputEmail1"
aria-describedby=
"emailHelp"
style=
"background-color: #e9e9e9;"
>
20.
</div>
21.
<div
class
=
"form-group"
>
22.
<label
for
=
"exampleInputEmail1"
>Email</label>
23.
<input type=
"email"
class
=
"form-control"
id=
"exampleInputEmail1"
aria-describedby=
"emailHelp"
style=
"background-color: #e9e9e9;"
>
24.
</div>
25.
<div
class
=
"form-group"
>
26.
<label
for
=
"exampleInputEmail1"
>Subject</label>
27.
<input type=
"email"
class
=
"form-control"
id=
"exampleInputEmail1"
aria-describedby=
"emailHelp"
style=
"background-color: #e9e9e9;"
>
28.
</div>
29.
<div
class
=
"form-group"
>
30.
<label
for
=
"exampleInputEmail1"
>You Message</label>
31.
<textarea
class
=
"form-control"
id=
"exampleFormControlTextarea1"
rows=
"3"
style=
"background-color: #e9e9e9;"
></textarea>
32.
</div>
33.
<button type=
"submit"
class
=
"btn btn-primary "
>SEND</button>
34.
</form>
35.
</div>
36.
</div>