Skip to content

Commit

Permalink
Uploading New Proyect Into Front End
Browse files Browse the repository at this point in the history
  • Loading branch information
julianddress committed Sep 23, 2023
1 parent 6be855f commit 34d1c13
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 0 deletions.
Binary file added Assets/images/MiOrganizacion.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,46 @@ <h2 class="portfolio__title hidden" data-section="portfolio" data-value="title">
<div class="portfolio__projects">

<!-- PROYECTOS FRONT END -->

<!-- REACT APP - MI ORGANIZACION -->
<div class="portfolio__project-preview hidden fe">
<div class="portfolio__project-top hidden">
<span class="portfolio__project-text text-row">
Revisar
</span>
<img src="Assets/images/icons/right_row.svg" alt="Flecha derecha" class="portfolio__project-row flipped">
</div>
<div class="portfolio__project-decoration"></div>
<img src="Assets/images/MiOrganizacion.png" alt="Proyecto Mi organización" class="portfolio__project-image">
</div>

<div class="portfolio__project-info hidden data fe">
<h2 class="portfolio__project-title" data-section="portfolio" data-value="project3-title">
React App - Mi organización
</h2>
<p class="portfolio__project-description" data-section="portfolio" data-value="project3-description">
Puedes crear nuevos equipos de trabajo, agregar colaboradores según al equipo que pertenezcan, seleccionar tus colaboradores favoritos, eliminar colaboradores y editar las paletas de colores.
</p>
<ul class="portfolio__project-list">
<li class="portfolio__project-item">
<a href="#" class="portfolio__project-link signo">
+
</a>
</li>
<li class="portfolio__project-item">
<a href="https://github.com/julianddress/React_abstract" class="portfolio__project-link" target="_blank" data-section="portfolio" data-value="project-item-repo">
Repositorio
</a>
</li>
<li class="portfolio__project-item">
<a href="https://organization-julian-andres-mottas-projects.vercel.app/" class="portfolio__project-link" target="_blank">
Demo
</a>
</li>
</ul>
</div>

<!-- LUCAMO ( IMPOLUJOS LED ) -->
<div class="portfolio__project-preview hidden fe">
<div class="portfolio__project-top hidden">
<span class="portfolio__project-text text-row">
Expand Down Expand Up @@ -240,6 +280,8 @@ <h2 class="portfolio__project-title" data-section="portfolio" data-value="projec
</div>

<!-- PROYECTOS SIMPLES -->

<!-- ENCRIPTADOR DE TEXTO - JAVASCRIPT -->
<div class="portfolio__project-preview hidden sp">
<div class="portfolio__project-top hidden">
<span class="portfolio__project-text text-row">
Expand Down
3 changes: 3 additions & 0 deletions lenguages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
"project2-title": "Encrypter and Unencrypter Text",
"project2-description": "Here, you will send or receive encrypted messages from your friends or even your family members in just one click away, it's an easy and practic interface, but if you have some doubts about it you can click on the + icon and you will find more information on detail.",

"project3-title": "React App - My organization",
"project3-description": "You can create new work teams, according to the work team you can add new collaborator, select your favorites collaborators, you can delete collaborators and edit the color palette.",

"project-item-repo": "Repository"
},

Expand Down
3 changes: 3 additions & 0 deletions lenguages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
"project2-title": "Encriptador y Desencriptador de Texto",
"project2-description": "Acá podrás enviar y recibir mensajes cifrados de tus amigos o familiares con un solo click, su interfaz es sencilla y práctica, pero sí tienes dudas puedes dar click en el signo + y encontrarás más información al detalle.",

"project3-title": "React App - Mi organización",
"project3-description": "Puedes crear nuevos equipos de trabajo, agregar colaboradores según al equipo que pertenezcan, seleccionar tus colaboradores favoritos, eliminar colaboradores y editar las paletas de colores.",

"project-item-repo": "Repositorio"
},

Expand Down

0 comments on commit 34d1c13

Please sign in to comment.