Skip to content

carlosjorger/carlosjorger.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

265d312 Β· Jan 1, 2025
Sep 21, 2024
Mar 3, 2023
Apr 28, 2024
Jan 1, 2025
Mar 3, 2023
Dec 12, 2023
Aug 20, 2023
Aug 20, 2023
Nov 21, 2022
Nov 18, 2022
Mar 5, 2023
Apr 3, 2024
Jan 3, 2023
Dec 17, 2022
Apr 3, 2024
Sep 21, 2024
Sep 21, 2024
Sep 21, 2024
Jan 8, 2024

Repository files navigation

carlosjorger.github.io

A personal full responsive website porfolio deploy in github page made in Astro and using tailwindcss.

πŸ–₯️ Demo

demo demo

πŸ“± Mobile Demo

demo demo demo

πŸ’ Why?

This proyect is made with the objetive of showing my work and skills as a software developer.

🧰 Tools

  • Astro
  • HTML
  • CSS
  • Tailwind
  • Prettierrc
  • Typescript

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:3000
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro --help Get help using the Astro CLI