Skip to content

Commit

Permalink
Fix Caracteres raros
Browse files Browse the repository at this point in the history
  • Loading branch information
AmbrizAlberto committed Apr 28, 2024
1 parent 0ebccd2 commit 06f94e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions app/components/español/projects.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,11 @@ const Proyectos = () => {
<h4>Tienda de instrumentos con CRUD - Inventario y Punto de venta.</h4>
</div>
<div className='descriptionprj2'>
<p>Harmony &amp; Heaven se desarrollo como un inventario para una tienda de instrumentos donde se registrarán los productos con "unidades a la venta", "precio del producto" y "categoria", ademas se creo el punto de venta para el cliente donde podra añadir al carrito cualquier producto disponible de la tienda.</p>
<p>Harmony &amp; Heaven se desarrollo como un inventario para una tienda de instrumentos donde se registrarán los productos con &quot;unidades a la venta&quot;, &quot;precio del producto&quot; y &quot;categoria&quot;, ademas se creo el punto de venta para el cliente donde podra añadir al carrito cualquier producto disponible de la tienda.</p>
<p>En el apartado de Vendedor, Harmony &amp; Heaven cuenta con un motor de busqueda y filtrado de los datos para facilitar la recoleccion de productos, tambien cuenta con un gestor de pedidos al Provedor de productos donde se registraran cuando se soliciten y cuando se reciban para estar en stock añadiendose automaticamente las cantidades recibidas en el inventario, asi como un dashboard para ver resumenes de ventas, empleados y demas cosas.</p>
<p>Los productos se pueden editar o eliminar de ser necesario.</p>

<p>En el apartado de cliente "Punto de venta", el cliente podra unicamente ver los productos en stock y añadirlos al carrito para su compra, el precio total por los productos a comprar se mostrara siempre hasta realizar la compra.</p>
<p>En el apartado de cliente &quot;Punto de venta&quot;, el cliente podra unicamente ver los productos en stock y añadirlos al carrito para su compra, el precio total por los productos a comprar se mostrara siempre hasta realizar la compra.</p>
</div>
<div className="photoprj1">
<Image src={HyH} alt="" width={"auto"} height={"auto"} />
Expand Down Expand Up @@ -155,7 +155,7 @@ const Proyectos = () => {
<h4>Videojuego desarrollado 100% con Python con la libreria Pygame</h4>
</div>
<div className='descriptionprj2'>
<p>Pick Em&apos; Everithing es un videojuego dedicado para niños con el enfoque del cuidado del medio ambiente, Arthur (el personaje principarl del juego) ira recogiendo basura a lo largo de su aventura para llevarla al camion recolector, haciendo referencia a la responsabilidad de mantener limpio un lugar.</p>
<p>Pick Em&apos; Everithing es un videojuego dedicado para niños con el enfoque del cuidado del medio ambiente, Arthur &quot;el personaje principal del juego&quot; ira recogiendo basura a lo largo de su aventura para llevarla al camion recolector, haciendo referencia a la responsabilidad de mantener limpio un lugar.</p>
</div>
<div className="photoprj1">
<Image src={PEE1} alt="" width={"auto"} height={"auto"} />
Expand Down
9 changes: 5 additions & 4 deletions app/components/ingles/projectsen.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,11 @@ const ProyectosEN = () => {
<h4>CRUD Instrument Store, Inventory and Point of Sale.</h4>
</div>
<div className='descriptionprj2'>
<p>Harmony &amp; Heaven was developed as an inventory for an instrument store where products would be recorded with &quot;units for sale&quot;, &quot;product price&quot; and "category", in addition the point of sale was created for the customer where they can add any product available in the store to the cart.</p>
<p>Harmony &amp; Heaven was developed as an inventory for an instrument store where products would be recorded with &quot;units for sale&quot;, &quot;product price&quot; and &quot;category&quot;, in addition the point of sale was created for the customer where they can add any product available in the store to the cart.</p>
<p>In the Seller section, Harmony &amp; Heaven has a search engine and data filtering to facilitate the collection of products, it also has an order manager for the Product Supplier where they will be registered when they are requested and when they are received to be in stock, automatically adding the quantities received in the inventory, as well as a dashboard to see summaries of sales, employees and other things.</p>
<p>Products can be edited or deleted if necessary.</p>

<p>In the customer section -point of sale-, the customer will only be able to see the products in stock and add them to the cart for purchase, the total price for the products to be purchased will always be shown until the purchase is made.</p>
<p>In the customer section &quot;Point of sale&quot;, the customer will only be able to see the products in stock and add them to the cart for purchase, the total price for the products to be purchased will always be shown until the purchase is made.</p>
</div>
<div className="photoprj1">
<Image src={HyH} alt="" width={"auto"} height={"auto"} />
Expand Down Expand Up @@ -155,7 +155,7 @@ const ProyectosEN = () => {
<h4>Video game developed 100% with the Pygame Python library</h4>
</div>
<div className='descriptionprj2'>
<p>Pick Em&apos; Everithing is a video game dedicated to children with a focus on caring for the environment. Arthur - the main character of the game - will collect garbage throughout his adventure to take it to the garbage truck, referring to the responsibility of keeping a clean environment. place.</p> </div>
<p>Pick Em&apos; Everithing is a video game dedicated to children with a focus on caring for the environment. Arthur &quot;the main character of the game&quot; will collect garbage throughout his adventure to take it to the garbage truck, referring to the responsibility of keeping a clean environment. place.</p> </div>
<div className="photoprj1">
<Image src={PEE1} alt="" width={"auto"} height={"auto"} />
</div>
Expand Down Expand Up @@ -213,7 +213,8 @@ const ProyectosEN = () => {
<br />
<br />
<div className='descriptionprj3'>
BuggBlock was developed with PHP to manage user data and posts on the Backend side, and the design was made with Bootstrap icons and pure CSS. </div>
BuggBlock was developed with PHP to manage user data and posts on the Backend side, and the design was made with Bootstrap icons and pure CSS.
</div>
</div>
</div>
)}
Expand Down

0 comments on commit 06f94e8

Please sign in to comment.