-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: praveenjuge <[email protected]>
- Loading branch information
praveenjuge
committed
Oct 23, 2020
1 parent
613c1f8
commit 0130ac9
Showing
16 changed files
with
362 additions
and
702 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,13 +11,13 @@ | |
<div class="bg-white shadow-xl rounded-none sm:rounded-lg w-full sm:w-10/12 md:w-8/12 lg:w-6/12 xl:w-4/12 mx-auto px-4 sm:px-6 pt-5 pb-6 mt-8 mb-6"> | ||
<h1 class="text-lg text-left font-semibold mb-4 text-gray-900">Log in to your account</h1> | ||
<form class="space-y-4 mb-8"> | ||
<label class="tag-label"> | ||
<span class="text-xs text-gray-700 font-medium">Your Email</span> | ||
<input class="tag-input" type="email" placeholder="Ex. [email protected]" inputmode="email" required /> | ||
<label class="block"> | ||
<span class="text-xs text-gray-700 font-medium block mb-1">Your Email</span> | ||
<input class="form-input" type="email" placeholder="Ex. [email protected]" inputmode="email" required /> | ||
</label> | ||
<label class="tag-label"> | ||
<span class="text-xs text-gray-700 font-medium">Your Password</span> | ||
<input class="tag-input" type="password" placeholder="••••••••" required /> | ||
<label class="block"> | ||
<span class="text-xs text-gray-700 font-medium block mb-1">Your Password</span> | ||
<input class="form-input" type="password" placeholder="••••••••" required /> | ||
</label> | ||
<input type="submit" class="btn btn-primary w-full py-2 mt-1" value="Login" /> | ||
</form> | ||
|
@@ -95,13 +95,13 @@ <h1 class="text-4xl text-center text-gray-900 font-semibold">Login</h1> | |
</a> | ||
</div> | ||
<form class="space-y-4"> | ||
<label class="tag-label"> | ||
<span class="text-xs text-gray-700 font-medium">Your Email</span> | ||
<input class="tag-input" type="email" placeholder="Ex. [email protected]" inputmode="email" required /> | ||
<label class="block"> | ||
<span class="text-xs text-gray-700 font-medium block mb-1">Your Email</span> | ||
<input class="form-input" type="email" placeholder="Ex. [email protected]" inputmode="email" required /> | ||
</label> | ||
<label class="tag-label"> | ||
<span class="text-xs text-gray-700 font-medium">Your Password</span> | ||
<input class="tag-input" type="password" placeholder="••••••••" required /> | ||
<label class="block"> | ||
<span class="text-xs text-gray-700 font-medium block mb-1">Your Password</span> | ||
<input class="form-input" type="password" placeholder="••••••••" required /> | ||
</label> | ||
<input type="submit" class="btn btn-primary w-full py-2" value="Continue with email" /> | ||
</form> | ||
|
@@ -139,18 +139,18 @@ <h1 class="text-4xl text-center text-gray-900 font-semibold">Login</h1> | |
> | ||
<h1 class="text-xl text-left sm:text-center font-light mb-5 text-gray-800">Log in to your account</h1> | ||
<form class="space-y-4 pb-1"> | ||
<label class="tag-label"> | ||
<span class="text-xs text-gray-700 font-medium">Your Email</span> | ||
<input class="tag-input" type="email" placeholder="Ex. [email protected]" inputmode="email" required /> | ||
<label class="block"> | ||
<span class="text-xs text-gray-700 font-medium block mb-1">Your Email</span> | ||
<input class="form-input" type="email" placeholder="Ex. [email protected]" inputmode="email" required /> | ||
</label> | ||
<label class="tag-label"> | ||
<span class="text-xs text-gray-700 font-medium">Your Password</span> | ||
<input class="tag-input" type="password" placeholder="••••••••" required /> | ||
<label class="block"> | ||
<span class="text-xs text-gray-700 font-medium block mb-1">Your Password</span> | ||
<input class="form-input" type="password" placeholder="••••••••" required /> | ||
</label> | ||
<div class="flex justify-between items-center"> | ||
<label class="tag-label cursor-pointer"> | ||
<input type="checkbox" class="tag-checkbox mt-0" /> | ||
<span class="ml-1 text-xs text-gray-700 font-medium">Remember me</span> | ||
<label class="flex items-center"> | ||
<input type="checkbox" class="form-checkbox" /> | ||
<span class="ml-2 text-xs text-gray-700 cursor-pointer font-medium block">Remember me</span> | ||
</label> | ||
<input type="submit" class="btn btn-primary" value="Login" /> | ||
</div> | ||
|
@@ -188,18 +188,18 @@ <h1 class="text-xl text-left sm:text-center font-light mb-5 text-gray-800">Log i | |
</a> | ||
<h1 class="text-xl text-left font-light mt-6 mb-4 text-gray-800">Log in to your account</h1> | ||
<form class="space-y-4 pb-1"> | ||
<label class="tag-label"> | ||
<span class="text-xs text-gray-700 font-medium">Your Email</span> | ||
<input class="tag-input" type="email" placeholder="Ex. [email protected]" inputmode="email" required /> | ||
<label class="block"> | ||
<span class="text-xs text-gray-700 font-medium block mb-1">Your Email</span> | ||
<input class="form-input" type="email" placeholder="Ex. [email protected]" inputmode="email" required /> | ||
</label> | ||
<label class="tag-label"> | ||
<span class="text-xs text-gray-700 font-medium">Your Password</span> | ||
<input class="tag-input" type="password" placeholder="••••••••" required /> | ||
<label class="block"> | ||
<span class="text-xs text-gray-700 font-medium block mb-1">Your Password</span> | ||
<input class="form-input" type="password" placeholder="••••••••" required /> | ||
</label> | ||
<div class="flex justify-between items-center"> | ||
<label class="tag-label cursor-pointer"> | ||
<input type="checkbox" class="tag-checkbox mt-0" /> | ||
<span class="ml-1 text-xs text-gray-700 font-medium">Remember me</span> | ||
<label class="flex items-center"> | ||
<input type="checkbox" class="form-checkbox" /> | ||
<span class="ml-2 text-xs text-gray-700 cursor-pointer font-medium block">Remember me</span> | ||
</label> | ||
<input type="submit" class="btn btn-primary" value="Login" /> | ||
</div> | ||
|
@@ -245,18 +245,18 @@ <h1 class="text-xl text-left font-light mt-6 mb-4 text-gray-800">Log in to your | |
</a> | ||
<h1 class="text-xl text-left font-light mt-6 mb-4 text-gray-800">Log in to your account</h1> | ||
<form class="space-y-4 pb-1"> | ||
<label class="tag-label"> | ||
<span class="text-xs text-gray-700 font-medium">Your Email</span> | ||
<input class="tag-input" type="email" placeholder="Ex. [email protected]" inputmode="email" required /> | ||
<label class="block"> | ||
<span class="text-xs text-gray-700 font-medium block mb-1">Your Email</span> | ||
<input class="form-input" type="email" placeholder="Ex. [email protected]" inputmode="email" required /> | ||
</label> | ||
<label class="tag-label"> | ||
<span class="text-xs text-gray-700 font-medium">Your Password</span> | ||
<input class="tag-input" type="password" placeholder="••••••••" required /> | ||
<label class="block"> | ||
<span class="text-xs text-gray-700 font-medium block mb-1">Your Password</span> | ||
<input class="form-input" type="password" placeholder="••••••••" required /> | ||
</label> | ||
<div class="flex justify-between items-center"> | ||
<label class="tag-label cursor-pointer"> | ||
<input type="checkbox" class="tag-checkbox mt-0" /> | ||
<span class="ml-1 text-xs text-gray-700 font-medium">Remember me</span> | ||
<label class="flex items-center"> | ||
<input type="checkbox" class="form-checkbox" /> | ||
<span class="ml-2 text-xs text-gray-700 cursor-pointer font-medium block">Remember me</span> | ||
</label> | ||
<input type="submit" class="btn btn-primary" value="Login" /> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,13 +40,13 @@ <h1 class="text-2xl md:text-4xl text-left font-extrabold tracking-tight mb-4 tex | |
</div> | ||
</div> | ||
<form class="space-y-4 mt-8"> | ||
<label class="tag-label"> | ||
<span class="text-xs text-gray-700 font-medium">Your Email</span> | ||
<input class="tag-input" type="email" placeholder="Ex. [email protected]" inputmode="email" required /> | ||
<label class="block"> | ||
<span class="text-xs text-gray-700 font-medium mb-1 block">Your Email</span> | ||
<input class="form-input" type="email" placeholder="Ex. [email protected]" inputmode="email" required /> | ||
</label> | ||
<label class="tag-label"> | ||
<span class="text-xs text-gray-700 font-medium">Your Password</span> | ||
<input class="tag-input" type="password" placeholder="••••••••" required /> | ||
<label class="block"> | ||
<span class="text-xs text-gray-700 font-medium mb-1 block">Your Password</span> | ||
<input class="form-input" type="password" placeholder="••••••••" required /> | ||
</label> | ||
<input type="submit" class="btn btn-primary w-full btn-lg" value="Register" /> | ||
</form> | ||
|
@@ -155,17 +155,17 @@ <h2 class="text-xl font-medium text-purple-700">Free account</h2> | |
<h1 class="text-xl md:text-3xl font-medium text-gray-800 text-center mb-1">Create your Free Account</h1> | ||
<p class="text-sm md:text-base font-normal text-gray-700 text-center mb-2">Already have an account? <a href="#" class="text-purple-700 hover:text-purple-900">Sign in</a></p> | ||
<form class="space-y-4 mt-8"> | ||
<label class="tag-label"> | ||
<span class="text-xs text-gray-700 font-medium">Name</span> | ||
<input class="tag-input" type="text" placeholder="Your full name" required /> | ||
<label class="block"> | ||
<span class="text-xs text-gray-700 font-medium mb-1 block">Name</span> | ||
<input class="form-input" type="text" placeholder="Your full name" required /> | ||
</label> | ||
<label class="tag-label"> | ||
<span class="text-xs text-gray-700 font-medium">Your Email</span> | ||
<input class="tag-input" type="email" placeholder="Ex. [email protected]" inputmode="email" required /> | ||
<label class="block"> | ||
<span class="text-xs text-gray-700 font-medium mb-1 block">Your Email</span> | ||
<input class="form-input" type="email" placeholder="Ex. [email protected]" inputmode="email" required /> | ||
</label> | ||
<label class="tag-label"> | ||
<span class="text-xs text-gray-700 font-medium">Create a password</span> | ||
<input class="tag-input" type="password" placeholder="••••••••" required /> | ||
<label class="block"> | ||
<span class="text-xs text-gray-700 font-medium mb-1 block">Create a password</span> | ||
<input class="form-input" type="password" placeholder="••••••••" required /> | ||
</label> | ||
<input type="submit" class="btn btn-primary w-full btn-lg" value="Sign Up" /> | ||
</form> | ||
|
@@ -210,17 +210,17 @@ <h1 class="text-4xl text-center text-gray-900 font-semibold">Sign up</h1> | |
</a> | ||
</div> | ||
<form class="space-y-4"> | ||
<label class="tag-label"> | ||
<span class="text-xs text-gray-700 font-medium">Name</span> | ||
<input class="tag-input" type="text" placeholder="Your full name" required /> | ||
<label class="block"> | ||
<span class="text-xs text-gray-700 font-medium mb-1 block">Name</span> | ||
<input class="form-input" type="text" placeholder="Your full name" required /> | ||
</label> | ||
<label class="tag-label"> | ||
<span class="text-xs text-gray-700 font-medium">Your Email</span> | ||
<input class="tag-input" type="email" placeholder="Ex. [email protected]" inputmode="email" required /> | ||
<label class="block"> | ||
<span class="text-xs text-gray-700 font-medium mb-1 block">Your Email</span> | ||
<input class="form-input" type="email" placeholder="Ex. [email protected]" inputmode="email" required /> | ||
</label> | ||
<label class="tag-label"> | ||
<span class="text-xs text-gray-700 font-medium">Create a password</span> | ||
<input class="tag-input" type="password" placeholder="••••••••" required /> | ||
<label class="block"> | ||
<span class="text-xs text-gray-700 font-medium mb-1 block">Create a password</span> | ||
<input class="form-input" type="password" placeholder="••••••••" required /> | ||
</label> | ||
<input type="submit" class="btn btn-primary w-full btn-lg" value="Sign Up" /> | ||
</form> | ||
|
@@ -260,22 +260,22 @@ <h1 class="text-4xl text-center text-gray-900 font-semibold">Sign up</h1> | |
> | ||
<h1 class="text-xl text-left sm:text-center font-light mb-5 text-gray-800">Sign up to our product today for free</h1> | ||
<form class="space-y-4 pb-1"> | ||
<label class="tag-label"> | ||
<span class="text-xs text-gray-700 font-medium">Name</span> | ||
<input class="tag-input" type="text" placeholder="Your full name" required /> | ||
<label class="block"> | ||
<span class="text-xs text-gray-700 font-medium mb-1 block">Name</span> | ||
<input class="form-input" type="text" placeholder="Your full name" required /> | ||
</label> | ||
<label class="tag-label"> | ||
<span class="text-xs text-gray-700 font-medium">Your Email</span> | ||
<input class="tag-input" type="email" placeholder="Ex. [email protected]" inputmode="email" required /> | ||
<label class="block"> | ||
<span class="text-xs text-gray-700 font-medium mb-1 block">Your Email</span> | ||
<input class="form-input" type="email" placeholder="Ex. [email protected]" inputmode="email" required /> | ||
</label> | ||
<label class="tag-label"> | ||
<span class="text-xs text-gray-700 font-medium">Create a password</span> | ||
<input class="tag-input" type="password" placeholder="••••••••" required /> | ||
<label class="block"> | ||
<span class="text-xs text-gray-700 font-medium mb-1 block">Create a password</span> | ||
<input class="form-input" type="password" placeholder="••••••••" required /> | ||
</label> | ||
<div class="flex justify-between items-start sm:items-center flex-col sm:flex-row"> | ||
<label class="tag-label cursor-pointer"> | ||
<input type="checkbox" class="tag-checkbox mt-0" /> | ||
<span class="ml-1 text-xs text-gray-700 font-medium">Agree to Terms and Conditions</span> | ||
<label class="flex items-center"> | ||
<input type="checkbox" class="form-checkbox" /> | ||
<span class="ml-2 cursor-pointer text-xs text-gray-700 font-medium mb-1 block">Agree to Privacy Policy</span> | ||
</label> | ||
<input type="submit" class="btn btn-primary w-full sm:w-auto mt-5 sm:mt-0" value="Sign up" /> | ||
</div> | ||
|
Oops, something went wrong.