forked from cloudify-cosmo/getcloudify.org
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththank_you_contact.html
170 lines (135 loc) · 7.67 KB
/
thank_you_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
---
layout: bt_default
title: CloudifySource Community - Thanks
cat: thank you pages
---
<section id="content">
<div class="container">
<div class="row marginbot30">
<div class="span12">
<h2 class="heading"><i class=" icon-thumbs-up"></i><strong>Thank</strong> you for contacting us. Your email is being processed, we will be in touch with you very soon.
<br/>
Until then feel free to:<span></span></h2>
<div class="row nomargin">
<div class="span12">
<!-- <h4>Set up your Cloudifysource <strong>community profile.</strong></h4>
<a class="btn btn-rounded btn-default" href="https://cloudifysource.zendesk.com/registration" target="_blank" ><i class="icon-user"></i> Sign up</a>
<a class="btn btn-rounded btn-theme" href="https://cloudifysource.zendesk.com/access/unauthenticated?return_to=https%3A%2F%2Fcloudifysource.zendesk.com%2Fregistration" target="_blank">Sign in</a>
<div id="myReset" class="modal styled hide fade" tabindex="-1" role="dialog" aria-labelledby="myResetModalLabel" aria-hidden="true">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 id="myResetModalLabel">Reset your <strong>password</strong></h4>
</div>
<div class="modal-body">
<form class="form-horizontal">
<div class="control-group">
<label class="control-label" for="inputResetEmail">Email</label>
<div class="controls">
<input type="text" id="inputResetEmail" placeholder="Email">
</div>
</div>
<div class="control-group">
<div class="controls">
<button type="submit" class="btn btn-rounded btn-default">Reset password</button>
</div>
<p class="aligncenter margintop20">
We will send instructions on how to reset your password to your inbox
</p>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- end reset modal -->
<div class="row nomargin"><p></p></div>
<div class="row nomargin"><p></p></div>
<div class="row nomargin">
<div class="span12">
<!-- Begin MailChimp Signup Form -->
<h4>Subscribe <strong>for Community Updates.</strong></h4>
<!--<form id="contactform" action="contact/contact.php" method="post" class="validateform" name="send-contact">-->
<form action="http://cloudifysource.us4.list-manage.com/subscribe/post?u=5e963581396e0c0e43ed217f8&id=b43defea9b" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validateform" >
<div id="sendmessage">
Your message has been sent. Thank you!
</div>
<div class="row">
<div class="span4 field">
<input type="email" value="" name="EMAIL" class="required subscribeTxt email" id="mce-EMAIL" placeholder="* Enter your email address" data-rule="email" data-msg="Please enter a valid email" title="Please enter a valid email address.">
<div class="validation">
</div>
</div>
<div class="span12 margintop10 field">
<button class="subscribeBtn btn btn-default btn-rounded margintop10 pull-left" id="mc-embedded-subscribe" name="subscribe" class="btn btn-success margintop10 pull-left" type="submit">Subscribe</button>
</div>
</div>
<!-- LeadLander -->
<script type="text/javascript">llfrmid=12206</script>
<script type="text/javascript" src="http://formalyzer.com/formalyze_init.js"></script>
<script type="text/javascript" src="http://formalyzer.com/formalyze_call.js"></script>
<!-- End LeadLander -->
</form>
<div id="messageBox"></div>
</div>
</div>
<div class="row nomargin">
<div class="span12">
<h4>How to Get <strong>Support</strong></h4>
<div class="row">
<div class="span4">
<div class="box aligncenter">
<i class="icon icon-4x icon-comments-alt"></i>
<div class="text">
<h3>Mailing Lists</h3>
</div>
</div>
<p>
Join our <a href="https://groups.google.com/forum/#!forum/cloudify-users" target="_blank">cloudify-users</a> or <a href="https://groups.google.com/forum/#!forum/cloudify-developers" target="_blank">cloudify-developers</a> mailing list, and get support from the community.
</p>
</div>
<div class="span4">
<div class="box aligncenter">
<i class="fa fa-stack-overflow icon-4x"></i>
<div class="text">
<h3>Stack Overflow</h3>
</div>
</div>
<p>
Subscribe to the <a href="http://stackoverflow.com/questions/tagged/cloudify" target="_blank">Cloudify tag</a> on Stack Overflow, and feel free to ask your questions amongst cloud pros.
</p>
</div>
<div class="span4">
<div class="box aligncenter">
<i class="icon icon-4x icon-envelope-alt"></i>
<div class="text">
<h3>Shoot us an Email</h3>
</div>
</div>
<p>
Feel free to reach out by <a href="mailto:[email protected]">email</a> with any question you may have - we're always happy to help.
</p>
</div>
</div> </div>
</div>
</div>
</div>
</div>
</div>
</section>
<script type="text/javascript">
$(document).ready(function(){
$("#mc-embedded-subscribe-form").validate({
errorLabelContainer: "#messageBox",
//wrapper: "li",debug:true,
//submitHandler: function() { alert("Submitted!") }
})
//for lightbox
$('.fancybox-media').fancybox({
openEffect : 'none',
closeEffect : 'none',
helpers : {
media : {}
}
});
});
</script>