2KAbhishek / 2kabhishek.github.io

My personal space on the interweb. πŸ–€πŸŒ

Home Page:https://2kabhishek.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the source for my personal portfolio site of the same name. Live version

Feel free to fork it for your own use.

Run npm install after clone to install all the required dependencies.

Uses gulp for task management, you can either use npm i -g gulp or use npx gulp to run tasks.

Tasks:

  • gulp styles: This project uses sass for styling, run gulp styles to convert styles/styles.scss into minified styles/styles.css.
  • gulp scripts: Minifies scripts/scripts.js into scripts/scripts.min.js.
  • gukp watch: Actively watch for file changes and run tasks as needed.

Sections

  • Lead: Contains name, designation & other contact links.
  • About: Contains short description and/or career goals.
  • Experience: Previous work experiences in chronological order.
  • Skills: Lists acquired skills and industrial knowledge.

If you are looking for the legacy version with Education and Projects sections, check the legacy branch

About

My personal space on the interweb. πŸ–€πŸŒ

https://2kabhishek.github.io

License:GNU General Public License v3.0


Languages

Language:HTML 51.8%Language:SCSS 34.6%Language:JavaScript 13.6%