-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregistros.html
More file actions
65 lines (53 loc) · 2.35 KB
/
registros.html
File metadata and controls
65 lines (53 loc) · 2.35 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Register | Gestore</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600&display=swap" rel="stylesheet">
<!-- Scrips -->
<script type="module" src="https://apis.google.com/js/platform.js" async defer></script>
<meta name="google-signin-client_id" content="134771054109-qc1doubbb2akoqg3p0qre6ebheopsq9m.apps.googleusercontent.com">
<!-- <script src="./assets/js/registrar.js" ></script> -->
<!--Stylesheet-->
<link href="assets/css/style-registrar.css" rel="stylesheet">
<script type="module" src="assets/js/registrar.js"></script>
</head>
<body>
<div class="background">
<div class="shape"></div>
<div class="shape"></div>
</div>
<form>
<div class="logo">
</div>
<label for="username">Username</label>
<input type="text" class="lgn" placeholder="username" id="username">
<label for="username">Email</label>
<input type="email" class="lgn" placeholder="email" id="email">
<label for="password">Password</label>
<input type="password" class="lgn" placeholder="Password" id="password">
<label for="vendedor">¿Es usted un vendedor?</label>
<label class="switch">
<input type="checkbox" id="rol">
<span class="slider"></span>
</label>
<label for="password">Registro por medio de Google</label>
<br>
<div class="social">
<div class="go"><i class="fab fa-google"></i> Google</div>
<!-- HACERLO FULL SCREEN -->
</div>
<!-- <div class="social">
<div class="go">Registro con Google
<button class="fab fa-google">
<div class="g-signin2" data-onsuccess="onSignIn"></div>
</button> </div> -->
<input type="button" class="rgt" id="botonLoginAYUDA" value="Registrarse">
<div class="vinculos">
<a class="link" id="link" href="login.html"> Regresar al login</a>
<a class="link1" id="link1" href="index.html"> Regresar al inicio</a>
</div>
</form>
</body>
</html>