Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orbitthemes/one-col-portfolio
Simple and Clean One Column Portfolio Showcase Bootstrap 4 Template.
https://github.com/orbitthemes/one-col-portfolio
bootstrap bootstrap-4 gulp orbit-themes templates themes
Last synced: about 1 month ago
JSON representation
Simple and Clean One Column Portfolio Showcase Bootstrap 4 Template.
- Host: GitHub
- URL: https://github.com/orbitthemes/one-col-portfolio
- Owner: orbitthemes
- License: mit
- Created: 2018-06-05T06:31:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-11T07:33:24.000Z (over 6 years ago)
- Last Synced: 2024-10-15T01:04:19.245Z (about 1 month ago)
- Topics: bootstrap, bootstrap-4, gulp, orbit-themes, templates, themes
- Language: CSS
- Homepage:
- Size: 1.55 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Orbit Themes - One Column Portfolio](https://orbitthemes.com/preview/1ColPortfolio/)
[1 Col Portfolio](https://orbitthemes.com/downloads/1-col-portfolio/) is a **Free** and **Open Source** portfolio template for [Bootstrap](https://getbootstrap.com/) with responsive and high quality UI created by [Orbit Themes](https://orbitthemes.com/).
[![One Col Portfolio Preview](https://raw.githubusercontent.com/orbitthemes/Orbit-Themes/master/assets/one-col-portfolio.png)](https://orbitthemes.com/preview/1ColPortfolio/)
**[View Live Preview](https://orbitthemes.com/preview/1ColPortfolio/)**
## Status
[![GitHub package version](https://img.shields.io/github/package-json/v/badges/shields.svg)](https://github.com/orbitthemes/One-Col-Portfolio)
[![GitHub License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/orbitthemes/One-Col-Portfolio/master/LICENSE)
[![npm](https://img.shields.io/npm/v/npm.svg)](https://www.npmjs.com/package/one-col-portfolio)
[![Build Status](https://travis-ci.org/orbitthemes/One-Col-Portfolio.svg?branch=master)](https://travis-ci.org/orbitthemes/One-Col-Portfolio)
[![dependencies Status](https://david-dm.org/orbitthemes/One-Col-Portfolio/status.svg)](https://david-dm.org/orbitthemes/One-Col-Portfolio)
[![devDependencies Status](https://david-dm.org/orbitthemes/One-Col-Portfolio/dev-status.svg)](https://david-dm.org/orbitthemes/One-Col-Portfolio?type=dev)## Features
- Responsive Design.
- Developed With Bootstrap 4.
- SEO Semantic Code.
- Simple and Easy To Use.
- HTML5 ready. Use the new elements with confidence.
- Designed with progressive enhancement in mind.## Download and Installation
To begin using this template, choose one of the following options to get started:
* [Download the latest release on Orbit Themes](https://orbitthemes.com/downloads/1-col-portfolio/)
* Install via npm: `npm i one-col-portfolio`
* Clone the repository: `git clone https://github.com/orbitthemes/One-Col-Portfolio.git`
```sh
# clone the repository
$ git clone https://github.com/orbitthemes/One-Col-Portfolio.git# go into the directory
$ cd One-Col-Portfolio# install all dependencies
$ npm install#For Development Options
$ gulp dev
```* [Fork, Clone, or Download on GitHub](https://github.com/orbitthemes/One-Col-Portfolio)
## Usage
### Basic Usage
After downloading, simply edit the HTML and CSS files included with the template in your favorite text editor to make changes. These are the only files you need to worry about, you can ignore everything else! To preview the changes you make to the code, you can open the `index.html` file in your web browser.
### Advanced Usage
After installation, run `npm install` and then run `gulp dev` which will open up a preview of the template in your default browser, watch for changes to core template files, and live reload the browser when changes are saved. You can view the `gulpfile.js` to see which tasks are included with the dev environment.
#### Gulp Tasks
- `gulp` the default task that builds everything.
- `gulp dev` browserSync opens the project in your default browser and live reloads when changes are made.
- `gulp css:compile` compiles the SCSS into CSS file.
- `gulp css:minify` minifies the compiled CSS file.
- `gulp css` compiles SCSS files into CSS and minify the css.
- `gulp js` Combines all js scripts to one file named `main.js`, Minify the file, and save it as `main.min.js`.
- `gulp export` copies dependencies from node_modules to the dist directory.
- `gulp clean` Removes all the directories inside dist, minified js files and all compiled css files.## Bugs and Issues
Have a bug or an issue with this template? [Open a new issue](https://github.com/orbitthemes/One-Col-Portfolio/issues) on GitHub or leave a comment on the [template overview page at Orbit Themes](https://orbitthemes.com/downloads/1-col-portfolio/).
## Custom Builds
You can hire Orbit Themes to create a custom build of any template, or create something from scratch using Bootstrap. For more information, visit the **[Contact Page](https://orbitthemes.com/contact/)**.
## How to contribute
To contribute, please ensure that you have stable Node.js and npm installed.
Test if Gulp CLI is installed by running `gulp --version`. If the command isn't found, run `npm install -g gulp`. For more information about installing Gulp, see the [Gulp's Getting Started!](https://gulpjs.org/getting-started).To have all gulp dependencies run `npm install`
If gulp is installed, follow the steps below.
* Fork and clone the repository.
* Run `gulp dev`, this will open Template on your default browser.
* Now you can code, code and code!
* Submit a pull request.## About
Orbit Themes is an open source library of free Bootstrap templates and themes. All of the free templates and themes on Orbit Themes are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
* Web: https://orbitthemes.com
* Twitter: https://twitter.com/orbitthemes
* Facebook: https://www.facebook.com/orbitthemes/
* Google Plus: https://plus.google.com/+orbitthemes
* Github: https://github.com/orbitthemes
* Behance: https://www.behance.net/orbitthemes
* Dribble: https://dribbble.com/orbitthemes
* Pinterest: https://www.pinterest.com/orbitThemes/
* Reddit: https://www.reddit.com/user/orbitthemes
* Instagram: https://www.instagram.com/orbitthemes/
* LinkedIn: https://www.linkedin.com/company/orbit-themes/Orbit Themes was created by and is maintained by **[Sandeep Prasad Bhatt](http://sandeepbhatt.com.np/)** .
* http://sandeepbhatt.com.np
* https://twitter.com/_MeSandy
* https://github.com/sandy100Orbit Theme Templates and Themes are based on the [Bootstrap](http://getbootstrap.com/) framework created by [Mark Otto](https://twitter.com/mdo) and [Jacob Thorton](https://twitter.com/fat).
## Credits
* [node.js](http://nodejs.org/)
* [gulp](http://gulpjs.com/)
* [jQuery](http://jquery.com/)
* [Bootstrap](http://getbootstrap.com/)
* [SASS](https://sass-lang.com/)
* [Pexels](https://www.pexels.com/)## Copyright and License
Copyright 2018 Orbit Themes. Code released under the [MIT](https://raw.githubusercontent.com/orbitthemes/One-Col-Portfolio/master/LICENSE).
## Visit Website: https://www.orbitthemes.com