Introducing Sportify - HTML Theme

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Thank you for purchasing our product! We are very glad that you have decided on our HTML theme.

The theme is very easy to use and we are here to guide and help you, so please read and follow the instructions and if you have further questions write us a email hi@theslathemes.com. This documentation is more of a reference work if you do not know what to do and need a better understanding on how the template is built write us a email.

Modification

To the Top

Sportify has 16 HTML Files:

  • index.html - Home Page Primary view
  • about-us.html - About Us page
  • team.html - Our Team page
  • blog.html - Site Blog page
  • post.html - Site Post page
  • classes.html - Site Classes page
  • timeline.html - Site Timeline page
  • error.html - 404 Error page
  • contact.html - Site Contact page
  • shop.html - Site Shop page
  • catalog.html - Site Catalog page
  • product.html - Site Product View page
  • checkout.html - Site Product Checkout page
  • cart.html - Shop Cart page
  • auth.html - Site Login/Register page
  • account.html - Site User Account page

A screen of the Home Page:

theme

A screen of the Shop Home Page:

theme

All the themes elements like the Testimonial, event, services, skills etc. are all separated DIV-s that can be used on any page you want.

The themes includes javascripts files:

  • jQuery Library 1.9.2
  • bootstrap.js
  • jquery.swipebox.js
  • placeholder.js
  • options.js
  • modernizr.custom.63321.js
  • imagesloaded.pkgd.min.js
  • simple-slider
  • queryloader.js
  • enquire.js
  • jquery.finger.js

CSS Files and Structure

To the Top

This theme has been implemented as a responsive layout. The full width of the template is fluid for screen mode, and it still has a boxed version.

The CSS file is located in the css folder. The css file is registered and included in the "head"..."/head".

CSS file is very good structured and arranged so you can search very easy:


.main-nav{
    margin-top: 12px;
}

.main-nav > ul {
  margin-bottom: 0;
}

.main-nav > ul li {
  position: relative;  
}

.main-nav > ul > li {
    position: relative;
  float: left;
  text-transform: uppercase;
}

.main-nav > ul > li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition:    background 0.3s ease-in-out;
  -o-transition:      background 0.3s ease-in-out;
  -ms-transition:     background 0.3s ease-in-out;
  transition:         background 0.3s ease-in-out;
  text-decoration: none;
}

.main-nav > ul > li > a {
  font-family: 'AntonioRegular';
  font-size: 22px;
  display: inline-block;
  color: #645a59;
  padding: 8px 8px;
  margin-right: 32px;
  /* border-bottom: 2px solid transparent; */
}

.main-nav > ul > li:last-of-type > a{
    margin-right: 0;
}
.main-nav > ul > li:before{
    content: "|";
    position: absolute;
    top: 8px;
    left: -16px;
    z-index: 1;
    color: #fff;
    opacity: 0.4;
}

.main-nav > ul > li:nth-child(1):before{
    content: "";
}

.main-nav > ul > li:nth-child(1) > a{
    margin-left: 0;
}

.main-nav > ul > li > a:hover,
.main-nav > ul > li:hover > a,
.main-nav > ul > li ul a:hover {
  color: #ffffff;
  background: #DB3441;
}

.main-nav > ul > li a:hover + ul,
.main-nav > ul > li a + ul:hover {
  display: block;
}

.main-nav > ul > li ul {
  position: absolute;
  background: #db3441;
  display: none;
  z-index: 100;
  margin-top: -2px;
  box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}

.main-nav > ul > li li {
  width: 220px; 
}

.main-nav > ul > li ul a {
    
  padding: 11px;
  display: block;
  color: rgba(255, 255, 255, 0.5);
  border-top: 1px solid #fff;
}

.main-nav > ul > li ul li:nth-child(1) a{
    border: medium none;
}

.main-nav > ul > li > ul ul {
  top: 0;
  left: 100%;
}
                    

Credits and Sources

To the Top

I've used the following images, icons, fonts or other files as listed.

Fonts used:

Thank you so much for choosing "Sportify" we hope you will enjoy using it!