-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindividuals.html
456 lines (411 loc) · 22.6 KB
/
individuals.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>For Individuals</title>
<style>
*{
height: auto;
width: 100%;
background-color: black;
}
#fst{
height: auto;
width: 100%;
/* border: 1px solid red; */
display: flex;
padding: 13px;
}
#ft1{
height: auto;
width: 58%;
/* border: 1px solid teal; */
padding-top: 20px;
}
#ek{
margin-top: 30px;
}
#do{
height: auto;
width: 100%;
/* border: 1px solid teal; */
display: flex;
justify-content: space-around;
}
#inn{
height: auto;
width: 30%;
/* border: 1px solid royalblue; */
border-radius: 10px;
padding-left: 10px;
}
#es{
height: auto;
width: 100%;
/* border: 1px solid red; */
}
#ok{
height: auto;
width: 70%;
/* border: 1px solid teal; */
display: flex;
margin: 50px 100px;
padding: 20px;
}
#tin{
height: auto;
width: 75%;
/* border: 1px solid yellow; */
}
#char{
height: 240px;
width: 330px;
padding: 10px 20px;
}
#fif{
height: auto;
width: 70%;
padding-left: 20%;
}
/* footer css */
#footer{
display:flex;
margin:auto;
width:0 auto;
height:500px;
margin-left:20px;
justify-content:space-between;
color:white;
};
#footer>div{
text-align: center;
}
h3{
padding-bottom: 40px;
}
#footer1{
display:flex;
color:white;
}
#footer1>p{
margin-right: 20px;
}
hr{
background-color:white;
height:1px;
margin:auto;
width:96%;
}
#footer1>img{
/* padding:15px; */
height:25px;
width:3.5%;
margin:10px 20px
}
/* img{
height:30px;
width:10%;
margin-right:20px;
} */
#footer2{
display:flex;
/* justify-content:space-between; */
color:white;
gap:20px;
}
#footer2>div{
display:flex;
}
#footer2>div:nth-child(2)>p{
display: flex;
margin-right: 40px;
justify-content: space-between;
font-size: 14px;
}
#footer2>div>img{
margin: 10px 23px ;
margin-right: 5px;
}
a{
text-decoration: none;
}
a:hover{
color:white;
}
/* a>img{
height:40px;
width:30%;
} */
#class>img{
gap :5px;
justify-content:space-between;
}
</style>
</head>
<body>
<!-- navbar part -->
<div id="header"></div>
<div id="fst">
<div id="ft1">
<div style="display: flex;">
<!-- logo -->
<img style="height: 25px;width: 150px; padding: 18px 20px;" src="https://www.pluralsight.com/content/dam/pluralsight2/product/v2/logos/logo-skills.png" alt="skills logo">
<h2 style="color: white;font-size: 17px;font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;padding-top: 5px;">FOR INDIVIDUALS</h2>
</div>
<div style="margin: 13px;">
<h2 style="font-size: 44px;color: white;">For Individuals: Build better skills</h2>
<p style="font-size: 20px;color: white;text-align: justify;">With the technology skills platform, you can see where your skills stand and master the latest in software development, IT ops, AI and machine learning, security and more.</p>
<button style="font-size: 19px;color: white;background-color: rgba(228, 63, 41, 0.904);height: 50px;width: 180px;margin-top: 20px;"><a style="color: white;text-decoration: dashed;background-color: rgba(228, 63, 41, 0.904);" href="#">TRY FOR FREE</a></button>
</div>
</div>
<div style="margin-left: 50px;">
<img style="height: 544px;width: 762px;" src="https://www.pluralsight.com/content/dam/pluralsight2/individual/hero-individual-illustration.png" alt="">
</div>
</div>
<!-- horizontal box -->
<div style="height: 90px;width: 95%;display: flex;background-color: rgba(228, 63, 41, 0.904);margin: 20px 20px;">
<h2 style="color: white;background-color: rgba(228, 63, 41, 0.904);text-align:end;padding-left: 20%;">Serious skills. Simple pricing.</h2>
<a style="color: white;text-decoration: dashed;background-color: rgba(228, 63, 41, 0.904);padding-top: 20px;font-size: 25px;margin-left: -25%;" href="#">See plans > </a>
</div>
<div id="ek">
<h2 style="color: white;">Trending on Pluralsight </h2>
<div id="do">
<div id="inn"><a style="text-decoration: none;" href="#">
<img src="https://img.pluralsight.com/course-images/php-7-whats-new-v1.jpg?w=760" alt="">
<h5 style="color: rgb(235, 48, 110);">Course</h5>
<h2 style="color: white;">what’s new in PHP 7</h2>
<div style="justify-content: space-around;color: white;display: flex;text-align: justify;">
<p>Christian Wenz</p>
<p>Intermediate</p>
<p>Dec3,2015</p>
<p>1h 44m</p>
</div>
</a></div>
<div id="inn"><a style="text-decoration: none;" href="#">
<img src="https://pluralsight.imgix.net/course-images/java-16-whats-new-v1.jpg?w=760" alt="">
<h5 style="color: rgb(235, 48, 110);">Course</h5>
<h2 style="color: white;">what’s new in Java 12</h2>
<div style="justify-content: space-around;color: white;display: flex;text-align: justify;">
<p>Sander Mac</p>
<p>Intermediate</p>
<p>Mar 18,2019</p>
<p>1h 7m</p>
</div>
</a></div>
<div id="inn"><a style="text-decoration: none;" href="#">
<img src="https://pluralsight.imgix.net/course-images/java-12-whats-new-v1.jpg?w=760" alt="">
<h5 style="color: rgb(235, 48, 110);">Course</h5>
<h2 style="color: white;">what’s new in Java 15</h2>
<div style="justify-content: space-around;color: white;display: flex;text-align: justify;">
<p>Christian Wenz</p>
<p>Intermediate</p>
<p>Oct 28,2020</p>
<p>1h 8m</p>
</div>
</a></div>
</div>
</div>
<div style="height: 40px;width: 100%;background-color: rgb(112, 98, 98);margin-top: 20px;padding-top: 13px;">
<a style="color: white;font-size: 18px;background-color: rgb(112, 98, 98);text-decoration: none;" href="#">View more courses > </a>
</div>
<div id="es">
<div id="ok">
<div id="char">
<a href="#"><img src="https://www.pluralsight.com/content/pluralsight/en/product/skills/individuals/jcr:content/main/generic_block_copy/parsys/generic_block_413530/parsys/animation_wrapper/parsys/columns_copy/column-parsys-1/generic_block_202764/parsys/columns_copy/column-parsys-2/generic_block_copy_c/parsys/image/image-res.img.546f1916-9c81-45cc-b79d-533377bcc549.png" alt="career video"></a>
</div>
<div id="tin">
<h4 style="color: rgb(214, 29, 60);font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;">OVERVIEW</h4>
<h1 style="color: white;">Take control of your career </h1>
<p style="color: white;">Whether you want to transition into a new field, improve in your role or bring your big ideas to life, Pluralsight Skills can help you get there. With our technology skills platform, you can build in-demand skills and apply them in the real world with confidence.</p>
<p><a style="color: white;text-decoration: none;font-size: 20px;font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;" href="#">What is Skills? > </a></p>
</div>
</div>
<div id="fif">
<h3 style="color: white;text-align: center;">Trusted by learners at thousands of companies</h3>
<div style="display: flex;height: 32px;width: 100px;padding-left: 17%;">
<img style="padding-left: 10px;padding-right: 20px;" src="https://www.pluralsight.com/content/pluralsight/en/product/skills/individuals/jcr:content/main/generic_block_copy/parsys/generic_block_413530/parsys/animation_wrapper/parsys/columns_copy/column-parsys-1/generic_block_202764/parsys/columns_1110011315_c/column-parsys-1/generic_block/parsys/column_control/column-parsys-1/animation_wrapper/parsys/image_1399077451/image-res.img.9f0ef8d7-7691-40ad-9ae0-8bd6747da2db.png" alt="">
<img style="padding-left: 20px;padding-right: 20px;" src="https://www.pluralsight.com/content/pluralsight/en/product/skills/individuals/jcr:content/main/generic_block_copy/parsys/generic_block_413530/parsys/animation_wrapper/parsys/columns_copy/column-parsys-1/generic_block_202764/parsys/columns_1110011315_c/column-parsys-1/generic_block/parsys/column_control/column-parsys-2/animation_wrapper/parsys/image/image-res.img.4aa9cc2b-50d2-4c88-8844-4829e4206304.png" alt="">
<img style="padding-left: 20px;padding-right: 20px;" src="https://www.pluralsight.com/content/pluralsight/en/product/skills/individuals/jcr:content/main/generic_block_copy/parsys/generic_block_413530/parsys/animation_wrapper/parsys/columns_copy/column-parsys-1/generic_block_202764/parsys/columns_1110011315_c/column-parsys-1/generic_block/parsys/column_control/column-parsys-3/animation_wrapper/parsys/image/image-res.img.708900ca-cf5b-46a9-9af2-cfb295466c2d.png" alt="">
<img style="padding-left: 20px;padding-right: 20px;" src="https://www.pluralsight.com/content/pluralsight/en/product/skills/individuals/jcr:content/main/generic_block_copy/parsys/generic_block_413530/parsys/animation_wrapper/parsys/columns_copy/column-parsys-1/generic_block_202764/parsys/columns_1110011315_c/column-parsys-1/generic_block/parsys/column_control/column-parsys-4/animation_wrapper/parsys/image/image-res.img.af84094b-1ad6-4d8f-ba16-f26d18a14c32.png" alt="">
<img style="padding-left: 20px;padding-right: 10px;" src="https://www.pluralsight.com/content/pluralsight/en/product/skills/individuals/jcr:content/main/generic_block_copy/parsys/generic_block_413530/parsys/animation_wrapper/parsys/columns_copy/column-parsys-1/generic_block_202764/parsys/columns_1110011315_c/column-parsys-1/generic_block/parsys/column_control/column-parsys-5/animation_wrapper/parsys/image/image-res.img.0f204f83-cfc6-4493-be84-84dddb70f8dc.png" alt="">
</div>
</div>
<div id="ok">
<div id="tin">
<h4 style="color: rgb(214, 29, 60);font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;">COURSE LIBRARY</h4>
<h1 style="color: white;">Learn from top technologists around the world </h1>
<p style="color: white;">Keep your skills up-to-date with access to thousands of courses authored by an elite network of industry experts and partners.</p>
<p><a style="color: white;text-decoration: none;font-size: 20px;font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;" href="#"> Browse our libraries > </a></p>
</div>
<div id="char">
<img src="https://www.pluralsight.com/content/dam/pluralsight2/individual/illustration-course-library.png" alt="technologist img">
</div>
</div>
<div id="ok">
<div id="char">
<img src="https://www.pluralsight.com/content/dam/pluralsight2/individual/illustration-assessments.png" alt="skills img">
</div>
<div id="tin">
<h4 style="color: rgb(214, 29, 60);font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;">SKILL ASSESSMENTS</h4>
<h1 style="color: white;">See where your skills stand and where you can grow </h1>
<p style="color: white;">The best way to start learning is to see where your skills stand first. Take a quick skill assessment to uncover your strengths and weaknesses and get personalized recommendations on what to work on. </p>
<!-- <p><a style="color: white;text-decoration: none;font-size: 20px;font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;" href="#">What is Skills? > </a></p> -->
</div>
</div>
<div id="ok">
<div id="tin">
<h4 style="color: rgb(214, 29, 60);font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;">HANDS-ON LEARNING</h4>
<h1 style="color: white;">Practice applying new skills </h1>
<p style="color: white;">With projects and interactive courses, you can test drive new skills in a risk-free environment and get guided feedback—so you can make mistakes before they matter. </p>
<!-- <p><a style="color: white;text-decoration: none;font-size: 20px;font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;" href="#">What is Skills? > </a></p> -->
</div>
<div id="char">
<img src="https://www.pluralsight.com/content/dam/pluralsight2/individual/illustration-hands-on-learning.png" alt="new skills">
</div>
</div>
</div>
<div id="ok">
<div id="tin">
<h4 style="color: rgb(214, 29, 60);font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;">CUSTOMER STORIES</h4>
<h1 style="color: white;">From soldier to IT specialist: Ryan's Pluralsight story </h1>
<p style="color: white;">From soldier to IT specialist: Ryan's Pluralsight story
Technology skills change lives. Hear veteran-turned-IT professional Ryan Chasteauneuf’s Pluralsight story. </p>
<p><a style="color: white;text-decoration: none;font-size: 20px;font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;" href="#">Watch Ryan's story > </a></p>
</div>
<div id="char">
<a href="#"><img src="https://www.pluralsight.com/content/dam/pluralsight2/individual/cs-ryan.png" alt="career video"></a>
</div>
</div>
<!-- build skills that deliver the result -->
<div>
<h4 style="color: rgb(214, 29, 60);text-align: center;font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;">PLANS & PRICING</h4>
<h1 style="color: white;text-align: center;">Build skills that deliver results </h1>
<div style="display: flex;margin-left: 30%;">
<a style="color: white;text-decoration: none;font-size: 25px;" href="">Monthly</a>
<a style="color: white;text-decoration: none;font-size: 25px;margin-right: 20%;" href="">Yearly</a>
</div>
<h4 style="color: rgb(214, 29, 60);margin-left: 70%;font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;">(Save at least 31%!) </h4>
</div>
<div style="display: flex;margin: 10px;padding: 10px;">
<div style="height: auto;width: 45%;text-align: center;margin-right: 10px;">
<h2 style="color: white;font-size: 40px">Standard</h2>
<h2 style="color: white;font-size: 43px;">₹ 12,299</h2>
<p style="color: white;">per year </p>
<p style="color: white;">Core course library,
paths and skill assessments. </p>
<button style="background-color: red;width: 34%;height: 38px;"><a style="background-color: red;font-size: 18px;text-decoration: none;color: white;" href="">Start with standard</a></button>
<p style="color: white;">or start a <a style="text-decoration: none;color: red;" href="#">FREE trial</a></p><br><br><br>
</div>
<div style="height: auto;width: 45%;text-align: center;margin-left: 10px;">
<h2 style="color: white;font-size: 40px">Premium</h2>
<h2 style="color: white;font-size: 43px;">₹ 18,399</h2>
<p style="color: white;">per year </p>
<p style="color: white;">Entire library of core and expanded courses, exams, projects and interactive courses. </p>
<button style="background-color: red;width: 34%;height: 38px;"><a style="background-color: red;font-size: 18px;text-decoration: none;color: white;" href="">Start with premium</a></button>
<p style="color: white;">or start a <a style="text-decoration: none;color: red;" href="#">FREE trial</a></p><br><br><br>
</div>
</div>
<!-- compare the course libraries -->
<div>
<h2 style="color: white;text-align: center;">Compare our course libraries</h2>
<div style="display: flex;height: auto;width: 70%;margin-left: 10%;">
<div>
<h2 style="color: white;">Core library</h2>
<p style="color: white;">Our core library features 2,500+ of our most-popular courses on in-demand topics like cloud, data, security, software development, infrastructure and more.</p>
</div>
<div style="padding-left: 8%;">
<h2 style="color: white;">Expanded library</h2>
<p style="color: white;">Our expanded library gives you access to our full 7,000+ course library. It includes more advanced topics if you need to build deep expertise and niche topics for those tackling special projects.</p>
</div>
</div>
</div>
<!-- TICK PART -->
<!-- LAST PART -->
<div style="display: flex;">
<h1 style="color: white;font-size: 40px;font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;">Success starts here </h1>
<h3 style="height: 45px;width: 200px;background-color: red;text-align: center;padding-top: 15px;margin-right: 20px;"><a style="color: white;text-align: center;background-color: red;text-decoration: none;" href="#">TRY FOR FREE</a></h3>
</div>
<!-- footer page -->
<div id="footer">
<div>
<h3 >SOLUTIONS</h3>
<P><a href="">Pluralsighnt Skills</a></P>
<p><a href="">Pluralsight Flow</a></p>
<p><a href="">Government</a></p>
<P><a href="">Gift of Pluralsight</a></P>
<p><a href="">View Pricing</a></p>
<p><a href="">Contact Sales</a></p>
<p><a href="">Skill up for free</a></p>
</a>
</div>
<div>
<h3>PLATFORM</h3>
<p><a href="">Browse library</a></p>
<p><a href="">Role IQ</a></p>
<p><a href="">Skill IQ</a></p>
<p><a href="">Iris</a></p>
<p><a href="">Authors</a></p>
<p><a href="">Professional Services</a></p>
</div>
<div>
<h3>COMPANY</h3>
<p><a href="">About us</a></p>
<p><a href="">Customer stories</a></p>
<p><a href="">Careers</a></p>
<p><a href="">Newsroom</a></p>
<p><a href="">Resourse center</a></p>
<P><a href="">Guides</a> </P>
</div>
<div>
<h3>RESOURCES</h3>
<P><a href="">Download Pluralsight</a></P>
<P><a href="">Events</a></P>
<P><a href="">each</a></P>
<P><a href="">Partners</a></P>
<P><a href="">Affilate Partners</a></P>
<P><a href="">PluralsightOne.org</a></P>
<P><a href="">Subscribe</a></P>
</div>
<div>
<h3>SUPPORT</h3>
<p><a href="">Contact</a></p>
<p><a href="">Help Center</a></p>
<p><a href="">IP allowlist</a></p>
<p><a href="">Sitemap</a></p>
</div>
</div>
<hr>
<div id="footer1">
<img src="https://www.pluralsight.com/content/dam/pluralsight2/icons/globe-white.png" alt="">
<p><a href="">Deutsch</a></p>
<p><a href="">English</a></p>
<p><a href="">French</a></p>
</div>
<hr>
<div id="footer2">
<div >
<img style="height: 30px;width: 10%;margin-left: 20px;" src="https://www.pluralsight.com/content/dam/pluralsight2/general/icons/light/ps-icon.png" alt="">
<p>Copyright © 2004-2022 Pluralsight LLC.All rights reserved </p>
</div>
<div>
<p><a href="">Terms Of Use</a</p>
<p><a href="">Privacy Notice</a></p>
<p><a href="">Modern Slavery Act Transparency Statement</a></p>
</div>
<div id="class">
<a href="">
<img style="height: 40px;width: 30%;" src="https://www.pluralsight.com/etc/clientlibs/pluralsight/main/images/icons/desktop/Facebook_Icon.svg" alt=""></a>
<a href=""> <img style="height: 40px;width: 30%;" src="https://www.pluralsight.com/etc/clientlibs/pluralsight/main/images/icons/desktop/Instagram_Icon.svg" alt=""></a>
<a href=""> <img style="height: 40px;width: 30%;" src="https://www.pluralsight.com/etc/clientlibs/pluralsight/main/images/icons/desktop/Twitter_Icon.svg" alt=""></a>
<a href=""> <img style="height: 40px;width: 30%;" src="https://www.pluralsight.com/etc/clientlibs/pluralsight/main/images/icons/desktop/LinkedIn_Icon.svg" alt=""></a>
<a href=""> <img style="height: 40px;width: 30%;" src="https://www.pluralsight.com/etc/clientlibs/pluralsight/main/images/icons/desktop/YouTube_Icon.svg" alt=""></a>
</div>
</body>
</html>
<!-- <script>
import navbar from './components/navbar.js'
let header = document.getElementById("header");
header.innerHTML = navbar();
</script> -->