https://github.com/guti9sk/portafolio
Primer portafolio
https://github.com/guti9sk/portafolio
Last synced: 3 months ago
JSON representation
Primer portafolio
- Host: GitHub
- URL: https://github.com/guti9sk/portafolio
- Owner: Guti9sK
- License: other
- Created: 2024-08-02T21:16:05.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T21:39:47.000Z (10 months ago)
- Last Synced: 2025-01-19T22:39:34.130Z (5 months ago)
- Language: SCSS
- Homepage: https://portafolio-pink-gamma.vercel.app
- Size: 1.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.en.md
- License: LICENSE
Awesome Lists containing this project
README
# 💼 My Portfolio.
## 📖 Description
The objective of this portfolio is to provide a pleasant and professional experience to showcase my skills and projects in frontend web development. I aim to present my technical abilities and creativity to potential employers and collaborators, as well as keep a record of my progress and evolution in the web development field.## 🛠️ Technologies Used
- **Astro**: [Astro Official Site](https://astro.build/)
- **TypeScript**: [TypeScript Official Site](https://www.typescriptlang.org/)
- **SASS**: [SASS Official Site](https://sass-lang.com/)
- **Adobe InDesign**: [Adobe InDesign Official Site](https://www.adobe.com/products/indesign.html) - Used for creating and designing PDFs.## ✨ Features
- Language switch (Spanish/English)
- Toggle between dark and light theme
- Responsive Design
- 8pt grid-based design system
- Fonts used:
• Inter - Used for general text
• QuickSand - Used for section headers## 🗂️ Project Structure
```text
src/
├── layout/
│ ├── Header.astro
│ ├── Footer.astro
├── sections/
│ ├── About.astro
│ ├── Technologies.astro
│ ├── Education.astro
│ ├── Projects.astro
│ └── Contact.astro
├── pages/
│ ├── index.astro
│ └── en/
│ └── index.astro
├── styles-astro/
│ └── portfolio/
│ └── _portfolio.scss
|
├── assets/
│ └── Images
|
└── i18n/
├── es.ts
├── en.ts
└── types.ts
```## 📜 Licence
This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0). You are free to copy, modify, and distribute this work for non-commercial purposes as long as you attribute me as the original author. Commercial use is prohibited without my explicit permission.
- [Licence CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/)