-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact-us.html
445 lines (381 loc) · 12.9 KB
/
contact-us.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
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by TEMPLATED
http://templated.co
Released for free under the Creative Commons Attribution License
Name : PlainLeaf
Description: A two-column, fixed-width design with dark color scheme.
Version : 1.0
Released : 20130902
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Virtualan Product</title>
<meta name="keywords"
content="Service virtualization, Test Automation Framework, Virtualan, Idaithalam, Cucumblan, Idaiserver and Service Virtualization, Lowcode Test Automation Framework "/>
<meta name="description" content="Idaithalam is a BDD style Cucumber based low code automation product. Virtualan is a Service virtualization Product and is the simulation of the behavior of Open API that are unavailable or otherwise restricted during the preproduction stage of the software development lifecycle. Virtualan has RESTAPI and user-friendly interface (UI) to set up the test data for your specific type of Rest APIs. This UI would help Developer, Functional Tester or Automation Tester to set up the test data for their specific use cases and test scenarios. Simplified way to setup Service virtualization using Docker Image. It supports #OpenAPI, #AsyncAPI(Kafka and AMQ)."/>
<meta name="twitter:card" content="summary_image">
<meta name="twitter:site" content="@virtualans">
<meta name="twitter:image" content="https://www.virtualan.io/images/logo.png">
<meta property="og:type" content="article">
<meta property="og:image" content="https://www.virtualan.io/images/logo.png">
<meta property="og:title" content="Service Virtualization, Lowcode Test Automation, API testing"><meta property="og:url" content="https://tutorials.virtualan.io/#/Virtualan">
<meta property="og:description" content="Virtualan Software is a Product development company that helps to solve customer problems in a cost-effective manner using a unique approach.">
<meta property="og:site_name" content="virtualan.io">
<meta property="sb:date_published" content="2020-09-09T01:37:23">
<meta property="sb:date_modified" content="2021-09-09T01:37:23">
<meta property="sb:meta_image" content="https://www.virtualan.io/images/logo.png">
<link rel="shortcut icon" href="images/banner/logo.png" type="image/png">
<link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900" rel="stylesheet" />
<link href="default.css" rel="stylesheet" type="text/css" media="all" />
<link href="cookie.css" rel="stylesheet" type="text/css" media="all" />
<link href="fonts.css" rel="stylesheet" type="text/css" media="all" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
.fa {
padding: 10px;
font-size: 15px;
width: 25px;
text-align: center;
text-decoration: none;
margin: 5px 2px;
}
.fa:hover {
opacity: 0.7;
}
.fa-facebook {
background: #3B5998;
color: white;
}
.fa-twitter {
background: #55ACEE;
color: white;
}
.fa-google {
background: #dd4b39;
color: white;
}
.fa-linkedin {
background: #007bb5;
color: white;
}
.fa-youtube {
background: #bb0000;
color: white;
}
.fa-instagram {
background: #125688;
color: white;
}
.fa-pinterest {
background: #cb2027;
color: white;
}
.fa-snapchat-ghost {
background: #fffc00;
color: white;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.fa-skype {
background: #00aff0;
color: white;
}
.fa-android {
background: #a4c639;
color: white;
}
.fa-dribbble {
background: #ea4c89;
color: white;
}
.fa-vimeo {
background: #45bbff;
color: white;
}
.fa-tumblr {
background: #2c4762;
color: white;
}
.fa-vine {
background: #00b489;
color: white;
}
.fa-foursquare {
background: #45bbff;
color: white;
}
.fa-stumbleupon {
background: #eb4924;
color: white;
}
.fa-flickr {
background: #f40083;
color: white;
}
.fa-yahoo {
background: #430297;
color: white;
}
.fa-soundcloud {
background: #ff5500;
color: white;
}
.fa-reddit {
background: #ff5700;
color: white;
}
.fa-rss {
background: #ff6600;
color: white;
}
input[type=text], select, textarea {
width: 100%;
padding: 12px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
margin-top: 6px;
margin-bottom: 16px;
resize: vertical;
}
input[type=submit] {
width: 100%;
background-color: #4CAF50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
}
.border-form {
border-radius: 5px;
background-color: #f2f2f2;
padding: 20px;
}
input[type=submit]:hover {
background-color: #45a049;
}
.address-color {
border-spacing: 10px;
border-collapse: separate;
border: 2px dotted;
color: #45a049;
border-color: black;
}
.warrning-color {
color: #dd4b39;
font-weight: bolder;
font-size: x-large;
}
.successful-color {
border-style: solid;
color: green;
font-weight: bolder;
font-size: x-large;
}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NWY4CW88VL"></script>
<script data-cfasync="false"
src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-NWY4CW88VL');
</script>
<!--[if IE 6]><link href="default_ie6.css" rel="stylesheet" type="text/css" /><![endif]-->
</head>
<body>
<div id="header" class="container">
<div id="logo">
<h1><a href="#"><img src="images/logo.png" height="35px" weight="35px" border="0" alt="" /> Virtualan Software</a></h1>
</div>
<div id="menu">
<ul>
<li><a href="index.html" accesskey="1" title="">Homepage</a></li>
<li><a href="testimonial.html" accesskey="2" title="">Testimonial</a></li>
<li ><a href="about-us.html" accesskey="2" title="">About Us</a></li>
<li class="active"><a href="contact-us.html" accesskey="3" title="">Contact Us</a></li>
</ul>
</div>
</div>
<div id="banner"></div>
<div id="page" class="container">
<div class="9u skel-cell-important border-form">
<div class="align-right">
<!-- Add font awesome icons -->
<a href="https://twitter.com/VirtualanS" target="_NEW" class="fa fa-twitter"></a>
<a href="mailto:info@virtualan.io" target="_NEW" class="fa fa-google"></a>
<a href="https://www.linkedin.com/company/virtualan-software" target="_NEW" class="fa fa-linkedin"></a>
<a href="https://www.youtube.com/channel/UCny1F1GiYoo2pARDaSDIzYw" target="_NEW" class="fa fa-youtube"></a>
</div>
<div class="align-right">
<table class="byline address-color" >
<tr>
<td>
Address <strong>2512 Silver Loch Rd,Naperville IL- 60563, USA </strong><br/>
Email: <strong><a href="mailto:info@virtualan.io" target="_NEW">info@virtualan.io</a></strong> <br/>
Phone: <strong>001-773-657-5917 </strong>
</td>
</tr>
</table>
</div>
<div class="9u skel-cell-important border-form">
<section>
<header>
<h2>Contact Form:</h2>
</header>
<form id="Contact-Form">
<div id="err-fname" hidden class="warrning-color"></div>
<p><label for="FirstName">FirstName:</label><br>
<input id="FirstName" name="FirstName" type="text" value="" placeholder="Your name..">
</p>
<div id="err-lname" hidden class="warrning-color"></div>
<p><label for="LastName">LastName:</label><br>
<input id="LastName" name="LastName" type="text" value=""></p>
<p><label for="CompanyName">CompanyName:</label>
<input id="CompanyName" name="CompanyName" type="text" value=""></p>
<div id="err-email" hidden class="warrning-color"></div>
<p><label for="EmailAddress">EmailAddress:</label>
<input id="EmailAddress" name="EmailAddress" type="text" value=""></p>
<p><label for="Address">Address:</label>
<input id="Address" name="Address" type="text" value=""></p>
<div id="err-phonenumber" hidden class="warrning-color"></div>
<p><label for="PhoneNumber">PhoneNumber:</label><br>
<input id="PhoneNumber" name="PhoneNumber" type="text" value=""></p>
<p><label for="Message">Message:</label><br>
<textarea id="Message" name="Message" cols="40"></textarea></p>
<input type="submit" value="Send">
</form>
<p id="result" class="successful-color"></p>
</section>
</div>
</div>
</div>
<!-- Main -->
<script data-cfasync="false" type="text/javascript">
jQuery( document ).ready(function( $ ) {
// variable to hold request
var request;
// bind to the submit event of our form
$("#Contact-Form").submit(function(event){
// abort any pending request
if (request) {
request.abort();
}
// setup some local variables
var $form = $(this);
// let's select and cache all the fields
var $inputs = $form.find("input, select, button, textarea");
// serialize the data in the form
var serializedData = $form.serialize();
$("#err-fname").hide();
$("#err-lname").hide();
$("#err-email").hide();
$("#err-phonenumber").hide();
var inputFName = $("input[name='FirstName']",this).val();
if(inputFName == null || inputFName.length ==0) {
$("#err-fname").show();
$("#err-fname").html("Enter a valid Firstname");
$("input[name='FirstName']",this).focus();
event.preventDefault();
return;
}
var inputLName = $("input[name='LastName']",this).val();
if(inputLName == null || inputLName.length ==0) {
$("#err-lname").show();
$("#err-lname").html("Enter a valid Lastname");
$("input[name='LastName']",this).focus();
event.preventDefault();
return;
}
var regex = /^([a-zA-Z0-9_.+-])+\@(([a-zA-Z0-9-])+\.)+([a-zA-Z0-9]{2,4})+$/;
var inputEmailAddress = $("input[name='EmailAddress']",this).val();
if(inputEmailAddress == null || inputEmailAddress.length ==0) {
$("#err-email").show();
$("#err-email").html("Enter a valid Emailaddress");
$("input[name='EmailAddress']",this).focus();
event.preventDefault();
return;
} else if(!regex.test(inputEmailAddress)){
$("#err-email").show();
$("#err-email").html("Enter a valid Emailaddress");
$("input[name='EmailAddress']",this).focus();
event.preventDefault();
return;
}
var inputPhoneNumber = $("input[name='PhoneNumber']",this).val();
if(inputPhoneNumber == null || inputPhoneNumber.length ==0) {
$("#err-phonenumber").show();
$("#err-phonenumber").html("Enter a valid phone number");
$("input[name='PhoneNumber']",this).focus();
event.preventDefault();
return;
} else if(! inputPhoneNumber.match('[0-9]{10}')) {
$("#err-phonenumber").show();
$("#err-phonenumber").html("Enter a valid 10 digit phone number");
event.preventDefault();
return;
}
// let's disable the inputs for the duration of the ajax request
// Note: we disable elements AFTER the form data has been serialized.
// Disabled form elements will not be serialized.
$inputs.prop("disabled", true);
$('#result').text('Sending data...');
// fire off the request to /form.php
request = $.ajax({
url: "https://script.google.com/macros/s/AKfycbxMQcOLu8Fa-7IV53Dy1RvTqObtCd3f0t7dPohdTQ/exec",
type: "post",
data: serializedData
});
// callback handler that will be called on success
request.done(function (response, textStatus, jqXHR){
// log a message to the console
$('#result').html('Thanks for contacting us, will get back to you shortly!');
$("#Contact-Form")[0].reset();
});
// callback handler that will be called on failure
request.fail(function (jqXHR, textStatus, errorThrown){
// log the error to the console
console.error(
"The following error occured: "+
textStatus, errorThrown
);
});
// callback handler that will be called regardless
// if the request failed or succeeded
request.always(function () {
// reenable the inputs
$inputs.prop("disabled", false);
});
// prevent default posting of form
event.preventDefault();
});
});
</script>
</div>
<!-- /Main -->
<div id="copyright" class="container">
<p>©Virtualan Software. All rights reserved. | Design by <a href="http://templated.co" rel="nofollow">TEMPLATED</a>.</p>
</div>
<!-- Start Cookie -->
<script src="js/cookie.js"></script>
<div id="myCookieConsent">
<a id="cookieButton">Got it</a>
<div>We use cookie to improve your experience on our site. By using our site you consent cookies.
<a href="#privacy" id="privacy-link">More details</a></div>
</div>
<div id="privacy" class="overlay">
<div class="popup">
<h2>Privacy Policy</h2>
<a class="close" href="#">×</a>
<div class="content" id="privacy-doc">
</div>
</div>
</div>
<!-- End Cookie -->
</body>
</html>