Showing posts with label HTML. Show all posts
Showing posts with label HTML. Show all posts


What does 2018 hold for developers? What trends will change the way they work? TNW spoke to developers across a number of segments, and asked what they thought next year would bring. Here’s what they said.

All about the containers

Containerization is a great idea. When you put a bit of code into a container, you’re essentially packaging it in a certain way. It contains pretty much everything you need to run the software — like libraries, tools, settings — and binds it into an executable that you can deploy pretty much everywhere.
Containerized software is consistent. It runs the same no matter what machine you put it on. And because it’s isolated from its environment, and from other containers on the same system, they’re a lot more secure.
Like I said, it’s a great idea. And thanks to projects like Docker and Kubernetes, containerizing software is really easy. In 2018, you can expect this to become even more popular.
Kit Merker, VP of Business Development at JFrog, agrees. “The world needs more reliable software – secure, up to date, performant, resilient to failure – in order to keep all of our daily critical systems running,” he said.
“The introduction of a near-ubiquitous container computing platform that can run democratically on a myriad of open and closed platforms becomes a fundamental building block of Planet Earth’s information, commerce, government, social, education, health, transportation, energy, and industrial systems. The more we can interoperate a world-scale computing infrastructure the better.”

AR and Machine Learning will become even more commoditized (and easy)

Building AI-driven software used to be hard. Building mixed-reality applications used to be hard. That’s not the case anymore.
Let’s start with augmented reality. Over the past year, Facebook and Apple have thrust their own AR development technologies into the mix. ARKit in particular is a revolution, and people are using it to do some really cool things. And thanks to the WebXR project, it’s now possible to build sophisticated AR apps using web technologies.
Gabriel Kwok, Lead Frontend Engineer at mobile ad platform, Kiip thinks 2018 will be an “exploratory year”.
“With the release of ARKit and ARCore for iOS and Android respectively, AR capabilities will become more and more mainstream and developers will be challenged to push their imagination and incorporate AR as a differentiating factor in the sea of mobile apps. Despite advances in AR software, we’ll continue to grapple with hardware bottlenecks.”
On the AI front, you can expect much of the same. AI is making its way into almost everything, and it’s largely due to the same trends we’ve seen in the augmented reality world: simpler, free developer tools that lower the bar for entry significantly.

Data-Driven Developers

Next year, developers will increasingly take an data-driven approach to problem solving. Monitoring and analytical tools that allow them to identify, break-down, and resolve complex issues in their code.
Tague Griffith, Head of Developer Advocacy at Redis Labs, concurrs. Speaking to TNW via email, he explained that failure engineering and failure analysis will continue to grow and become more codified in 2018.
“Consider databases: there’s this idea of building tools and systems that validate whether databases do what they claim,” he explained.
“Netflix started the trend of the Chaos Monkey, and techniques like ‘failure introduction’ are becoming more mainstream as we start to understand the complexity of systems. Software is key part of our everyday lives and so much of our personal and health data is on our phones, available in cloud. In light of this, automated testing of failure and security analysis will keep building.”
JFrog’s Kit Merker made the case that data-driven analysis can result in significant performance improvements:
“When you first start to improve your development infrastructure you see amazing initial results. It’s like when you start lifting weights you get linear improvement for some time. But eventually you have to dig deeper and do more nuanced improvements to eke out a bit more performance,” he said.
“Measurement of every facet of development from idea to code to deployment to customer feedback will be expected and will help mature development teams focus on incremental gains. This means that those who are only just now investing in improved developer infrastructure might feel like they are making huge strides, but in reality they are scratching the surface of what’s possible. And what got you here won’t get you there.”

Go will be a hot language in 2018

Go is a fun language to work with. Like the majority of compiled language, it’s blazing fast. Unlike other languages, it’s built with concurrency in mind, and makes writing code that performs parallel tasks a doddle.
Syntax wise, it’s really easy to wrap your head around, and reads like a happy compromise between C and Python. It also has a thriving developer community that have created libraries and frameworks which extend the language further.
Recently, I’ve been playing around with Pixel — a dead simple games development platform for the Go programming language. Go can also be used to create web applications, although it primarily thrives as a systems language.
Redis Labs’s Tague Griffith reckons 2018 will be a bumper year for Go, explaining “Go the language is gaining a lot of popularity. It’ll become the new system language that developers turn to for performance-sensitive software, where control is key.”
That said, it won’t be the language of 2018. As was the case with last year, that crown belongs to JavaScript.

Developers will enter the industry through vocational study

Finally, here’s a prediction of my own.
Developers typically enter the industry through one of two ways: they’d go to university and study a computer science related topic, or they’d teach themselves how to code. But in recent years, a third option has emerged: vocational study.
More precisely, I’m talking about coding bootcamps.
Coding bootcamps are (typically private) educational institutions that teach software development in an intensive manner. While a traditional computer science degree takes place over four years, a course at a coding bootcamp lasts just a few months.
Crucially, bootcamps emphasize practical skills over theory. That’s because they typically aim to bring people to junior developer standard in just a few short weeks. That doesn’t leave much time for Djikstra’s algorithm.
Coding bootcamps are booming. Some, like Coding Dojo, have become a legitimate brand, with branches across the United States. One, Flatiron School, was acquired by WeWork earlier this year.
Developers are flooding the industry from these bootcamps. A huge part of that is due to cost. While the upfront cost of a bootcamp can be as high as $15,000, that’s nothing compared to a four-year degree. You can expect that trend to continue, especially while employment outcomes from traditional computer science courses remain dismal.

Bring on 2018

If you want to read the previous year’s predictions and see how right (or wrong) I was, you can check them out here. And if you want to tell me your own predictions, shoot me an email.

Today W3C releases HTML 5.2. This is the second revision of HTML5, following last year’s HTML 5.1 Recommendation. In 2014 we expressed a goal to produce a revision roughly every year; HTML 5.2 is a continuation of that commitment.

This Recommendation like its predecessor provides an updated stable guide to what is HTML. In the past year there has been a significant cleanup of the specification. We have introduced some new features, and removed things that are no longer part of the modern Web Platform, or that never achieved broad interoperability. As always we have also fixed bugs in the specification, making sure it adapts to the changing reality of the Web.

Many of the features added integrate other work done in W3C. The Payment Request API promises to make commerce on the Web far easier, reducing the risks of making a mistake or being caught by an unscrupulous operator. New security features such as Content Security Policy protect users more effectively, while new work incorporated from ARIA helps developers offer people with disabilities a good user experience of their applications.

HTML 5.2 makes the venerable plugin system obsolete. The Web was once extended by plugins – downloaded code with great power over the user’s computer. New technologies or capabilities such as virtual reality or speech interaction are now developed as part of the Web Platform. This allows for better control over potential security flaws, often reduces the cost of development, and enables more focus on the services people want to build than the platform they stand on.

Clarifications and bug fixes bring the HTML Recommendation closer to what has been deployed recently. The definition for the main element has been updated to support modern responsive design patterns, the style element can be used inside the body element. Numerous constraints on code have been loosened, while where necessary for interoperability or security a few have been carefully reinforced. Browsers are encouraged to provide better support for internationalised email addresses that let people around the world write the letters they grew up with, supporting their own language and community.




These are just some examples of W3C’s work to ensure the HTML specification reflects the reality of the Web. There are many other changes large and small in this update, which developers can use with confidence as a reference.

With this update we bid farewell to some of our editing team Steve Faulkner and Travis Leithead, who began as editors of HTML 5.0, Arron Eicholz, who worked on the new code structure for HTML 5.1, and Alex Danilo, who joined when HTML 5.1 was still in development. Their contributions have been important, and they join the many people who have dedicated untold efforts to develop HTML over the years.

Today also sees the First Public Working Draft of HTML 5.3. This was part of our existing plans to produce a new HTML Recommendation in 2018. This week WHATWG announced a new structure, and we are again exploring ways to collaborate with them on HTML. While this means the current plans may change, we remain committed to ensuring that HTML development takes into account the needs of the global community, and that HTML continues to improve in areas like accessibility, internationalisation, and enabling privacy alongside providing greater interoperability, performance, and security.

Sangwhan Moon continues as an editor, joined by Bruce Lawson, Patricia Aas, Shwetank Dixit, Terence Eden, and Xiaoqian Wu to continue the work of updating HTML. Thanks again to Steve Faulkner, who stayed on until now to help with the transition before returning his focus to editing the ARIA in HTML and HTML AAM specifications at W3C. We are pleased to have such a broad-based team, and we believe their strong combination of global experience will help as they work with the chairs, W3C staff, the Working Group and other contributors to meet the world’s needs. While there is always fairly mundane work to do maintaining and enhancing the quality of the HTML specification, 2018 promises an exciting year for HTML, with new features reaching the level of maturity necessary for a W3C Recommendation.



The Web was developed as a platform for everyone, and broad participation in its development, representing the diversity of stakeholders in its success, is vital to keeping it that way. For that reason among others, many thanks are due to all of the 250 or so individuals who contributed to this particular version over the last year. We are also grateful to the people who have already helped move HTML forward with early contributions to 5.3. We look forward to collaborating with many more of you as we continue a key part of W3C’s mission.

#MaxStore is free #WooCommerce #WordPress #Theme. MaxStore is WordPress #eCommerce theme based on WooCommerce plugin. This theme will be a perfect choice for online #fashion store, sport store, digital shop, men or women store, handbags store, cosmetics shop, luxury jewelry, accessories store and multipurpose online stores. Built with Bootstrap and CSS3 this creative theme is fully responsive design ready for the perfect look on any device. Theme is fully translation ready and includes wishlist support, left or/and right sidebar, footer widget area, custom backgrounds, custom logo, info top bar, search bar, social icons and much more... MaxStore is the fastest WooCommerce theme for WordPress.

Live Demo 


Time Watch is Multipurpose Powerful, Responsive & eCommerce HTML5 Template.This template is very easy to work, clean, modern, user friendly with valid HTML code.Demo content is perfect solution to have store ready in just few clicks.We have included 4 different layouts for different Categories.
Time Watch Template is multy business purpose Watch Store, Shoes Store, Wine Store Jevellery Store and many more . It’s fully responsive design ready suitable to any device including retina.

Theme features:

  • Responsive Layout
  • Bootstrap Latest Version
  • 4 Unick Category Home Versions
  • Font-Awesome And Google web font
  • Modern and Creative Flat Design
  • Fully compatible for all major latest browsers Firefox, Safari, Chrome
Note: Images are not included in theme folder

Key Features

  • Responsive Layout
  • Bootstrap 3.x
  • Documentation
  • Retina Ready

Compatible Browsers

  • Chrome
  • Firefox
  • Opera
  • Safari
  • IE11

Live Demo 

Bitcoin is a clean and high quality creative Bootstrap Crypto Currency template. Build with Bootstrap v3.3.7.
The main use is bitcoin mining websites, crypto currency exchange and trading, finances and business consulting, digital currencies.
You can easily present your ideas with perfect stylish. well commented html and css code for user friendly.
Specially made for Crypto Currency. Fully customize html and css files.  
Fully responsive and compatible with all latest browser.

 Theme Features

  • HTML5 + CSS3
  • Based on Bootstrap 3
  • Custom Fonts
  • Font Awesome icons
  • Cross-browser  Compatibility
  • Full Responsive Template
  • Social Media integration
  • Easy-to-use and easy-to-customize
  • Well Documentation
  • Valid HTML and CSS markup
  • SEO Optimized
  • And many more…

Live Demo 


M&K is clean and full responsive with two atractive layout design template made for multipurpose use. This template is suitable for fashion, cosmetic, women fashion and accessories, men fashion, kids store , watches store ,shoes, furniture store , sports store , flower store etc...

Theme features:

  • Responsive Layout
  • BootStrap Latest Version
  • 2 Unick Home Versions
  • Font-Awesome And Google web font
  • Modern and Creative Flat Design
  • Fully compatible for all major latest browsers Firefox, Safari, Chrome
Note: Images are not included in theme folder

Key Features

  • Responsive Layout
  • Bootstrap 3.x
  • Documentation
  • Retina Ready

Compatible Browsers

  • Chrome
  • Firefox
  • Opera
  • Safari
Live Demo 

Focus is clean and full responsive design template made for multipurpose use. This template is suitable for fashion, women fashion and accessories, kids store , watches store ,shoes, furniture store , sports store , flower store etc...

Theme features:

  • Responsive Layout
  • Custome Tab With Sliders
  • Bootstrap Latest Version
  • Font-Awesome And Google web font
  • Modern and Creative Flat Design
  • Fully compatible for all major latest browsers Firefox, Safari, Chrome

Key Features

  • Responsive Layout
  • Bootstrap 3.x
  • Documentation
  • Retina Ready

Compatible Browsers

  • Chrome
  • Firefox
  • Opera
  • Safari
  • IE11

Live Demo 

Fresh Food  is clean and full responsive atractive design template made for multipurpose use. This template is suitable for Vagetable,food, fashion, cosmetic, women fashion and accessories, men fashion, kids store , watches store ,shoes, furniture store , sports store , flower store etc...

Theme features:
  1. Responsive Layout   
  2. BootStrap Latest Version   
  3. Font-Awesome And Google web font   
  4. Modern and Creative Flat Design   
  5. Fully compatible for all major latest browsers Firefox, Safari, Chrome
Note: Images are not included in theme folder

Key Features

  • Responsive Layout
  • Bootstrap 3.x
  • Documentation
  • Retina Ready

Compatible Browsers

  • Chrome
  • Firefox
  • Opera
  • Safari
  • IE11

Live Demo 


Nature Look & Speed is a professionally coded and beautifully designed Bootstrap 3.x theme for spa and auto stores. Its layout was designed with fresh colours that add a fresh look and feel to the interface. Whether you create a fresh website for your salon or need a feel good refreshing style for your existing web.its designed for creating websites of automotive repair shops, stores with spare parts and accessories for car repairs, car washes, service stations, car showrooms painting, major auto centers and other sites related to cars and car services

Theme features: 

  • Responsive Layout   
  • Custome Tab With Sliders   
  • Testimonial With Parallax   
  • Bootstrap Latest Version   
  • 2 Unick Home Versions   
  • Font-Awesome And Google web font   
  • Modern and Creative Flat Design   
  • Fully compatible for all major latest browsers Firefox, Safari, Chrome etc,

Note: Images are not included in theme folder

Key Features

  • Responsive Layout
  • Bootstrap 3.x
  • Documentation
  • Retina Ready

Compatible Browsers

  • Chrome
  • Firefox
  • Opera
  • Safari
  • IE10
  • IE11

Live demo



Health Care is a clean and high quality creative HTML5 template. Build with latest Boostrap v3.3.7. You can easily present your ideas with perfect stylish. well commented html and css code for user friendly. Fully responsive and compatible with all latest browser. its specialy designed for health and care
  • HTML5 + CSS3
  • Based on Bootstrap 3
  • Custom Fonts
  • Font Awesome icons
  • Cross-browser Compatibility
  • Full Responsive Template
  • Google Map Integrated
  • Social Media integration
  • Easy-to-use and easy-to-customize
  • Newsletter Popup with Cookie
  • Mega menu
  • Product tab
  • Special product timer
  • Price range filter
  • Working PHP Contact Form
  • Well Documentation
  • Valid HTML and CSS markup
  • SEO Optimized
  • And many more…
Note Images are just used for preview purpose only and NOT included in the final purchase files.

Key Features

  • Responsive Layout
  • Bootstrap 3.x
  • Documentation
  • Retina Ready

Compatible Browsers

  • Firefox
  • Opera
  • Safari
  • Edge
  • IE10
  • IE11

Live demo



Darklook is a clean and high quality creative Bootstrap E-commerce template. Build with Bootstrap v3.3.7. You can easily present your ideas with perfect stylish. well commented HTML and CSS code for user-friendly. Specially made for watch store. Fully customize HTML and CSS files. Fully responsive and compatible with all latest browser.
  • HTML5 + CSS3
  • Based on Bootstrap 3
  • Custom Fonts
  • Font Awesome icons
  • Cross-browser Compatibility
  • Full Responsive Template
  • Google Map Integrated
  • Social Media integration
  • Easy-to-use and easy-to-customize
  • Well Documentation
  • Valid HTML and CSS markup
  • SEO Optimized
  • And many more…
Note Images are just used for preview purpose only and NOT included in the final purchase files.

Key Features

  • Responsive Layout
  • Bootstrap 3.x
  • Documentation
  • Retina Ready

Compatible Browsers

  • IE10
  • IE11
  • Firefox
  • Safari
  • Opera
  • Edge
 Live Demo






Hot Wear is a professionally coded and beautifully designed Bootstrap 3.x theme for lingerie stores. Its layout was designed with fresh colours that add a fresh look and feel to the interface.
Theme has custom design for: girly, sexy, apparel lingerie, underwear, sleep wear,  sleepwear, bras shop, lingerie accessories costumes for ladies.

Theme features:

  • Responsive Layout
  • Custome Tab With Sliders
  • Testimonial With Parallax
  • Bootstrap Latest Version
  • 2 Unick Home Versions
  • Font-Awesome And Google web font
  • Modern and Creative Flat Design
  • Fully compatible for all major latest browsers Firefox, Safari, Chrome
Note: Images are not included in theme folder

Key Features

  • Responsive Layout
  • Bootstrap 3.x
  • Documentation
  • Retina Ready

Compatible Browsers

  • Chrome
  • Firefox
  • Opera
  • Safari
  • IE10
  • IE11

Live Demo




Toggle is a clean and high quality creative HTML5 portfolio one page template. Build with latest Bootstrap v3.3.7. You can easily present your ideas with perfect stylish. well commented HTML and CSS code for user-friendly. Fully responsive and compatible with all latest browser.

  • 7 Pre-Made Layouts
  • 20+ Color Options
  • 6 Different Banner Style
  • HTML5 + CSS3
  • Based on Bootstrap 3
  • Custom Fonts
  • Font Awesome icons
  • Cross-browser Compatibility
  • Full Responsive Template
  • Google Map Integrated
  • Smooth Parallax Backgrounds
  • Social Media integration
  • Easy-to-use and easy-to-customize
  • Well Documentation
  • Valid HTML and CSS markup
  • SEO Optimized
  • And many more…

Key Features

  • Responsive Layout
  • Bootstrap 3.x
  • Documentation
  • Retina Ready

Compatible Browsers

  • IE10
  • IE11
  • Firefox
  • Safari
  • Opera
  • Chrome


Live demo

Download 


Themini Multipurpose Responsive Opencart Theme Specially Design For the E-commerce Store like Fashion, Clothes,T-shirt, Shoes, Fashion Store, Jewellery, Sportswear, Watch, Bag, Night Wear, Food, Designer, Cosmetic, Lingerie, Multipurpose theme etc. This OpenCart Theme is looking good with fresh colors combination with 3 different layout included. It comes with extremely beautiful design for your business website.

  • 3 Pre-Made Layouts
  • Responsive design
  • HTML5 + CSS3
  • Based on Bootstrap 3
  • Custom Fonts
  • Cross-browser Compatibility
  • Full Responsive OpenCart Theme
  • Feature Product Slider
  • New Product Slider
  • Special Product Slider
  • Bestseller Product Slider
  • Newsletter Module With Popup
  • ProductQuick View Options
  • Blog Module
  • Testimonial
  • Price Range Filter
  • Smooth Parallax Breadcrumb Backgrounds
  • Product Image Cloud Zoom effect
  • Ajax Live Search Module
  • Custom Payment Icons
  • Social Media integration
  • Multi language
  • Multi currency
  • Unlimited CMS Block
  • Grid or List View
  • Unlimited Banners + Sliders
  • Megamenu With Fix Header
  • Products Pagination
  • Grid/List Switcher
  • Easy-to-use and easy-to-customize
  • Well Documentation
  • Valid HTML and CSS markup
  • Free updates
  • SEO Optimized
  • Full Free PSD Files Included
  • And many more…
 For HTML Version Click Here ->

Live Demo


Tizzy Multipurpose Responsive Opencart Theme Specially Design For the E-commerce Store like Food, Fashion,Designer, Clothes,Cosmetic, T-shirt, Shoes,Lingerie, Fashion Store, Jewellery, Sportswear, Watch, Bag, Night Wear, Multipurpose theme etc.

  • 6 Pre-Made Layouts
  • Responsive design
  • HTML5 + CSS3
  • Based on Bootstrap 3
  • Custom Fonts
  • Cross-browser Compatibility
  • Full Responsive OpenCart Theme
  • Feature Product Slider
  • New Product Slider
  • Special Product Slider
  • Bestseller Product Slider
  • Newsletter Module With Popup
  • ProductQuick View Options
  • Blog Module
  • Testimonial
  • Smooth Parallax Backgrounds
  • Product Image Cloud Zoom effect
  • Ajax Live Search Module
  • Custom Payment Icons
  • Social Media integration
  • Multi language
  • Multi currency
  • Unlimited CMS Block
  • Grid or List View
  • Unlimited Banners + Sliders
  • Megamenu With Fix Header
  • View More andSee More Product in Latest
  • Products Pagination
  • Grid/List Switcher
  • Easy-to-use and easy-to-customize
  • Well Documentation
  • Valid HTML and CSS markup
  • Free updates
  • SEO Optimized
  • Full Free PSD Files Included
  • And many more…

Live Demo


Gaando is a clean and high quality creative HTML5 portfolio one page and Multipage template. Build with latest Boostrap v3.3.7. You can easily present your ideas with perfect stylish. well commented html and css code for user friendly. Fully responsive and compatible with all latest browser.

  • 26 Pre-Made Layouts
  • 12+ Different Banner Style
  • HTML5 + CSS3
  • Based on Bootstrap 3
  • Custom Fonts
  • Font Awesome icons
  • Cross-browser Compatibility
  • Full Responsive Template
  • Google Map Integrated
  • Social Media integration
  • Easy-to-use and easy-to-customize
  • Well Documentation
  • Valid HTML and CSS markup
  • SEO Optimized
  • And many more…

Live Demo


Fastro is a clean and high quality creative HTML5 template. Build with latest Boostrap v3.3.7. You can easily present your ideas with perfect stylish. well commented html and css code for user friendly. Fully responsive and compatible with all latest browser. We have included 4 pre defined layouts for home page & 40+ HTML Files

Theme features

  • 12 Pre-Made Layouts
  • HTML5 + CSS3
  • Based on Bootstrap 3
  • Custom Fonts
  • Font Awesome icons
  • Cross-browser Compatibility
  • Full Responsive Template
  • Google Map Integrated
  • Social Media integration
  • Easy-to-use and easy-to-customize
  • Newsletter Popup with Cookie
  • Mega menu
  • Product tab
  • Special product timer
  • Price range filter
  • Working PHP Contact Form
  • Well Documentation
  • Valid HTML and CSS markup
  • SEO Optimized
  • And many more…


Live Demo


Buildline is minimal and creative HTML Fully Responsive, Modern and Multipurpose Portfolio Template based on Bootstrap 3 framework created for Portfolio, Creative Professionals, Agencies, Content Creators and Photographers etc.


Main Features

  • Built with Bootstrap v3.3.7
  • Clean & Minimal Design
  • Fully Responsive & Mobile-Friendly Design
  • Cross-browser Compatible
  • Mobile Browsers Compatible
  • Font Awesome Icons
  • Google Fonts
  • W3C Valid HTML Code

Live Demo



Apparel is a clean, high quality creative and uniquely ecommerce PSD website template. PSD files are well organized and named accordingly so its very easy to customize and update.

Template Features
  • Modern & Creative Design
  • 23 PSD files included
  • Modern and Creative Design for selling multiple products
  • Perfect bold and trendy color palettes for eCommerce site
  • Design Based on 1170px Grid system
  • Easy customization
  • The downloadable files are well-organised, well-named, fully-layered and easy to modify.
  • Well-organized layers PSDs Files
  • Google fonts and flat icons used
  • Extended documentation
  • Great Support 24/7.
  • Easy to find the files name, folder, layers, goups.
  • And many more…
23 PSD Files Included
  • 01Home_page.psd
  • 02Home_page.psd
  • 03Home_page.psd
  • 04Home_page.psd
  • 05Home_page.psd
  • 06Category_page.psd
  • 07Category_page.psd
  • 08Category_Page.psd
  • 09Product_Page.psd
  • 10Product_page.psd
  • 11My_Wishlist.psd
  • 12Shopping_Cart.psd
  • 13Checkout.psd
  • 14Blog_page.psd
  • 15Blog_page.psd
  • 16Blog_page.psd
  • 17Blog_page.psd
  • 18Blog_page.psd
  • 19Contact_Us.psd
  • 20Authentication.psd
  • 21Mega_menu.psd
  • 22Email.psd
  • 23Coming_soon.psd
Font used


HTML Version Coming Soon…..

For Opencart Version  Click here ->

Live Demo

Themini is a clean and high quality creative HTML5 template. Build with latest Boostrap v3.3.7. You can easily present your ideas with perfect stylish. well commented html and css code for user friendly. Fully responsive and compatible with all latest browser. We have included 4 pre defined layouts for home page & 30+ HTML Files

  • 3 Pre-Made Layouts
  • HTML5 + CSS3
  • Based on Bootstrap 3
  • Custom Fonts
  • Font Awesome icons
  • Cross-browser Compatibility
  • Full Responsive Template
  • Google Map Integrated
  • Social Media integration
  • Easy-to-use and easy-to-customize
  • Newsletter Popup with Cookie
  • Mega menu
  • Product tab
  • Price range filter
  • Working PHP Contact Form
  • Well Documentation
  • Valid HTML and CSS markup
  • SEO Optimized
  • And many more…


For Opencart Version

Click Here ->

Live Demo