cms系统的站点模板库
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.
 
 
 
 
cms_templates/soliswifi/about.html

240 lines
6.1 KiB

<!doctype html>
<html class="no-js" lang="en">
<head>
<!-- Showcase 5.0.1 -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>{{.Title}}</title>
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/styles01.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/bootstrap.min.css"}}" />
<style id="shopify-dynamic-checkout-cart">
@media screen and (min-width: 750px) {
#dynamic-checkout-cart {
min-height: 50px;
}
}
@media screen and (max-width: 750px) {
#dynamic-checkout-cart {
min-height: 240px;
}
}
</style>
</head>
<body id="page-solis-blog" class="page-solis-blog template-blog">
<div id="shopify-section-header" class="shopify-section">
<style type="text/css">
.logo img {
width: 140px;
}
@media(min-width:768px) {
.logo img {
width: 200px;
}
}
.cc-announcement {
font-size: 16px;
}
@media (min-width: 768px) {
.cc-announcement {
font-size: 20px;
}
}
</style>
<div data-section-type="header" itemscope>
<div id="site-control" class="site-control inline icons
nav-inline-desktop
fixed
nav-opaque
has-announcement
alt-logo-when-active
has-localization
" data-cc-animate data-opacity="opaque" data-positioning="sticky">
<div class="links site-control__inner">
<a data-cc-animate-click data-cc-animate class="logo logo--has-alt-logo" href="{{.IndexUrl}}"
itemprop="url">
<meta itemprop="name" content="soliswifi">
<img
src="{{replaceImage .Logo}}"
itemprop="logo" width="357" height="90" />
<span class="alt-logo">
<img
src="{{replaceImage .Logo}}"
itemprop="logo" width="357" height="90" />
</span>
</a>
<div class="site-control__inline-links">
<div class="nav-row multi-level-nav reveal-on-hover" role="navigation" aria-label="Primary navigation">
<div class="tier-1">
<ul>
<li class="">
<a data-cc-animate-click href="{{.IndexUrl}}" class=" ">{{ lang "home"}}
</a>
</li>
{{if .HasAbout }}
<li class="">
<a data-cc-animate-click href="{{.AboutUrl}}" class=" ">{{ lang "about"}}
</a>
</li>
{{end}}
{{if .HasContact }}
<li class="">
<a data-cc-animate-click href="{{.ContactUrl}}" class=" ">{{ lang "contact"}}
</a>
</li>
{{end}}
{{if .HasPolicy }}
<li class="">
<a data-cc-animate-click href="{{.PolicyUrl}}" class=" ">{{ lang "policy"}}
</a>
</li>
{{end}}
</ul>
</div>
</div>
</div>
</div>
</div>
<nav id="page-menu" class="theme-modal nav-uses-modal">
</nav>
</div>
</div>
<main id="page-content" style="height: 75vh;margin-top: 90px;">
<div id="shopify-section-template--15474502697146__main" class="shopify-section">
<div data-section-type="blog-template" class="py-medium">
<div class="wide-container half-gutter">
<div class="product-list-container">
<div id="breadcrumb">
<a href="{{.IndexUrl}}">{{ lang "home" }}</a>&nbsp;&nbsp;/&nbsp;
<a href="#">{{ lang "about" }}</a>
</div>
<h1 id="page-title" style="text-align: left;margin: 20px 0;">{{ lang "about"}} </h1>
<div>
{{.About}}
</div>
</div>
</div>
</div>
</div>
</main>
<div id="shopify-section-popup" class="shopify-section section-popup">
</div>
<div id="shopify-section-footer" class="shopify-section section-footer">
<div data-section-type="footer">
<div class="wide-container section-footer__row-container" role="navigation" aria-label="Secondary navigation">
<div class="section-footer__row section-footer__row--blocks" style="justify-content: center;" data-num-blocks="4">
<div class="section-footer__row__col section-footer__menu-block">
<ul class="section-footer__menu-block__menu" style="text-align: center;">
{{if .HasAbout }}
<li>
<a target="_blank" rel="noopener" data-cc-animate-click href="{{.AboutUrl}}"
class="no-wrap">{{lang "about"}}</a>
</li>
{{end}}
{{if .HasContact }}
<li>
<a target="_blank" rel="noopener" data-cc-animate-click href="{{.ContactUrl}}"
class="no-wrap">{{lang "contact"}}</a>
</li>
{{end}}
{{if .HasPolicy }}
<li>
<a target="_blank" rel="noopener" data-cc-animate-click href="{{.PolicyUrl}}"
class="no-wrap">{{lang "policy"}}</a>
</li>
{{end}}
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="copyright" style="text-align: center;">{{.Copyright}}</div>
<!-- Search form -->
</body>
</html>