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/getnexar/index.html

145 lines
7.0 KiB

<!DOCTYPE html>
<html>
<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" type="text/css" href="{{staticFile "/css/6c83e2bce6f0a290.css"}}">
<link rel="stylesheet" type="text/css" href="{{staticFile "/css/bffca0ae39118469.css"}}">
<link rel="stylesheet" type="text/css" href="{{staticFile "/css/d6cbb38b0e3479b1.css"}}">
<link rel="stylesheet" href="{{staticFile "/css/style.css"}}">
</head>
<body>
<div id="__next">
<header class="Header_header__7uuoK Header_header--sticky__LE5xS">
<div class="Header_header-bar__ZKh_q">
<div class="Header_container___lZVd">
<div class="Header_container__inner__b9ho8">
<a class="Logo_logo__dWFOd" href="{{.IndexUrl}}"
data-clickid="nexar logo" target="_parent">
<picture>
<img src="{{replaceImage .Logo}}"
sizes="89px" width="89" height="25" alt="nexar" />
</picture>
</a></div>
<div class="Header_widget-container__n5wrb"></div>
</div>
</div>
</header>
<main>
<div class="blog-content_main__y_g52">
<div class="blog-content_container__J8byv">
<div class="site-header">
<h1 class="site-title">LATEST ARTICLES</h1>
</div>
</div>
<div class="blog-content_blog-container__nDFEf">
<div class="blog-content_masonry-top__vKAmr">
<!-- default article list start -->
{{ range .Articles }}
<article class="blog-content_post-card__MjjjL"><a
href="{{.Url}}" target="_blank"
class="blog-content_post-card-image-link__4Fc6m">
<picture>
<img class="blog-content_media__Gz92L"
src="{{getCover .Cover "list"}}" alt="Cover Image" />
</picture>
</a>
<div class="blog-content_post-card-content__G5GUV">
<header><a
href="{{.Url}}" target="_blank"
class="blog-content_post-card-content-link__S_PZR">
<h2 class="blog-content_post-card-title__VNbbc">{{.Title}}</h2>
</a></header>
<section>
<p>{{.Summary}} </p>
</section>
</div>
</article>
{{end}}
</div>
<ul class="pagination-container">
{{$pulen := len .PrevUrl}}
{{ if ne $pulen 0 }}
<li class="pagination-item disabled">
<div class="arrow left"><a href="{{.PrevUrl}}"></a></div>
</li>
{{ end }}
{{$nulen := len .NextUrl}}
{{ if ne $nulen 0 }}
<li class="pagination-item">
<div class="arrow right"> <a href="{{.NextUrl}}"></a></div>
</li>
{{ end }}
</ul>
</div>
</div>
</main>
<footer class="Footer_footer__h4ldw" data-track-scroll="footer" id="footer">
<div class="Footer_container__gvDtV">
<div class="Footer_logo__gwNld"><a class="Logo_logo__dWFOd" src="{{replaceImage .Logo}}"
data-clickid="nexar logo" target="_parent">
<picture>
<img src="{{replaceImage .Logo}}" alt="logo"
sizes="89px" width="89" height="25" alt="nexar" />
</picture>
</a></div>
<div class="Footer_nav__kbueF">
<div class="Nav_nav__JHLDD" data-test-id="main-menu-desktop-footer">
<div class="Nav_col__tYe2W"><span class="Nav_label__NXRB_">Company</span>
<nav class="Nav_list__CxY9U">
{{if .HasAbout }}
<a href="{{.AboutUrl}}"
class="Nav_item__Y_IL5 ">About</a>
{{end}}
{{if .HasContact }}
<a href="{{.ContactUrl}}" class="Nav_item__Y_IL5 ">Contact
Us</a>
{{end}}
</nav>
</div>
</div>
<div class="Nav_nav-mobile__ELbqS" data-test-id="main-menu-mobile-footer">
{{if .HasAbout }}
<div class="Nav_col__tYe2W"><button class="Nav_label__NXRB_"><span><a href="{{.AboutUrl}}">About</a> </span></button></div>
{{end}}
{{if .HasContact }}
<div class="Nav_col__tYe2W"><button class="Nav_label__NXRB_"><span><a href="{{.ContactUrl}}">Contact
Us</a> </span></button></div>
{{end}}
</div>
</div>
<div class="Footer_copy__Qsidz ">
<div>
<div class="Footer_copyright-line__ZIGJe">
<div>{{.Copyright}}
<!-- -->.
<!-- -->
<!-- --><span class="Footer_separator__scArl Footer_separator--xs-h__RD6Ir">|</span>
</div>
</div>
<div class="Footer_terms__DPR_7">
<div>
{{if .HasPolicy }}
<a class="Footer_link__S98y_" href="{{.PolicyUrl}}">Privacy
Policy</a> <!-- --><!-- -->
{{end}}
</div>
</div>
</div>
</div>
</footer>
</div>
</body>
</html>