๐
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Header Logo --> | |
<div class="header-logo"> | |
<a href="index.html"><img src="assets/images/logo.png" alt="Alchemists" srcset="assets/images/[email protected] 2x" class="header-logo__img"></a> | |
</div> | |
<!-- Header Logo / End --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="header-mobile clearfix" id="header-mobile"> | |
<div class="header-mobile__logo"> | |
<a href="index.html"><img src="assets/images/logo.png" srcset="assets/images/[email protected] 2x" alt="Alchemists" class="header-mobile__logo-img"></a> | |
</div> | |
<div class="header-mobile__inner"> | |
<a id="header-mobile__toggle" class="burger-menu-icon"><span class="burger-menu-icon__line"></span></a> | |
<span class="header-mobile__search-icon" id="header-mobile__search-icon"></span> | |
</div> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="site-wrapper clearfix"> | |
<div class="site-overlay"></div> | |
<!-- Header | |
================================================== --> | |
<!-- Header Mobile --> | |
<div class="header-mobile clearfix" id="header-mobile"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @author: VLThemes | |
* @version: @@version | |
*/ | |
get_header(); ?> | |
<main class="vlt-main site-main"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ { "elementType": "labels.text.fill", "stylers": [ { "color": "#ffffff" } ] }, { "elementType": "labels.text.stroke", "stylers": [ { "color": "#222430" } ] }, { "featureType": "administrative.land_parcel", "elementType": "labels", "stylers": [ { "visibility": "off" } ] }, { "featureType": "landscape", "elementType": "geometry", "stylers": [ { "color": "#222430" } ] }, { "featureType": "poi", "elementType": "geometry.fill", "stylers": [ { "color": "#5e627e" } ] }, { "featureType": "poi", "elementType": "geometry.stroke", "stylers": [ { "color": "#717595" } ] }, { "featureType": "poi", "elementType": "labels.text", "stylers": [ { "visibility": "off" } ] }, { "featureType": "poi.business", "stylers": [ { "visibility": "off" } ] }, { "featureType": "poi.park", "elementType": "geometry.fill", "stylers": [ { "color": "#a3ff12" } ] }, { "featureType": "road", "elementType": "geometry", "stylers": [ { "color": "#323545" } ] }, { "featureType": "road", "elementType": "labels", "stylers": [ { "color": "#ffffff" } ] }, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h2>Contact Form</h2> | |
[contact-form-7 title="Contact form"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="row"> | |
<div class="col-md-4"> | |
<div class="form-group"> | |
<label>Name <span class="required">*</span></label> | |
[text* your-name class:form-control] | |
</div> | |
</div> | |
<div class="col-md-4"> | |
<div class="form-group"> | |
<label>Email <span class="required">*</span></label> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="row"> | |
<div class="col-md-4"> | |
<div class="form-group"> | |
<label>Name <span class="required">*</span></label> | |
[text* your-name class:form-control] | |
</div> | |
</div> | |
<div class="col-md-4"> | |
<div class="form-group"> | |
<label>Email <span class="required">*</span></label> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var insta_feed = new Instafeed({ | |
get: 'user', | |
target: 'instagram-feed', | |
userId: 'YOUR_USER_ID', | |
accessToken: 'YOUR_ACCESS_TOKEN', | |
limit: 6, | |
template: '<li class="widget-instagram__item"><a href="{{link}}" id="{{id}}" class="widget-instagram__link-wrapper" target="_blank"><span class="widget-instagram__plus-sign"><img src="{{image}}" alt="" class="widget-instagram__img" /></span></a></li>' | |
}); |