This webpage was made as a way to show my projects. The website was initially made using a cool template from Creative Tim, called Paper Kit 2 - Free Bootstrap 4 UI Kit, but was modified over the time and no longer looks like the original.
We've also included an optional Gulp file to help you get started with theme customization. You'll need to install Node.js and Gulp before using our included gulpfile.js.
- Download the project's zip
- Make sure you have node.js (https://nodejs.org/en/) installed
- Type
npm install
in terminal/console in the source folder wherepackage.json
is located - You will find all the branding colors inside
assets/scss/paper-kit/_variables.scss
. You can change them with aHEX
value or with other predefined variables. - Run in terminal
gulp compile-scss
for a single compilation orgulp watch
for continous compilation of the changes that you make in*.scss
files. This command should be run in the same folder wheregulpfile.js
andpackage.json
are located - Run in terminal
gulp open-app
for opening the Presentation Page (default) of the product.
The documentation for the Paper Kit 2 is hosted at our website.
Within the download you'll find the following directories and files:
paper-kit-2
├── CHANGELOG.md
├── LICENSE.md
├── README.md
├── assets
│ ├── css
│ │ ├── bootstrap.min.css
│ │ ├── demo.css
│ │ └── paper-kit.css
│ ├── img
│ ├── js
│ │ ├── bootstrap-datetimepicker.min.js
│ │ ├── bootstrap-switch.min.js
│ │ ├── bootstrap.min.js
│ │ ├── jquery-3.2.1.js
│ │ ├── jquery-ui-1.12.1.custom.min.js
│ │ ├── moment.min.js
│ │ ├── nouislider.js
│ │ ├── paper-kit.js
│ │ └── popper.min.js
│ └── sass
├── documentation
│ └── tutorial-components.html
├── examples
│ ├── landing-page.html
│ ├── profile-page.html
│ └── register-page.html
├── index.html
├── nucleo-icons-demo.html
└── template.html
- Copyright 2019 Creative Tim (https://www.creative-tim.com/?ref=pk2-github-readme)