-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsign_in.html
More file actions
118 lines (112 loc) · 9.16 KB
/
sign_in.html
File metadata and controls
118 lines (112 loc) · 9.16 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
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
<!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 in</h2>
<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="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 address</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">
<a href="forgot.html"
class="px-2 py-1 text-sm text-desc font-medium cursor-pointer js-password-label"
for="toggle">Forgot</a>
</div>
</div>
<div class="text-center">
<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">
Sign in
<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>
<a href="sign_up.html" class="text-p text-desc w-full relative top-5">Don't have an account
yet?</a>
</div>
<div>
<div class="flex items-center justify-between w-full mx-auto mt-16 mb-8">
<hr class="w-full" />
<span class="flex-none px-4 text-desc font-medium">OR</span>
<hr class="w-full" />
</div>
<div class="grid grid-cols-3 gap-5">
<!-- <div class="w-100 d-inline-grid gap-auto-3"> -->
<a href="#!"
class="py-4 rounded-md flex items-center justify-center bg-white border w-full mx-0 text-gray-700">
<svg height="18px" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"
fill="currentColor">
<path
d="m279.14 288 14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42v-78.89s-36.68-6.26-71.75-6.26c-73.22 0-121.08 44.38-121.08 124.72v70.62h-81.39v92.66h81.39v224h100.17v-224z">
</path>
</svg>
</a>
<a href="#!"
class="py-4 rounded-md flex items-center justify-center bg-white border w-full mx-0 text-gray-700">
<svg height="18px" viewBox="0 0 496 512" xmlns="http://www.w3.org/2000/svg"
fill="currentColor">
<path
d="m165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zm65.8-383.2c-138.7 0-244.8 105.3-244.8 244 0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1 100-33.2 167.8-128.1 167.8-239 0-138.7-112.5-244-251.2-244zm-147.6 344.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9s4.3 3.3 5.6 2.3c1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z">
</path>
</svg>
</a>
<a href="#!"
class="py-4 rounded-md flex items-center justify-center bg-white border w-full mx-0 text-gray-700">
<svg height="18px" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"
fill="currentColor">
<path
d="m459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z">
</path>
</svg>
</a>
</div>
</div>
</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>