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.
374 lines
14 KiB
374 lines
14 KiB
<!doctype html>
|
|
<html class="no-js" lang="en" dir="ltr">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>{{.Title}}</title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="referrer" content="unsafe-url">
|
|
<meta name="keywords" content="{{.Keywords}}">
|
|
<meta name="description" content="{{.Description}}">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<meta name="theme-color" content="#c8252e">
|
|
<link rel="stylesheet" href="{{staticFile "/css/widget.min.css"}}" type="text/css">
|
|
<link href="{{staticFile "/css/theme.css"}}" rel="stylesheet" type="text/css" media="all">
|
|
<link href="{{staticFile "/css/common.css"}}" rel="stylesheet" type="text/css" media="all">
|
|
<script>
|
|
document.documentElement.className = document.documentElement.className.replace('no-js', 'js');
|
|
|
|
window.theme = window.theme || {};
|
|
theme.routes = {
|
|
home: "/",
|
|
cart: "/cart.js",
|
|
cartPage: "/cart",
|
|
cartAdd: "/cart/add.js",
|
|
cartChange: "/cart/change.js"
|
|
};
|
|
theme.strings = {
|
|
soldOut: "Sold Out",
|
|
unavailable: "Unavailable",
|
|
inStockLabel: "In stock, ready to ship",
|
|
stockLabel: "Low stock - [count] items left",
|
|
willNotShipUntil: "Ready to ship [date]",
|
|
willBeInStockAfter: "Back in stock [date]",
|
|
waitingForStock: "Inventory on the way",
|
|
savePrice: "Save [saved_amount]",
|
|
cartEmpty: "Your cart is currently empty.",
|
|
cartTermsConfirmation: "You must agree with the terms and conditions of sales to check out",
|
|
searchCollections: "Collections:",
|
|
searchPages: "Pages:",
|
|
searchArticles: "Articles:"
|
|
};
|
|
theme.settings = {
|
|
dynamicVariantsEnable: true,
|
|
cartType: "drawer",
|
|
isCustomerTemplate: false,
|
|
saveType: "dollar",
|
|
productImageSize: "natural",
|
|
productImageCover: false,
|
|
predictiveSearch: true,
|
|
predictiveSearchType: "product,article,page,collection",
|
|
quickView: false,
|
|
themeName: 'Impulse',
|
|
themeVersion: "5.1.2"
|
|
};
|
|
</script>
|
|
<script src="{{staticFile "/js/vendor-scripts-v10.js"}}" defer="defer"></script>
|
|
<script src="{{staticFile "/js/theme.js"}}"
|
|
defer="defer"></script>
|
|
<script src="{{staticFile "/js/jquery.min.js"}}"></script>
|
|
<link rel="stylesheet"
|
|
href="{{staticFile "/css/limoniapps-discountninja.css"}}"
|
|
as="style" onload="this.onload=null;this.rel='stylesheet'">
|
|
</head>
|
|
|
|
<body class="template-blog" data-center-text="false" data-button_style="round" data-type_header_capitalize="false"
|
|
data-type_headers_align_text="true" data-type_product_capitalize="false" data-swatch_style="round"
|
|
data-disable-animations="true">
|
|
|
|
<div id="PageContainer" class="page-container">
|
|
<div class="transition-body">
|
|
<div id="shopify-section-header" class="shopify-section">
|
|
<div id="NavDrawer" class="drawer drawer--left menu">
|
|
<div class="drawer__contents">
|
|
<div class="drawer__fixed-header">
|
|
<div class="drawer__header appear-animation appear-delay-1">
|
|
<div class="h3 drawer__title"></div>
|
|
<div class="drawer__close">
|
|
<button type="button" class="drawer__close-button js-drawer-close">
|
|
<svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close"
|
|
viewBox="0 0 64 64">
|
|
<path d="M19 17.61l27.12 27.13m0-27.12L19 44.74" />
|
|
</svg>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="drawer__scrollable">
|
|
|
|
<!-- 弹出导航 -->
|
|
<ul class="mobile-nav mobile-nav--heading-style" role="navigation" aria-label="Primary">
|
|
|
|
<li class="mobile-nav__item appear-animation appear-delay-5"><a
|
|
href="{{.IndexUrl}}"
|
|
class="mobile-nav__link mobile-nav__link--top-level">{{ lang "home"}}</a></li>
|
|
{{if .HasAbout }}
|
|
<li class="mobile-nav__item appear-animation appear-delay-5"><a
|
|
href="{{.AboutUrl}}"
|
|
class="mobile-nav__link mobile-nav__link--top-level">{{ lang "about" }}</a></li>
|
|
{{end}}
|
|
{{if .HasContact }}
|
|
<li class="mobile-nav__item appear-animation appear-delay-5"><a
|
|
href="{{.ContactUrl}}"
|
|
class="mobile-nav__link mobile-nav__link--top-level">{{ lang "contact" }}</a></li>
|
|
{{end}}
|
|
{{if .HasPolicy }}
|
|
<li class="mobile-nav__item appear-animation appear-delay-5"><a
|
|
href="{{.PolicyUrl}}"
|
|
class="mobile-nav__link mobile-nav__link--top-level">{{ lang "policy" }}</a></li>
|
|
{{end}}
|
|
|
|
</ul>
|
|
|
|
<!-- BraceAbility - Custom [tls] 10/22/21 -->
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- 菜单取消 -->
|
|
<div id="CartDrawer" class="drawer drawer--right limoniapps-discountninja-drawercart-root">
|
|
<div class="drawer__fixed-header">
|
|
<div class="drawer__header appear-animation appear-delay-1">
|
|
<div class="drawer__close">
|
|
<button type="button" class="drawer__close-button js-drawer-close">
|
|
<svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close"
|
|
viewBox="0 0 64 64">
|
|
<path d="M19 17.61l27.12 27.13m0-27.12L19 44.74" />
|
|
</svg>
|
|
<span class="icon__fallback-text">{{lang "Close cart"}}</span>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div data-section-id="header" data-section-type="header">
|
|
|
|
<div class="header-sticky-wrapper">
|
|
<div id="HeaderWrapper" class="header-wrapper">
|
|
<header id="SiteHeader" class="site-header site-header--heading-style" data-sticky="false"
|
|
data-overlay="false">
|
|
<div class="page-width">
|
|
<div class="header-layout header-layout--left-below" data-logo-align="left">
|
|
<div class="medium-up--hide">
|
|
<button type="button" class="site-nav__link site-nav__link--icon js-drawer-open-nav"
|
|
aria-controls="NavDrawer">
|
|
<svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-hamburger"
|
|
viewBox="0 0 64 64">
|
|
<path d="M7 15h51M7 32h43M7 49h51" />
|
|
</svg>
|
|
<span class="icon__fallback-text">{{lang "Site navigation"}}</span>
|
|
</button>
|
|
</div>
|
|
|
|
<!-- logo -->
|
|
<div class="header-item header-item--logo">
|
|
<div class="h1 site-header__logo" itemscope itemtype="http://schema.org/Organization">
|
|
<a href="{{.IndexUrl}}" itemprop="url" class="site-header__logo-link" alt="logo">
|
|
<img src="{{replaceImage .Logo}}" alt="">
|
|
</a>
|
|
</div>
|
|
</div><!-- end logo center -->
|
|
|
|
<div class="header-item header-item--icons">
|
|
<div class="site-nav">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="text-center">
|
|
|
|
<!-- 菜单列表 -->
|
|
<ul class="site-nav site-navigation small--hide" role="navigation" aria-label="Primary">
|
|
|
|
|
|
|
|
<li class="site-nav__item site-nav__expanded-item">
|
|
|
|
<a href="{{.IndexUrl}}"
|
|
class="site-nav__link ">
|
|
{{ lang "home"}}
|
|
</a>
|
|
</li>
|
|
|
|
{{if .HasAbout }}
|
|
<li class="site-nav__item site-nav__expanded-item">
|
|
|
|
<a href="{{.AboutUrl}}"
|
|
class="site-nav__link ">
|
|
{{ lang "about" }}
|
|
</a>
|
|
</li>
|
|
{{end}}
|
|
{{if .HasContact }}
|
|
<li class="site-nav__item site-nav__expanded-item">
|
|
|
|
<a href="{{.ContactUrl}}"
|
|
class="site-nav__link ">
|
|
{{ lang "contact" }}
|
|
</a>
|
|
</li>
|
|
{{end}}
|
|
{{if .HasPolicy }}
|
|
<li class="site-nav__item site-nav__expanded-item">
|
|
|
|
<a href="{{.PolicyUrl}}"
|
|
class="site-nav__link ">
|
|
{{ lang "policy" }}
|
|
</a>
|
|
</li>
|
|
{{end}}
|
|
</ul>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
</header>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
<main class="main-content" id="MainContent">
|
|
<div id="shopify-section-template--15237663719477__main" class="shopify-section">
|
|
<div class="page-width page-content">
|
|
<article class="article">
|
|
|
|
|
|
<h1 id="page-title">{{ lang "about"}} </h1>
|
|
<div>
|
|
{{.About}}
|
|
</div>
|
|
|
|
</article>
|
|
</div>
|
|
</div>
|
|
<hr class="hr--large">
|
|
|
|
|
|
|
|
</main>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div id="shopify-section-template--15237663719477__163536191410833554" class="shopify-section">
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</main>
|
|
<div id="shopify-section-footer-promotions" class="shopify-section index-section--footer">
|
|
</div>
|
|
<div id="shopify-section-footer" class="shopify-section">
|
|
|
|
<footer class="site-footer" data-section-id="footer" data-section-type="footer-section">
|
|
<div class="page-width">
|
|
|
|
<div class="grid">
|
|
<div class="grid__item footer__item--39f8ff0b-ec49-41d7-9d2a-cb9cfd2041dd" data-type="custom">
|
|
<div class="footer__item-padding">
|
|
<p class="h4 footer__title small--hide">{{lang "related"}}
|
|
</p>
|
|
<p class="h4 footer__title collapsible-trigger collapsible-trigger-btn medium-up--hide">{{lang "related"}}
|
|
</p>
|
|
|
|
<div id="Footer-39f8ff0b-ec49-41d7-9d2a-cb9cfd2041dd"
|
|
class="collapsible-content collapsible-content--small is-open" style="height: auto;">
|
|
<div class="collapsible-content__inner">
|
|
<div class="footer__collapsible">
|
|
|
|
<div class="links">
|
|
{{if .HasAbout }}
|
|
<li class="nav-item">
|
|
<a href="{{.AboutUrl}}">{{lang "about"}}</a>
|
|
</li>
|
|
{{end}}
|
|
{{if .HasContact }}
|
|
<li class="nav-item">
|
|
<a href="{{.ContactUrl}}">{{lang "contact"}}</a>
|
|
</li>
|
|
{{end}}
|
|
{{if .HasPolicy }}
|
|
<li class="nav-item">
|
|
<a href="{{.PolicyUrl}}">{{lang "policy"}}</a>
|
|
</li>
|
|
{{end}}
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="grid__item footer__item--39f8ff0b-ec49-41d7-9d2a-cb9cfd2041dd" data-type="custom">
|
|
{{$flen := len .Friendship}}
|
|
|
|
<div class="footer__item-padding">
|
|
<p class="h4 footer__title small--hide">{{lang "friendship"}}
|
|
</p>
|
|
<p class="h4 footer__title collapsible-trigger collapsible-trigger-btn medium-up--hide">{{lang "friendship"}}
|
|
</p>
|
|
|
|
<div id="Footer-39f8ff0b-ec49-41d7-9d2a-cb9cfd2041dd"
|
|
class="collapsible-content collapsible-content--small is-open" style="height: auto;">
|
|
<div class="collapsible-content__inner">
|
|
<div class="footer__collapsible">
|
|
|
|
{{if ne $flen 0}}
|
|
<div class="column flex-grow-1">
|
|
<div class="links">
|
|
<!-- friend links start -->
|
|
{{range .Friendship}}
|
|
<a href="{{.Url}}">{{.Name}}</a>
|
|
{{end}}
|
|
<!-- friend links end -->
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{end}}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
<div class="grid footer-sub">
|
|
<div class="grid__item medium-up--one-half">
|
|
<ul class="no-bullets inline-list footer__small-links">
|
|
<li>
|
|
{{.Copyright}}
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</footer>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</body>
|
|
|
|
</html> |