forked from satu0king/LightXlab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
59 lines (51 loc) · 2.13 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
---
layout: contact
title: Contact
permalink: /contact/
---
<div id="contactwrap"></div>
<div class="container mtb">
<div class="row">
<div class="col-lg-8">
<h4>Just Get In Touch!</h4>
<div class="hline"></div>
<div class = "row">
<div class = "col-lg-8">
<div id="wufoo-sylqdc0ouam17">
Fill out my <a href="https://satu0king.wufoo.com/forms/sylqdc0ouam17">online form</a>.
</div>
<div id="wuf-adv" style="font-family:inherit;font-size: small;color:#a7a7a7;text-align:center;display:block;">Online contact and registration forms from <a href="http://www.wufoo.com">Wufoo</a>.</div>
<script type="text/javascript">var sylqdc0ouam17;(function(d, t) {
var s = d.createElement(t), options = {
'userName':'satu0king',
'formHash':'sylqdc0ouam17',
'autoResize':true,
'height':'520',
'async':true,
'host':'wufoo.com',
'header':'show',
'ssl':true};
s.src = ('https:' == d.location.protocol ? 'https://' : 'http://') + 'www.wufoo.com/scripts/embed/form.js';
s.onload = s.onreadystatechange = function() {
var rs = this.readyState; if (rs) if (rs != 'complete') if (rs != 'loaded') return;
try { sylqdc0ouam17 = new WufooForm();sylqdc0ouam17.initialize(options);sylqdc0ouam17.display(); } catch (e) {}};
var scr = d.getElementsByTagName(t)[0], par = scr.parentNode; par.insertBefore(s, scr);
})(document, 'script');</script>
</div>
</div>
</div><! --/col-lg-8 -->
<div class="col-lg-4">
<h4>Our Contact Details</h4>
<div class="hline"></div>
<p>
Project Developer : Satvik Ramaprasad<br/>
Contact: <a href = "mailto:[email protected]"> Email </a><br/>
</p>
<p>
Wesbite Designer : <a href = "https://github.com/AniMysore74"> Aniruddha Mysore </a> <br/>
Contact: <a href = "mailto:[email protected]"> Email </a><br/>
Blog : <a href="http://thenewcon.com"> The New Age Tech Connoisseur </a>
</p>
</div>
</div><! --/row -->
</div><! --/container -->