4
4
< meta charset ="UTF-8 " />
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6
6
< title > Register & Login</ title >
7
- <!-- Link to add favicon -->
8
7
< link rel ="shortcut icon " href ="assets/recode-hive.png " type ="image/x-icon ">
9
8
< link rel ="stylesheet " href ="login.css " />
10
9
< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css " />
11
-
12
-
13
10
</ head >
14
11
< body >
15
-
16
12
< div class ="container ">
17
13
< div class ="forms-container ">
18
14
< div class ="signin-signup ">
@@ -26,23 +22,29 @@ <h2 class="title">Sign in</h2>
26
22
< i class ="fas fa-lock toggle-password " id ="toggle-password "> </ i >
27
23
< input type ="password " id ="password-input " placeholder ="Password " required />
28
24
</ div >
29
-
25
+ < div class ="remember-me ">
26
+ < input type ="checkbox " id ="remember-me " />
27
+ < label for ="remember-me "> Remember Me</ label >
28
+ </ div >
30
29
< input type ="submit " value ="Login " class ="btn solid " />
31
30
< p class ="social-text "> Or Sign in with social platforms</ p >
32
31
< div class ="social-media ">
33
-
34
-
35
32
< button type ="button " class ="github-login " id ="gh-lg-btn ">
36
- < img src ="https://upload.wikimedia.org/wikipedia/commons/9/91/Octicons-mark-github.svg " alt ="GitHub " width ="40 " height ="40 " style ="margin-left: 5px; ">
33
+ < img src ="https://upload.wikimedia.org/wikipedia/commons/9/91/Octicons-mark-github.svg " alt ="GitHub " width ="40 " height ="40 " style ="margin-left: 5px; ">
37
34
</ button >
38
35
</ div >
39
36
</ form >
37
+
40
38
< form action ="# " class ="sign-up-form ">
41
39
< h2 class ="title "> Sign up</ h2 >
42
40
< div class ="input-field ">
43
41
< i class ="fas fa-user "> </ i >
44
42
< input type ="text " placeholder ="Username " />
45
43
</ div >
44
+ < div class ="input-field ">
45
+ < i class ="fas fa-code-branch "> </ i >
46
+ < input type ="text " placeholder ="Git Username " />
47
+ </ div >
46
48
< div class ="input-field ">
47
49
< i class ="fas fa-envelope "> </ i >
48
50
< input type ="email " placeholder ="Email " />
@@ -51,139 +53,53 @@ <h2 class="title">Sign up</h2>
51
53
< i class ="fas fa-lock toggle-password " id ="toggle-password "> </ i >
52
54
< input type ="password " id ="password-input " placeholder ="Password " minlength ="8 " />
53
55
</ div >
56
+ < div class ="remember-me ">
57
+ < input type ="checkbox " id ="remember-me " />
58
+ < label for ="remember-me "> Remember Me</ label >
59
+ </ div >
54
60
< input type ="submit " class ="btn " value ="Sign up " />
55
61
< p class ="social-text "> Or Sign up with social platforms</ p >
56
62
< div class ="social-media ">
57
-
58
- < button type ="button " class ="github-login " id ="gh-sg-btn ">
59
- < img src ="https://upload.wikimedia.org/wikipedia/commons/9/91/Octicons-mark-github.svg " alt ="GitHub " width ="40 " height ="40 " style ="margin-left: 5px; ">
63
+ < button type ="button " class ="github-login " id ="gh-sg-btn ">
64
+ < img src ="https://upload.wikimedia.org/wikipedia/commons/9/91/Octicons-mark-github.svg " alt ="GitHub " width ="40 " height ="40 " style ="margin-left: 5px; ">
60
65
</ button >
61
66
</ div >
62
67
</ form >
63
68
</ div >
64
69
</ div >
65
70
66
- < head >
67
- < meta charset ="UTF-8 " />
68
- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
69
- < title > Register & Login</ title >
70
- <!-- Link to add favicon -->
71
- < link rel ="shortcut icon " href ="assets/recode-hive.png " type ="image/x-icon ">
72
- < link rel ="stylesheet " href ="login.css " />
73
- < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css " />
74
-
75
-
76
- </ head >
77
-
78
- < body >
79
-
80
- < div class ="container ">
81
- < div class ="forms-container ">
82
- < div class ="signin-signup ">
83
- < form action ="# " class ="sign-in-form ">
84
- < h2 class ="title "> Sign in</ h2 >
85
- < div class ="input-field ">
86
- < i class ="fas fa-user "> </ i >
87
- < input type ="text " placeholder ="Username " />
88
- </ div >
89
- < div class ="input-field ">
90
- < i class ="fas fa-lock toggle-password " id ="toggle-password "> </ i >
91
- < input type ="password " id ="password-input " placeholder ="Password " required />
92
- </ div >
93
- < div class ="remember-me ">
94
- < input type ="checkbox " id ="remember-me " />
95
- < label for ="remember-me "> Remember Me</ label >
96
- </ div >
97
- < input type ="submit " value ="Login " class ="btn solid " />
98
- < p class ="social-text "> Or Sign in with social platforms</ p >
99
- < div class ="social-media ">
100
-
101
-
102
- < a href ="https://github.com/YourGitHubProfile " target ="_blank ">
103
- < img src ="https://upload.wikimedia.org/wikipedia/commons/9/91/Octicons-mark-github.svg " alt ="GitHub "
104
- width ="40 " height ="40 " style ="margin-left: 5px; ">
105
- </ a >
106
- </ div >
107
- </ form >
108
- < form action ="# " class ="sign-up-form ">
109
- < h2 class ="title "> Sign up</ h2 >
110
- < div class ="input-field ">
111
- < i class ="fas fa-user "> </ i >
112
- < input type ="text " placeholder ="Username " />
113
- </ div >
114
- < div class ="input-field ">
115
- < i class ="fas fa-code-branch "> </ i >
116
- < input type ="text " placeholder ="Git Username " />
117
- </ div >
118
- < div class ="input-field ">
119
- < i class ="fas fa-envelope "> </ i >
120
- < input type ="email " placeholder ="Email " />
121
- </ div >
122
- < div class ="input-field ">
123
- < i class ="fas fa-lock toggle-password " id ="toggle-password "> </ i >
124
- < input type ="password " id ="password-input " placeholder ="Password " minlength ="8 " />
125
- </ div >
126
- < div class ="remember-me ">
127
- < input type ="checkbox " id ="remember-me " />
128
- < label for ="remember-me "> Remember Me</ label >
129
- </ div >
130
- < input type ="submit " class ="btn " value ="Sign up " />
131
- < p class ="social-text "> Or Sign up with social platforms</ p >
132
- < div class ="social-media ">
133
-
134
- < a href ="https://github.com/YourGitHubProfile " target ="_blank ">
135
- < img src ="https://upload.wikimedia.org/wikipedia/commons/9/91/Octicons-mark-github.svg " alt ="GitHub "
136
- width ="40 " height ="40 " style ="margin-left: 5px; ">
137
- </ a >
71
+ < div class ="panels-container ">
72
+ < a href ="index.html " class ="homeBtn ">
73
+ < svg xmlns ="http://www.w3.org/2000/svg " viewBox ="0 0 24 20 " width ="30 " height ="30 ">
74
+ < path d ="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z " />
75
+ </ svg >
76
+ </ a >
77
+ < div class ="panel left-panel ">
78
+ < div class ="content ">
79
+ < h3 > New here ?</ h3 >
80
+ < p >
81
+ Discover new experiences and profiles with awesome-github-profiles < br > Get access to exclusive content and features. < br > Create your account.
82
+ </ p >
83
+ < button class ="btn transparent " id ="sign-up-btn ">
84
+ Sign up
85
+ </ button >
138
86
</ div >
139
- </ form >
140
- </ div >
141
- </ div >
142
-
143
- < div class ="panels-container ">
144
- < a href ="index.html " class ="homeBtn ">
145
- < svg xmlns ="http://www.w3.org/2000/svg " viewBox ="0 0 24 20 " width ="30 " height ="30 ">
146
- < path d ="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z " />
147
- </ svg >
148
- </ a >
149
- < div class ="panel left-panel ">
150
- < div class ="content ">
151
- < h3 > New here ?</ h3 >
152
- < p >
153
- Discover new experiences and profiles with awesome-github-profiles < br > Get access to exclusive content and
154
- features. < br > Create your account.
155
- </ p >
156
- < a href ="index.html " class ="homeBtn ">
157
- < svg xmlns ="http://www.w3.org/2000/svg " viewBox ="0 0 24 20 " width ="30 " height ="30 ">
158
- < path d ="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z " />
159
- </ svg >
160
- </ a >
161
- < button class ="btn transparent " id ="sign-up-btn ">
162
- Sign up
163
- </ button >
87
+ < img src ="img/log.svg " class ="image " alt ="" />
164
88
</ div >
165
- < img src ="img/log.svg " class ="image " alt ="" />
166
- </ div >
167
- < div class ="panel right-panel ">
168
-
169
- < div class ="content ">
170
-
171
- < h3 > One of us ?</ h3 >
172
- < p >
173
- Welcome to our community
174
- </ p >
175
- < button class ="btn transparent " id ="sign-in-btn ">
176
- Sign in
177
- </ button >
178
-
89
+ < div class ="panel right-panel ">
90
+ < div class ="content ">
91
+ < h3 > One of us ?</ h3 >
92
+ < p >
93
+ Welcome to our community
94
+ </ p >
95
+ < button class ="btn transparent " id ="sign-in-btn ">
96
+ Sign in
97
+ </ button >
98
+ </ div >
99
+ < img src ="img/register.svg " class ="image " alt ="" />
179
100
</ div >
180
- < img src ="img/register.svg " class ="image " alt ="" />
181
101
</ div >
182
-
183
102
</ div >
184
-
185
- </ div >
186
- < script src ="login.js "> </ script >
187
- </ body >
188
-
189
- </ html >
103
+ < script src ="login.js "> </ script >
104
+ </ body >
105
+ </ html >
0 commit comments