An open API service indexing awesome lists of open source software.

https://github.com/guti9sk/portafolio

Primer portafolio
https://github.com/guti9sk/portafolio

Last synced: 3 months ago
JSON representation

Primer portafolio

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/)