-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
70 lines (57 loc) · 3.4 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
---
layout: base
permalink: /stay-connected/
---
<div class="t-light">
<div class="o-bleed o-bg">
<div class="o-full cms-editor-link">
<h1 class="u-type-h2"><span>
Stay Connected</span>
</h1>
</div>
</div>
</div>
<div class="t-light">
<div class="o-bleed o-bg">
<div class="u-mb5">
<div class="c-ribbon">
<h3 class="c-ribbon__text" data-ribbon-left="Facebook Facebook Facebook Facebook Facebook " data-ribbon-right=" Facebook Facebook Facebook Facebook Facebook">
<a class="c-link c-link--anim c-link--outbound" target="_blank" rel="noreferrer noopener" href="https://www.facebook.com/nextncit">Facebook</a>
</h3>
<h3 class="c-ribbon__text" data-ribbon-left="Twitter Twitter Twitter Twitter Twitter " data-ribbon-right=" Twitter Twitter Twitter Twitter Twitter">
<a class="c-link c-link--anim c-link--outbound" target="_blank" rel="noreferrer noopener" href="https://www.twitter.com/nextncit">Twitter</a>
</h3>
<h3 class="c-ribbon__text" data-ribbon-left="Instagram Instagram Instagram Instagram Instagram " data-ribbon-right=" Instagram Instagram Instagram Instagram Instagram">
<a class="c-link c-link--anim c-link--outbound" target="_blank" rel="noreferrer noopener" href="https://www.instagram.com/nextncit">Instagram</a>
</h3>
</div>
</div>
</div>
</div>
<div class="t-black">
<div class="o-bleed o-bg u-pb8">
<div class="o-full">
<div class="o-half o-half--padded u-pl0">
<p class="u-type-panel-text editable">
More questions? You might find what you’re looking for in <a class="c-link c-link--inline u-text-no-wrap" href="{{ '/faq/' | prepend: site.baseurl }}">the FAQ</a>. If not, drop us a line.
</p>
<div class="c-form">
<iframe name="hidden_iframe" id="hidden_iframe" style="display:none;" onload="if(submitted) {window.location='/thank-you/';}"></iframe>
<form action="https://docs.google.com/forms/u/1/d/e/1FAIpQLSeEFDQBdEMgtDFiIhxF4asrouwBOfzpM7OxetSY0_l_gH6bJQ/formResponse" target="hidden_iframe" method="POST" onsubmit="submitted=true;">
<label class="c-form__label">Full Name</label>
<input type="text" class="c-form__input" required placeholder="Ram Shah" name="entry.1088248529">
<br /><br />
<label class="c-form__label">Email Address</label>
<input type="email" required class="c-form__input" placeholder="[email protected]" name="emailAddress">
<br /><br />
<label class="c-form__label">Subject</label>
<input type="text" class="c-form__input" required placeholder="Subject..." name="entry.1552654674">
<br /><br />
<label class="c-form__label">Message</label>
<input type="text" class="c-form__input" required placeholder="Your message here .." name="entry.37470172">
<br /><br /> <input class="c-button" type="submit" value="Submit">
</form>
</div>
</div>
</div>
</div>