-
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 #30 from teamq-ec/DM2-2707-aplicar-angular-interna…
…tionalization-en-el-proyecto DM2-2707-aplicar-angular-internationalization-en-el-proyecto
- Loading branch information
Showing
12 changed files
with
117 additions
and
123 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -4,3 +4,5 @@ export const RoutesConstants = { | |
home: '', | ||
dashboard: '/pages/home', | ||
}; | ||
|
||
|
53 changes: 0 additions & 53 deletions
53
src/app/pages/appliance-registration/appliance-registration.component.html
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 |
---|---|---|
@@ -1,53 +0,0 @@ | ||
<body> | ||
<div style="position: relative;"> | ||
<div class="mx-auto max-w-full py-16 sm:py-20 lg:py-28 flex items-center justify-center gap-12 relative bg-white border-l-8 border-r-8 border-gray-200 rounded-lg shadow-lg" | ||
style="margin-left: 100px; margin-right: 100px; margin-top: 90px;"> | ||
<div class="flex-1" style="margin-left: 60px;"> | ||
<h1 class="text-4xl font-bold tracking-tight text-gray-900 sm:text-5xl lg:text-6xl"> | ||
Registro de Electrodomésticos | ||
</h1> | ||
<p class="mt-6 text-lg leading-8 text-gray-600" style="text-align: justify;"> | ||
Completa el formulario para registrar tu electrodoméstico. Asegúrate de proporcionar todos los detalles necesarios. | ||
</p> | ||
</div> | ||
<div class="flex-shrink-0" style="margin-right: 70px;"> | ||
<img src="your-image-url.jpg" alt="Registro de Electrodomésticos" class="w-96 h-96 object-cover rounded-lg shadow-lg"> | ||
</div> | ||
</div> | ||
<div class="mx-auto mt-10 max-w-2xl p-4 bg-white border border-gray-200 rounded-lg shadow-lg" | ||
style="margin-left: 100px; margin-right: 100px;"> | ||
<form> | ||
<div class="grid grid-cols-1 gap-4"> | ||
<div> | ||
<label for="name" class="block text-sm font-medium text-gray-700">Nombre</label> | ||
<input id="name" name="name" type="text" required | ||
class="mt-1 block w-full p-2 border border-gray-300 rounded-md shadow-sm focus:ring-blue-500 focus:border-blue-500"> | ||
</div> | ||
<div> | ||
<label for="brand" class="block text-sm font-medium text-gray-700">Marca</label> | ||
<input id="brand" name="brand" type="text" required | ||
class="mt-1 block w-full p-2 border border-gray-300 rounded-md shadow-sm focus:ring-blue-500 focus:border-blue-500"> | ||
</div> | ||
<div> | ||
<label for="model" class="block text-sm font-medium text-gray-700">Modelo</label> | ||
<input id="model" name="model" type="text" required | ||
class="mt-1 block w-full p-2 border border-gray-300 rounded-md shadow-sm focus:ring-blue-500 focus:border-blue-500"> | ||
</div> | ||
<div> | ||
<label for="purchaseDate" class="block text-sm font-medium text-gray-700">Fecha de Compra</label> | ||
<input id="purchaseDate" name="purchaseDate" type="date" required | ||
class="mt-1 block w-full p-2 border border-gray-300 rounded-md shadow-sm focus:ring-blue-500 focus:border-blue-500"> | ||
</div> | ||
</div> | ||
<div class="mt-6 flex justify-end"> | ||
<button type="submit" class="py-2 px-4 bg-blue-500 text-white font-medium rounded-md hover:bg-blue-600"> | ||
Registrar | ||
</button> | ||
</div> | ||
</form> | ||
</div> | ||
</div> | ||
<div style="margin-top: 100px;"> | ||
|
||
</div> | ||
</body> | ||
Oops, something went wrong.