-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
494 lines (480 loc) · 12.6 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
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
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya&family=Playfair+Display&display=swap');
body{
margin: 0;
padding: 0;
user-select: none;
}
.brand{
background-color: black;
font-family: 'Alegreya Sans SC',sans-serif;
color: #fff;
font-size: 39px;
text-align: center;
font-weight: bold;
width: 100%;
padding-top: 10px;
margin-top: -40px;
}
.nav{
background-color: black;
margin-top: -39px;
list-style: none;
}
ul{
display: flex;
flex-direction: row;
justify-content: center;
padding-top: 18px;
padding-bottom: 20px ;
}
.nav a{
padding: 0 16px 0 25px;
text-decoration: none;
color: white;
font-family: 'Alegreya Sans SC',sans-serif;
font-weight: 700;
font-size: 18px;
}
.banner{
display: flex;
}
.right{
font-family: 'Alegreya Sans SC',sans-serif;
background-image: url("banner2.jpg");
background-repeat: no-repeat;
margin-top: -17px;
height: 480px;
width: 50%;
background-size: cover,auto;
filter: saturate(200%);
}
.right-text{
font-size: 50px;
text-decoration: underline;
color: white;
padding: 35px 0px 0 30%;
}
.right-text1{
font-size: 34px;
text-decoration: underline;
color: white;
padding: 0px 0 0 25% ;
margin-top: -30px;
}
.left{
font-family: 'Alegreya Sans SC',sans-serif;
background-image: url("banner1.jpg");
background-repeat: no-repeat;
margin-top: -17px;
height: 480px;
width: 50%;
border-left: 1px solid black;
background-size: cover,auto;
filter: saturate(200%);
}
.content1{
height: 200px;
width: 100%;
background-color: blue;
margin-top: -20px;
}
.text {
font-family: 'Alegreya',sans-serif;
color: white;
font-size: 18px;
text-align: center;
padding-top: 35px;
line-height: 30px;
}
.content2{
font-family: 'Alegreya',sans-serif;
font-size: 25px;
text-align: center;
margin-top: -5px;
}
.content3{
font-family: 'Alegreya',sans-serif;
font-size: 20px;
text-align: center;
margin-top: -3px;
}
.content4{
font-family: sans-serif;
font-size: 30px;
text-align: center;
margin-top: -3px;
text-decoration: underline;
font-weight: bold;
color: blue;
}
.content5{
font-family: serif;
font-size: 35px;
text-align: center;
margin-top: -3px;
text-decoration: underline;
font-weight: bold;
}
.image1{
height: 380px;
margin-top: -20px;
}
.image1 img{
display: block;
max-width: 100%;
margin: auto;
filter: saturate(200%);
}
.content6{
font-family: sans-serif;
font-size: 25px;
text-align: center;
font-weight: bold;
margin-top: 50px;
}
.content7{
font-family: sans-serif;
font-size: 30px;
text-align: center;
margin-top: 50px;
text-decoration: underline;
font-weight: bold;
}
.image2{
margin-top: -200px;
}
.image2 img{
width: 100%;
}
.content8{
text-align: center;
font-size: 30px;
line-height: 80px;
margin-top: -180px;
}
.content8bold{
text-decoration: underline;
}
.image3 img{
width: 100%;
}
.content9{
font-size: 100px;
font-family: 'Alegreya',sans-serif;
text-align: center;
font-weight: bold;
margin-top: -180px;
}
.content10{
font-size: 40px;
font-family: 'Alegreya',sans-serif;
text-align: center;
font-weight: bold;
margin-top: -50px;
text-decoration: underline;
}
.image4 {
display: block;
text-align: center;
}
.image4 img{
height: 380px;
filter: saturate(150%);
}
.content11{
text-align: center;
font-size: 35px;
}
.content12{
display: flex;
text-align: center;
justify-content: space-around;
}
.content12 img{
width: 100%;
height: 70%;
margin-top: 20px;
}
.apj{
width: 400px;
height: 500px;
border: 1px solid black;
box-shadow:1px 1px 3px 4px grey;
}
.world{
margin-top: 18px;
}
.an{
text-decoration: underline;
font-size: 22px;
font-family: 'Alegreya Sans SC',sans-serif;
color: blue;
}
.name{
font-size: 22px;
font-family: 'Alegreya Sans SC',sans-serif;
}
#apj{
margin-left: 20px;
}
#warren{
margin-right: 20px;
}
.content13{
display: flex;
text-align: center;
justify-content: space-around;
margin-top: 45px;
}
.content13 img{
width: 100%;
height: 70%;
margin-top: 20px;
}
.content14 {
font-size: 26px;
font-family: 'Alegreya',sans-serif;
text-align: center;
margin-top: 45px;
}
.content15 {
font-size: 26px;
font-family: 'Alegreya',sans-serif;
text-align: center;
margin-top: 60px;
line-height: 50px;
}
.image15{
text-align: center;
}
.content16 {
font-size: 22px;
text-align: center;
}
.content17{
height: 3px;
margin-top: 15px;
background-color: #000;
}
.content18{
font-size: 20px;
text-align: center;
text-decoration: underline;
}
.content19 {
font-size: 20px;
font-family: 'Alegreya',sans-serif;
text-align: auto;
margin-top: 45px;
}
.biography{
display: flex;
}
.biography img{
width: 240px;
height: 240px;
margin: 50px 0 10px 180px;
border-radius: 480px;
}
.bio {
height: 440px;
width: 1600px;
}
.bio1{
height: 440px;
width: 2000px;
}
.bio2{
height: 440px;
width: 1500px;
}
.ram{
text-align: center;
line-height: 30px;
font-weight: bolder;
font-size: 20px;
}
.mba{
text-align: justify;
font-size: 20px;
line-height: 30px;
margin: 10px 10px 10px 10px;
}
</style>
</head>
<body>
<div class="brand">
<p>LeaderClasses</p>
</div>
<div class="nav">
<ul>
<li><a href="#">About</a></li>
<li><a href="#">Programs</a></li>
<li><a href="#">Webinars</a></li>
<li><a href="#">Careers</a></li>
</ul>
</div>
<div class="banner">
<div class="right">
<h4 class="right-text">LeaderClasses</h4>
<h3 class="right-text1">Expert Research Webinars</h3>
</div>
<div class="left">
<h4 class="right-text">LeaderClasses</h4>
<h3 class="right-text1">Programs for Your Excellence</h3>
</div>
</div>
<div class="content1">
<p class="text"><strong>Leader Classes</strong> harnesses the world's best Career Advancement & Leadership Development resources, helping<br> you gain Expert Knowledge, Practical Guidance & Actionable Insights from Extraordinary Leaders & World <br>Class Institutions through Specialized, Affordable, Online & Offline Programs custom crafted to Accelerate <br>your Career & Business Success while transforming you into a better & more effective Leader.</p>
</div>
<div class="content2">
<p>To facilitate this,<br>Leader Classes :-</p>
</div>
<div class="content3">
<p>I. Relentlessly tracks & learns from</p>
</div>
<div class="content4">
<p>100+ FULLTIME/ EXECUTIVE DEVELOPMENT PROGRAMS AT PRE-EMINENT UNIVERSITIES</p>
</div>
<div class="content5">
<p>LIKE</p>
</div>
<div class="image1">
<img src="image1.png" alt="image">
</div>
<div class="content6">
<p>ECONOMY & GLOBALIZATION ENABLERS</p>
</div>
<div class="content7">
<p>LIKE</p>
</div>
<div class="image2">
<img src="image2.png" alt="image">
</div>
<div class="content8">
<p>50+ RENOWNED <strong class="content8bold"> HIGH POTENTIAL </strong> (HI-PO) & <br><strong class="content8bold">EXECUTIVE LEADERSHIP DEVELOPMENT PROGRAMS</strong> OF TOP TIER ORGANISATIONS </p>
</div>
<div class="content7">
<p>LIKE</p>
</div>
<div class="image3">
<img src="image3.jpeg" alt="image">
</div>
<div class="content9">
<p>&</p>
</div>
<div class="content10">
<p>THOUGHTS, ACTIONS, ADVICE, LIFE<br> & INSPIRATION<br>OF</p>
</div>
<div class="image4">
<img src="image4.jpg" alt="image">
</div>
<div class="content11">
<p>OF THE FOREMOST</p>
</div>
<div class="content12">
<div class="apj" id="apj">
<div class="world"> <a class="an" href="#"> World Leaders <br> Like </a></div>
<img src="apj.jpg" alt="">
<div class="name"><p>Dr. APJ Abdul Kalam</p></div>
</div>
<div class="apj">
<div class="world"><a class="an" href="#"> Visionaries & Pioneers <br>Like</a></div>
<img src="jrd.jpeg" alt="">
<div class="name"><p>JRD Tata</p></div>
</div>
<div class="apj" id="warren">
<div class="world"><a class="an" href="#"> Business Legends <br> Like </a></div>
<img src="warren.jpg" alt="">
<div class="name"><p>Warren Buffett</p></div>
</div>
</div>
<div class="content13">
<div class="apj" id="apj">
<div class="world"> <a class="an" href="#"> Global Business Leaders <br> Like </a></div>
<img src="ratantata.jpeg" alt="">
<div class="name"><p>Ratan Tata</p></div>
</div>
<div class="apj">
<div class="world"><a class="an" href="#">Innovators <br>Like</a></div>
<img src="vinton.jpg" alt="">
<div class="name"><p>Dr. Vinton Cerf</p></div>
</div>
<div class="apj" id="warren">
<div class="world"><a class="an" href="#"> Futurists<br> Like </a></div>
<img src="michio.jpg" alt="">
<div class="name"><p>Dr. Michio Kaku</p></div>
</div>
</div>
<div class="content13">
<div class="apj" id="apj">
<div class="world"> <a class="an" href="#"> Thought Leaders <br> Like </a></div>
<img src="jim.jpeg" alt="">
<div class="name"><p>Jim Collins</p></div>
</div>
<div class="apj">
<div class="world"><a class="an" href="#">World Class Professors <br>Like</a></div>
<img src="peter.jpeg" alt="">
<div class="name"><p>Prof Peter Drucker</p></div>
</div>
<div class="apj" id="warren">
<div class="world"><a class="an" href="#"> Distinguished Entrepreneurs<br> Like </a></div>
<img src="narayan.jpg" alt="">
<div class="name"><p>N.R Narayana Murthy</p></div>
</div>
</div>
<div class="content14">
<p>&<br>Other Leaders par excellence.</p>
</div>
<div class="content15">
<p>Ingesting an extra-ordinary amount<br> of<br> this exceptionally valuable content<br> on<br> 100+ Topics of Strategic Importance<br> from</p>
</div>
<div class="image15">
<img src="image5.png" alt="image">
</div>
<div class="image15">
<img src="image6.png" alt="image">
</div>
<div class="content14">
<p>Delivered via specialized,</p>
</div>
<div class="content16">
<p> Online & Offline, extremely affordable, High Impact “LeaderClasses Career Advancement & Leadership Development Programs ( Know More & Signup Now ), Summits ( When ever logistically feasible ) & Webinars " designed to advance the career & Build / Strengthen the Leadership Foundations, of our program participants.</p>
</div>
<hr class="content17">
<div class="content18">
<h2>Not Yet Sure Of Joining ?</h2>
</div>
<div class="content19">
<p>Hear what Top Tier CEOs & Emerging CEO are saying about LeaderClasses Via their Video Testimonials below :-</p>
</div>
<div class="content18">
<h2>CEO Testimonials</h2>
</div>
<div class="biography">
<div class="bio">
<img src="ramgopal.jpg" alt="">
<div class="ram"><p> Ram Gopal<br>Chief Executive Officer<br>Barclays India</p></div>
</div>
<div class="bio1">
<div class="mba"><h3 class="content18">Executive Biography </h3>
<p> An MBA from the University of Chicago & a CFA charter holder, Ram brings over 26+ of experience gained at Citibank, Standard Chartered & Barclays across various geographies & divisions to his current responsibility of designing & executing country strategy for Barclays in India , with accountability for financial performance & market position for the Bank.<br> Additionally, Ram is also a member of the European Business Group Banking Finance Committee representing the firms interests.</p>
</div>
</div>
<div class="bio2">
<video width="320" height="320" controls>
<source src="movie.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</div>
</body>
</html>