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/ahap.co.nz/about.html

224 lines
8.9 KiB

<!DOCTYPE html>
<html itemscope 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">
<meta name="keywords" content="{{.Keywords}}">
<meta name="description" content="{{.Description}}">
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" />
<link rel="stylesheet" href="{{staticFile "/css/css.css"}}">
<link rel="stylesheet" href="{{staticFile "/css/platform.css"}}">
<link rel="stylesheet" href="{{staticFile "/css/trunk.css"}}">
<link rel="preload stylesheet" as="style" media="(max-width: 1024px)"
href="{{staticFile "/css/trunk-1024.css"}}" id="style-1024"
class="stylesheet" />
<link rel="preload stylesheet" as="style" media="(max-width: 768px)"
href="{{staticFile "/css/trunk-768.css"}}" id="style-768" class="stylesheet" />
<link rel="preload stylesheet" as="style" media="(max-width: 480px)"
href="{{staticFile "/css/trunk-480.css"}}" id="style-480" class="stylesheet" />
</head>
<body class="theme live-theme " data-resources="https://static.web-repository.com"
data-content="https://content.app-sources.com/" data-locale="en" data-ver="916"
data-minor="916.5784.360493.-1083318787">
<div class="style-full-width-layout page-layout theme25 clearfix header-layout-fullwidth">
<div class="header-wrapper main-header-wrapper horizontal-header-wrapper ">
<div class="header-row has-border header-row-main"
style="background-color: rgba(35, 163, 234, 1);border-bottom-color: rgba(233, 233, 233, 1);">
<div class="header-row-space top" style="height: 41px"></div>
<div class="flex flex-row align-center flex-header container relative">
<div class="flex-1 header-widget-container flex flex-row">
<div class="header-widget-space" style="width: 101px"></div>
<div class="header-widget" id="header-widget-1531565329803" data-type="headers/Logo">
<div class="theme-logo" data-role="logo">
<a href="{{.IndexUrl}}" rel="home">
<span>
<img
src="{{replaceImage .Logo}}" alt="logo" style="max-height: 40px;" />
</span>
</a>
</div>
</div>
</div>
<div class="flex-none header-widget-container flex flex-row">
<div class="header-widget-space" style="width: 0px"></div>
<div class="header-widget" id="header-widget-1531565329804" data-type="headers/Menu">
<div class=" right-submenu menu-widget simple with-divider
left mobile-column horizontal-menu-styling" style="background: transparent">
<nav class="mobile-headerBackgroundColor">
<ul class="clearfix">
{{if .HasAbout }}
<li class=" ">
<a class="website-nav-link" rel="tab" href="{{.AboutUrl}}">
ABOUT
</a>
</li>
{{end}}
{{if .HasContact }}
<li class=" ">
<a class="website-nav-link" rel="tab" href="{{.ContactUrl}}">
CONTACT
</a>
</li>
{{end}}
{{if .HasPolicy }}
<li class=" ">
<a class="website-nav-link" rel="tab" href="{{.PolicyUrl}}">
POLICY
</a>
</li>
{{end}}
</ul>
</nav>
</div>
</div>
</div>
</div>
<div class="header-row-space bottom" style="height: 41px"></div>
</div>
</div>
<div class="mobile-menu " style="background: rgba(35, 163, 234, 1)">
<ul class="navToggle burger slide mobile-burger">
<li class="before"></li>
<li class="middle"></li>
<li class="after"></li>
</ul>
<div class="mobile-menu-logo">
<div class="header-widget" id="header-widget-1531565329803-mobile" data-type="headers/Logo">
<div class="theme-logo" data-role="logo">
<a href="{{.IndexUrl}}" rel="home">
<span>
<img
src="{{replaceImage .Logo}}" alt="logo" style="max-height: 40px;" />
</span>
</a>
</div>
</div>
</div>
<div class="mobile-header-wrapper " style="background: rgba(35, 163, 234, 1)">
<div class="header-widget" id="header-widget-1531565329804-mobile" data-type="headers/Menu">
<div class=" right-submenu menu-widget simple with-divider
design-4 center mobile-column vertical-menu-styling" style="background: transparent">
<nav class="mobile-headerBackgroundColor">
<ul class="clearfix">
{{if .HasAbout }}
<li class=" with-submenu">
<a class="website-nav-link" rel="tab" href="{{.AboutUrl}}">
ABOUT
</a>
</li>
{{end}}
{{if .HasContact }}
<li class=" with-submenu">
<a class="website-nav-link" rel="tab" href="{{.ContactUrl}}">
CONTACT
</a>
</li>
{{end}}
{{if .HasPolicy }}
<li class=" with-submenu">
<a class="website-nav-link" rel="tab" href="{{.PolicyUrl}}">
POLICY
</a>
</li>
{{end}}
</ul>
</nav>
</div>
</div>
</div>
</div>
<a class="scrollToTop transition-all fa fa-angle-up" title="Scroll To Top"></a>
<div class="content slide">
<div class="content-wrapper">
<div class="content no-header " itemscope="" itemtype="http://schema.org/BlogPosting">
<meta itemprop="image"
content="https://content.app-sources.com/s/0157681216008853/uploads/Images/Needle-300x184-7744916.jpg">
<div class="grid-row">
<div class="grid-content blog-container post-no-sidebar">
<div class="grid-column col20">
<div class="widget-row">
<article class="blog-article col20">
<header id="shareLocation">
<div class="post-header">
<h1 class="post-title" itemprop="name headline">About</h1>
<span class="post-meta">
<span><p itemprop="datePublished" datetime="2021-04-20T03:29:00Z">{{.About}}</p></span>
</span>
</div>
</header>
<div class="col20 f-left" itemprop="articleBody">
<a href="{{.IndexUrl}}" title="Back" class="blog-back-btn">
<i class="fa fa-angle-left fa-2x"></i>
</a>
</article>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="page-footer ">
<div id="container-widget-1615066454876" data-type="Container" class="grid-row
stretched-mobile stretched-tablet" data-delay="" style="padding-bottom:3.6413%;
padding-top: 0%; padding-left: 0;
background-color: rgba(27, 30, 35, 1);
background-position: center center;
background-repeat: repeat;
background-size: auto;
background-image: none;">
<div class="grid-content ">
<div class="grid-column " style="width: 100%;
padding-left:0px;padding-right:0px;
background-image: none;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
top: 0px;
">
<div class="widget-row with-centered-content">
<div class="widget
widgetResponsive textWidget col17" id="text-widget-1615066454873" data-type="TextWidget" data-delay=""
data-animation-duration="" data-animation-delay="" data-animation="lazyAnimation-"
style="margin-top: 1.54545%; margin-left: 0px;">
<div class="text-widget-content">
<p style="text-align: center; "><span style="font-size: 14px; color: rgb(255, 255, 255);"
class="color-secondary4">Copyright © 2021&nbsp; All Right Reserved</span></p>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
</div>
<script type="text/javascript" src="{{staticFile "/js/platform.js"}}"
data-cookieconsent="ignore"></script>
</body>
</html>