-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsign_up.html
109 lines (104 loc) · 5.67 KB
/
sign_up.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
<!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>Smart v5</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="dist/output.css" />
</head>
<!-- shadow-lg shadow-indigo-100/50 -->
<body class="overflow-hidden">
<div class="pl-5 max-lg:container max-lg:p-5 mx-auto">
<a href="index.html" class="absolute top-5 start-0 p-2 flex items-center text-desc hover:text-primary">
<svg class="rtl-flip mr-1" height="18px" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"
fill="currentColor">
<path fill-rule="evenodd"
d="M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5z">
</path>
</svg>
<span>back to landing</span>
</a>
<div class="flex flex-row items-center pt-36 lg:pt-0">
<div class="lg:w-1/2 w-full bg-white z-10">
<div class="mx-auto w-96 pr-5 lg:pr-0">
<div class="bg-white rounded-lg">
<h2 class="text-h2 font-bold mb-10">Sign Up</h2>
<div class="flex flex-col lg:flex-row lg:items-center lg:gap-3">
<div class="mb-4 relative">
<input
class="input border appearance-none mr-5 rounded w-full px-3 py-3 pt-5 pb-2 focus focus:border-indigo-600 focus:outline-none active:outline-none active:border-indigo-600"
id="name" type="text" autofocus />
<label for="name"
class="label absolute mb-0 -mt-2 pt-4 pl-3 leading-tighter text-gray-400 text-base cursor-text">Frist
Name</label>
</div>
<div class="mb-4 relative">
<input
class="input border appearance-none rounded w-full px-3 py-3 pt-5 pb-2 focus focus:border-indigo-600 focus:outline-none active:outline-none active:border-indigo-600"
id="name" type="text" autofocus />
<label for="last name"
class="label absolute mb-0 -mt-2 pt-4 pl-3 leading-tighter text-gray-400 text-base cursor-text">Last
Name</label>
</div>
</div>
<div class="mb-4 relative">
<input
class="input border appearance-none w-full rounded px-3 py-3 pt-5 pb-2 focus focus:border-indigo-600 focus:outline-none active:outline-none active:border-indigo-600"
id="email" type="text" autofocus />
<label for="email"
class="label absolute mb-0 -mt-2 pt-4 pl-3 leading-tighter text-gray-400 text-base cursor-text">Email</label>
</div>
<div class="mb-4 relative">
<input
class="input border before:after:appearance-none rounded w-full px-3 py-3 pt-5 pb-2 focus focus:border-indigo-600 focus:outline-none active:outline-none active:border-indigo-600 js-password"
id="password" type="password" autocomplete="off" />
<label for="password"
class="label absolute mb-0 -mt-2 pt-4 pl-3 leading-tighter text-gray-400 text-base cursor-text">Password</label>
<div class="absolute inset-y-0 right-0 flex items-center px-2">
<input class="hidden js-password-toggle" id="toggle" type="checkbox" />
<label
class="bg-gray-300 hover:bg-gray-400 rounded px-2 py-1 text-sm text-gray-600 font-mono cursor-pointer js-password-label"
for="toggle">show</label>
</div>
</div>
<div class="border rounded-md p-4">
<p class="text-sm py-2 text-desc">
I consent that my personal data is stored according to
<span class="font-medium">2016/679/UE (UE GDPR).</span>
</p>
<hr />
<div class="mt-4 flex items-center text-desc">
<input required="" class="form-check-input mr-2 cursor-pointer" id="contact_gdpr" name="contact_gdpr"
type="checkbox" value="1" />
<label class="text-md" for="remember">
I do accept Smarty
<a href="" class="text-primary hover:text-primary">terms &conditions.</a>
</label>
</div>
</div>
<button
class="bg-primary hover:bg-blue-dark text-white font-bold py-3 px-6 w-full rounded-lg mt-7 flex items-center justify-center">
Reset
<span class="ml-5"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#FFFFFF"
class="bi bi-arrow-right" viewBox="0 0 16 16">
<path fill-rule="#FFFFFF"
d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z" />
</svg></span>
</button>
</div>
</div>
</div>
<div class="hidden lg:block h-screen bg-cover w-1/2 py-8 overlay-dark overlay-opacity-25"
style="background-image: url(img/1.jpg)">
<svg class="absolute h-full top-0 text-white -ml-10" style="width: 5rem" fill="currentColor"
viewBox="0 0 100 100" preserveAspectRatio="none">
<polygon points="50,0 100,0 50,100 0,100"></polygon>
</svg>
</div>
</div>
</div>
<script src="src/input.js"></script>
</body>
</html>