My personal portfolio This is my personal webpage and digital business card, where you'll find links to contact me and information about me.
Check out the website in action: https://saberls.github.io
This project was built using:
- HTML5
- CSS3
- JavaScript
- Prettier (code formatting)
- Stylelint (CSS linting)
- ESLint (JavaScript linting)
.
βββ index.html # Main landing page
βββ index.css # Main CSS styles
βββ cubeHoverRotate.js # Interactive effects (e.g., rotating cube)
βββ icons/ # Icons and images
βββ .editorconfig # Editor settings
βββ .gitignore # Git ignored files
βββ .prettierignore # Files ignored by Prettier
βββ .stylelintrc.mjs # Stylelint configuration
βββ eslint.config.mjs # ESLint configuration
βββ package.json # Project metadata and dependencies
βββ package-lock.json # Dependency lock file
βββ LICENSE # MIT License
-
Clone the repository:
git clone https://github.com/SaberLS/saberls.github.io.git cd saberls.github.io -
Open the
index.htmlfile in your browser, or run a local development server:npx serve .
If you want to use tools like ESLint, Prettier, or Stylelint:
npm install -DThis project is licensed under the MIT License.