-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathls2.html
51 lines (40 loc) · 1.99 KB
/
ls2.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
<!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>Sign Up | LinkedIn</title>
<link rel="icon" href="https://static-exp1.licdn.com/sc/h/9zdi3ctlftg3w912onmsvg2bn" sizes="96x96" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="ls2.css">
</head>
<body class="bColor">
<div class="marginTop"></div>
<div class="widthCont m-auto">
<div class="d-flex justify-content-center">
<h2 class="pt-1 letterSpa text-primary"><b>Linked</b></h2>
<img class="img-thumbnail border-0 imgWidth1"
src="https://static-exp1.licdn.com/sc/h/9zdi3ctlftg3w912onmsvg2bn">
</div>
<div class="mt-2 mb-3 fontSize">
Make the most of your professional life
</div>
<form>
<div class="bg-white w-75 m-auto textColor p-4 borderRad">
<div class="mb-1">First name*</div>
<input id="Fname" class="mb-3 w-100 heightInp" type="text" required>
<div class="mb-1">Last name*</div>
<input id="Lname" class="mb-3 w-100 heightInp" type="text" required>
<input class="w-100 bg-primary text-white border-0 borderRadius mb-3" type="submit"
value="Continue">
</form>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
</body>
</html>
<script src="ls2.js"></script>