Skip to content

Commit

Permalink
Responsive & Styles Updated v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Ambriz authored and Alberto Ambriz committed Apr 18, 2024
1 parent c138ae7 commit 113a6c3
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 28 deletions.
55 changes: 28 additions & 27 deletions app/components/projects.jsx
Original file line number Diff line number Diff line change
@@ -1,30 +1,31 @@

import Image from 'next/image';

export default function (Proyectos) {
return (
<div className='projects'>
<h2>PROYECTOS</h2>
<div className="grid-containerprj">
<button className="container-project">
<div className="nameprj">Harmony & Heaven</div>
<div className="categorie">Grupal</div>
<div className="photoprj">
<Image src="" alt="" width={40} height={40} />
</div>
<div className="descriptionprj">
<h4>Tienda de instrumentos con CRUD, Inicio de sesión y Punto de venta.</h4>
</div>
<div className="lenguajesprj">
<Image src="https://static-00.iconduck.com/assets.00/node-js-icon-454x512-nztofx17.png" width={40} height={40} alt="" />
<Image src="https://cdn-icons-png.flaticon.com/512/5968/5968313.png" width={40} height={40} alt="" />
</div>
<div className="github">
<i className="bi bi-github"></i>Ver Repositorio
</div>
</button>
</div>
</div>
);
}

const Proyectos = () => {
return (
<div className='projects'>
<h2>PROYECTOS</h2>
<div className="grid-containerprj">
<button className="container-project">
<div className="nameprj">Harmony & Heaven</div>
<div className="categorie">Grupal</div>
<div className="photoprj">
<Image src="" alt="" width={40} height={40} />
</div>
<div className="descriptionprj">
<h4>Tienda de instrumentos con CRUD, Inicio de sesión y Punto de venta.</h4>
</div>
<div className="lenguajesprj">
<Image src="https://static-00.iconduck.com/assets.00/node-js-icon-454x512-nztofx17.png" width={40} height={40} alt="" />
<Image src="https://cdn-icons-png.flaticon.com/512/5968/5968313.png" width={40} height={40} alt="" />
</div>
<div className="github">
<i className="bi bi-github"></i>Ver Repositorio
</div>
</button>
</div>
</div>
);
}

export default Proyectos;
3 changes: 2 additions & 1 deletion app/components/tecnologies.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Image from 'next/image';

export default function (Tecnologias) {
const Technologies = () => {
return (
<div className="lenguajes">
<h2>TECNOLOGIAS</h2>
Expand Down Expand Up @@ -66,3 +66,4 @@ export default function (Tecnologias) {
)
}

export default Technologies;

0 comments on commit 113a6c3

Please sign in to comment.