-
Notifications
You must be signed in to change notification settings - Fork 1
/
about-us.html
118 lines (103 loc) · 5.18 KB
/
about-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
<!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="fonts.css" rel="stylesheet" type="text/css" media="all" />
<link href="cookie.css" rel="stylesheet" type="text/css" media="all" />
<!-- 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 class="active" ><a href="#" accesskey="2" title="">About Us</a></li>
<li><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="12u">
<section>
<header>
<h2>Our Mission:</h2>
<br/>
<span class="byline">
<p>Enable our customers, partners, and stakeholders to be more successful and build products that perpetuate social good.
</p>
</span>
<h2>Core values: TEAM:</h2>
<br/><span class="byline">
<p><strong>T</strong> -> Thankful to our customers </p>
<p><strong>E</strong> -> pursue Excellence and success will follow </p>
<p><strong>A</strong> -> Accomplished client expectations </p>
<p><strong>M</strong> -> Mutually understand each other </p>
</span>
<br/>
</header>
</section>
</div>
</div>
<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>