Skip to content

Commit

Permalink
fix: language fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Ambriz authored and Alberto Ambriz committed Sep 25, 2024
1 parent 83217b3 commit cf78865
Show file tree
Hide file tree
Showing 3 changed files with 210 additions and 9 deletions.
125 changes: 125 additions & 0 deletions app/Personal/components/projects.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ import BB1 from "../../images/BB2.jpeg";
import PX1 from "../../images/PX1.jpeg";
import PX2 from "../../images/PX2.jpeg";
import PX3 from "../../images/PX3.jpeg";
import SMMain from "../../images/SMMain.png"
import SMDb from "../../images/SMDb.png"
import SMLg from "../../images/SMLg.png"
import SM from "../../images/SM.png"



Expand Down Expand Up @@ -48,6 +52,29 @@ const Proyectos = () => {
<h2 id='proyecto'>PROYECTOS</h2>

<div className="grid-containerprj">

<button className="container-project" onClick={() => openModalForProject("SMatiz")}>
<div className="nameprj">Gestor de citas - Salon Matiz</div>
<div className="categorie">Personal</div>
<div className="photoprj">
<Image src={SMMain} alt="" width={"auto"} height={"auto"} />
</div>
<div className="descriptionprj">
<h4>Pagina web para agendar citas y gestionar horario de una barberia</h4>
</div>
<div className="lenguajesprj">
<Image src="https://upload.wikimedia.org/wikipedia/commons/6/6a/JavaScript-logo.png" width={200} height={200} alt="" />
<Image src="https://camo.githubusercontent.com/57849c6a718458e32ed51527a073b72d8f1737ee515ab6f80d5a9107a485f40c/68747470733a2f2f7777772e6461746f636d732d6173736574732e636f6d2f37353934312f313635373730373837382d6e6578746a735f6c6f676f2e706e67" width={200} height={200} alt="" />
<Image src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/CSS3_logo.svg/2048px-CSS3_logo.svg.png" width={200} height={200} alt="" />
<Image src="https://cdn.icon-icons.com/icons2/2107/PNG/512/file_type_prisma_icon_130234.png" width={200} height={200} alt="" />
<Image src="https://cdn.iconscout.com/icon/free/png-256/free-node-js-logo-icon-download-in-svg-png-gif-file-formats--technology-social-media-company-brand-vol-5-pack-logos-icons-2945054.png?f=webp&w=256" width={200} height={200} alt="" />
</div>
<br />
<div className="github">
<i className="bi bi-eye-fill"></i>Ver proyecto
</div>
</button>

<button className="container-project" onClick={() => openModalForProject("Pixels")}>
<div className="nameprj">Pixels</div>
<div className="categorie">Personal</div>
Expand Down Expand Up @@ -124,6 +151,104 @@ const Proyectos = () => {
</div>
<br/><br/><br/><br/>

{modalOpen && selectedProject === "SMatiz" && (
<div className='modalprj1' onClick={closeModal}>
<div className='modalcontent1' onClick={(e) => e.stopPropagation()}>

<button className="close-modal" onClick={closeModal}>
<X size={24} />
</button>

<div className="nameprj1">Gestor de citas para Barberia</div>
<div className="categorie1">Personal</div>
<div className="lenguajesprj1">
<Image src="https://upload.wikimedia.org/wikipedia/commons/6/6a/JavaScript-logo.png" width={200} height={200} alt="" />
<Image src="https://seekicon.com/free-icon-download/next-js_1.png" width={200} height={200} alt="" />
<Image src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/CSS3_logo.svg/2048px-CSS3_logo.svg.png" width={200} height={200} alt="" />
<Image src="https://creazilla-store.fra1.digitaloceanspaces.com/icons/3254224/prisma-icon-md.png" width={200} height={200} alt="" />
<Image src="https://static-00.iconduck.com/assets.00/node-js-icon-454x512-nztofx17.png" width={200} height={200} alt="" />
</div>
<div className="descriptionprj1">
<h4>Aplicacion web publica para que las personas puedan agendar citas en una barberia.</h4>
</div>
<div className="photoprj1">
<Image src={SM} alt="" width={"auto"} height={"auto"} />
</div>
<div className='descriptionprj1'>
<p>Automaticamente se gestionaran los horarios de la barberia para no solapar citas sobre otras, cada servicio tiene un valor de tiempo que se toma en cuenta en la suma para el gestor de horarios disponibles sin interponserse entre otra cita para otros usuarios despues de que se agenden. </p>
</div>
<div className="photoprj1">
<Image src={SMLg} alt="" width={"auto"} height={"auto"} />
</div>
<div className="descriptionprj1">
<p> El Dashboard permite al administrador poder ver las citas del dia actual, filtrarlas entre fechas, servicios e inclusos nombres, ademas, este podra crear noticias para sus clientes y eliminarlas desde el mismo Dashboard</p>
</div>
<div className="photoprj1">
<Image src={SMDb} alt="" width={"auto"} height={"auto"} />
</div>
<div>
<button className='btngithublink'>
<a href="https://gestor-baber.vercel.app/"><i className="bi bi-eye" style={{ marginRight: '5px' }}></i>Ver en Produccion</a>
</button>
</div>
<div>
<button className='btngithublink'>
<a href="https://github.com/AmbrizAlberto/ControlOfBarberShop"><i className="bi bi-github" style={{ marginRight: '5px' }}></i>Ver en GitHub</a>
</button>
</div>
</div>
</div>
)}

{modalOpen && selectedProject === "SMatiz" && (
<div className='modalprj1' onClick={closeModal}>
<div className='modalcontent1' onClick={(e) => e.stopPropagation()}>

<button className="close-modal" onClick={closeModal}>
<X size={24} />
</button>

<div className="nameprj1">Gestor de citas para Barberia</div>
<div className="categorie1">Personal</div>
<div className="lenguajesprj1">
<Image src="https://upload.wikimedia.org/wikipedia/commons/6/6a/JavaScript-logo.png" width={200} height={200} alt="" />
<Image src="https://seekicon.com/free-icon-download/next-js_1.png" width={200} height={200} alt="" />
<Image src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/CSS3_logo.svg/2048px-CSS3_logo.svg.png" width={200} height={200} alt="" />
<Image src="https://creazilla-store.fra1.digitaloceanspaces.com/icons/3254224/prisma-icon-md.png" width={200} height={200} alt="" />
<Image src="https://static-00.iconduck.com/assets.00/node-js-icon-454x512-nztofx17.png" width={200} height={200} alt="" />
</div>
<div className="descriptionprj1">
<h4>Aplicacion web publica para que las personas puedan agendar citas en una barberia.</h4>
</div>
<div className="photoprj1">
<Image src={SM} alt="" width={"auto"} height={"auto"} />
</div>
<div className='descriptionprj1'>
<p>Automaticamente se gestionaran los horarios de la barberia para no solapar citas sobre otras, cada servicio tiene un valor de tiempo que se toma en cuenta en la suma para el gestor de horarios disponibles sin interponserse entre otra cita para otros usuarios despues de que se agenden. </p>
</div>
<div className="photoprj1">
<Image src={SMLg} alt="" width={"auto"} height={"auto"} />
</div>
<div className="descriptionprj1">
<p> El Dashboard permite al administrador poder ver las citas del dia actual, filtrarlas entre fechas, servicios e inclusos nombres, ademas, este podra crear noticias para sus clientes y eliminarlas desde el mismo Dashboard</p>
</div>
<div className="photoprj1">
<Image src={SMDb} alt="" width={"auto"} height={"auto"} />
</div>
<div>
<button className='btngithublink'>
<a href="https://gestor-baber.vercel.app/"><i className="bi bi-eye" style={{ marginRight: '5px' }}></i>Ver en Produccion</a>
</button>
</div>
<div>
<button className='btngithublink'>
<a href="https://github.com/AmbrizAlberto/ControlOfBarberShop"><i className="bi bi-github" style={{ marginRight: '5px' }}></i>Ver en GitHub</a>
</button>
</div>
</div>
</div>
)}

{modalOpen && selectedProject === "Pixels" && (
<div className='modalprj1' onClick={closeModal}>
<div className='modalcontent1' onClick={(e) => e.stopPropagation()}>
Expand Down
76 changes: 76 additions & 0 deletions app/PersonalEN/components/projects.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ import BB1 from "../../images/BB2.jpeg";
import PX1 from "../../images/PX1.jpeg";
import PX2 from "../../images/PX2.jpeg";
import PX3 from "../../images/PX3.jpeg";
import SMMain from "../../images/SMMain.png"
import SMDb from "../../images/SMDb.png"
import SMLg from "../../images/SMLg.png"
import SM from "../../images/SM.png"

import "../../css/modal.css";
import "../../css/project.css";
Expand Down Expand Up @@ -46,6 +50,28 @@ const Proyectos = () => {

<div className="grid-containerprj">

<button className="container-project" onClick={() => openModalForProject("SMatiz")}>
<div className="nameprj">Appointment Manager - Salon Matiz</div>
<div className="categorie">Personal</div>
<div className="photoprj">
<Image src={SMMain} alt="" width={"auto"} height={"auto"} />
</div>
<div className="descriptionprj">
<h4>Website for scheduling appointments and managing the schedule of a barbershop</h4>
</div>
<div className="lenguajesprj">
<Image src="https://upload.wikimedia.org/wikipedia/commons/6/6a/JavaScript-logo.png" width={200} height={200} alt="" />
<Image src="https://static-00.iconduck.com/assets.00/next-js-icon-512x512-zuauazrk.png" width={200} height={200} alt="" />
<Image src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/CSS3_logo.svg/2048px-CSS3_logo.svg.png" width={200} height={200} alt="" />
<Image src="https://cdn.icon-icons.com/icons2/2107/PNG/512/file_type_prisma_icon_130234.png" width={200} height={200} alt="" />
<Image src="https://cdn.iconscout.com/icon/free/png-256/free-node-js-logo-icon-download-in-svg-png-gif-file-formats--technology-social-media-company-brand-vol-5-pack-logos-icons-2945054.png?f=webp&w=256" width={200} height={200} alt="" />
</div>
<br />
<div className="github">
<i className="bi bi-eye-fill"></i>See project
</div>
</button>

<button className="container-project" onClick={() => openModalForProject("Pixels")}>
<div className="nameprj">Pixels</div>
<div className="categorie">Personal</div>
Expand Down Expand Up @@ -122,6 +148,56 @@ const Proyectos = () => {
</div>
<br/><br/><br/><br/>

{modalOpen && selectedProject === "SMatiz" && (
<div className='modalprj1' onClick={closeModal}>
<div className='modalcontent1' onClick={(e) => e.stopPropagation()}>

<button className="close-modal" onClick={closeModal}>
<X size={24} />
</button>

<div className="nameprj1">Appointment Manager for Barbershop</div>
<div className="categorie1">Personal</div>
<div className="lenguajesprj1">
<Image src="https://upload.wikimedia.org/wikipedia/commons/6/6a/JavaScript-logo.png" width={200} height={200} alt="" />
<Image src="https://static-00.iconduck.com/assets.00/next-js-icon-512x512-zuauazrk.png" width={200} height={200} alt="" />
<Image src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/CSS3_logo.svg/2048px-CSS3_logo.svg.png" width={200} height={200} alt="" />
<Image src="https://cdn.icon-icons.com/icons2/2107/PNG/512/file_type_prisma_icon_130234.png" width={200} height={200} alt="" />
<Image src="https://cdn.iconscout.com/icon/free/png-256/free-node-js-logo-icon-download-in-svg-png-gif-file-formats--technology-social-media-company-brand-vol-5-pack-logos-icons-2945054.png?f=webp&w=256" width={200} height={200} alt="" />
</div>
<div className="descriptionprj1">
<h4>Public web application for people to schedule appointments at a barbershop.</h4>
</div>
<div className="photoprj1">
<Image src={SM} alt="" width={"auto"} height={"auto"} />
</div>
<div className='descriptionprj1'>
<p>The schedules of the barbershop will be automatically managed to avoid overlapping appointments. Each service has a time value that is considered in the total for the available schedule manager without interfering with other appointments for other users after they are booked.</p>
</div>
<div className="photoprj1">
<Image src={SMLg} alt="" width={"auto"} height={"auto"} />
</div>
<div className="descriptionprj1">
<p>The Dashboard allows the administrator to view the appointments for the current day, filter them by dates, services, and even names. Additionally, they can create news for their clients and delete them from the same Dashboard.</p>
</div>
<div className="photoprj1">
<Image src={SMDb} alt="" width={"auto"} height={"auto"} />
</div>
<div>
<button className='btngithublink'>
<a href="https://gestor-baber.vercel.app/"><i className="bi bi-eye" style={{ marginRight: '5px' }}></i>View in Production</a>
</button>
</div>
<div>
<button className='btngithublink'>
<a href="https://github.com/AmbrizAlberto/ControlOfBarberShop"><i className="bi bi-github" style={{ marginRight: '5px' }}></i>View on GitHub</a>
</button>
</div>
</div>
</div>
)}


{modalOpen && selectedProject === "Pixels" && (
<div className='modalprj1' onClick={closeModal}>
<div className='modalcontent1' onClick={(e) => e.stopPropagation()}>
Expand Down
18 changes: 9 additions & 9 deletions app/components/ingles/projectsen.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ const ProyectosEN = () => {
<div className="grid-containerprj">

<button className="container-project" onClick={() => openModalForProject("SMatiz")}>
<div className="nameprj">Gestor de citas - Salon Matiz</div>
<div className="nameprj">Appointment Manager - Salon Matiz</div>
<div className="categorie">Personal</div>
<div className="photoprj">
<Image src={SMMain} alt="" width={"auto"} height={"auto"} />
</div>
<div className="descriptionprj">
<h4>Pagina web para agendar citas y gestionar horario de una barberia</h4>
<h4>Website for scheduling appointments and managing the schedule of a barbershop</h4>
</div>
<div className="lenguajesprj">
<Image src="https://upload.wikimedia.org/wikipedia/commons/6/6a/JavaScript-logo.png" width={200} height={200} alt="" />
Expand All @@ -70,7 +70,7 @@ const ProyectosEN = () => {
</div>
<br />
<div className="github">
<i className="bi bi-eye-fill"></i>Ver proyecto
<i className="bi bi-eye-fill"></i>See project
</div>
</button>

Expand Down Expand Up @@ -179,7 +179,7 @@ const ProyectosEN = () => {
<X size={24} />
</button>

<div className="nameprj1">Gestor de citas para Barberia</div>
<div className="nameprj1">Appointment Manager for Barbershop</div>
<div className="categorie1">Personal</div>
<div className="lenguajesprj1">
<Image src="https://upload.wikimedia.org/wikipedia/commons/6/6a/JavaScript-logo.png" width={200} height={200} alt="" />
Expand All @@ -189,31 +189,31 @@ const ProyectosEN = () => {
<Image src="https://cdn.iconscout.com/icon/free/png-256/free-node-js-logo-icon-download-in-svg-png-gif-file-formats--technology-social-media-company-brand-vol-5-pack-logos-icons-2945054.png?f=webp&w=256" width={200} height={200} alt="" />
</div>
<div className="descriptionprj1">
<h4>Aplicacion web publica para que las personas puedan agendar citas en una barberia.</h4>
<h4>Public web application for people to schedule appointments at a barbershop.</h4>
</div>
<div className="photoprj1">
<Image src={SM} alt="" width={"auto"} height={"auto"} />
</div>
<div className='descriptionprj1'>
<p>Automaticamente se gestionaran los horarios de la barberia para no solapar citas sobre otras, cada servicio tiene un valor de tiempo que se toma en cuenta en la suma para el gestor de horarios disponibles sin interponserse entre otra cita para otros usuarios despues de que se agenden. </p>
<p>The schedules of the barbershop will be automatically managed to avoid overlapping appointments. Each service has a time value that is considered in the total for the available schedule manager without interfering with other appointments for other users after they are booked.</p>
</div>
<div className="photoprj1">
<Image src={SMLg} alt="" width={"auto"} height={"auto"} />
</div>
<div className="descriptionprj1">
<p> El Dashboard permite al administrador poder ver las citas del dia actual, filtrarlas entre fechas, servicios e inclusos nombres, ademas, este podra crear noticias para sus clientes y eliminarlas desde el mismo Dashboard</p>
<p>The Dashboard allows the administrator to view the appointments for the current day, filter them by dates, services, and even names. Additionally, they can create news for their clients and delete them from the same Dashboard.</p>
</div>
<div className="photoprj1">
<Image src={SMDb} alt="" width={"auto"} height={"auto"} />
</div>
<div>
<button className='btngithublink'>
<a href="https://gestor-baber.vercel.app/"><i className="bi bi-eye" style={{ marginRight: '5px' }}></i>Ver en Produccion</a>
<a href="https://gestor-baber.vercel.app/"><i className="bi bi-eye" style={{ marginRight: '5px' }}></i>View in Production</a>
</button>
</div>
<div>
<button className='btngithublink'>
<a href="https://github.com/AmbrizAlberto/ControlOfBarberShop"><i className="bi bi-github" style={{ marginRight: '5px' }}></i>Ver en GitHub</a>
<a href="https://github.com/AmbrizAlberto/ControlOfBarberShop"><i className="bi bi-github" style={{ marginRight: '5px' }}></i>View on GitHub</a>
</button>
</div>
</div>
Expand Down

0 comments on commit cf78865

Please sign in to comment.