All Projects β†’ website-templates β†’ Portfolio_one Page Template

website-templates / Portfolio_one Page Template

Licence: mit
Free responsive one page portfolio template

Projects that are alternatives of or similar to Portfolio one Page Template

Masterportfolio
πŸ”₯ The Complete Customizable Software Developer Portfolio Template which lets you showcase your work and provides each and every detail about you as Software Developer.
Stars: ✭ 913 (+761.32%)
Mutual labels:  portfolio-website, template, html5, css3
Online Bling
Stars: ✭ 9 (-91.51%)
Mutual labels:  sass, html5, website, css3
design-studio one-page-template
Free responsive flat designed one page template
Stars: ✭ 67 (-36.79%)
Mutual labels:  gulp, responsive, css3, pug
Gaintime
GainTime Γ© um framework de HTML, CSS e JS para desenvolvimento de projetos responsivos, focado na simplicidade.
Stars: ✭ 19 (-82.08%)
Mutual labels:  sass, html5, website, css3
Magz
Free Resonsive HTML5 & CSS3 Magazine Template
Stars: ✭ 64 (-39.62%)
Mutual labels:  template, sass, html5, css3
Varadbhogayata.github.io
My Portfolio - Personal Website
Stars: ✭ 95 (-10.38%)
Mutual labels:  portfolio-website, template, html5, css3
Buddycss
The framework for people who love coding!
Stars: ✭ 89 (-16.04%)
Mutual labels:  gulp, sass, html5, css3
Pug Sass Boilerplate Starter Kit
A Front-end template for building web apps or sites using Pug(Jade) and Sass
Stars: ✭ 92 (-13.21%)
Mutual labels:  gulp, sass, pug
Freemo
A free resume,portfolio and CV HTML template
Stars: ✭ 30 (-71.7%)
Mutual labels:  template, html5, website
Css Flags
A collection of pure CSS flags, all single divs.
Stars: ✭ 90 (-15.09%)
Mutual labels:  gulp, css3, pug
Papogen
Use Sass/CSS + Pug + Node.js to generate beautiful static website.
Stars: ✭ 37 (-65.09%)
Mutual labels:  sass, website, pug
Gmdjs
Grid Material Design
Stars: ✭ 24 (-77.36%)
Mutual labels:  gulp, sass, pug
Modern Html Starter Template
Modern HTML Starter Template
Stars: ✭ 752 (+609.43%)
Mutual labels:  template, html5, css3
Quick Free Bootstrap Theme
Free Bootstrap 4 Theme perfect for building responsive, mobile-first projects on the web suitable for businesses, startups, and agencies.
Stars: ✭ 31 (-70.75%)
Mutual labels:  template, website, responsive
Frontend Mentor Challenge
Here you will find all the challenges that we took from frontend-mentor.
Stars: ✭ 47 (-55.66%)
Mutual labels:  html5, website, css3
Uikit Computer Store Template
Computer store e-commerce template
Stars: ✭ 72 (-32.08%)
Mutual labels:  template, sass, pug
Sing App
πŸ’₯Free and open-source admin dashboard template built with Bootstrap 4.5 πŸ’₯
Stars: ✭ 1,187 (+1019.81%)
Mutual labels:  template, sass, responsive
Cirrus
☁️ The CSS framework for the modern web.
Stars: ✭ 716 (+575.47%)
Mutual labels:  sass, responsive, css3
Vue Music Player
🎡Vue.js写一δΈͺιŸ³δΉζ’­ζ”Ύε™¨+πŸ“–One(δΈ€δΈͺ).A music player + One by Vue.js
Stars: ✭ 729 (+587.74%)
Mutual labels:  sass, html5, css3
React Frontend Dev Portfolio
Easy to adapt and deploy React portfolio inspired with solutions found at GitHub.
Stars: ✭ 55 (-48.11%)
Mutual labels:  template, sass, html5

Portfolio one page template - ARCHIVED

Flat and responsive website template, designed and coded by Maxim Orlov.

Demo: http://website-templates.github.io/portfolio_one-page-template

Mockup demo Product mockup created with http://magicmockups.com/

Contents

Folder and file structure

./
β”œβ”€β”€ .editorconfig
β”œβ”€β”€ gulpfile.js
β”œβ”€β”€ package.json
β”œβ”€β”€ README.md
|
β”œβ”€β”€ gulp_tasks/                                * gulp tasks
|   β”œβ”€β”€ config/                                * gulp tasks config
β”‚   |   β”œβ”€β”€ paths.js
β”‚   |   └── aliases.js
β”‚   |
|   └── task.js
|
β”œβ”€β”€ screenshots/                               * responsive test screenshots
|
β”œβ”€β”€ dev/                                       * site source
β”‚   β”œβ”€β”€ images/                                * image sources
|   β”‚
β”‚   β”œβ”€β”€ pug/                                   * templates
|   |   β”œβ”€β”€ blocks/                            * blocks library
|   β”‚   |   └── block.pug
|   β”‚   β”œβ”€β”€ helpers/                           * helper mixins
|   β”‚   β”œβ”€β”€ vendor/                            * third-party code
|   β”‚   β”œβ”€β”€ layouts/                           * page layouts
|   β”‚   └── pages/                             * main pages templates
|   β”‚
β”‚   β”œβ”€β”€ js/                                    * source js
|   |   β”œβ”€β”€ vendor/                            * vendor scripts library
|   |   β”œβ”€β”€ lib/                               * site scripts library
|   β”‚   β”œβ”€β”€ head.js                            * head scripts
|   β”‚   └── body.js                            * body scripts
|   β”‚
|   β”œβ”€β”€ sass/                                  * sass preprocessor styles
|   |   β”œβ”€β”€ blocks/                            * blocks library
|   β”‚   |   └── block.sass
|   β”‚   β”œβ”€β”€ helpers/                           * mixins and vars
|   β”‚   β”œβ”€β”€ vendor/                            * third-party code
|   β”‚   β”œβ”€β”€ custom.sass
|   β”‚   β”œβ”€β”€ noscript.sass
|   β”‚   └── screen.sass
|   β”‚
β”‚   β”œβ”€β”€ helpers/                               * helper files
|   |   β”œβ”€β”€ favicon.ico
|   |   └── .htaccess
|   β”‚
β”‚   β”œβ”€β”€ fonts/                                 * font sources
|   β”‚
β”‚   └── data/                                  * configs and data for templates
β”‚
└── build/                                     * built source
    β”œβ”€β”€ index.html
    β”œβ”€β”€ page.html
    |
    └── static/                                * static assets
        β”œβ”€β”€ css/                               * minified styles
        |
        β”œβ”€β”€ images/                            * minified images
        β”‚
        β”œβ”€β”€ js/                                * minified assembled js
        |
        └── fonts/                             * @font-face-ready webfonts

Requirements

Editorconfig

This project has an .editorconfig file at the root. It describes indent style, trailing whitespaces etc. See more details here

How to start

If you haven't used Gulp before, be sure to check out the Getting Started guide, also check these recips

Before start you need to have installed npm , as well as gulp globally.

A few simple steps to start:

  • Install dependencies from package.json by running: npm install.
  • Run tasks from the list below and start devevelopment!
  • Edit general settings in dev/data/config.json See Site configuration section

Site configuration

This boilerplate uses Pug templates with external data configs. Main settings can be found in dev/data/config.json file. And they're available for usage in templates with config.key-name

Tasks

Here comes groups ofgulp tasks with some explanations

Cleanup

Remove placeholders from work directories. Gulp: gulp cleanup

  • Remove gitkeep files

Dev

Dev task with static server. Gulp: gulp dev

  • Bundle javascripts
  • Compile Sass stylesheets
  • Add vendor prefixes in css
  • Combine media queries in css files
  • Compile Pug templates
  • Sync helpers and other assets
  • Sync fonts
  • Sync images
  • Run BrowserSync static server with live reload using
  • Watch for changes and run dev task

Build

Build task. Gulp: gulp build

  • Minify images
  • Minify javascript files
  • Minify stylesheets
  • Minify html
  • Run BrowserSync static server

Rebuild

Regenerate and build project by running all tasks. Gulp: gulp rebuild

  • Bundle javascripts
  • Compile Sass stylesheets
  • Add vendor prefixes in css
  • Combine media queries in css files
  • Compile Pug templates
  • Sync helpers and other assets
  • Sync fonts
  • Sync images
  • Minify images
  • Minify javascript files
  • Minify stylesheets
  • Minify html

Server

Run server without watching for changes. Gulp: gulp server

  • Run BrowserSync static server

Live reload

This project uses BrowserSync as static server with enabled and configured live reload option.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].