Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Musab-Hassan/musabhassan.com
My personal portfolio and all its assets. As seen on Awwwards.
https://github.com/Musab-Hassan/musabhassan.com
awwwards personal-website portfolio svelte
Last synced: 11 days ago
JSON representation
My personal portfolio and all its assets. As seen on Awwwards.
- Host: GitHub
- URL: https://github.com/Musab-Hassan/musabhassan.com
- Owner: Musab-Hassan
- License: mpl-2.0
- Created: 2019-09-06T23:20:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-20T03:47:53.000Z (about 1 year ago)
- Last Synced: 2024-01-20T04:31:00.521Z (about 1 year ago)
- Topics: awwwards, personal-website, portfolio, svelte
- Language: Svelte
- Homepage: https://musabhassan.com
- Size: 46.3 MB
- Stars: 94
- Watchers: 3
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
Source code for my personal portfolio, musabhassan.com
[![Visit Live Site](https://img.shields.io/badge/Visit%20Live%20Site-222224?style=for-the-badge)](https://musabhassan.com)
### Source Information
This website is built with
- [SvelteKit (Frontend Framework)](https://kit.svelte.dev/)
- [Slickscroll (Scroll Effects)](https://github.com/Musab-Hassan/slickscrolljs)
- [Anime (Animations)](https://github.com/juliangarnier/anime)
- [Three.js (3D Effects)](https://github.com/mrdoob/three.js/)
- [Firebase (Hosting)](https://firebase.google.com/docs/hosting)This is the source for version 2+. Version 1.0, the one built with jQuery is in the [v1 branch](https://github.com/Musab-Hassan/musabhassan.com/tree/v1).
### Developing
The site is just a regular SvelteKit project, with ssr disabled.
For development, start the vite development server:
```bash
npm run dev
```*Note: Due to migration from Rollup, HMR breaks the site. You have to do a full reload if you modify any components or TS files.*
For production, build the site:
```bash
npm run build
```### Contributing
You can fork this repo and modify it however I wont really be accepting pull requests due to the nature of the website being based on "taste" and a showcase of my work.
If you decide to use this site for your own commercial work, replace my personal logos with yours.
Please don't use my personal logos as yours.
### License
Mozilla Public License 2.0 License.