You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
339 lines
15 KiB
339 lines
15 KiB
<!doctype html>
|
|
<html class="no-js" lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<meta name="keywords" content="{{.Keywords}}">
|
|
<meta name="description" content="{{.Description}}">
|
|
<title>{{.Title}}</title>
|
|
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" />
|
|
<link rel="stylesheet" href="{{staticFile "/css/index.css"}}">
|
|
<link href="{{staticFile "/css/pagefly-main.css"}}" rel="stylesheet" type="text/css" media="all" />
|
|
<link rel="stylesheet" href="{{staticFile "/css/pagefly.923e85f4.css"}}">
|
|
</head>
|
|
|
|
<body class="template-page">
|
|
|
|
<div id="shopify-section-header" class="shopify-section">
|
|
<div data-section-id="header" data-section-type="header-section" data-header-section>
|
|
<header class="site-header border-bottom logo--left" role="banner">
|
|
<div class="grid grid--no-gutters grid--table site-header__mobile-nav">
|
|
<div class="grid__item medium-up--one-quarter logo-align--left">
|
|
<div class="h2 site-header__logo">
|
|
<a href="{{.IndexUrl}}" class="site-header__logo-image">
|
|
|
|
|
|
<img src="{{replaceImage .Logo}}" alt="Volant Europe" style="max-width: 140px;">
|
|
</a>
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
<nav class="grid__item medium-up--one-half small--hide" id="AccessibleNav" role="navigation">
|
|
|
|
<ul class="site-nav list--inline" id="SiteNav">
|
|
|
|
|
|
|
|
|
|
|
|
<li>
|
|
<a href="{{.IndexUrl}}" class="site-nav__link site-nav__link--main">
|
|
<span class="site-nav__label">{{ lang "home"}}</span>
|
|
</a>
|
|
</li>
|
|
|
|
|
|
{{if .HasAbout }}
|
|
<li>
|
|
<a href="{{.AboutUrl}}" class="site-nav__link site-nav__link--main">
|
|
<span class="site-nav__label">{{ lang "about"}}</span>
|
|
</a>
|
|
</li>
|
|
|
|
|
|
{{end}}
|
|
{{if .HasContact }}
|
|
<li>
|
|
<a href="{{.ContactUrl}}" class="site-nav__link site-nav__link--main">
|
|
<span class="site-nav__label">{{ lang "contact"}}</span>
|
|
</a>
|
|
</li>
|
|
|
|
{{end}}
|
|
|
|
</ul>
|
|
|
|
</nav>
|
|
|
|
|
|
<div class="grid__item medium-up--one-quarter text-right site-header__icons site-header__icons--plus">
|
|
<div class="site-header__icons-wrapper">
|
|
|
|
|
|
</a>
|
|
|
|
|
|
<button type="button"
|
|
class="btn--link site-header__icon site-header__menu js-mobile-nav-toggle mobile-nav--open"
|
|
aria-controls="MobileNav" aria-expanded="false" aria-label="Menu">
|
|
<svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-hamburger"
|
|
viewBox="0 0 37 40">
|
|
<path
|
|
d="M33.5 25h-30c-1.1 0-2-.9-2-2s.9-2 2-2h30c1.1 0 2 .9 2 2s-.9 2-2 2zm0-11.5h-30c-1.1 0-2-.9-2-2s.9-2 2-2h30c1.1 0 2 .9 2 2s-.9 2-2 2zm0 23h-30c-1.1 0-2-.9-2-2s.9-2 2-2h30c1.1 0 2 .9 2 2s-.9 2-2 2z" />
|
|
</svg>
|
|
<svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close"
|
|
viewBox="0 0 40 40">
|
|
<path
|
|
d="M23.868 20.015L39.117 4.78c1.11-1.108 1.11-2.77 0-3.877-1.109-1.108-2.773-1.108-3.882 0L19.986 16.137 4.737.904C3.628-.204 1.965-.204.856.904c-1.11 1.108-1.11 2.77 0 3.877l15.249 15.234L.855 35.248c-1.108 1.108-1.108 2.77 0 3.877.555.554 1.248.831 1.942.831s1.386-.277 1.94-.83l15.25-15.234 15.248 15.233c.555.554 1.248.831 1.941.831s1.387-.277 1.941-.83c1.11-1.109 1.11-2.77 0-3.878L23.868 20.015z"
|
|
class="layer" />
|
|
</svg>
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<nav class="mobile-nav-wrapper medium-up--hide" role="navigation">
|
|
<ul id="MobileNav" class="mobile-nav">
|
|
|
|
<li class="mobile-nav__item border-bottom">
|
|
|
|
<a href="{{.IndexUrl}}" class="mobile-nav__link">
|
|
<span class="mobile-nav__label">{{ lang "home"}}</span>
|
|
</a>
|
|
|
|
</li>
|
|
{{if .HasAbout }}
|
|
<li class="mobile-nav__item border-bottom">
|
|
|
|
<a href="{{.AboutUrl}}" class="mobile-nav__link">
|
|
<span class="mobile-nav__label">{{ lang "about"}}</span>
|
|
</a>
|
|
|
|
</li>
|
|
{{end}}
|
|
{{if .HasContact }}
|
|
<li class="mobile-nav__item border-bottom">
|
|
|
|
<a href="{{.ContactUrl}}" class="mobile-nav__link">
|
|
<span class="mobile-nav__label">{{ lang "contact"}}</span>
|
|
</a>
|
|
|
|
</li>
|
|
{{end}}
|
|
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
</div>
|
|
</div>
|
|
<div class="page-container drawer-page-content" id="PageContainer">
|
|
<main class="main-content js-focus-hidden" id="MainContent" role="main" tabindex="-1">
|
|
|
|
<div id="shopify-section-template--15920929996958__pf-923e85f4" class="shopify-section">
|
|
<div style="opacity:0" class="sc-faUpoM cFOwMS __pf __pf_VY9WJUuD" id="__pf">
|
|
<div data-pf-type="Body" class="sc-ksHpcM hkPZIR pf-1_">
|
|
<div data-pf-type="Layout" class="sc-cVAmsi cFAsxI pf-2_">
|
|
<div data-section-id="pf-d114" data-pf-type="Section" class="sc-igXgud lhtyiH pf-3_">
|
|
<div style="--cw:1170px" class="sc-cjrPHo eOcrMz">
|
|
<div class="sc-jgrJph iGtnpe pf-4_ pf-r pf-r-eh" style="--s-xs:15px" data-pf-type="Row">
|
|
<div class="pf-c" style="--c-xs:12;--c-md:12;--c-lg:12">
|
|
<div data-pf-type="Column" class="sc-gXRojI kCnmwO pf-5_">
|
|
<h1 data-pf-type="Heading" class="sc-bSqaIl iXTDAP pf-6_"><span data-pf-type="Text"
|
|
class="sc-BHvUt fJlZte pf-8_">{{lang "latest"}}</span></h1>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div data-section-id="pf-c648" data-pf-type="Section" class="sc-igXgud lhtyiH pf-12_">
|
|
<div style="--cw:1170px" class="sc-cjrPHo eOcrMz">
|
|
<div class="sc-jgrJph iGtnpe pf-13_ pf-r pf-r-eh" style="--s-xs:15px" data-pf-type="Row">
|
|
<div class="pf-c" style="--c-xs:12;--c-md:12;--c-lg:12">
|
|
<div data-pf-type="Column" class="sc-gXRojI kCnmwO pf-14_">
|
|
|
|
<div class="sc-kHdrYz dChAPw pf-18_ pf-r pf-r-ew"
|
|
style="--s-xs:15px;--ew-xs:1;--ew-sm:2;--ew-lg:4" data-pf-type="ArticleList">
|
|
{{ range .Articles }}
|
|
<div class="pf-c">
|
|
<div data-pf-type="ArticleBox" class="sc-hKTqa gxXuiQ pf-19_">
|
|
<div class="sc-jgrJph iGtnpe pf-20_ pf-r pf-r-eh" style="--s-xs:15px" data-pf-type="Row">
|
|
<div class="pf-c" style="--c-xs:12;--c-md:12;--c-lg:12">
|
|
<div data-pf-type="Column" class="sc-gXRojI kCnmwO pf-21_"><a href="{{.Url}}"
|
|
class="sc-ciFQTS KpsQj pf-22_">
|
|
<img src="{{getCover .Cover 300 180}}" loading="lazy" alt="Functional fragrances"
|
|
width="1440" height="1080" />
|
|
</a></div>
|
|
</div>
|
|
<div class="pf-c" style="--c-xs:12;--c-md:12;--c-lg:12">
|
|
<div data-pf-type="Column" class="sc-gXRojI kCnmwO pf-23_">
|
|
<h3 data-pf-type="ArticleTitle" class="sc-PZsNp iwVpMc pf-24_"><a
|
|
data-link="inherit" href="{{.Url}}">{{.Title}}</a></h3>
|
|
<p data-show-button="true" data-more="" data-less="" data-article-id="559672688798"
|
|
data-pf-type="ArticleExcerpt" class="sc-ckRZPU hOvGlS pf-25_">{{.Summary}}</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{end}}
|
|
<div class="sc-bzPmhk hcrMRO pf-cmIpgn" data-selector=".__pf_VY9WJUuD .pf-18_">
|
|
{{$pulen := len .PrevUrl}}
|
|
{{ if ne $pulen 0 }}
|
|
<a class="pf-cmIatv" href="{{.PrevUrl}}">{{lang "prev"}}</a>
|
|
{{ end }}
|
|
{{$nulen := len .NextUrl}}
|
|
{{ if ne $nulen 0 }}
|
|
<a class="pf-cmIatv" href="{{.NextUrl}}">{{lang "next"}}</a>
|
|
{{ end }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{$plen := len .PopularArticles}}
|
|
{{if ne $plen 0}}
|
|
<div data-section-id="pf-b259" data-pf-type="Section" class="sc-igXgud lhtyiH pf-26_">
|
|
<div style="--cw:1170px" class="sc-cjrPHo eOcrMz">
|
|
<div class="sc-jgrJph iGtnpe pf-27_ pf-r pf-r-eh" style="--s-xs:15px" data-pf-type="Row">
|
|
<div class="pf-c" style="--c-xs:12;--c-md:12;--c-lg:12">
|
|
<div data-pf-type="Column" class="sc-gXRojI kCnmwO pf-28_">
|
|
<h3 data-pf-type="Heading" class="sc-bSqaIl iXTDAP pf-29_"><span data-pf-type="Text"
|
|
class="sc-BHvUt fJlZte pf-31_">{{lang "popular"}}</span></h3>
|
|
<div class="sc-kHdrYz dChAPw pf-32_ pf-r pf-r-ew" style="--s-xs:15px;--ew-xs:1;--ew-sm:4"
|
|
data-pf-type="ArticleList">
|
|
{{range .PopularArticles}}
|
|
<div class="pf-c">
|
|
<div data-pf-type="ArticleBox" class="sc-hKTqa gxXuiQ pf-19_">
|
|
<div class="sc-jgrJph iGtnpe pf-20_ pf-r pf-r-eh" style="--s-xs:15px" data-pf-type="Row">
|
|
<div class="pf-c" style="--c-xs:12;--c-md:12;--c-lg:12">
|
|
<div data-pf-type="Column" class="sc-gXRojI kCnmwO pf-21_"><a href="{{.Url}}"
|
|
class="sc-ciFQTS KpsQj pf-22_">
|
|
<img src="{{getCover .Cover 300 180}}" loading="lazy" alt="Functional fragrances"
|
|
width="1440" height="1080" />
|
|
</a></div>
|
|
</div>
|
|
<div class="pf-c" style="--c-xs:12;--c-md:12;--c-lg:12">
|
|
<div data-pf-type="Column" class="sc-gXRojI kCnmwO pf-23_">
|
|
<h3 data-pf-type="ArticleTitle" class="sc-PZsNp iwVpMc pf-24_"><a
|
|
data-link="inherit" href="{{.Url}}">{{.Title}}</a></h3>
|
|
<p data-show-button="true" data-more="" data-less="" data-article-id="559672688798"
|
|
data-pf-type="ArticleExcerpt" class="sc-ckRZPU hOvGlS pf-25_">{{.Summary}}</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{end}}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{end}}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</main>
|
|
|
|
<div id="shopify-section-footer" class="shopify-section">
|
|
|
|
<footer class="site-footer" role="contentinfo" data-section-id="footer" data-section-type="footer-section">
|
|
<div class="page-width">
|
|
<div class="site-footer__content">
|
|
<div class="site-footer__item
|
|
|
|
site-footer__item--one-third
|
|
">
|
|
<div class="site-footer__item-inner site-footer__item-inner--link_list">
|
|
<p class="h4">{{lang "related"}}</p>
|
|
<ul class="site-footer__linklist">
|
|
<li class="site-footer__linklist-item">
|
|
<a href="{{.IndexUrl}}">
|
|
{{ lang "home"}}
|
|
</a>
|
|
</li>
|
|
{{if .HasAbout }}
|
|
<li class="site-footer__linklist-item">
|
|
<a href="{{.AboutUrl}}">
|
|
{{ lang "about"}}
|
|
</a>
|
|
</li>
|
|
{{end}}
|
|
{{if .HasContact }}
|
|
<li class="site-footer__linklist-item">
|
|
<a href="{{.ContactUrl}}">
|
|
{{ lang "contact"}}
|
|
</a>
|
|
</li>
|
|
{{end}}
|
|
{{if .HasPolicy }}
|
|
<li class="site-footer__linklist-item">
|
|
<a href="{{.PolicyUrl}}">
|
|
{{ lang "policy"}}
|
|
</a>
|
|
</li>
|
|
{{end}}
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
{{$flen := len .Friendship}}
|
|
{{if ne $flen 0}}
|
|
<div class="site-footer__item
|
|
|
|
site-footer__item--one-third
|
|
">
|
|
<div class="site-footer__item-inner site-footer__item-inner--link_list">
|
|
<p class="h4">{{lang "friendship"}}</p>
|
|
<ul class="site-footer__linklist
|
|
">
|
|
{{range .Friendship}}
|
|
<li class="site-footer__linklist-item">
|
|
<a href="{{.Url}}">
|
|
{{.Name}}
|
|
</a>
|
|
</li>
|
|
{{end}}
|
|
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
{{end}}
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<hr class="site-footer__hr">
|
|
<div class="page-width">
|
|
<div class="grid grid--no-gutters small--text-center grid--footer-float-right">
|
|
|
|
|
|
<div class="grid__item small--one-whole site-footer-item-align-right">
|
|
|
|
<small class="site-footer__copyright-content">{{.Copyright}}</small>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
<script src="{{staticFile "/js/jquery-1.12.4.min.js"}}"></script>
|
|
<script src="{{staticFile "/js/index.js"}}"></script>
|
|
</html> |