-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #240 from Actualiza-Tu-Carro/216-userdashboard
Delete unsave and non-existent imports, and change to Spanish
- Loading branch information
Showing
9 changed files
with
57 additions
and
205 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
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
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 |
---|---|---|
|
@@ -5,22 +5,22 @@ import React from "react"; | |
export default function CardSettings() { | ||
return ( | ||
<> | ||
<div className="relative flex flex-col min-w-0 break-words w-full mb-6 shadow-lg rounded-lg bg-blueGray-100 border-0"> | ||
<div className="relative flex flex-col min-w-0 break-words w-full mb-6 shadow-lg rounded-lg bg-blueGray-100"> | ||
<div className="rounded-t bg-white mb-0 px-6 py-6"> | ||
<div className="text-center flex justify-between"> | ||
<h6 className="text-blueGray-700 text-xl font-bold">My account</h6> | ||
<h6 className="text-blueGray-700 text-xl font-bold">Mi cuenta</h6> | ||
<button | ||
className="bg-lightBlue-500 text-white active:bg-lightBlue-600 font-bold uppercase text-xs px-4 py-2 rounded shadow hover:shadow-md outline-none focus:outline-none mr-1 ease-linear transition-all duration-150" | ||
type="button" | ||
> | ||
Settings | ||
GUARDAR | ||
</button> | ||
</div> | ||
</div> | ||
<div className="flex-auto px-4 lg:px-10 py-10 pt-0"> | ||
<form> | ||
<h6 className="text-blueGray-400 text-sm mt-3 mb-6 font-bold uppercase"> | ||
User Information | ||
Información de usuario | ||
</h6> | ||
<div className="flex flex-wrap"> | ||
<div className="w-full lg:w-6/12 px-4"> | ||
|
@@ -29,12 +29,12 @@ export default function CardSettings() { | |
className="block uppercase text-blueGray-600 text-xs font-bold mb-2" | ||
htmlFor="grid-password" | ||
> | ||
Username | ||
Nombre de usuario | ||
</label> | ||
<input | ||
type="text" | ||
className="border-0 px-3 py-3 placeholder-blueGray-300 text-blueGray-600 bg-white rounded text-sm shadow focus:outline-none focus:ring w-full ease-linear transition-all duration-150" | ||
defaultValue="lucky.jesse" | ||
placeholder="lucky.jesse" | ||
/> | ||
</div> | ||
</div> | ||
|
@@ -44,12 +44,12 @@ export default function CardSettings() { | |
className="block uppercase text-blueGray-600 text-xs font-bold mb-2" | ||
htmlFor="grid-password" | ||
> | ||
Email address | ||
Correo electrónico | ||
</label> | ||
<input | ||
type="email" | ||
className="border-0 px-3 py-3 placeholder-blueGray-300 text-blueGray-600 bg-white rounded text-sm shadow focus:outline-none focus:ring w-full ease-linear transition-all duration-150" | ||
defaultValue="[email protected]" | ||
placeholder="[email protected]" | ||
/> | ||
</div> | ||
</div> | ||
|
@@ -59,12 +59,12 @@ export default function CardSettings() { | |
className="block uppercase text-blueGray-600 text-xs font-bold mb-2" | ||
htmlFor="grid-password" | ||
> | ||
First Name | ||
Nombre | ||
</label> | ||
<input | ||
type="text" | ||
className="border-0 px-3 py-3 placeholder-blueGray-300 text-blueGray-600 bg-white rounded text-sm shadow focus:outline-none focus:ring w-full ease-linear transition-all duration-150" | ||
defaultValue="Lucky" | ||
placeholder="Lucky" | ||
/> | ||
</div> | ||
</div> | ||
|
@@ -74,12 +74,12 @@ export default function CardSettings() { | |
className="block uppercase text-blueGray-600 text-xs font-bold mb-2" | ||
htmlFor="grid-password" | ||
> | ||
Last Name | ||
Apellido | ||
</label> | ||
<input | ||
type="text" | ||
className="border-0 px-3 py-3 placeholder-blueGray-300 text-blueGray-600 bg-white rounded text-sm shadow focus:outline-none focus:ring w-full ease-linear transition-all duration-150" | ||
defaultValue="Jesse" | ||
placeholder="Jesse" | ||
/> | ||
</div> | ||
</div> | ||
|
@@ -88,7 +88,7 @@ export default function CardSettings() { | |
<hr className="mt-6 border-b-1 border-blueGray-300" /> | ||
|
||
<h6 className="text-blueGray-400 text-sm mt-3 mb-6 font-bold uppercase"> | ||
Contact Information | ||
Información de contacto | ||
</h6> | ||
<div className="flex flex-wrap"> | ||
<div className="w-full lg:w-12/12 px-4"> | ||
|
@@ -97,12 +97,12 @@ export default function CardSettings() { | |
className="block uppercase text-blueGray-600 text-xs font-bold mb-2" | ||
htmlFor="grid-password" | ||
> | ||
Address | ||
Dirección | ||
</label> | ||
<input | ||
type="text" | ||
className="border-0 px-3 py-3 placeholder-blueGray-300 text-blueGray-600 bg-white rounded text-sm shadow focus:outline-none focus:ring w-full ease-linear transition-all duration-150" | ||
defaultValue="Bld Mihail Kogalniceanu, nr. 8 Bl 1, Sc 1, Ap 09" | ||
placeholder="Bld Mihail Kogalniceanu, nr. 8 Bl 1, Sc 1, Ap 09" | ||
/> | ||
</div> | ||
</div> | ||
|
@@ -112,12 +112,12 @@ export default function CardSettings() { | |
className="block uppercase text-blueGray-600 text-xs font-bold mb-2" | ||
htmlFor="grid-password" | ||
> | ||
City | ||
Ciudad | ||
</label> | ||
<input | ||
type="email" | ||
className="border-0 px-3 py-3 placeholder-blueGray-300 text-blueGray-600 bg-white rounded text-sm shadow focus:outline-none focus:ring w-full ease-linear transition-all duration-150" | ||
defaultValue="New York" | ||
placeholder="New York" | ||
/> | ||
</div> | ||
</div> | ||
|
@@ -127,12 +127,12 @@ export default function CardSettings() { | |
className="block uppercase text-blueGray-600 text-xs font-bold mb-2" | ||
htmlFor="grid-password" | ||
> | ||
Country | ||
País | ||
</label> | ||
<input | ||
type="text" | ||
className="border-0 px-3 py-3 placeholder-blueGray-300 text-blueGray-600 bg-white rounded text-sm shadow focus:outline-none focus:ring w-full ease-linear transition-all duration-150" | ||
defaultValue="United States" | ||
placeholder="United States" | ||
/> | ||
</div> | ||
</div> | ||
|
@@ -142,40 +142,18 @@ export default function CardSettings() { | |
className="block uppercase text-blueGray-600 text-xs font-bold mb-2" | ||
htmlFor="grid-password" | ||
> | ||
Postal Code | ||
Código postal | ||
</label> | ||
<input | ||
type="text" | ||
className="border-0 px-3 py-3 placeholder-blueGray-300 text-blueGray-600 bg-white rounded text-sm shadow focus:outline-none focus:ring w-full ease-linear transition-all duration-150" | ||
defaultValue="Postal Code" | ||
placeholder="Postal Code" | ||
/> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<hr className="mt-6 border-b-1 border-blueGray-300" /> | ||
|
||
<h6 className="text-blueGray-400 text-sm mt-3 mb-6 font-bold uppercase"> | ||
About Me | ||
</h6> | ||
<div className="flex flex-wrap"> | ||
<div className="w-full lg:w-12/12 px-4"> | ||
<div className="relative w-full mb-3"> | ||
<label | ||
className="block uppercase text-blueGray-600 text-xs font-bold mb-2" | ||
htmlFor="grid-password" | ||
> | ||
About me | ||
</label> | ||
<textarea | ||
type="text" | ||
className="border-0 px-3 py-3 placeholder-blueGray-300 text-blueGray-600 bg-white rounded text-sm shadow focus:outline-none focus:ring w-full ease-linear transition-all duration-150" | ||
defaultValue="A beautiful UI Kit and Admin for React & Tailwind CSS. It is Free and Open Source." | ||
rows="4" | ||
></textarea> | ||
</div> | ||
</div> | ||
</div> | ||
</form> | ||
</div> | ||
</div> | ||
|
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
Oops, something went wrong.