Minimal & Creative Portfolio/CV/Biodata Solution
Folder Structure
rubi
├── .github/
│ └── FUNDING.yml
├── assets/
│ ├── css/
│ │ └── style.css
│ ├── images/
│ │ ├── 01-3.jpg
│ │ ├── 01.jpg
│ │ ├── 02-2.jpg
│ │ ├── 03-1.jpg
│ │ ├── 4.png
│ │ ├── author.png
│ │ ├── banner-1.jpg
│ │ ├── banner-img.jpg
│ │ ├── blog1.jpg
│ │ ├── blog2.jpg
│ │ ├── blog3.jpg
│ │ ├── favicon.html
│ │ ├── footer-bg.png
│ │ ├── logo.png
│ │ ├── main-banner1.jpg
│ │ ├── page-header.jpg
│ │ ├── pc1.jpg
│ │ ├── pc2.jpg
│ │ ├── pc3.jpg
│ │ ├── pc4.jpg
│ │ ├── pc5.jpg
│ │ ├── pc6.jpg
│ │ ├── single-service.jpg
│ │ ├── test-1.jpg
│ │ ├── test-2.jpg
│ │ ├── test-3.jpg
│ │ ├── test-4.jpg
│ │ ├── thumb-1.jpg
│ │ ├── thumb-2.jpg
│ │ └── thumb-3.jpg
│ ├── js/
│ │ └── script.js
│ └── plugins/
│ ├── animate-css/
│ │ └── animates.css
│ ├── animated-text/
│ │ ├── animated-text.css
│ │ └── animated-text.js
│ ├── bootstrap/
│ │ ├── css/
│ │ │ └── bootstrap.min.css
│ │ └── js/
│ │ └── bootstrap.min.js
│ ├── counterup/
│ │ ├── jquery.counterup.min.js
│ │ └── waypoint.js
│ ├── counto/
│ │ ├── apear.js
│ │ └── counTo.js
│ ├── fontawesome/
│ │ ├── css/
│ │ │ └── all.css
│ │ └── webfonts/
│ │ ├── fa-brands-400.eot
│ │ ├── fa-brands-400.svg
│ │ ├── fa-brands-400.ttf
│ │ ├── fa-brands-400.woff
│ │ ├── fa-brands-400.woff2
│ │ ├── fa-brands-400d41d.eot
│ │ ├── fa-regular-400.eot
│ │ ├── fa-regular-400.svg
│ │ ├── fa-regular-400.ttf
│ │ ├── fa-regular-400.woff
│ │ ├── fa-regular-400.woff2
│ │ ├── fa-regular-400d41d.eot
│ │ ├── fa-solid-900.eot
│ │ ├── fa-solid-900.svg
│ │ ├── fa-solid-900.ttf
│ │ ├── fa-solid-900.woff
│ │ ├── fa-solid-900.woff2
│ │ └── fa-solid-900d41d.eot
│ ├── jquery/
│ │ ├── ajax-contact.js
│ │ └── jquery.min.js
│ ├── magnific-popup/
│ │ └── dist/
│ │ ├── jquery.magnific-popup.min.js
│ │ └── magnific-popup.css
│ ├── shuffle/
│ │ └── shuffle.min.js
│ ├── slick-carousel/
│ │ └── slick/
│ │ ├── fonts/
│ │ │ ├── slick.eot
│ │ │ ├── slick.svg
│ │ │ ├── slick.ttf
│ │ │ ├── slick.woff
│ │ │ └── slickd41d.eot
│ │ ├── ajax-loader.gif
│ │ ├── slick-theme.css
│ │ ├── slick.css
│ │ └── slick.min.js
│ └── themify/
│ ├── css/
│ │ └── themify-icons.css
│ └── fonts/
│ ├── themify.eot
│ ├── themify.svg
│ ├── themify.ttf
│ ├── themify.woff
│ └── themifyd41d.eot
├── blog-single.html
├── index-2.html
├── index.html
├── LICENSE
├── portfolio-single.html
├── README.md
├── Readme.txt
└── service-single.html
Explore the live demonstration of the project: rubi
Before you begin, ensure you have met the following requirements:
- Git must be installed on your operating system.
To install, follow these steps:
Linux and macOS:
sudo git clone https://github.com/ianeesahmad/Rubi.gitWindows:
git clone https://github.com/ianeesahmad/Rubi.gitDeveloped with ❤️ by Debugging Human
