|
2 | 2 |
|
3 | 3 | {{ partial "page-title.html" . }} |
4 | 4 |
|
5 | | -{{ if .Site.Data.contact.enable }} |
6 | 5 | {{ "<!-- Contact Section Start -->" | safeHTML }} |
7 | 6 | <section id="contact-section"> |
8 | 7 | <div class="container"> |
9 | 8 | <div class="row"> |
10 | | - <div class="col-md-6"> |
| 9 | + <div class="col-md-12"> |
11 | 10 | <div class="block"> |
12 | | - {{ with .Site.Data.contact.contactFormTitle }}<h2 class="subtitle wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".3s">{{ . }}</h2>{{ end }} |
13 | | - {{ with .Site.Data.contact.contactFormSubtitle }}<p class="subtitle-des wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".5s">{{ . }}</p>{{ end }} |
| 11 | + {{ .Content }} |
| 12 | + <!-- <h2 class="subtitle wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".3s">Contact us</h2> --> |
| 13 | + <p class="subtitle wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".5s">How we can help?</p> |
14 | 14 | <div class="contact-form"> |
15 | | - <form id="contact-form" method="#" action="#" role="form"> |
16 | | - |
17 | | - <div class="form-group wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".6s"> |
18 | | - <input type="text" placeholder="Your Name" class="form-control" name="name" id="name"> |
19 | | - </div> |
| 15 | + <form id="contact-form" name="contac" method="POST" role="form" netlify> |
20 | 16 |
|
21 | 17 | <div class="form-group wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".8s"> |
22 | 18 | <input type="email" placeholder="Your Email" class="form-control" name="email" id="email"> |
23 | 19 | </div> |
24 | 20 |
|
25 | | - <div class="form-group wow fadeInDown" data-wow-duration="500ms" data-wow-delay="1s"> |
26 | | - <input type="text" placeholder="Subject" class="form-control" name="subject" id="subject"> |
27 | | - </div> |
28 | | - |
29 | 21 | <div class="form-group wow fadeInDown" data-wow-duration="500ms" data-wow-delay="1.2s"> |
30 | 22 | <textarea rows="6" placeholder="Message" class="form-control" name="message" id="message"></textarea> |
31 | 23 | </div> |
|
45 | 37 | </div> |
46 | 38 | </div> |
47 | 39 | </div> |
48 | | - <div class="col-md-6"> |
49 | | - <div class="map-area"> |
50 | | - {{ with .Site.Data.contact.mapTitle }}<h2 class="subtitle wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".3s">{{ . }}</h2>{{ end }} |
51 | | - {{ with .Site.Data.contact.mapSubtitle }}<p class="subtitle-des wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".5s">{{ . }}</p>{{ end }} |
52 | | - <div class="map"> |
53 | | - <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3651.277552998015!2d90.3678744!3d23.773128800000002!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3755c0ae4adf3cb9%3A0x7f2cf443b764e4a4!2sShishu+Mela!5e0!3m2!1sen!2s!4v1435516022247" |
54 | | - width="100%" height="400" frameborder="0" style="border:0" allowfullscreen></iframe> |
55 | | - </div> |
56 | | - </div> |
57 | | - </div> |
58 | 40 | </div> |
59 | | - <div class="row address-details"> |
| 41 | + <!-- <div class="row address-details"> |
60 | 42 | <div class="col-md-3"> |
61 | 43 | <div class="address wow fadeInLeft" data-wow-duration="500ms" data-wow-delay=".3s"> |
62 | 44 | <i class="ion-ios-location-outline"></i> |
|
83 | 65 | <br>{{ with .Site.Data.contact.phone2 }}{{ . }}{{ end }}</p> |
84 | 66 | </div> |
85 | 67 | </div> |
86 | | - </div> |
| 68 | + </div> --> |
87 | 69 | </div> |
88 | 70 | </section> |
89 | 71 | {{ "<!-- Contact Section End -->" | safeHTML }} |
90 | | -{{ end }} |
91 | 72 |
|
92 | 73 | {{ partial "cta.html" . }} |
93 | 74 |
|
|
0 commit comments