Skip to content

Commit

Permalink
nuevo proyecto, hacker news
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco90v committed Mar 26, 2022
1 parent 3c264bc commit d72b800
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added assets/hacker-news.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions funciones.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ window.onload = () => {
const datosProyectos = [
{titulo: "Portafolio", url: "https://marco90v.github.io/Portafolio", img: "Portafolio.png", detalle: "Mi Primer portafolio profesional. Tome un diseño de ventanas de ordenador ya es fácil de ver, no esta sobre cargado y representa el área donde me desenvuelvo. <br>"+badge(["HTML","JavaScript","CSS","fullpage.js","Bootstrap"]) },
{titulo: "Orbit360", url: "http://www.orbit360.pe/", img: "orbit360_3.webp", detalle: "Web de servicios y soluciones de fotografía y video en 360° para empresas y eventos. <br>"+badge(["Wordpress","JavaScript","Plugins","Pano2VR","CSS","PHP"]) },
{titulo: "Hacker News", url: "https://hacker-news-reign-marco.netlify.app/", img: "hacker-news.png", detalle: "Lista de post, filtrado por tipo, scroll infinito, almacenado de favoritos (https://github.com/Marco90v/hacker-news) <br>"+badge(["React","TypeScript","CSS","HTML","Api/Rest","Git","Netlify"]) },
{titulo: "Book", url: "https://marco90v.github.io/books/", img: "app_libros.webp", detalle: "Ejercicio de programación, Lista títulos de libros y al hacer clic en él, muestra el autor y descripción del contenido. <br>"+badge(["Angular", "javascript", "CSS"]) },
{titulo: "PassWalletMovil", url: "https://github.com/Marco90v/passWalletMovil", img: "PassWalletMovil_Loging.webp", detalle: "App Móvil estilo password manager, para almacenar contraseñas personales usando protocolos de encriptación y almacenamiento en la nube para acceso remoto. <br>"+badge(["Expo","React Native","JavaScript","Firebase","Native Base","Re-Animated","Crypto-Js"]) },
{titulo: "PassWallet", url: "https://github.com/Marco90v/passwallet", img: "passWallet_new_data.webp", detalle: "App web para gestión de contraseñas y datos de registros online con encriptado AES. <br>"+badge(["React","React-Bootstrap","Crypto-JS","Animate.css","Firebase","React-Icon"])},
Expand Down

0 comments on commit d72b800

Please sign in to comment.