-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout-us.html
More file actions
212 lines (200 loc) · 9.79 KB
/
about-us.html
File metadata and controls
212 lines (200 loc) · 9.79 KB
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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>About Us - HR Theme One</title>
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-responsive.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/sl-slide.css">
<script src="js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
<link rel="shortcut icon" href="images/favicon.png">
</head>
<style>
header .logo {
height: 60px;
float: left;
margin-right: 15px;
}
</style>
<body>
<!--Header-->
<header class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<!-- <a id="logo" class="pull-left" href="index.html"></a> -->
<img class="logo" src="images/gs3-logo.jpeg" alt="GS3 Logo">
<div class="nav-collapse collapse pull-right">
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="about-us.html">About Us</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="clientele.html">Clientele</a></li>
<!-- <li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Additional <i class="icon-angle-down"></i></a>
<ul class="dropdown-menu">
<li><a href="404.html">Error 404</a></li>
<li><a href="privacy.html">Privacy Policy</a></li>
</ul>
</li> -->
<li><a href="contact-us.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</header>
<!-- /header -->
<section class="title">
<div class="container">
<div class="row-fluid">
<div class="span6">
<h1>About Us</h1>
</div>
<div class="span6">
<ul class="breadcrumb pull-right">
<li><a href="index.html">Home</a> <span class="divider">/</span></li>
<li class="active">About Us</li>
</ul>
</div>
</div>
</div>
</section>
<!-- / .title -->
<section id="about-us" class="container main">
<h1>Who We Are… </h1>
GS3 Software Private Limited is an incorporated company based in
Bangalore, KA, India. We have extensive experience in many diverse areas of both Corporate
Training and Software Development. Our experienced staff of professionals has worked with
a wide array of platforms, languages, and tools in the course of our various projects. We have
a pool of corporate technical trainers on various technologies, who work for us on need basis.
<h1>What We Do… </h1>
Quite simply: we train corporate employees on various IT technologies.
However, unlike most other companies, we realize that's only part of the job. We don't just train
professionals… We plan to leverage our existing skills to develop professional software in future.
Currently, we are just a startup company, one year old company.
<h1>What We Train On… </h1>
We train on various IT technologies and tools, including the
following but not limited to… A complete list is available in another section below under Areas
of Expertise.
<ul>
<li>C / C++</li>
<li>Java</li>
<li>J(2)EE</li>
<li>JavaScript</li>
<li>Java based frameworks (Struts, Hibernate, Spring, JSF)</li>
<li>JavaScript frameworks (AngularJS, jQuery, Node JS)</li>
<li>SOA (Web Services – SOAP and RESTful)</li>
<li>MEAN Stack</li>
<li>NoSQL (MongoDB, Cassandra)</li>
<li>RDBMS (ORACLE, MYSQL, MSSQL SERVER….)</li>
<li>Big Data with Hadoop</li>
<li>All application servers (Apache, Tomcat, JBoss, WildFly, WebLogic, WebSphere…)</li>
<li>Design Patterns (GOF, J2EE)</li>
<li>Others: PERL, Python, Jython</li>
<li>DevOps</li>
<li>Dockers</li>
<li>Cloud Computing</li>
</ul>
<h1>Partnerships… </h1>
Our goal at GS3 Software is to become our client's first choice for IT
services. To accomplish this, we strive to exceed our client's expectations. GS3 clients cannot
simply be satisfied with the job we do… they must be impressed . In this manner, we strive to
build long lasting partnerships and ensure client satisfaction. It is upon this foundation that our
clients are confident in returning for future needs.
</section>
<!--Bottom-->
<section id="bottom" class="main">
<!--Container-->
<div class="container">
<!--row-fluids-->
<div class="row-fluid">
<!--Contact Info-->
<div class="span3">
<h4>CONTACT US</h4>
<ul class="unstyled address">
<li>
<i class="icon-home"></i><strong>Address:</strong> 797, 23 A Cross, 8 B Main, 7th Sector, HSR Layout, Bangalore - 560 102
</li>
<li>
<i class="icon-envelope"></i>
<strong>Email: </strong> <a href="mailto:gurumurthy.ramamurthy@gs3consultancies.com">gurumurthy.ramamurthy@gs3consultancies.com</a>
</li>
<li>
<i class="icon-globe"></i>
<strong>Website:</strong> <a href="https://www.gs3consultancies.com/">www.gs3consultancies.com/</a>
</li>
<li>
<i class="icon-phone"></i>
<strong>Telephone:</strong> +91-9731801675
</li>
</ul>
</div>
<!--End Contact Info-->
<!--Important Links-->
<div id="tweets" class="span3">
<h4>GS3 Software Private Limited</h4>
<div>
<ul class="arrow">
<li><a href="./about-us.html">About Us</a></li>
<li><a href="./services.html">Services</a></li>
<li><a href="./clientele.html">Clientele</a></li>
<li><a href="./404.html">Error 404</a></li>
<li><a href="./contact-us.html">Contact Us</a></li>
</ul>
</div>
</div>
<!--Important Links-->
<!--End Links-->
<div class="span4">
<!-- <h4>FACEBOOK</h4>
<iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Ffacebook&tabs=timeline&width=340&height=130&small_header=true&adapt_container_width=true&hide_cover=false&show_facepile=false&appId" width="340" height="130" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true"></iframe> -->
</div>
</div>
<!--/row-fluid-->
</div>
<!--/container-->
</section>
<!--/bottom-->
<!--Footer-->
<footer id="footer">
<div class="container">
<div class="row-fluid">
<div class="span5 cp">
© 2016 <a target="_blank" href="http://www.domain.com/">Your Company</a>. All Rights Reserved.
</div>
<div class="span6">
<ul class="social pull-right">
<li><a href="#"><i class="icon-facebook"></i></a></li>
<li><a href="#"><i class="icon-twitter"></i></a></li>
<li><a href="#"><i class="icon-pinterest"></i></a></li>
<li><a href="#"><i class="icon-linkedin"></i></a></li>
<li><a href="#"><i class="icon-google-plus"></i></a></li>
<li><a href="#"><i class="icon-youtube"></i></a></li>
<li><a href="#"><i class="icon-instagram"></i></a></li>
</ul>
</div>
<div class="span1">
<a id="gototop" class="gototop pull-right" href="#"><i class="icon-angle-up"></i></a>
</div>
</div>
</div>
</footer>
<!--/Footer-->
<script src="js/vendor/jquery-1.9.1.min.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>