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/synchedin.com/policy.html

118 lines
5.5 KiB

<!DOCTYPE html>
<html lang="en">
<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">
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/bootstrap.min.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/common.css"}}" />
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" />
<link href='{{staticFile "/css/allindex.css"}}' rel="stylesheet" />
</head>
<body>
<header id="site-header" class="site-header tw-text-strong tw-relative tw-z-30 tw-w-full">
<div class="site-header-desktop tw-hidden lg_tw-block">
<div class="header header-style-1 tw-w-full has-mode mode-dark">
<div class="tw-container tw-h-full">
<div class="tw-h-full tw-flex tw-flex-wrap tw-items-center tw--mx-4 tw-relative">
<!-- logo -->
<div class="tw-px-4">
<div class="site-branding"><a href="{{.IndexUrl}}"><img width="311" height="95" src="{{replaceImage .Logo}}"
class="custom-logo" alt="AUDIOREPUTATION" loading="lazy"
sizes="(max-width: 311px) 100vw, 311px" /></a>
</div>
</div>
<div class="tw-flex-1 tw-px-4 tw-h-full">
<nav class="header-nav flexnav tw-h-full">
<ul id="menu-header-menu" class="menu tw-h-full tw-flex tw-flex-wrap tw-justify-end tw--mx-4">
<li id="menu-item-554"
class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-554"><a
href="{{.IndexUrl}}" class="tw-text-strong">{{ lang "home"}}</a></li>
<li id="menu-item-554"
class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-554"><a
href="{{.AboutUrl}}" class="tw-text-strong">{{ lang "about"}}</a></li>
<li id="menu-item-554"
class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-554"><a
href="{{.ContactUrl}}" class="tw-text-strong">{{ lang "contact"}}</a></li>
<li id="menu-item-554"
class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-554"><a
href="{{.PolicyUrl}}" class="tw-text-strong">{{ lang "policy"}}</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
<div class="site-header-mobile tw-bg-surface lg_tw-hidden">
<div class="header-mobile tw-h-16">
<div class="tw-container tw-h-full">
<div class="tw-flex tw-items-center tw-h-full">
<div class="site-branding tw-text-center tw-flex-1 tw-px-6"
style="display: flex; justify-content: center;align-items: center;">
<a href="{{.IndexUrl}}"
style="padding: 2vh 0 ; display: flex; justify-content: center;align-items: center;"><img width="311"
height="95" src="{{replaceImage .Logo}}" class="custom-logo" alt="AUDIOREPUTATION" loading="lazy"
sizes="(max-width: 311px) 100vw, 311px" /></a>
</div>
</div>
</div>
</div>
</div>
</header>
<section id="content" class="container">
<div id="breadcrumb">
<a href="{{.IndexUrl}}" style="color: #999;">{{lang "home"}}</a>
<a href="#" style="color: #999;">{{lang "policy"}}</a>
</div>
<h1 id="page-title" class="post-title tw-text-2xl lg_tw-text-2xl tw-mb-0 art-title">{{lang "policy"}}</h1>
<div>
{{.Policy}}
</div>
</section>
<footer id="footer" class="site-footer tw-relative tw-z-10">
<div class="tw-border-t tw-border-soft"></div>
<div class="footer-info tw-py-6 md_tw-py-8">
<div class="tw-container tw-flex">
<div class="footer-copyright tw-flex-1 tw-text-sm">
{{.Copyright}} </div>
<nav class="footer-nav tw-flex-1 tw-ml-auto lg_tw-block">
<ul id="menu-footer-menu" class="menu tw-list-reset tw-flex tw-justify-end">
<li id="menu-item-29"
class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-29 tw-px-4">
<a href="{{.IndexUrl}}" aria-current="page" class="tw-text-strong">{{ lang "home"}}</a>
</li>
<li id="menu-item-29"
class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-29 tw-px-4">
<a href="{{.AboutUrl}}" aria-current="page" class="tw-text-strong">{{ lang "about"}}</a>
</li>
<li id="menu-item-29"
class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-29 tw-px-4">
<a href="{{.ContactUrl}}" aria-current="page" class="tw-text-strong">{{ lang "contact"}}</a>
</li>
<li id="menu-item-29"
class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-29 tw-px-4">
<a href="{{.PolicyUrl}}" aria-current="page" class="tw-text-strong">{{ lang "policy"}}</a>
</li>
</ul>
</nav>
</div>
</div>
</footer>
<script src="{{staticFile "/js/jquery-3.6.0.slim.min.js"}}"></script>
<script src="{{staticFile "/js/bootstrap.bundle.min.js"}}"></script>
<script src="{{staticFile "/js/index.js"}}"></script>
</body>
</html>