https://github.com/pixelrocket-shop/folio-html-bootstrap
Bootstrap 5 HTML Responsive Locomotive Scroll Portfolio Template for web developers and designers
https://github.com/pixelrocket-shop/folio-html-bootstrap
bootstrap-5-template bootstrap-dark-mode bootstrap-portfolio-template css free-bootstrap free-bootstrap-template html javascript locomotive-scroll
Last synced: about 2 months ago
JSON representation
Bootstrap 5 HTML Responsive Locomotive Scroll Portfolio Template for web developers and designers
- Host: GitHub
- URL: https://github.com/pixelrocket-shop/folio-html-bootstrap
- Owner: PixelRocket-Shop
- License: mit
- Created: 2021-10-30T08:04:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-30T12:44:19.000Z (over 3 years ago)
- Last Synced: 2025-03-21T16:21:19.478Z (2 months ago)
- Topics: bootstrap-5-template, bootstrap-dark-mode, bootstrap-portfolio-template, css, free-bootstrap, free-bootstrap-template, html, javascript, locomotive-scroll
- Language: SCSS
- Homepage: https://folio-html-bootstrap.vercel.app/index.html
- Size: 1.92 MB
- Stars: 29
- Watchers: 1
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Folio - Bootstrap 5 HTML Responsive Portfolio Template
## Overview
Folio is a responsive HTML Bootstrap 5 template for web developers and designers to showcase their work.
The template uses Locomotive Scroll to animate in sections on scroll, and also comes with light mode/dark mode support.
## Table of contents
- [Requirements](#requirements)
- [Quick Start](#quick-start)
- [Template Pages](#template-pages)
- [Demo Link](#demo-link)
- [Template Key Features](#template-key-features)
- [Template File Structure](#template-file-structure)
- [Handlebars](#handlebars)
- [Template JSON Data](#template-json-data)
- [Customise Template Styles](#customise-template-styles)
- [Create New Pages](#create-new-pages)
- [Bootstrap Documentation](#bootstrap-documentation)
- [Credits](#credits)
- [Contact Us](#contact-us)## Requirements
If you do not intend to work with the template source code (and that means you will not be compiling it or running the Webpack dev server), you do not need to install anything. You can simply navigate to the dist folder and start editing the files.Most developers will be editing the source code and will also be running Webpack to recompile the template files. If that's the case, then ensure that you have Node.js installed. [You can download it from here](https://nodejs.org/en/download/)
## Quick Start
- [Download the latest release](https://github.com/PixelRocket-Shop/folio-html-bootstrap/archive/main.zip) OR clone the repo: `git clone https://github.com/PixelRocket-Shop/folio-html-bootstrap.git`
- Install Node.js if you don't already have it on your system.
- Open the project root in your command line.
- run `npm install` in your command line.
- run `npm start` to start Webpack devserver.
- if you want to recompile the template files (which output to the dist folder), run `npm run build`## Template Pages
The template consists of a single page:* Homepage
* About Me
* My Work (Listing Page)
* My Work (Single Page)
* Contact MeTo keep code repetition to a minimum, we've used Handlebars.js as the templating engine and partials to quickly add the same code to different pages. We also use a Handlebars plugin for JSON data - this allows us to use loops and output a single HTML code block instead of repeating the same HTML.
## Demo Link
[Demo URL](https://folio-html-bootstrap.vercel.app/)**Please note that this is an HTML template only. It does not connect to a database, and will not automatically work in a content management system (Wordpress etc). You will need to incorporate our code into your application.**
## Template Key Features
* Built with Bootstrap 5
* Fully responsive
* Locomotive Scroll Integration
* Light/Dark Mode support
* My experience component
* My skills component
* Client testmonials component## Template File structure
📁 dist - Generated version of the template. Go here if you do not want to work with the template source code. But be warned: if you customise anything in this folder directly, and then later recompile the template using webpack, unless you move the dist folder out of the template, your changes will be overridden.📁 node_modules - Directory where NPM installs dependancies. You will not see this folder until you complete the template installation. You do not need to create this folder.
📁 src - Template source code. Go here to customise your template.
📁 src/assets - Template assets such as CSS, JS, Images etc.
📁 src/data - Template JSON Data files. We use these JSON files to make your job easier to insert content into the template.
📁 src/html - Template pages. Go here to edit existing pages or add new pages.
📁 src/partials - Handlebars partial templates.
## Handlebars
Handlebars is a template engine that allows us to keep our template source code as organised and as clean as possible. It cuts down on code duplication and through the use of helper functions, allows template developers to very quickly output large amounts of data with minimal code. [You can read more about it here](https://handlebarsjs.com).## Template JSON Data
The Webpack Handlebars plugin that we use comes with a very handy utility that allows us to pass in JSON files as template data.Please navigate to: src/data. Here is where our template data JSON files reside. You can edit, remove or add your own to this folder.
## Customise Template Styles
All of the template's source CSS/SASS files are kept inside the template's assets folder. Navigate to src/assets/scss. Open up theme.scss with your editor.This is the main entry point for all other SASS/CSS files.
## Create New Pages
To create a new page, navigate in your code editor to: src/html. To make it easier to get the correct HTML in place, clone an existing page. Rename the newly-created file to whatever URL you require. And that's it. You are now free to open the new page with your code editor, make your changes, and then save the file. Quit Webpack devserver and restart it for the page to show up.## Bootstrap Documentation
Bootstrap already has a comprehensive documentation site that will guide you in setting up and using all default Bootstrap features. Bootstrap 5 is fully integrated to our template's source code. Please refer to Bootstrap's doc site first for any default Bootstrap features: [Visit Bootstrap's Doc Site](https://getbootstrap.com/docs/5.0/getting-started/introduction/)## Credits
[Bootstrap](https://getbootstrap.com/)[Locomotive Scroll](https://github.com/locomotivemtl/locomotive-scroll)
[Unsplash](https://unsplash.com/)
[Freepik](https://www.freepik.com/)
[Swiper.js](https://swiperjs.com/)
## Contact Us
You can find our website [here](https://www.pixelrocket.store) or you can email us at [email protected]