-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperience.html
More file actions
118 lines (113 loc) · 3.34 KB
/
experience.html
File metadata and controls
118 lines (113 loc) · 3.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GS3 Software - Training and Development</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: #f4f4f4;
color: #333;
}
header {
background-color: #333;
color: #fff;
padding: 20px 0;
text-align: center;
}
h1 {
margin: 0;
font-size: 2.5em;
}
h2 {
color: #333;
font-size: 1.8em;
margin-top: 20px;
}
p {
margin: 15px 0;
font-size: 1.1em;
line-height: 1.8;
}
ul {
list-style-type: disc;
margin-left: 20px;
}
.container {
width: 80%;
margin: 30px auto;
padding: 20px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.highlight {
font-weight: bold;
color: #007BFF;
}
</style>
</head>
<body>
<header>
<h1>GS3 Software - Training and Development</h1>
</header>
<div class="container">
<h2>Our Commitment to Excellence</h2>
<p>At GS3 Software, our professionals have <span class="highlight">23+ years of experience</span> in training and development, having worked with renowned IT companies in both India and abroad. This vast experience, combined with our unwavering dedication to providing clients with the best quality service, truly sets us apart from other firms.</p>
<h2>A Proven Track Record</h2>
<p>Our team has a proven track record of providing high-quality, custom training services to many top software companies including:</p>
<ul>
<li>Oracle, Oracle University, OFSS (India, USA, Japan)</li>
<li>Microfocus (India, USA) / OpenText</li>
<li>UST Global – IN, US, Mexico </li>
<li>CFG Bank, Casablanca, Morocco</li>
<li>Dashen Bank, Addis Ababa, Ethiopia</li>
<li>MERCEDES BENZ</li>
<li>AMAZON</li>
<li>JP Morgan</li>
<li>SAP</li>
<li>IBM</li>
<li>L & T</li>
<li>E & Y</li>
<li>Siemens </li>
<li>Deloitte</li>
<li>Paytm</li>
<li>Paypal</li>
<li>PWC</li>
<li>FlipKart</li>
<li>Sapient</li>
<li>TCS</li>
<li>Harman</li>
<li>Profinch</li>
<li>DXC</li>
<li>Societe Generale</li>
<li>IEEE - USA</li>
<li>Mahindra Comviva</li>
<li>CTS</li>
<li>Vodafone</li>>
<li>Lowe's</li>
<li>Thoughtfocus</li>
<li>Nous Infosystems</li>
<li>XMPLAR</li>
<li>Optum Global Solutions</li>
<li>CPD 360</li>
<li>Pratham Software</li>
<li>Mobily Infotech</li>
<li>AutoLiv</li>
<li>Trivium eSolutions</li>
</ul>
<p>So far, GS3 professionals have successfully trained over <span class="highlight">3000+ professionals</span> across 4 countries and delivered more than <span class="highlight">50+ successful training programs</span>.</p>
<h2>Global Training Impact</h2>
<p>Our professionals have delivered numerous training sessions in the following countries:</p>
<ul>
<li>India</li>
<li>Philippines</li>
<li>Mexico</li>
<li>USA</li>
</ul>
</div>
</body>
</html>