| 1 |
<!DOCTYPE html> |
| 2 |
<html lang="{{ site.lang | default: "en-US" }}"> |
| 3 |
<head> |
| 4 |
|
| 5 |
<meta charset="UTF-8"> |
| 6 |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 7 |
<meta name="viewport" content="width=device-width, initial-scale=1"> |
| 8 |
|
| 9 |
{% seo %} |
| 10 |
<link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}"> |
| 11 |
<style> |
| 12 |
.menu, .menu ul { |
| 13 |
background: none; |
| 14 |
border: none; |
| 15 |
list-style: disc; |
| 16 |
height: auto; |
| 17 |
} |
| 18 |
.menu li { |
| 19 |
border: none; |
| 20 |
display: list-item; |
| 21 |
float: none; |
| 22 |
height: auto; |
| 23 |
margin-left:20px; |
| 24 |
width: 100%; |
| 25 |
} |
| 26 |
.menu li a { |
| 27 |
font-size: 14px; |
| 28 |
color: #e72c59; |
| 29 |
text-align: left; |
| 30 |
height: 16px; |
| 31 |
} |
| 32 |
.menu ul { |
| 33 |
margin-bottom: 0px; |
| 34 |
} |
| 35 |
blockquote { |
| 36 |
color: #e72c59; |
| 37 |
} |
| 38 |
h1 { |
| 39 |
font-size: 23px; |
| 40 |
} |
| 41 |
|
| 42 |
h1, h1 a:hover, h1 a:visited, |
| 43 |
h2, h3, h4, h5, h6, th |
| 44 |
{ |
| 45 |
color: #e72c59; |
| 46 |
} |
| 47 |
.product-logo { |
| 48 |
margin-right: 10px; |
| 49 |
} |
| 50 |
.yk-ss-promo { |
| 51 |
font-weight: bold; |
| 52 |
} |
| 53 |
a:hover { |
| 54 |
font-weight: normal !important; |
| 55 |
} |
| 56 |
@media only screen and (max-width: 600px) { |
| 57 |
.site-description { |
| 58 |
display: none; |
| 59 |
} |
| 60 |
} |
| 61 |
|
| 62 |
|
| 63 |
/* Hide checkbox */ |
| 64 |
#navcheck { |
| 65 |
visibility: hidden; |
| 66 |
} |
| 67 |
|
| 68 |
/* Mobile breakpoint */ |
| 69 |
@media (max-width: 767px) { |
| 70 |
|
| 71 |
.menu-label { |
| 72 |
user-select: none; |
| 73 |
} |
| 74 |
|
| 75 |
.menu { |
| 76 |
display: none; |
| 77 |
border-top: 1px solid #e5e5e5; |
| 78 |
padding-top: 5px; |
| 79 |
|
| 80 |
} |
| 81 |
|
| 82 |
.view { |
| 83 |
text-align: right; |
| 84 |
display: none; |
| 85 |
} |
| 86 |
|
| 87 |
#navcheck:checked + .menu { |
| 88 |
display: block; |
| 89 |
} |
| 90 |
|
| 91 |
#navcheck:checked + .view { |
| 92 |
display: block; |
| 93 |
} |
| 94 |
} |
| 95 |
|
| 96 |
/* Desktop breakpoint */ |
| 97 |
@media (min-width: 768px) { |
| 98 |
.menu-label { |
| 99 |
display: none; |
| 100 |
} |
| 101 |
} |
| 102 |
</style> |
| 103 |
<!--[if lt IE 9]> |
| 104 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script> |
| 105 |
<![endif]--> |
| 106 |
</head> |
| 107 |
<body> |
| 108 |
<div class="wrapper"> |
| 109 |
<header> |
| 110 |
|
| 111 |
|
| 112 |
<h1> |
| 113 |
<a href="{{ site.baseurl }}/"> |
| 114 |
<img src="{{site.logo | relative_url}}" alt="Logo" width="50" height="50" align="left" class="product-logo" /> |
| 115 |
{{ site.title | default: site.github.repository_name }} |
| 116 |
</a> |
| 117 |
</h1> |
| 118 |
|
| 119 |
<p class="site-description">{{ site.description | default: site.github.project_tagline }}</p> |
| 120 |
<label class="menu-label" for="navcheck"><img src="{{ site.baseurl }}/assets/images/menu.png"/></label> |
| 121 |
<input type="checkbox" id="navcheck" name="navcheck" /> |
| 122 |
<ul class="menu"> |
| 123 |
<li><a href="{{ site.baseurl }}/">Home</a></li> |
| 124 |
<li><a href="{{ site.baseurl }}/getting-started.html">Getting started</a></li> |
| 125 |
<li class="yk-ss-promo"><a href="https://snippetshortcodes.yeken.uk/download/" target="_blank" rel="noopener">Get Premium Plugin</a></li> |
| 126 |
<li class="yk-ss-promo"><a href="https://shop.yeken.uk/product/shortcode-variables/" target="_blank" rel="noopener">Purchase a license</a></li> |
| 127 |
<li> |
| 128 |
<a href="{{ site.baseurl }}/features.html">Features</a> |
| 129 |
<ul> |
| 130 |
<li><a href="{{ site.baseurl }}/shortcodes-own.html">Your own shortcodes</a></li> |
| 131 |
<li><a href="{{ site.baseurl }}/shortcodes-free.html">Free helper shortcodes</a></li> |
| 132 |
<li><a href="{{ site.baseurl }}/shortcodes-premium.html">Premium helper shortcodes</a></li> |
| 133 |
<li><a href="{{ site.baseurl }}/csv-import.html">Import via CSV</a></li> |
| 134 |
</ul> |
| 135 |
</li> |
| 136 |
<li><a href="https://shop.yeken.uk/get-a-trial-license/">Get a trial license</a></li> |
| 137 |
<li><a href="https://github.com/alicolville/shortcode-variables/releases">Release notes</a></li> |
| 138 |
<li><a href="{{ site.baseurl }}/contact.html">Contact</a></li> |
| 139 |
</ul> |
| 140 |
|
| 141 |
<p class="view"> |
| 142 |
<small>More:</small><br /> |
| 143 |
<a href="https://wordpress.org/plugins/shortcode-variables/">WordPress.org</a> / <a href="{{ site.github.repository_url }}">GitHub</a> / <a href="https://www.yeken.uk">YeKen.uk</a> |
| 144 |
</p> |
| 145 |
|
| 146 |
</header> |
| 147 |
<section> |
| 148 |
|
| 149 |
{{ content }} |
| 150 |
|
| 151 |
</section> |
| 152 |
</div> |
| 153 |
<script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script> |
| 154 |
{% if site.google_analytics %} |
| 155 |
<script> |
| 156 |
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
| 157 |
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
| 158 |
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
| 159 |
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); |
| 160 |
ga('create', '{{ site.google_analytics }}', 'auto'); |
| 161 |
ga('send', 'pageview'); |
| 162 |
</script> |
| 163 |
{% endif %} |
| 164 |
</body> |
| 165 |
</html> |
| 166 |
|