-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcourse.html
398 lines (347 loc) · 11.5 KB
/
course.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
<!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>Document</title>
<style>
*{
padding: 0;
margin: 0;
}
#navbar{
height: 60px;
font-family: Arial, Helvetica, sans-serif;
}
img{
height: 35px;
margin-top: 1.2%;
margin-left: 2%;
}
hr{
background-color: #3c94c3;
height: 2.5px;
}
.innav{
text-align: center;
margin-top: -2.5%;
margin-left: 45%;
}
.innav ul{
display: inline-flex;
list-style: none;
color: #3c94c3;
}
.innav ul li{
width:130px ;
color: #3c94c3;
}
.cs{
border:1px solid #3c94c3;
margin-left: 6px;
}
.vr{
color: grey;
}
.blue{
color: #3c94c3;
border-bottom: none;
}
.innav ul li a{
text-decoration: none;
}
.pro,.innav ul :hover
{
text-decoration: underline;
border-bottom: #3c94c3;
}
.sub1{
display: none;
}
.innav ul li:hover .sub1{
display: block;
color: white;
position: absolute;
margin-top: 15px;
margin-left: -19px;
text-decoration: none;
}
.sub1>a{
color: white;
}
.innav ul li:hover .sub1 ul{
display: block;
margin: 10px;
}
.innav ul li:hover .sub1 ul li{
width: 140px;
padding: 5px;
background: rgb(207, 210, 212);
text-align: center;
}
a{
color: white;
}
.sub1{
border-radius: 20px;
}
/* -------------------------------------------------- */
*{
margin: 0;
padding: 0;
}
#container{
/* border: 3px solid black; */
width: 99%;
height: 88cm;
align-items: center;
margin-top: -100px;
margin-left: 8px;
}
.one{
/* border: 2px solid red; */
width: 90%;
display: flex;
margin-top: 100px;
width: 100%;
height: 70px;
/* margin-left: 60px; */
background: #f8c67d;
font-family: Arial, Helvetica, sans-serif;
}
.one div{
margin-top: .7cm;
display: flex;
font-size: large;
margin-left: 7cm;
}
.two {
display: flex;
/* border: 2px solid red; */
width: 100%;
/* margin-left: 60px; */
background: #f8f1e1;
}
.two img{
margin-left: 120px;
}
.two div{
/* border: 2px solid black; */
font-size:xx-large ;
margin-left: 30px;
margin-top: 40px;
font-family:Arial, Helvetica, sans-serif;
}
.two div a{
color: white;
background:#3c94c3;
text-decoration: none;
padding: 5px;
border-radius: 11px;
margin: 0px 10px 0 10px;
padding: 0 20px 0 20px;
}
.three{
display: flex;
/* border: 2px solid red; */
width: 100%;
margin-left: 60px;
margin: 120px 0 120px 0;
font-family: Arial, Helvetica, sans-serif;
}
.three img {
width:600px;
height:400px;
margin-left: 18px;
}
.three div {
margin-left:20px ;
margin-top: 20px;
}
.three div p{
font-size: x-large;
margin-top: 1.2cm;
}
.three div h3{
margin-top: 1.2cm;
}
.pop{
/* border: 1px solid red; */
font-size: x-large;
text-decoration: none;
color: #3c94c3;
margin-right: 30px;
}
.four{
/* border: 2px solid red; */
width: 90%;
margin-left: 60px;
font-family: Arial, Helvetica, sans-serif;
}
.four p{
font-size: x-large;
margin-top: 10px;
}
.five{
/* border: 2px solid red; */
width: 90%;
margin-left: 60px;
justify-content: space-between;
}
.five img{
width: 300px;
margin-right: 70px;
margin-left: 0px;
height: 230px;
}
.six{
/* border: 2px solid red; */
width: 90%;
margin-left: 60px;
margin-top: 200px;
}
.six img{
width: 1000px;
}
.seven{
display: flex;
/* border: 2px solid red; */
width: 90%;
margin-left: 60px;
margin-top: 120px;
}
.eight{
display: flex;
/* border: 2px solid red; */
width: 90%;
margin-left: 60px;
margin-top: 120px;
}
h1{
font-family:Arial, Helvetica, sans-serif;
color: gray;
font-weight: lighter;
}
.two img{
height: 400px;
width: 650px;
}
.seven img, .eight img{
width:90%;
height: 12cm;
}
.seven div p, .eight div p{
font-size: xx-large;
margin-top: 20px;
}
.seven div , .eight div {
margin-top: 80px;
}
</style>
</head>
<body>
<div id="navbar">
<hr>
<img src="https://static-exp1.licdn.com/sc/h/7irqko3wy9zp1sh07aba5ekh6" alt="">
<div class="innav">
<ul>
<li class="pro"><a href="product.html" class="blue"><i class="fa fa user"></i> Product</a>
<div class="sub1">
<ul>
<li><a href="https://www.google.com/">Overview</a></li>
<li><a href="#">For Business</a></li>
<li ><a href="#">Higher Education</a></li>
<li><a href="#">Government Agecy</a></li>
</ul>
</div>
</li>
<li><a href="course.html" class="blue"><i class="fa fa clone"></i>Course</a>
<div class="sub1">
<ul>
<li class="whity"><a href="#">Business</a></li>
<li><a href="#">Technology</a></li>
<li ><a href="#">Creation</a></li>
<li><a href="#">Certfication</a></li>
</ul>
</li>
<li><a href="Resources.html" class="blue"><i class="fa fa userss"></i>Resources</a>
<div class="sub1">
<ul>
<li class="whity"><a href="#">Blog</a></li>
<li><a href="#">Stories</a></li>
<li ><a href="#">Partners</a></li>
<li><a href="#">Join Club</a></li>
<li><a href="#">Our Courses</a></li>
</ul>
</li>
<li><a href="support.html" class="blue"><i class="fa fa inr"></i>Support</a>
<div class="sub1">
<ul>
<li ><a href="#">Support</a></li>
<li><a href="#">Login</a></li>
<li ><a href="#">Customer Care</a></li>
<li><a href="#">Go</a></li>
</ul>
</li><div class ="vr">|</div>
<li class="cs"><a href="#" class="blue"><i class="fa fa phone"></i>Contact Sales</a></li>
</ul>
</div>
</div>
<hr>
<!-- -------------------------------------------------------------------------- -->
<div id="container">
<div class="one">
<div>
<p> <h4>The future of skill building is here:</h4> Meet the new LinkedIn Learning Hub! <a href="#">Explore now</a> </p>
</div>
</div>
<div class="two">
<div>Build skills with 16,000+ online courses taught by industry experts <a href="#" class="contact">Contact</a> </div>
<img src="https://content.linkedin.com/content/dam/me/business/en-us/amp/learning-solutions/images/courses-library/overview/bg/p01-01-mob-port-b01-v02.jpg.original.jpg" alt="">
</div>
<div class="three">
<img src="https://content.linkedin.com/content/dam/me/business/en-us/amp/learning-solutions/images/courses-library/overview/fg/p01-02-dsk-e01-v02.png/jcr:content/renditions/p01-02-dsk-e01-v02-2x.png" alt="">
<div>
<h1>
Relevant content, expertly produced</h1>
<p> LinkedIn Learning’s team of industry experts is focused on creating engaging content that's relevant to your employees, impactful to your business, and produced in a way that keeps learners coming back for more.</p>
<h3>Learn about our popular libraries of courses</h3>
<a href="#" class="pop">Business</a>
<a href="#" class="pop">Technology</a>
<a href="#" class="pop">Creative</a>
</div>
</div>
<div class="four">
<h1>Industry experts with real-world experience</h1>
<p>We vet every instructor to ensure they have credible, real-world experience in the subjects they’ll be teaching. That way, employees are learning relevant topics from someone they can trust, and new skills can be applied right away.</p>
</div>
<div class="five">
<img src="https://content.linkedin.com/content/dam/me/business/en-us/amp/learning-solutions/images/courses-library/overview/fg/p01-05-dsk-e01-v01.png/jcr:content/renditions/p01-05-dsk-e01-v01-2x.png" alt="">
<img src="https://content.linkedin.com/content/dam/me/business/en-us/amp/learning-solutions/images/courses-library/overview/fg/p01-05-dsk-e02-v01.png/jcr:content/renditions/p01-05-dsk-e02-v01-2x.png" alt="">
<img src="https://content.linkedin.com/content/dam/me/business/en-us/amp/learning-solutions/images/courses-library/overview/fg/p01-05-dsk-e03-v01.png/jcr:content/renditions/p01-05-dsk-e03-v01-2x.png" alt="">
</div>
<div class="six">
<img src="https://content.linkedin.com/content/dam/me/business/en-us/amp/learning-solutions/images/courses-library/overview/fg/p01-04-dsk-e01-v01.png/jcr:content/renditions/p01-04-dsk-e01-v01-2x.png" alt="">
<h1>
LinkedIn Learning offers on-demand courses to help individuals prepare for professional certification exams and earn continuing education units (CEUs).
</h1>
</div>
<div class="seven">
<div>
<h1>Insights driven by LinkedIn data</h1>
<p>Our courses are powered by data from the world’s largest professional network, allowing us to build and recommend courses that help your employees keep up with the rapid, ever-changing demand for hard and soft skills.</p>
</div>
<img src="https://content.linkedin.com/content/dam/me/business/en-us/amp/learning-solutions/images/courses-library/overview/fg/p01-04-dsk-e02-v01.png/jcr:content/renditions/p01-04-dsk-e02-v01-2x.png" alt="">
</div>
<div class="eight">
<img src="https://content.linkedin.com/content/dam/me/business/en-us/amp/learning-solutions/images/courses-library/overview/fg/p01-04-dsk-e03-v01.png/jcr:content/renditions/p01-04-dsk-e03-v01-2x.png" alt="">
<div>
<h1>Hollywood-caliber production quality</h1>
<p>We bring our instructors’ expertise to life with best-in-class visuals, sound, and graphics so your learners stay engaged and excited about learning.</p>
</div>
</div>
</div>
</body>
</html>
<script src="/productFile/course/course.js"></script>