https://github.com/spimy/spimy.dev
Personal Portfolio. Original coded using Nuxt 3 but I did not like how everything turned out so it is recoded using SvelteKit. The Nuxt 3 version is still available.
https://github.com/spimy/spimy.dev
Last synced: 5 days ago
JSON representation
Personal Portfolio. Original coded using Nuxt 3 but I did not like how everything turned out so it is recoded using SvelteKit. The Nuxt 3 version is still available.
- Host: GitHub
- URL: https://github.com/spimy/spimy.dev
- Owner: Spimy
- Created: 2023-07-30T09:09:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T10:32:49.000Z (over 1 year ago)
- Last Synced: 2025-01-26T18:36:17.407Z (12 months ago)
- Language: Svelte
- Homepage: https://www.spimy.dev
- Size: 1.65 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spimy.dev
Personal portfolio site with a brief introduction to who I am as well as a page dedicated to my past projects.
You can contact me via the contact form on the site.
## Credits
Icon Logo Design by OmniFX (current username unknown unfortunately)
Character Logo Design by [dotonBurii](https://twitter.com/dotonBurii)
Portfolio Design by [Nikhil Kumar Swain](https://github.com/nikhilswain) using [Figma](https://www.figma.com)
Tileable hexagons CSS in skill section by [Temani Afif](https://stackoverflow.com/questions/66194160/how-to-make-css-hexagon-honeycomb-grid-based-on-set-math-equations-flexible)
- Hover fix in reply linked to [JSFiddle also by Temani Afif](https://jsfiddle.net/31rp6dn4/)
Coded by [Spimy](https://github.com/Spimy) aka myself
Built on [SvelteKit](https://kit.svelte.dev/) and hosted on [Vercel](https://vercel.com)
## Why I Used SvelteKit
Initially the portfolio was created on Nuxt 3 and it is still viewable on my [GitHub](https://github.com/Spimy/spimy.dev_nuxt) but I absolute hated working with [UnJS](https://github.com/unjs) that Nuxt 3 decided to use for its backend. It started becoming messy and some code also kind of became difficult to maintain because I just did whatever to made things work. As such, I decided to recode the entire project in SvelteKit.