Skip to content

Commit

Permalink
Modal project
Browse files Browse the repository at this point in the history
  • Loading branch information
byQuesters committed Jun 22, 2024
1 parent fb45355 commit 68004de
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 21 deletions.
Empty file added Icon
Empty file.
17 changes: 7 additions & 10 deletions app/Personal/components/projects.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -266,26 +266,23 @@ const Proyectos = () => {
<div className="nameprj1">Number Recognition</div>
<div className="categorie1">Personal</div>
<div className="lenguajesprj1">

<Image src="https://cdn.iconscout.com/icon/free/png-256/free-python-3521655-2945099.png?f=webp" width={200} height={200} alt="" />
</div>
<div className="photoprj1">
{/* <div className="photoprj1">
<Image src={BB} alt="" width={"auto"} height={"auto"} />
</div>
</div> */}

<div className="descriptionprj1">
<h4>Un web blog para amantes de la tecnologia.</h4>
<h4>Reconocimiento de numeros dibujados en el programa</h4>
</div>
<div className='descriptionprj3'>
<p>BuggBlock es una pagina web tipo Blog con enfoque a informacion tecnologica donde los usuarios registrados podran realizar publicaciones con texto y fotos para despues verlas en el Main</p>
<p>Programa con inteligencia artificial entrenada àra el reconocimiento de digitos numericos dibujados por el usuario.</p>
</div>
<div className="photoprj1">
{/* <div className="photoprj1">
<Image src={BB1} alt="" width={"auto"} height={"auto"} />
</div>
</div> */}
<br />
<br />
<div className='descriptionprj3'>
BuggBlock fue desarrollado con php para el manejo de datos de usuarios y publicaciones por el lado del Backend, y el diseño realizado con iconos de Bootstrap y CSS puro.
</div>
<button className='btngithublink'>
<a href="https://github.com/AmbrizAlberto/Drawn-Digits-Recognition-1.0/tree/master/Reconocimiento%20de%20numero"><i className="bi bi-github" style={{ marginRight: '5px' }}></i>Ver en GitHub</a>
</button>
Expand Down
15 changes: 4 additions & 11 deletions app/PersonalEN/components/projects.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -263,25 +263,18 @@ const Proyectos = () => {
<div className="nameprj1">Number Recognition</div>
<div className="categorie1">Personal</div>
<div className="lenguajesprj1">

</div>
<div className="photoprj1">
<Image src={BB} alt="" width={"auto"} height={"auto"} />
<Image src="https://cdn.iconscout.com/icon/free/png-256/free-python-3521655-2945099.png?f=webp" width={200} height={200} alt="" />
</div>

<div className="descriptionprj1">
<h4>A web blog for tech enthusiasts.</h4>
<h4>SubTitle Soon...</h4>
</div>
<div className='descriptionprj3'>
<p>BuggBlock is a Blog-type website focused on technology information where registered users can make posts with text and photos to later view them in the Main section</p>
</div>
<div className="photoprj1">
<Image src={BB1} alt="" width={"auto"} height={"auto"} />
<p>Recognition of numbers drawn in the program... Soon</p>
</div>
<br />
<br />
<div className='descriptionprj3'>
BuggBlock was developed with PHP for managing user data and posts on the Backend side, and the design was done with Bootstrap icons and pure CSS.
Soon...
</div>
<button className='btngithublink'>
<a href="https://github.com/AmbrizAlberto/Drawn-Digits-Recognition-1.0/tree/master/Reconocimiento%20de%20numero"><i className="bi bi-github" style={{ marginRight: '5px' }}></i>View on GitHub</a>
Expand Down

0 comments on commit 68004de

Please sign in to comment.