diff --git a/README.md b/README.md new file mode 100644 index 0000000..8aaa0a3 --- /dev/null +++ b/README.md @@ -0,0 +1,44 @@ +# vCard - Personal portfolio + +![GitHub repo size](https://img.shields.io/github/repo-size/codewithsadee/vcard-personal-portfolio) +![GitHub stars](https://img.shields.io/github/stars/codewithsadee/vcard-personal-portfolio?style=social) +![GitHub forks](https://img.shields.io/github/forks/codewithsadee/vcard-personal-portfolio?style=social) +[![Twitter Follow](https://img.shields.io/twitter/follow/codewithsadee?style=social)](https://twitter.com/intent/follow?screen_name=codewithsadee) +[![YouTube Video Views](https://img.shields.io/youtube/views/SoxmIlgf2zM?style=social)](https://youtu.be/SoxmIlgf2zM) + +vCard is a fully responsive personal portfolio website, responsive for all devices, built using HTML, CSS, and JavaScript. + +## Demo + +![vCard Desktop Demo](./website-demo-image/desktop.png "Desktop Demo") +![vCard Mobile Demo](./website-demo-image/mobile.png "Mobile Demo") + +## Prerequisites + +Before you begin, ensure you have met the following requirements: + +* [Git](https://git-scm.com/downloads "Download Git") must be installed on your operating system. + +## Installing vCard + +To install **vCard**, follow these steps: + +Linux and macOS: + +```bash +sudo git clone https://github.com/codewithsadee/vcard-personal-portfolio.git +``` + +Windows: + +```bash +git clone https://github.com/codewithsadee/vcard-personal-portfolio.git +``` + +## Contact + +If you want to contact me you can reach me at [Twitter](https://www.twitter.com/codewithsadee). + +## License + +This project is **free to use** and does not contains any license. diff --git a/website-demo-image/desktop.png b/website-demo-image/desktop.png new file mode 100644 index 0000000..f3c6790 Binary files /dev/null and b/website-demo-image/desktop.png differ diff --git a/website-demo-image/mobile.png b/website-demo-image/mobile.png new file mode 100644 index 0000000..98925ce Binary files /dev/null and b/website-demo-image/mobile.png differ