Skip to content

nathankjer/submarine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Submarine

A sandwich shop Wordpress theme by @nathankjer

Developing With npm, Gulp and SASS and [Browser Sync][1]

Installing Dependencies

  • Make sure you have installed Node.js and Browser-Sync (optional) on your computer globally
  • Then open your terminal and browse to the location of your UnderStrap copy
  • Run: $ npm install

Running

To work with and compile your Sass files on the fly start:

  • $ gulp watch

Now all sass and javascript automatically compile into the css and js folders respectively. Add custom code to the sass/theme/_theme.scss and src/js/custom-javascript.js files.

Using Owl Carousel 2

<div class="owl-carousel owl-theme">
  <div class="item">...</div>
</div>

Using Font Awesome 5

<i class="fab ..."></i>

Licenses & Credits

About

Submarine – A sandwich shop Wordpress theme by @nathankjer

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 79.0%
  • JavaScript 14.4%
  • PHP 6.6%