-
Notifications
You must be signed in to change notification settings - Fork 1
/
page5.html
165 lines (121 loc) · 5.98 KB
/
page5.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
<html lang ="en" class ="os-win" xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" type="text/css" href="page5.css">
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<title>Join LinkedIn | LinkedIn</title>
</head>
<body class="en guest v2 registration-start chrome-v5 chrome-v5-responsive background-v4 sticky-bg guest" id="pagekey-reg-cold-signup">
<input id="inSlowConfig" type="hidden" value="false" />
<div id="header" class="guest">
<div class="wrapper">
<div id="nav-primary">
<div class="wrapper">
<div class="logo" id="logo-linkedin">
<img src="images/logo_linkedin_92x22.png" width="92" height="22" alt="LinkedIn">
</div>
<ul class="menu">
<li id="nav-primary-auth">
Already on LinkedIn? <a href="page6.html" rel="nofollow"><span>Sign in</span></a></li>
</ul>
</div>
</div>
</div>
</div>
<div id="body">
<div class="wrapper">
<div id="global-error">
</div>
<div id="main" class="join-linkedin cold cookied no-profile fb-reg">
<div id="register-global-error">
</div>
<div class="introduction">
<h1>
To join LinkedIn, sign up below...it's free!
</h1>
</div>
<div id="content">
<div class="register-container">
<form action="" method="POST" name="coldRegistrationForm" id= "page5form" class="standard-form sided " >
<input type="hidden" name="isJsEnabled" value="false"/>
<ul id="yui-gen1">
<li class="name">
<label for="firstName-coldRegistrationForm" >First Name:</label>
<div class="fieldgroup">
<span class="error" id="firstName-coldRegistrationForm-error"></span>
<input type="text" name="firstName" value="" id="firstName-coldRegistrationForm" maxlength="20">
</div>
</li>
<li class="name ">
<label for="lastName-coldRegistrationForm" >Last Name:</label>
<div class="fieldgroup">
<span class="error" id="lastName-coldRegistrationForm-error"></span>
<input type="text" name="lastName" value="" id="lastName-coldRegistrationForm" maxlength="40">
</div>
</li>
<li>
<label for="email-coldRegistrationForm" >Email:</label>
<div class="fieldgroup">
<span class="error" id="email-coldRegistrationForm-error"></span>
<span class="edit">Edit</span>
<input type="email" name="email" value="" id="email-coldRegistrationForm" maxlength="128" data-ime-mode-disabled>
</div>
</li>
<li class="password-field">
<label for="password-coldRegistrationForm" >New Password:</label>
<div class="fieldgroup">
<span class="error" id="password-coldRegistrationForm-error"></span>
<input type="password" name="password" value="" id="password-coldRegistrationForm" >
</div>
<p class="note">6 or more characters</p>
</li>
</ul>
<div class="actions_1">
<button class="btn-tertiary" type="submit" id="btn-submit">
<div>Join LinkedIn</div>
</button>
<div class="progress-indicator"></div>
<abbr title="By clicking Join LinkedIn, you are indicating that you have read, understood, and agree to LinkedIn's User Agreement and Privacy Policy" class="hidden"><em>*</em></abbr>
</div>
<p id="register-custom-nav" class="key">
Already on LinkedIn? <a href="page6.html">Sign in</a>
</p>
<input type="hidden" name="webmailImport" value="false" id="webmailImport-coldRegistrationForm">
<input type="hidden" name="trcode" value="hb_join" id="trcode-coldRegistrationForm">
<input type="hidden" name="genie-reg" value="" id="genie-reg-coldRegistrationForm">
<input type="hidden" name="mod" value="" id="mod-coldRegistrationForm">
<input type="hidden" name="key" value="" id="key-coldRegistrationForm">
<input type="hidden" name="authToken" value="" id="authToken-coldRegistrationForm">
<input type="hidden" name="authType" value="" id="authType-coldRegistrationForm">
<input type="hidden" name="csrfToken" value="ajax:8591499911237483509" id="csrfToken-coldRegistrationForm"><input type="hidden" name="sourceAlias" value="0_0pKtnXJ9l1BopHQS-IqS2t" id="sourceAlias-coldRegistrationForm">
<div class="screen"></div>
</form>
</div>
</div>
<div id="extra">
<div class="sign-in-with">
<p class="handwritten">Save time by using your Facebook account to sign up for LinkedIn.</p>
<p class="actions">
<a class="fb_button" href="#" id="yui-gen3"><span class="fb_button_text">Sign up with Facebook</span></a>
<abbr title="By clicking Join LinkedIn, you are indicating that you have read, understood, and agree to LinkedIn's User Agreement and Privacy Policy">*</abbr>
</p>
</div>
</div>
</div>
<p id="agreement">
* By joining LinkedIn, you agree to LinkedIn's <a target="_blank" href="UserAggrement.html">User Agreement</a>, <a target="_blank" href="index.html">Privacy Policy</a> and <a target="_blank" href="index.html">Cookie Policy</a>
</p>
</div>
</div>
<div id="footer">
<div class="wrapper">
<div id="legal">
<p id="copyright">LinkedIn Corporation © 2013</p>
<p id="terms-of-use">
Commercial use of this site without express authorization is prohibited.
</p>
</div>
</div>
</div>
<script src="validation.js" type="text/javascript"></script>
</body>
</html>