This repository has been archived by the owner on Jan 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Registration.html
330 lines (267 loc) · 14.1 KB
/
Registration.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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> Webinar on OpenStack </title>
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="build/css/intlTelInput.css">
<!--Country list & state list dynamic -->
<script src="javascripts/countries.js" type="text/javascript"></script>
<script src="javascripts/utils.js" type="text/javascript"></script>
<!--Bootstrap js-->
<script src="javascripts/bootstrap.min.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Load jQuery for International Telephone Input with a national flag drop down list -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
<script src="javascripts/intlTelInput.js"></script>
<script type="text/javascript">
/* <![CDATA[ */
jQuery(function(){
jQuery("#firstname").validate({
expression: "if (VAL) return true; else return false;",
message: "Please enter the Required field"
});
jQuery("#lastname").validate({
expression: "if (VAL) return true; else return false;",
message: "Please enter the Required field"
});
jQuery("#email").validate({
expression: "if (VAL.match(/^[^\\W][a-zA-Z0-9\\_\\-\\.]+([a-zA-Z0-9\\_\\-\\.]+)*\\@[a-zA-Z0-9_]+(\\.[a-zA-Z0-9_]+)*\\.[a-zA-Z]{2,4}$/)) return true; else return false;",
message: "Please enter a valid Email ID"
});
jQuery("#company").validate({
expression: "if (VAL) return true; else return false;",
message: "Please enter the Required field"
});
jQuery("#jobtitle").validate({
expression: "if (VAL != '0') return true; else return false;",
message: "Please make a selection"
});
jQuery("#country").validate({
expression: "if (VAL != '0') return true; else return false;",
message: "Please make a selection"
});
jQuery("#state").validate({
expression: "if (VAL != '0') return true; else return false;",
message: "Please make a selection"
});
jQuery("#timezone").validate({
expression: "if (VAL != '0') return true; else return false;",
message: "Please make a selection"
});
jQuery("#identity").validate({
expression: "if (VAL != '0') return true; else return false;",
message: "Please make a selection"
});
jQuery('.AdvancedForm').validated(function(){
alert("Use this call to make AJAX submissions.");
});
});
/* ]]> */
</script>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-12">
<a href="http://1-cloud.net/"><img src="images\onecloud_Logo.png" alt="Enabling the next-generation virtualized Data Center" style="height: 100px; width: 140px;"></a>
</div>
</div>
<br />
<div class="row">
<div class="col-md-12">
<img src="images\header_band.png" alt="Header band" style="height: 185px; width: 100%;">
</div>
<br />
<br/>
<!-- content body -->
<center><h2 style="color:#3BB9FF; text-shadow: 1px 1px;">OPENSTACK , NOW OR NEVER!</h2></center>
<center><b style="text-shadow: 0px 0px;">A Virtual Event introducing OpenStack - APAC</b></center>
</div>
<div class="row">
<div class="col-md-12">
<div class="hr">
<hr style="border-color: #3BB9FF";>
<p><b>WEBINAR BY ONECLOUD</b></p>
<p><b>JULY 15,2016 at 3:00 - 4:00PM IST / 5:30 - 6:30PM SGT / 7:30 - 8:30PM AEST<br>
JULY 16,2016 at 9:30 - 10:30AM IST / 12:00 - 1:00PM SGT / 2:00 - 3:00PM AEST (Repeated session)</b></p>
<hr style="border-color: #3BB9FF";>
</div>
</div>
</div>
<div class="row">
<div class="col-md-7">
<p>Register for the virtual event to learn more about OpenStack - the leader in Cloud software.</p>
<p>Dynamic enterprises are demanding more performance , scalability, agility, and flexibility from their datacenter infrastructures.
Enterprises have embraced <i><b>OpenStack</b></i> as their cloud management platform because of
its ability to simply and effectively manage shared infrastructure.</p>
<p> Join us for the free Webinar to find out why OpenStack is gaining so much traction in the current trend.</p>
<hr style="border-color: #3BB9FF";>
<p><b>In this event, our OpenStack expert will discuss:</b>
<ul>
<li>What OpenStack is?</li>
<li>Why learn OpenStack?</li>
<li>How does it help?</li>
<li>History & Growth of OpenStack</li>
<li>Where to start from?</li>
</ul></p>
<hr style="border-color: #3BB9FF";>
<h4><b> SPEAKERS</b></h4>
<br />
<div class="col-md-4" style="margin-left: 4%";>
<center><img class="img-circle" src="images/Rakhee Gorthi.jpg" alt="Rakhee Gorthi" style="width: 125px;height: 150px;"></center>
<center><p style="text-align: center";>Rakhee Gorthi<br/>SVP, Biz Dev & Ops</br>OneCloud Consulting</p></center>
<br />
<p>Rakhee Gorthi is an experienced leader with over 17 years of know-how in sales. Marketing and C-level relationships in building enterprises.
Rakhee has extensive experience in datacenter accelerating, offloading and consolidation technologies.</p>
</div>
<div class="col-md-4" style="margin-left: 15%;">
<center><img class="img-circle" src="images/Naushad.jpg" alt="Naushad" style="width: 125px;height: 150px;"></center>
<center><p style="text-align: center";>Naushad Nazeer Pasha,<br/> Technical Trainer<br/> OneCloud Consulting</p></center>
<br />
<p>Naushad Nazeer Pasha, a certified OpenStack trainer has over 8 years of experience in training. He has provided trainings for companies like Cisco, RedHat, Dell and much more in the list. Naushad has wide knowledge on RHEL, RHOS, RHEV Administrator</p>
</div>
</div>
<!-- Form Heading -->
<div class="col-md-4">
<h2 style="color:#3BB9FF; text-shadow: 1px 1px;"> <center>Join Us for a Free Webinar</center></h2>
<h3 style="text-shadow: 1px 1px;"><center>Register Now</center></h3>
<br />
<!-- Form Registration -->
<div class="panel panel-primary" style="background-color: #3BB9FF">
<div class="panel-body">
<form method="post" role="form" action="db-mail.php" name="Registration" onsubmit="return(validate());">
<div class="form-group">
<div ng-app="">
<label class="control-label" for="firstname" style="color: #ffffff;"><strong>First Name*</strong></label>
<input name="firstname" id="firstname" type="text" ng-model="name" maxlength="50" class="form-control">
</div>
</div>
<div class="form-group">
<label class="control-label" for="lastname" style="color: #ffffff;"><strong>Last Name*</strong></label>
<input name="lastname" id="lastname" type="text" maxlength="50" class="form-control">
</div>
<div class="form-group">
<label class="control-label" for="email" style="color: #ffffff;"><strong>Email Address*</strong></label>
<input name="email" id="email" type="text" maxlength="100" class="form-control">
</div>
<div class="form-group">
<label class="control-label" for="company" style="color: #ffffff;"><strong>Company*</strong></label>
<input name="company" id="company" type="text" maxlength="80" class="form-control">
</div>
<div class="form-group">
<label class="control-label" for="jobtitle" style="color: #ffffff;"><strong>Job Title*</strong></label>
<select id="jobtitle" name="jobtitle" type="text" IsRequired="1" InputCell="1" class="form-control">
<option value="">(select)</option>
<option value="Account Executive">Account Executive</option>
<option value="Administrator">Administrator</option>
<option value="Analyst">Analyst</option>
<option value="Architect">Architect</option>
<option value="CEO/President/Owner">CEO/President/Owner</option>
<option value="CIO/CTO">CIO/CTO</option>
<option value="Consultant/Contractor">Consultant/Contractor</option>
<option value="Developer/Engineer">Developer/Engineer</option>
<option value="Director">Director</option>
<option value="Manager">Manager</option>
<option value="Student">Student</option>
<option value="VP">VP</option>
<option value="Other">Other</option>
</select>
</div>
<div class="form-group">
<label class="control-label" for="country" style="color: #ffffff;"><strong>Country*</strong></label>
<select id="country" name="country" type="text" IsRequired="1" InputCell="1" class="form-control">
</select>
</div>
<div class="form-group">
<label class="control-label" for="state" style="color: #ffffff;"><strong>State*</strong></label>
<select id="state" name="state" type="text" IsRequired="1" InputCell="1" class="form-control">
</select>
</div>
<script language="javascript">
populateCountries("country", "state");
</script>
<div class="form-group">
<label class="control-label" for="mobile" style="color: #ffffff;"><strong>Phone*</strong></label>
<input name="mobile" id="mobile" maxlength="80" placeholder="" type="text" class="form-control">
</div>
<!--- International Telephone input jQuery functionality -->
<script>
jQuery("#mobile").intlTelInput({
allowExtensions: true,
autoFormat: false,
autoHideDialCode: true,
autoPlaceholder: true,
dropdownContainer: "",
geoIpLookup: null,
initialCountry: "",
nationalMode: true,
defaultCountry: "auto",
ipinfoToken: "yolo",
nationalMode: false,
numberType: "MOBILE",
//onlyCountries: ['us', 'gb', 'ch', 'ca', 'do'],
//preferredCountries: ['cn', 'jp'],
preventInvalidNumbers: true,
utilsScript: "lib/libphonenumber/build/utils.js"
});
</script>
<div class="form-group">
<label class="control-label" for="timezone" style="color: #ffffff;"><strong>TimeZone*</strong></label>
<select name="timezone" id="timezone" type="text" IsRequired="1" InputCell="1" class="form-control">
<option value="0">(select)</option>
<option value="2016-07-15 (IST - 3:00-4:00PM)">2016-07-15 (IST - 3:00-4:00PM)</option>
<option value="2016-07-15 (SGT - 5:30-6:30PM)">2016-07-15 (SGT - 5:30-6:30PM)</option>
<option value="2016-07-15 (AEST - 7:30-8:30PM)">2016-07-15 (AEST - 7:30-8:30PM)</option>
<option value="2016-07-16 (IST - 9:30-10:30PM)">2016-07-16 (IST - 9:30-10:30PM)</option>
<option value="2016-07-16 (SGT - 12:00-1:00PM)">2016-07-16 (SGT - 12:00-1:00PM)</option>
<option value="2016-07-16 (AEST - 2:00-3:00PM)">2016-07-16 (AEST - 2:00-3:00PM)</option>
<option value="10" >others</option>
</select>
</div>
<div class="form-group">
<label class="control-label" for="identity" style="color: #ffffff;"><strong>How would you identify yourself?*</strong></label>
<select name="identity" id="identity" type="text" IsRequired="1" InputCell="1" class="form-control">
<option value="">(select)</option>
<option value="Community contributor">Community contributor</option>
<option value="Openstack customer">OpenStack customer</option>
<option value="OpenStack partner">OpenStack partner</option>
<option value="Other">Other</option>
</select>
</div>
<div class="form-group">
<input type="submit" class="button" value="Submit" style="border-radius: 8px">
</div>
</form>
</div>
</div>
</div>
</div>
<br />
<div class="row">
<div class="col-md-12">
<div id="footer">
<a href="https://www.linkedin.com/company/one-cloud-consulting" target="_blank"><img title="LinkedIn" src="images/linkedinLogo.png" alt="LinkedIn" width="40" height="40" /></a>
<a href="https://twitter.com/OneCloudC" target="_blank"><img title="Twitter" src="images/twitterLogo.png" alt="Twitter" width="40" height="40" /></a>
<a href="https://www.facebook.com/onecloudconsulting" target="_blank"><img title="Facebook" src="images/facebookLogo.png" alt="Facebook" width="40" height="40" /></a>
<a href="https://www.youtube.com/channel/UClmrYAPEBC6yc4_3BKNYggA" target="_blank"><img title="YouTube" src="images/youtubeLogo.png" alt="YouTube" width="40" height="40" /></a>
<br/>© 2016 OneCloud Consulting. All rights reserved
</div>
</div>
</div>
<!--Live Validation -->
<script src="jquery/jquery-1.3.2.js" type="text/javascript"></script>
<script src="javascripts/jquery.validate.js" type="text/javascript"></script>
<script src="javascripts/jquery.validation.functions.js" type="text/javascript"></script>
</body>
</html>