Skip to content

Commit d4fa49b

Browse files
committed
feat: initial commit
1 parent 745b7c4 commit d4fa49b

22 files changed

+111
-256
lines changed

CODE_OF_CONDUCT.md

Lines changed: 0 additions & 128 deletions
This file was deleted.

README.md

Lines changed: 13 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,7 @@
1-
# Portfolio
2-
![OscarHernandez-portfolio](https://github.com/user-attachments/assets/e284a42b-15c5-495c-99c7-ad5c1eb3bbe7)
3-
![Deploy Status](https://img.shields.io/badge/Deploy-Vercel-black?style=flat&logo=vercel)
4-
5-
---
6-
7-
[Demo](https://oscarhernandez.vercel.app/)
8-
9-
[Astro Themes](https://astro.build/themes/details/dark-minimal/)
10-
11-
[ReactBits Showcase](https://www.reactbits.dev/showcase)
12-
13-
The component `<LetterGlitch \>` was taken from [ReactBits.dev](https://www.reactbits.dev/)
14-
15-
## **Stack**
16-
### **Frontend**
17-
![Astro](https://img.shields.io/badge/Astro-FF5D01?logo=astro&logoColor=white)
18-
![Tailwind](https://img.shields.io/badge/Tailwind_CSS-38B2AC?logo=tailwind-css&logoColor=white)
19-
![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?logo=typescript&logoColor=white)
20-
21-
### **Tools**
22-
![Figma](https://img.shields.io/badge/Figma-F24E1E?logo=figma&logoColor=white)
23-
![Prettier](https://img.shields.io/badge/Prettier-F7B93E?logo=prettier&logoColor=black)
24-
![Canva](https://img.shields.io/badge/Canva-c900c3?logo=canva&logoColor=white)
25-
26-
### **Show your favorite Spotify album (or your own)** ![Spotify](https://img.shields.io/badge/Spotify-06cc1a?logo=spotify&logoColor=white)
27-
1. Choose your Spotify album
28-
2. Access the share options
29-
3. Select 'copy embed code'
30-
```
31-
<iframe src="https://open.spotify.com/embed/album/ALBUM_ID" style="border-radius:12px border:0;" class="w-full h-40" frameborder="0" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"></iframe>
32-
```
33-
4. Insert the embed code on footer.astro
34-
35-
That's it!
1+
# Rain With Code Portfolio
362

373
## **Project structure**
4+
385
```
396
public/
407
└── svg/
@@ -56,21 +23,24 @@ src/
5623
└── index.astro
5724
```
5825

59-
## **Local configuration**
60-
1. Clone the repo:
26+
## **Local configuration**
27+
28+
1. Clone the repo:
29+
6130
```
6231
git clone https://github.com/gothsec/portfolio
6332
```
33+
6434
2. Install dependencies:
65-
```
35+
36+
```
6637
npm install
6738
```
39+
6840
3. Start the develpoment server:
69-
```
41+
42+
```
7043
npm run dev
7144
```
7245

73-
> **Important Notice:**
74-
> This project is licensed under the [MIT License](https://opensource.org/licenses/mit).
75-
> According to the license terms, any redistribution (including compiled or modified versions), you **must** retain the original copyright
76-
> notice and the full license text. Copyright © 2025 Oscar Hernandez. All rights reserved.
46+
> Copyright © 2025 Oscar Hernandez.

0 commit comments

Comments
 (0)