A flat design, one page, MIT licensed Bootstrap portfolio theme created by Start Bootstrap
The Freelancer theme is a one-page freelancer portfolio theme created by Start Bootstrap. It is built with Bootstrap and includes several content sections, a responsive portfolio grid, modal windows for each portfolio item, and a working PHP based contact form.
To begin using the Freelancer theme, you have a few options:
npm i startbootstrap-freelancer
git clone https://github.com/StartBootstrap/startbootstrap-freelancer.git
After downloading or cloning the theme, simply edit the HTML and CSS files included in the dist
directory. These are the only files you need to modify. To preview your changes, open the index.html
file in a web browser.
For advanced usage, you can clone the source files of the theme and navigate to the theme’s root directory. Run npm install
to install the required dependencies. Then, run npm start
to open a preview of the template in your default browser. This command will also watch for changes to core template files and reload the browser automatically.
The theme comes with several npm scripts that you can use for different tasks. For example, npm run build
builds the project and produces the assets, HTML, JS, and CSS files in the dist
directory. Refer to the package.json
file for the full list of available scripts.
To use the contact form provided with this theme, you need to sign up for SB Forms on Start Bootstrap. Once you have signed up, you will receive an access key. Copy the access key and replace API_TOKEN
in the data-sb-form-api-token='API_TOKEN'
data attribute of the form with your access key. This will enable the form to function properly.
If you are not using SB Forms, you can remove the custom data attributes from the form and delete the link to SB Forms at the bottom of the HTML file.
The Freelancer theme by Start Bootstrap is a one-page portfolio theme for freelancers. It is built with Bootstrap and includes features such as a responsive portfolio grid, modal windows for portfolio items, and a working contact form. The theme can be easily installed and customized. It also offers advanced usage options for developers who want more control over the template.