Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlosjorger/carlosjorger.github.io
A personal website portfolio made with Astro from scratch. Its deployed in github page
https://github.com/carlosjorger/carlosjorger.github.io
astro css developer-portfolio frontend github html html-css html5 island-architecture javascript js mit-license portfolio portfolio-site portfolio-website repository responsive responsive-design tailwind tailwindcss
Last synced: 19 days ago
JSON representation
A personal website portfolio made with Astro from scratch. Its deployed in github page
- Host: GitHub
- URL: https://github.com/carlosjorger/carlosjorger.github.io
- Owner: carlosjorger
- License: mit
- Created: 2022-11-03T15:06:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-28T15:22:45.000Z (9 months ago)
- Last Synced: 2024-04-28T20:44:25.819Z (9 months ago)
- Topics: astro, css, developer-portfolio, frontend, github, html, html-css, html5, island-architecture, javascript, js, mit-license, portfolio, portfolio-site, portfolio-website, repository, responsive, responsive-design, tailwind, tailwindcss
- Language: Astro
- Homepage: https://carlosjorger.github.io
- Size: 21.3 MB
- Stars: 8
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# carlosjorger.github.io
A personal full responsive website porfolio deploy in [github page](https://carlosjorger.github.io/) made in Astro and using tailwindcss.
## 🖥️ Demo
![demo](public/images/demo1.webp)
![demo](public/images/demo2.webp)## 📱 Mobile Demo
| | | |
| :-------------------------------: | :-------------------------------: | :-------------------------------: |
| ![demo](public/images/demo3.webp) | ![demo](public/images/demo4.webp) | ![demo](public/images/demo5.webp) |## 💁 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 |