Skip to content

Commit

Permalink
🎨👷🔧 feat: final touches letsss gooo
Browse files Browse the repository at this point in the history
  • Loading branch information
jamerrq committed Jan 19, 2024
1 parent d64cb01 commit bfd6a81
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 5 deletions.
Binary file modified lib/lighthouse/preview-report.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified lib/pages/404.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lib/pages/blog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified lib/pages/featured-and-projects.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified lib/pages/tech-stack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lib/snaps/mobile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lib/snaps/mobile2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file modified lib/snaps/v6_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified lib/snaps/v6_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 17 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ Source code for my personal website, [jamerrq.dev](https://jamerrq.dev).

![Featured & Projects](./lib/pages/featured-and-projects.png)

## Blog 📝

![Alt text](lib/pages/blog.png)

### 404

![404](./lib/pages/404.png)
Expand All @@ -39,9 +43,17 @@ Source code for my personal website, [jamerrq.dev](https://jamerrq.dev).

<summary>

### Less than 1MB!
## New! Mobile version 📱

</summary>

![Mobile](./lib/snaps/mobile2.png)

</details>

### All shipped into less than 1MB ⚡

![Alt text](image.png)
![Alt text](lib/snaps/resources-loaded.png)

## Stack 🥞

Expand All @@ -65,9 +77,10 @@ CSS](https://img.shields.io/badge/-Tailwind%20CSS-38B2AC?style=flat-square&logo=

- [Nerd Fonts Cheat Sheet](https://www.nerdfonts.com/cheat-sheet)
- [Tailwind CSS Debug Screens](https://github.com/jorenvanhee/tailwindcss-debug-screens)
- [Typed CSS](https://typedcss.com/)
- [CSS Peeps](https://css-peeps.com/)
- [Typed CSS (removed)](https://typedcss.com/)
- [CSS Peeps (removed)](https://css-peeps.com/)
- [Tailwind Cheat Sheet](https://tailwindcomponents.com/cheatsheet/)
- [Astro View Transitions](https://docs.astro.build/en/guides/view-transitions/)
- [Astro View Transitions - Lifecycle Events](https://docs.astro.build/en/guides/view-transitions/#lifecycle-events)
- [🦔 AstroCritters](https://github.com/astro-community/AstroCritters)
- [@astrojs/preact](https://docs.astro.build/en/guides/integrations-guide/preact/)
2 changes: 1 addition & 1 deletion src/components/main/about-me-card.astro
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const ABOUT_ME_STYLES = [
<p class='text-balance'>
{
lang === 'en'
? "My name is Jamer José, I'm a Math Engineer from"
? "My name is Jamer José, I'm a Mathematical Engineer from"
: 'Mi nombre es Jamer José, soy un Ingeniero Matemático de'
}
<a
Expand Down

0 comments on commit bfd6a81

Please sign in to comment.