Nevada. Documantation

An overview of the Nevada theme along with usage instructions for its various components.

Introduction


Nevada is a one page website theme built on the Materializecss framework.

Thank you for purchasing Nevada! These docs provide usage instructions for the various components built into the theme. If you run into any other problems with the theme, or encounter any bugs, please contact through the contact form on our profile page.

What's Included


Nevada comes with Three different Headers along with Sass Files.

Nevada is a flexible theme and comes with Three different Headers samples . The theme also includes Sass files for deeper customization and a variety of powerful jQuery plugins.


Sass Files

Every Partial Have A Specific Style:

  • foldermain.scss

    You can find in this file the basic stylesheet of the template.

  • folderPartials

    _colors.scss (Here You Can Find Template Colors)

    _buttons.scss (Here You Can Find Template buttons style)

    _layout.scss (Here You Can Find Template Layout style)

    _responsive.scss (Here You Can Find Template Media Queries style)

    _typography.scss (Here You Can Find Template basic typography style)


CSS Table Of Content

Table Of Content:

tableofcontent

jQuery Plugins

The following plugins are used in the Nevada theme. For more detailed usage instructions for each plugin, please visit the plugin website using the links provided below.


Owl-Carousel

A touch enabled jQuery plugin that lets you create beautiful responsive carousel sliders.

Plugin Website

Inview

Event that is fired as soon as an element appears in the user’s viewport.

Plugin Website

counTo

jQuery countTo is a jQuery plugin that will count up (or down) to a target number at a specified speed, rendered within an HTML DOM element.

Plugin Website

Lightbox

Lightbox is small javascript library used to overlay images on top of the current page. It's a snap to setup and works on all modern browsers.

Plugin Website

Particles

A lightweight JavaScript library for creating particles.

Plugin Website

Font Awesome

The iconic font and CSS toolkit.

Plugin Website


Images & Graphics

Pexels
UiFaces
Shutterstock
Freepik

Smooth Page Scrolling


As a one page theme, the smooth page scrolling feature is a great way to let your users navigation your content while being contsantly aware of where they are on the page. In order to use the page scroll content, you need a few things. You need a link that you want users to click on to bring them to a section, a unique ID set for the section you want to navigation to, and the page-scroll class added to the link itself.


Here is an example of what a link needs in order to scroll to a section:

            

<a href="#link" class="page-scroll">Link Text</a>

Note the page-scroll class being added to the link. For a more detailed example, see the links in the navigation bar within any of the samples!


Here is an example of what your section should look like that you're linking to with the above link example:

            

<section id="link">...</section>


Note that the section's ID matches the link's destination!

Support


If you run into problems, bugs, or have general questions about the theme, please feel free to email us and we will attempt to answer your questions.You can also contact me my email dbzbakhtari@gmail.com

Once again, thank you for choosing Nevada, and we wish you the best of luck on many projects to come!