-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathls1.html
75 lines (63 loc) · 3.51 KB
/
ls1.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
<!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 | create account</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="ls1.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">Email or phone number</div>
<input id="email" class="mb-3 w-100 heightInp" type="email" required>
<div class="mb-1">Password ( 6 or more characters )</div>
<input id="pass" class="mb-3 w-100 heightInp" pattern=".{6,}" type="password" required>
<div class="text-center justify-content-center mb-3 fontSizep">By clicking Agree & Join, you agree to the LinkedIn <a href="#" class="text-primary">User <br>Agreement</a>, <a href="#" class="text-primary">Privacy Policy</a>, and <a href="#" class="text-primary">Cookie Policy</a>.</div>
<input class="w-100 bg-primary text-white border-0 borderRadius mb-3" type="submit" value="Agree & Join">
<div class="d-flex justify-content-between mb-1">
<div class="hLineL" style="float:left; width: 35%;">
<hr />
</div>
<div>or</div>
<div class="hLineR" style="float:right; width: 35%;">
<hr />
</div>
</div>
<!-- <div class="border borderRadius mb-3 d-flex justify-content-around">
<div class="roundText"></div>
<div>
<div class="d-flex">
<div class="pr-2">Continue as</div>
<div> userName</div>
</div>
<div>appending the registered mail</div>
</div>
<div class="widthImg"><img src="https://img.icons8.com/color/344/google-logo.png"></div>
</div> -->
<div class="text-center">Already on Linkedin? <a href="signIn.html">Sign in</a></div>
</div>
</form>
<div class="text-center mt-3">Looking to create a page for a business? <a href="#" class="text-primary">Get help</a></div>
</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="ls1.js"></script>