-
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.
- Loading branch information
Alberto Ambriz
authored and
Alberto Ambriz
committed
Apr 18, 2024
1 parent
c138ae7
commit 113a6c3
Showing
2 changed files
with
30 additions
and
28 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
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; |
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