https://github.com/ssekpius/microverse-portfolio-bootstrap
experience the power of using a CSS framework like Bootstrap to create a new website quickly from scratch (HTML,Bootstrap/CSS)
https://github.com/ssekpius/microverse-portfolio-bootstrap
Last synced: 6 months ago
JSON representation
experience the power of using a CSS framework like Bootstrap to create a new website quickly from scratch (HTML,Bootstrap/CSS)
- Host: GitHub
- URL: https://github.com/ssekpius/microverse-portfolio-bootstrap
- Owner: SSEKPIUS
- Created: 2022-10-12T05:56:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-07T20:42:54.000Z (over 3 years ago)
- Last Synced: 2025-02-03T09:22:37.956Z (over 1 year ago)
- Language: SCSS
- Homepage:
- Size: 1.32 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Project Name
> Portfolio: desktop version
## Built With
- CSS, HTML
- Frameworks-none
- Technologies use- Git, npm
## Live Demo (if available)
[Live Demo Link](https://ssekpius.github.io/Portfolio/)
## About
My portfolio is one of the most powerful tools in my software developer toolbox; itβs the easiest way of showing what iam truly capable of as a developer, and is a quick and simple way for recruiters and hiring managers to get an idea of what i can bring to their teams.
To get a local copy up and running follow these simple example steps.
### Prerequisites
Set-up GitHub Actions
1. create a .github/workflows folder and add a copy of .github/workflows/linters.yml (https://github.com/microverseinc/linters-config/blob/master/html-css/.github/workflows/linters.yml) to that folder.
### Setup & Install
Set-up linters in your local env
1. you need to initialize npm to create package.json file. npm init -y
2. Run npm install --save-dev hint@7.x
3. Copy .hintrc (https://github.com/microverseinc/linters-config/blob/master/html-css/.hintrc) to the root directory of your project.
Stylelint
A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.
1. Run
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
2. Copy .stylelintrc.json (https://github.com/microverseinc/linters-config/blob/master/html-css/.stylelintrc.json) to the root directory of your project.
### Run tests
1. Run npx hint .
2. Fix validation errors.
3. Run npx stylelint "**/*.{css,scss}" on the root of your directory of your project.
4. Fix linter errors.
## Authors
1. Ssekweyama Pius
- GitHub: [@githubhandle](https://github.com/SSEKPIUS)
- Twitter: [@twitterhandle](https://twitter.com/SSEK_PIUS)
- LinkedIn: [LinkedIn](https://linkedin.com/in/pius-ssekweyama-23665794)
## π€ Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a βοΈ if you like this project!
## Acknowledgments
- Big thanks to Microverse and all the student teams that contributed in any form
## π License
This project is [MIT](./LICENSE) licensed.