Thank you very much for purchasing our theme! If you have any questions that aren't covered in this documentation, please feel free to email us.
Arcon Studio High Quality Multi Purpose Landing template based on bootstrap 3. With 20+ different home page layouts, 25+ Html files included Best Idea for small Business, creative Agencies, corporate web solution, personal resume, weddings, restaurant, fitness, web hosting, advertising, travel agency, construction and business agencies. High Resolution Images and google fonts.
It will be fit any mobile or tablet devices. This is a flexible template uses fresh and clean design.
-assets (all assets/required file of this template) --bootstrap (bootstrap core files) --css (all css files) --flexSlider (all flex slider files) --Slick Slider (all slick slider files) --fonts (material icons and font-awesome font icon set ) --images (all images) --js (all javascript files) --magnific-popup (all files for image popup) --owl-carousel (owl-carousel core files) --simple-text-rotator (text rotator plugin) --videos (html5 video formats) - email-templates (a basic email template functional with contact form) -and all other html files
Being based on Twitter Bootstrap, Arcon Studio inherits its awesome grid system. It's a responsive, mobile first grid that appropriately scales up to 12 columns as the device or view port size increases.
Example markup:
<div class="row">
<div class="col-md-12">
Level 1 column
<div class="row">
<div class="col-md-6">Level 2</div>
<div class="col-md-6">Level 2</div>
</div>
</div>
</div>
CSS Files
<link rel="stylesheet" href="assets/css/master.css'>
<link rel="stylesheet" href="assets/css/responsive.css'>
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script|Lato:100,300,400,700,900|Merriweather|Parisienne|Playfair+Display:400,700|Source+Sans+Pro:400,700');
@import url("../css/bootstrap.min.css");
@import url("../css/font-awesome.min.css");
@import url("../css/custom-icons.min.css");
@import url("../css/transitions.css");
JavaScripts Files
<!-- jQuery Javascript Plugins --> <script src="assets/js/jquery.min.js"></script> <script src="assets/js/validator.js"></script> <script src="assets/js/smoothscroll.js"></script> <script src="assets/js/plugins.js"></script> <script src="assets/js/master.js"></script> <script src="assets/js/bootsnav.js"></script>
There are two kinds of font icons used in this template.
Font Awesome is a @font-face iconset that allows you to change size and color of the icons just using CSS.
To add an icon, simply create an empty element with class 'fa fa-[icon name]', for example:
<i class="fa fa-file"></i> <i class="fa fa-home"></i> <i class="fa fa-envelope"></i>
Flaticon is also a @font-face iconset that allows you to change size and color of the icons just using CSS.
To add an icon, simply create an empty element with class 'mdi-[icon name]', for example:
<i class="mdi-anchor"></i> <span class="mdi-fingerprint"></span>
You can use all hero units (slider sections) at any pages. Just copy the Intro Section or Video Section or Slider section and past it in any pages. You can create new pages with this bolcks.
Example:
If you wish to make your homepage with html video slider just copy this code and past it on your new page.
<!------ Video Start ------>
<section class="pt-0 pb-0">
<div class="hero-text-wrap overlay-bg">
<div class="hero-text white-color">
<div class="container text-center">
<h3 class="white-color text-uppercase font-700">Start your future today</h3>
<h1 class="white-color">Arcon Studio</h1>
<p class="text-center mt-30"><a class="btn btn-white btn-circle">See Our Work</a><a class="btn btn-color btn-circle">Buy Arcon</a></p>
</div>
</div>
</div>
<div class="homepage-hero-module">
<div class="video-container">
<div class="filter"></div>
<video autoplay loop class="fillWidth">
<source src="assets/images/video/video.mp4" type="video/mp4" />
<source src="assets/images/video/video.webm" type="video/webm" />
</video>
<div class="poster hidden"> <img src="assets/images/video/video.jpg" alt="video-img"> </div>
</div>
</div>
</section>
<!------ Video End ------>
Important: Dont forget to add required CSS files and Javascript files at header and footer.
You will get lots of shortcodes with this template. We made all shortcodes clean and re useable.
You can use all shortcodes at anywhere and in any pages of this template. Just copy any block you like and past it any where you wish.
Example:
<!------ Who We Are Start ------>
<section class="first-ico-box">
<div class="container">
<div class="row">
<div class="col-sm-8 section-heading">
<h2 class="text-uppercase wow fadeInUp" data-wow-delay="0.1s">Who We Are</h2>
<h4 class="text-uppercase source-font wow fadeInUp" data-wow-delay="0.2s">- The world at your fingertips -</h4>
<div class="mt-30 wow fadeInUp" data-wow-delay="0.3s">
<p>We’re nuts about improving your business so we ensure that we track results from day one. Sure, we come up with great creative ideas that engage and captivate your customers, Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed varius quam ut magna ultricies pellentesque. </p>
</div>
</div>
</div>
<div class="row mt-50">
<div class="col-md-4 feature-box text-center wow fadeInUp" data-wow-delay="0.1s"> <i class="mdi mdi-scale font-50px dark-icon"></i>
<h4 class="text-uppercase">STRATEGY</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce efficitur congue erat ac molestie.</p>
</div>
<div class="col-md-4 feature-box text-center wow fadeInUp" data-wow-delay="0.2s"> <i class="mdi mdi-chart-arc font-50px dark-icon"></i>
<h4 class="text-uppercase">CREATIVELY</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce efficitur congue erat ac molestie.</p>
</div>
<div class="col-md-4 feature-box text-center wow fadeInUp" data-wow-delay="0.3s"> <i class="mdi mdi-flask-outline font-50px dark-icon"></i>
<h4 class="text-uppercase">PRODUCTIVITY</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce efficitur congue erat ac molestie.</p>
</div>
</div>
</div>
</section>
<!------ Who We Are End ------>
Just copy this block and past anywhere of any page of this template. You can youse all individual blocks along with this template.
The HTML5 <video> element specifies a standard way to embed a video in a web page. You can play a video in your webpage background or any section. You can host video form root server or can add link form other server.
For browser support you have to provide two format video(.webm/.ogg and .mp4)
The markup:
<div class="homepage-hero-module">
<div class="video-container">
<div class="filter"></div>
<video autoplay loop class="fillWidth">
<source src="assets/images/video/video.mp4" type="video/mp4" />
<source src="assets/images/video/video.webm" type="video/webm" />
</video>
<div class="poster hidden"> <img src="assets/images/video/video.jpg" alt="video-img"> </div>
</div>
</div>
/* ==================================================================
GOOGLE MAPS
================================================================== */
if ($('#myMap').length > 0) {
//set your google maps parameters
var $latitude = 40.716304, //If you unable to find latitude and longitude of your address. Please visit http://www.latlong.net/convert-address-to-lat-long.html you can easily generate.
$longitude = -73.995763,
$map_zoom = 16 /* ZOOM SETTING */
//google map custom marker icon
var $marker_url = 'assets/images/pin.png';
//we define here the style of the map
var style =
[
{
"elementType": "geometry",
"stylers": [
{
"color": "#f5f5f5"
}
]
},
{
"elementType": "labels.icon",
"stylers": [
{
"visibility": "off"
}
]
},
{
"elementType": "labels.text.fill",
"stylers": [
{
"color": "#616161"
}
]
},
{
"elementType": "labels.text.stroke",
"stylers": [
{
"color": "#f5f5f5"
}
]
},
{
"featureType": "administrative.country",
"elementType": "geometry.fill",
"stylers": [
{
"color": "#1ec0ff"
}
]
},
{
"featureType": "administrative.land_parcel",
"elementType": "labels.text.fill",
"stylers": [
{
"color": "#bdbdbd"
}
]
},
{
"featureType": "poi",
"elementType": "geometry",
"stylers": [
{
"color": "#eeeeee"
}
]
},
{
"featureType": "poi",
"elementType": "labels.text.fill",
"stylers": [
{
"color": "#757575"
}
]
},
{
"featureType": "poi.park",
"elementType": "geometry",
"stylers": [
{
"color": "#e5e5e5"
}
]
},
{
"featureType": "poi.park",
"elementType": "labels.text.fill",
"stylers": [
{
"color": "#9e9e9e"
}
]
},
{
"featureType": "road",
"elementType": "geometry",
"stylers": [
{
"color": "#ffffff"
}
]
},
{
"featureType": "road.arterial",
"elementType": "labels.text.fill",
"stylers": [
{
"color": "#757575"
}
]
},
{
"featureType": "road.highway",
"elementType": "geometry",
"stylers": [
{
"color": "#dadada"
}
]
},
{
"featureType": "road.highway",
"elementType": "labels.text.fill",
"stylers": [
{
"color": "#616161"
}
]
},
{
"featureType": "road.local",
"elementType": "labels.text.fill",
"stylers": [
{
"color": "#9e9e9e"
}
]
},
{
"featureType": "transit.line",
"elementType": "geometry",
"stylers": [
{
"color": "#e5e5e5"
}
]
},
{
"featureType": "transit.station",
"elementType": "geometry",
"stylers": [
{
"color": "#eeeeee"
}
]
},
{
"featureType": "water",
"elementType": "geometry",
"stylers": [
{
"color": "#c9c9c9"
}
]
},
{
"featureType": "water",
"elementType": "labels.text.fill",
"stylers": [
{
"color": "#9e9e9e"
}
]
}
];
//set google map options
var map_options = {
center: new google.maps.LatLng($latitude, $longitude),
zoom: $map_zoom,
panControl: true,
zoomControl: true,
mapTypeControl: true,
streetViewControl: true,
mapTypeId: google.maps.MapTypeId.ROADMAP,
scrollwheel: false,
styles: style
}
//inizialize the map
var map = new google.maps.Map(document.getElementById('myMap'), map_options);
//add a custom marker to the map
var marker = new google.maps.Marker({
position: new google.maps.LatLng($latitude, $longitude),
map: map,
visible: true,
icon: $marker_url
});
var contentString = '<div id="mapcontent">' + '<p>Arcon Studio</p></div>';
var infowindow = new google.maps.InfoWindow({
maxWidth: 320,
content: contentString
});
google.maps.event.addListener(marker, 'click', function() {
infowindow.open(map, marker);
});
}
});
HTML Markup:
<!------ Google Maps Start ------> <section class="pt-0 pb-0 map-section"> <div id="myMap" class="wide"></div> </section> <!------ Google Maps End ------>
In Arcon Studio HTML5 template there is full functional working contact form. We have also added a simple email template with this contact form.
To customize/change the email address please open "sendemail.php" file from root folder in any code editor .
Go to the line number 9. There is a line:
$to = 'youremail@gmail.com'; //put your email here
Replace the existing email address with your own mailing address.
Thats it! your template is ready now for receive message from others via mail.
Twitter Bootstrap: http://getbootstrap.com/
animate.css: http://daneden.github.io/animate.css/
Google Fonts: http://www.google.com/webfonts
Font Awesome: http://fontawesome.io/
Google Materail Icons: https://materialdesignicons.com/
jQuery: https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js
jQuery Easing: http://gsgd.co.uk/sandbox/jquery/easing/
megamenu: http://bootsnav.danurstrap.com/
smoothscroll: http://cferdinandi.github.io/smooth-scroll/
countTo: https://github.com/mhuggins/jquery-countTo
stellar: http://markdalgleish.com/projects/stellar.js/
Shuffle: http://vestride.github.io/Shuffle/
inview: https://github.com/protonet/jquery.inview
owl.carousel: http://owlgraphic.com/owlcarousel/
Photos and Videos
Important!