-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
276 lines (245 loc) · 9.44 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Wizstone</title>
<meta property="og:title" content="Wizstone" />
<meta name="twitter:title" content="Wizstone" />
<meta name="description" content="The World of Learning For the Learning World">
<meta property="og:description" content="The World of Learning For the Learning World">
<meta name="twitter:description" content="The World of Learning For the Learning World">
<meta property="og:url" content="https://wizstone.in" />
<meta property="og:image" content="">
<meta property="twitter:image" content="">
<meta name="twitter:image:alt" content="">
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary"></meta>
<meta name="keywords" content="corporate, training, digital and online, Content development"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta name="theme-color" content="#08120c">
<link rel="shortcut icon" href="/assets/favicon.png"/>
<link rel="stylesheet" type="text/css" href="/css/roadrunner.css"/>
</head>
<body>
<div class="home-bg">
<div class="home-bg-image"></div>
</div>
<svg viewBox="0 0 100 100" class="icon-defs">
<symbol id="menu">
<path style="fill: none; stroke:var(--darker); stroke-width: 5;stroke-linejoin: round; stroke-linecap: round;" d="M10 20 L50 30 L90 20"></path>
<path style="fill: none; stroke:var(--theme); stroke-width: 5;stroke-linejoin: round; stroke-linecap: round;" d="M10 45 L50 55 L90 45"></path>
<path style="fill: none; stroke:var(--darker); stroke-width: 5;stroke-linejoin: round; stroke-linecap: round;" d="M10 70 L50 80 L90 70"></path>
</symbol>
</svg>
<header>
<a href="/index.html" class="header-home-link">
<img class="header-icon" src="/assets/wizstonetext.png">
</a>
<input type="checkbox" id="menutoggle">
<label for="menutoggle">
<svg viewBox="0 0 100 100" class="fg-lighter">
<use xlink:href="#menu"></use>
</svg>
</label>
<nav>
<a href="/index.html">Home</a>
<a href="/approach.html">Our Approach</a>
<a href="/portfolio.html">Portfolio</a>
<a href="/team.html">Team</a>
<a href="/contact.html">Contact Us</a>
</nav>
</header>
<section class="grid12 a-center" style="padding-top:25vh;padding-bottom:20vh;background:none;align-items:center;">
<div class="col2 large-only"></div>
<!---
<div class="col2">
<img src="assets/wizstone logo.png" style="width: 70%; max-width: 15rem; height: auto; margin-top: 1rem;"/>
</div>
--->
<div class="col8 fg-lighter a-center">
<h1 style="font-size: 50px">Wizstone Learning Solutions</h1>
<h2 style="font-size: 25px">The World of Learning, for the Learning World</h2>
</div>
<div class="col2 large-only"></div>
</section>
<section class="grid12 a-center bg-theme">
<div class="col2 large-only"></div>
<div class="col8 a-center" style="color:var(--lighter); padding: 4rem 0;">
<h2 style="border-bottom: 2px solid var(--lighter); display:inline-block;">Wizstone Vision</h2>
<p style="text-align: justify">
Our vision is to be recognized as a leading name in the
world of Learning &
Development and Corporate Consulting
across the globe for the quality of innovative solutions
provided for personal empowerment of people
and development of organizations.
</p>
<p style="text-align: justify; ">
We aim to put India on the global map as a destination of
choice
for corporate consulting, people
development and education.
</p>
</div>
<div class="col2 large-only"></div>
</section>
<!--<section class="grid11 a-left" style="align-items: center;">
<div class="col11 large-only"></div>
<div class="col1 large-only"></div>
<div class="col4">
<p style="color:white">There are 14 identified Wisdom Stones for development of different faculties in Human Beings
<br><br>
The Vision of
Wizstone is to be able
to provide a variety of learning
platforms for different needs and
profiles of learners
<br><br>
Wizstone organization therefore has
been formed on the premise of
collaboration with an objective to be
able to bring the best and the most
innovative solutions from the world
over to the learning world here
</p>
</div>
<div class="col1 large-only"></div>
<img class="col4 bg-light" style="opacity:70%;" src="/assets/Wiz/Wizdome Stones.png" style="padding: 1rem;">
<div class="col1 large-only"></div>
<div class="col11 large-only"></div>
</section>-->
<section class="grid6 a-center bg-light" style="align-items: center;">
<div class="col1 large-only"></div>
<div class="col4 a-center">
<img class="bg-light" style="width: 100%; max-width: 40rem; padding-top: 1rem;border-radius:15%" src="/assets/Wiz/Wizdome Stones.png">
<p style="text-align:justify">
<br><br>
‘Wizstone’ is a name derived from ‘Wisdom Stones’.
It depicts our thought and vision of bringing
innovative solutions to individuals as well as
organizations for their empowerment and growth.
<br><br>
There are different wisdom stones associated with
development of different human faculties.
The vision of Wizstone is to be able to provide a
variety of learning platforms and opportunities for
different needs and profiles of learners.
<br><br>
Wizstone organization therefore has been formed on the
premise of collaboration with an objective to be able
to bring the best and the most innovative solutions
from the world over to the learning world here.
<br><br>
Our prime business focus is to direct all our
learning initiatives on the following four segments as
shown below:
</p>
</div>
<div class="col1 large-only"></div>
</section>
<section class="grid4 bg-theme a-center" style="padding-bottom: 3rem;align-items: start;">
<div class="col4 bg-theme a-center" style="margin-top: 2rem; color:#FFFFFF;">
<h2>We Provide Learning Solutions</h2>
</div>
<div class="col1">
<img src="/assets/competency.jpg" style="width: 100%; border-radius: 0.5rem;">
<br>
<p>For development of specific competencies</p>
</div>
<div class="col1">
<img src="/assets/individual.jpg" style="width: 100%; border-radius: 0.5rem;">
<br>
<p>For an individual</p>
</div>
<div class="col1">
<img src="/assets/organizations.jpg" style="width: 100%; border-radius: 0.5rem;">
<br>
<p>For an organization</p>
</div>
<div class="col1">
<img src="/assets/industry.jpg" style="width: 100%; border-radius: 0.5rem;">
<br>
<p>For an industry</p>
</div>
</section>
<section class="grid12 a-center fg-lighter" style="padding: 4rem 0;align-items: center;background:url(/assets/market.jpg);background-size:cover;background-position: center center;background-attachment: fixed;">
<div class="col12 a-center">
<h2>Market Presence</h2>
</div>
<div class="col2 large-only"></div>
<div class="col8">
<p>
Kolkata |
Hyderabad |
Bangalore |
Delhi |
Mumbai |
Lucknow |
Gurgaon
</p>
</div>
<div class="col2 large-only"></div>
</section>
<section class="grid10 a-center bg-theme" style="padding-bottom: 3rem; align-items: start;background:var(--theme); justify-items: center;">
<div class="col10 a-center" style="color:var(--lighter);">
<h2>
Some of the companies where our
consultants have trained
</h2>
</div>
<div class="col2 large-only"></div>
<div class="col2 a-left" style="color:var(--lighter);">
<ul>
<li>Bajaj Finance</li>
<li>NIIT</li>
<li>APL Apollo</li>
<li>Back Office Associates</li>
</ul>
</div>
<div class="col2 a-left" style="color:var(--lighter);">
<ul>
<li>Gravita India</li>
<li>Vivo</li>
<li>Kotak Life Insurance</li>
<li>Tata Motors</li>
</ul>
</div>
<div class="col2 a-left" style="color:var(--lighter);">
<ul>
<li>Unitech</li>
<li>Finserv</li>
<li>Airtel</li>
<li>HDFC Bank</li>
</ul>
</div>
<div class="col2 large-only"></div>
</section>
<section class="grid6 a-center bg-dark" style="padding: 1rem 0;">
<div class="col1 large-only"></div>
<div class="col1">
<a class="btn" href="/approach.html" style="font-size: 125%;">
Our Approach
</a>
</div>
<div class="col1">
<a class="btn" href="/solutions.html" style="font-size: 125%;">
Solutions
</a>
</div>
<div class="col1">
<a class="btn" href="/team.html" style="font-size: 125%;">
Wizstone Team
</a>
</div>
<div class="col1">
<a class="btn" href="/contact.html" style="font-size: 125%;">
Contact Us
</a>
</div>
<div class="col1 large-only"></div>
</section>
<footer class="grid1 bg-darker a-center">
<div class="col1">© 2020 Wizstone Learning Solutions Private Limited. All rights reserved.</div>
</footer>
</body>
</html>