Skip to content

Instantly share code, notes, and snippets.

View danfisher85's full-sized avatar
๐Ÿ˜Ž
Focusing

Dan Fisher danfisher85

๐Ÿ˜Ž
Focusing
View GitHub Profile
<!-- Main Navigation -->
<nav class="main-nav clearfix">
<ul class="main-nav__list">
<li class="active"><a href="index.html">Home</a>
<ul class="main-nav__sub">
<li class="active"><a href="index.html">Home - version 1</a></li>
<li class=""><a href="index-2.html">Home - version 2</a></li>
<li class=""><a href="index-3.html">Home - version 3</a></li>
</ul>
</li>
<!-- 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 -->
<div class="site-wrapper clearfix">
<div class="site-overlay"></div>
<!-- Header
================================================== -->
<!-- Header Mobile -->
<div class="header-mobile clearfix" id="header-mobile">
<?php
/**
* @author: VLThemes
* @version: @@version
*/
get_header(); ?>
<main class="vlt-main site-main">
[ { "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" } ] },
<h2>Contact Form</h2>
[contact-form-7 title="Contact form"]
<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>
<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>
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>'
});