Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belmeetmule/my-portfolio
My-Portfolio is a responsive mobile first portfolio website that can be used by professionals like software developers to showcase and promote their work. Built using Java-script, CSS and Bootstrap.
https://github.com/belmeetmule/my-portfolio
css3 html javascript portfolio
Last synced: 22 days ago
JSON representation
My-Portfolio is a responsive mobile first portfolio website that can be used by professionals like software developers to showcase and promote their work. Built using Java-script, CSS and Bootstrap.
- Host: GitHub
- URL: https://github.com/belmeetmule/my-portfolio
- Owner: belmeetmule
- License: mit
- Created: 2022-07-26T22:35:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T08:37:22.000Z (7 months ago)
- Last Synced: 2024-10-03T12:29:15.208Z (3 months ago)
- Topics: css3, html, javascript, portfolio
- Language: CSS
- Homepage: https://belmeetmule.github.io/My-Portfolio/
- Size: 2.57 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Portfolio
## Description
This project is a responsive mobile first prortfolio website. This website has a nice look and feel on both small devices like phone and tablets and devices with large screens !!### Screenshot of the desktop version
![screenshot](images/screenShotDesktop.JPG)### Screenshot of the mobile version
![screenshot](images/screenShotMobile.JPG)## Live Demo
- To visit the site live:
[Live Demo Link](https://belmeetmule.github.io/My-Portfolio/)## Built With
- HTML
- CSS## Technologies used:
- linters
- Lighthouse
- Webhint
- Stylelint## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- IDE(code editor) like: **Vscode**, **Sublime**, etc.
- [Git](https://www.linode.com/docs/guides/how-to-install-git-on-linux-mac-and-windows/)### Setup
1. Download the **Zip** file or clone the repo with:
```bash
git clone https://github.com/belmeetmule/portfolio.git
```
3. To access cloned directory run:
```bash
cd portfolio
```
3. Open it with the live server### Install
> To install linters and other project's dependencies run:
```bash
npm install
```
## Run Test for LintersFor tracking linter errors locally you need to follow these steps:
1. For tracking linter errors in HTML files run:
```bash
npx hint .
```2. For tracking linter errors in CSS or SASS files run:
```bash
npx stylelint "\*_/_.{css,scss}"
```## Authors
👤 **Mulugeta M.**
- GitHub: [@belmeetmule](https://github.com/belmeetmule)
- Twitter: [@belmeetmule](https://twitter.com/belmeetmule)
- LinkedIn: [belmeetmule](https://linkedin.com/in/belmeetmule)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/belmeetmule/portfolio/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Thank You [Microverse](www.microverse.org) team that produced the template of this project.
- Thanks to everyone who will get time to check this code and suggest any [issues](https://github.com/belmeetmule/hello-world/issues)## 📝 License
This project is [MIT](./MIT.md) licensed.