-
Notifications
You must be signed in to change notification settings - Fork 0
/
messenger.html
248 lines (219 loc) · 9.35 KB
/
messenger.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
<!DOCTYPE html>
<html lang="es">
<head>
<!-- -------------------------------------- -->
<!-- META TAGS -->
<!-- ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ -->
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- -------------------------------------- -->
<!-- COMPONENTES -->
<!-- ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ -->
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.15.3/css/all.css"
integrity="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk"
crossorigin="anonymous"
/>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@0,300;0,700;1,300&display=swap"
rel="stylesheet"
/>
<!-- -------------------------------------- -->
<!-- ESTILOS -->
<!-- ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ -->
<link rel="stylesheet" href="./styles/normalize.css" />
<link rel="stylesheet" href="./styles/mainMessenger.css" />
<title>Proyecto - Codo a Codo</title>
</head>
<body>
<!-- -------------------------------------- -->
<!-- ↓↓↓↓↓↓↓↓↓↓↓↓↓ CABECERA ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ -->
<!-- ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ -->
<header class="tittleZone">
<h1 title="Es un titulo ficticio (a que te lo creiste we)">
<!-- Titulo -->
Iniciar sesión en <br />
Proyecto <b>Codo a Codo</b>
</h1>
<!-- Icono de Ayuda -->
<a href="#" title="Ir a la seccion de ayuda"
><i class="fas fa-question-circle fa-2x"></i
></a>
</header>
<!-- -------------------------------------- -->
<!-- SECCION DEL AVATAR, LOGIN Y REGISTRARSE -->
<!-- ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ -->
<section class="bodyAvatar-and-Login">
<article class="avatar" title="Solo es un .png">
<!-- Avatar -->
<img src="./img/marco-avatar.png" alt="Avatar" />
</article>
<article class="inicioDeSesion">
<!-- -------------------------------------- -->
<!-- ↓↓↓↓↓↓↓↓↓↓↓↓↓↓ INPUTS ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ -->
<!-- ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ -->
<form>
<!-- Input EMAIL -->
<input
type="email"
name="correo"
size="35"
class="dataInput"
placeholder="ejemplo555@supermail.com"
required="required"
autofocus
/>
<br />
<!------------------------>
<!-- Input PASSWORD-->
<input
type="password"
name="clave"
size="35"
class="dataInput"
placeholder="Contraseña"
required="required"
/>
<br />
<!-- -------------------------------------- -->
<!-- OPCIONES ADICIONALES DE INICIO DE SESION -->
<!-- ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ -->
<!-- Olvidaste tu contraseña? -->
<a
class="passwordOlvidado"
title="Restablecer la contraseña"
href="#"
>¿Has olvidado tu contraseña?</a
>
<br />
<!-- Menu desplegable del login STATUS
(Conectado/Desconectado/Ausente) -->
<label
for="estado"
class="estado DesktopOnly"
title="Opciones de inicio de sesión"
>Iniciar sesión como: </label
><i class="fas fa-square"></i>
<select id="estado" name="estado" class="estado">
<option value="disponible">Disponible</option>
<option value="desconectado">Ausente</option>
<option value="ocupado">Ocupado</option>
<option value="desconectado">Aparecer sin conexión</option>
</select>
<br />
<!-- -------------------------------------- -->
<!-- Checkboxs opcionales para guardar sesion(email/password)
y/o elegir si se desea iniciar automaticamente -->
<!-- ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ -->
<!-- Input RECORDAR SESION -->
<input
type="checkbox"
name="recordar-id"
id="recordar-id"
class="checkbox"
/>
<!-- Label RECORDAR SESION Desktop -->
<label class="checkboxLabel DesktopOnly" for="recordar-id"
>Recordar mi Id. y contraseña</label>
<!-- Label RECORDAR SESION Tablet -->
<label class="checkboxLabel TabletOnly" for="recordar-id"
>Recordar mi Id. y contraseña</label>
<!-- Label RECORDAR SESION Mobile -->
<label class="checkboxLabel MobileOnly" for="recordar-id"
>Recordarme</label>
<br />
<!------------------------>
<!-- Input AUTOLOGIN -->
<input
type="checkbox"
name="auto-login"
id="auto-login"
class="checkbox"
disabled
/>
<!-- Label AUTOLOGIN Desktop -->
<label class="checkboxLabel DesktopOnly" for="auto-login"
>Iniciar sesión automáticamente
<a
title="Cambiar opciones de inicio de sesión y de inicio"
href="#"
>Opciones</a
></label>
<!-- Label AUTOLOGIN Tablet -->
<label class="checkboxLabel TabletOnly" for="auto-login"
>Iniciar sesión automáticamente
<a
title="Cambiar opciones de inicio de sesión y de inicio"
href="#"
><br />Opciones</a
></label>
<!-- Label AUTOLOGIN Mobile -->
<label class="checkboxLabel MobileOnly" for="auto-login"
>Iniciar automáticamente</label>
<br />
<!-- -------------------------------------- -->
<!-- ↓↓↓↓↓↓↓↓↓↓↓↓↓↓ Botones ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ -->
<!-- ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ -->
<!-- Boton Iniciar Sesion -->
<input
type="submit"
value="Iniciar Sesión"
id="btnSubmit"
title="Welcome back to 2011!"
/>
<!-- Boton Cancelar -->
<input
type="reset"
value="Cancelar"
id="btnCancel"
title="Resetear todos los campos"
/>
</form>
<!-- -------------------------------------- -->
<!-- ↓↓↓↓↓↓↓↓↓↓ Zona de Registro ↓↓↓↓↓↓↓↓↓↓ -->
<!-- ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ -->
<!-- Registro para Mobile -->
<a
class="registrarse MobileOnly"
title="Permite suscribirse al Proyecto"
href="#"
>Registrarse</a
>
<!-- Registro para Tablet -->
<a
class="registrarse TabletOnly"
title="Permite suscribirse al Proyecto"
href="#"
>Registrarse</a
>
<!-- Registro para Desktop -->
<p class="registrarse DesktopOnly">
No tienes un ID de ProyectoCaC?
<a title="Permite suscribirse al Proyecto" href="#">Registrarse</a>
</p>
</article>
</section>
<!-- -------------------------------------- -->
<!-- ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ FOOTER ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ -->
<!-- ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ -->
<footer class="footerIndex" id="contact">
<a href="#">Contactenos</a>
<p>
<strong
>Hecho por Gaston Ezequiel Giacobini - Proyecto Codo a Codo Full Stack
Python.</strong
>
</p>
<a href="#">Acerca de</a>
</footer>
<!-- -------------------------------------- -->
<!-- Pequeño Script para anular checkbox de autoinicio
cuando esta desmarcado el checkbox de recordar datos -->
<!-- ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="./javascript/mainMessenger.js"></script>
</body>
</html>