parent
25462c9dbb
commit
74aa949cb7
@ -0,0 +1,192 @@ |
||||
<!DOCTYPE html> |
||||
|
||||
<html class="no-js" lang="en-US" > |
||||
|
||||
<head> |
||||
<title>{{.Title}}</title> |
||||
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/styles01.css"}}" /> |
||||
<style> |
||||
.navbar-nav{ |
||||
list-style: none; |
||||
display: flex; |
||||
margin: 0 !important; |
||||
justify-content: center; |
||||
visibility: hidden; |
||||
} |
||||
.navbar-nav li{ |
||||
padding: 0 10px; |
||||
} |
||||
@media screen and (max-width:999px) { |
||||
.navbar-nav{ |
||||
visibility: visible; |
||||
margin-bottom: 30px !important; |
||||
} |
||||
} |
||||
#wpsp-6573{ |
||||
padding: 0; |
||||
} |
||||
</style> |
||||
</head> |
||||
|
||||
<body |
||||
class="page-template page-template-templates page-template-blog-template page-template-templatesblog-template-php page page-id-9 wp-custom-logo wp-embed-responsive singular enable-search-modal missing-post-thumbnail has-no-pagination not-showing-comments show-avatars blog-template footer-top-visible elementor-default elementor-kit-8779 elementor-page elementor-page-9"> |
||||
|
||||
<header id="site-header" class="header-footer-group" role="banner"> |
||||
|
||||
<div class="header-inner section-inner"> |
||||
|
||||
<div class="header-titles-wrapper"> |
||||
|
||||
|
||||
|
||||
<div class="header-titles"> |
||||
<div class="blue-logo"> |
||||
<a href="{{.IndexUrl}}"> |
||||
<img src="{{replaceImage .Logo}}" width="150" |
||||
height="50"></a> |
||||
</div> |
||||
</div><!-- .header-titles --> |
||||
|
||||
</div><!-- .header-titles-wrapper --> |
||||
|
||||
<div class="header-navigation-wrapper"> |
||||
|
||||
|
||||
<nav class="primary-menu-wrapper" aria-label="Horizontal" role="navigation"> |
||||
|
||||
<ul class="primary-menu reset-list-style"> |
||||
|
||||
<li id="menu-item-17" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-9 current_page_item menu-item-17"> |
||||
<a href="{{.IndexUrl}}" aria-current="page">{{ lang "home"}}</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li id="menu-item-17" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-9 current_page_item menu-item-17"> |
||||
<a href="{{.AboutUrl}}" aria-current="page">{{ lang "about"}}</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li id="menu-item-17" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-9 current_page_item menu-item-17"> |
||||
<a href="{{.ContactUrl}}" aria-current="page">{{ lang "contact"}}</a> |
||||
</li> |
||||
{{end}} |
||||
</ul> |
||||
|
||||
</nav><!-- .primary-menu-wrapper --> |
||||
</div><!-- .header-navigation-wrapper --> |
||||
|
||||
</div><!-- .header-inner --> |
||||
<ul class="navbar-nav mr-auto"> |
||||
<li class="nav-item"> |
||||
<a class="nav-link" href="{{.IndexUrl}}">{{ lang "home"}}</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li class="nav-item"> |
||||
<a class="nav-link" href="{{.AboutUrl}}">{{ lang "about" }}</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li class="nav-item"> |
||||
<a class="nav-link" href="{{.ContactUrl}}">{{ lang "contact" }}</a> |
||||
</li> |
||||
{{end}} |
||||
</ul> |
||||
|
||||
</header><!-- #site-header --> |
||||
|
||||
|
||||
|
||||
|
||||
<div class="blog-block3" style="height: 55vh;"> |
||||
<div class="section-inner medium"> |
||||
<div id="breadcrumb"> |
||||
<a href="{{.IndexUrl}}">{{ lang "home" }}</a> / |
||||
<a href="#">{{ lang "about" }}</a> |
||||
</div> |
||||
<h1 style="margin: 20px 0;" id="page-title">{{ lang "about"}} </h1> |
||||
<div> |
||||
{{.About}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
</main><!-- #site-content --> |
||||
|
||||
<div class="footer-nav-widgets-wrapper header-footer-group"> |
||||
|
||||
<div class="footer-inner section-inner"> |
||||
|
||||
|
||||
|
||||
<aside class="footer-widgets-outer-wrapper" style="padding: 0;" role="complementary"> |
||||
|
||||
<div class="footer-widgets-wrapper" style="justify-content: center;"> |
||||
|
||||
|
||||
|
||||
<div class="footer-widgets column-two grid-item" style="margin: 0;"> |
||||
<div class="widget_text widget widget_custom_html" style="justify-content: center;"> |
||||
<div class="widget_text widget-content"> |
||||
<div class="textwidget custom-html-widget"> |
||||
<div class="row footer"> |
||||
<div class="col-sm-4" style="text-align: center;"> |
||||
<h4>{{lang "related"}}</h4> |
||||
<a href="{{.IndexUrl}}"> |
||||
<p>{{ lang "home"}}</p> |
||||
</a> |
||||
{{if .HasAbout }} |
||||
<a href="{{.AboutUrl}}"> |
||||
<p>{{ lang "about"}}</p> |
||||
</a> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<a href="{{.ContactUrl}}"> |
||||
<p>{{ lang "contact"}}</p> |
||||
</a> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<a href="{{.PolicyUrl}}"> |
||||
<p>{{ lang "policy"}}</p> |
||||
</a> |
||||
{{end}} |
||||
</div> |
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
</div><!-- .footer-widgets-wrapper --> |
||||
|
||||
</aside><!-- .footer-widgets-outer-wrapper --> |
||||
|
||||
|
||||
</div><!-- .footer-inner --> |
||||
|
||||
</div><!-- .footer-nav-widgets-wrapper --> |
||||
|
||||
|
||||
<footer id="site-footer" role="contentinfo" class="header-footer-group"> |
||||
|
||||
<div class="section-inner" style="justify-content: center;"> |
||||
|
||||
<div class="footer-credits"> |
||||
|
||||
<p class="footer-copyright">{{.Copyright}}</p><!-- .powered-by-wordpress --> |
||||
|
||||
</div><!-- .footer-credits --> |
||||
|
||||
|
||||
</div><!-- .section-inner --> |
||||
|
||||
</footer><!-- #site-footer --> |
||||
|
||||
|
||||
</body> |
||||
|
||||
</html> |
@ -0,0 +1,6 @@ |
||||
{ |
||||
"creator": "王蔡艺鑫", |
||||
"version": "1.0", |
||||
"origin_website": "https://fishlab.com/blog/", |
||||
"devices": ["pc", "pad", "phone"] |
||||
} |
@ -0,0 +1,211 @@ |
||||
<!DOCTYPE html> |
||||
|
||||
<html class="no-js" lang="en-US" > |
||||
|
||||
<head> |
||||
<title>{{.Title}}</title> |
||||
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/styles01.css"}}" /> |
||||
<style> |
||||
.navbar-nav{ |
||||
list-style: none; |
||||
display: flex; |
||||
margin: 0 !important; |
||||
justify-content: center; |
||||
visibility: hidden; |
||||
} |
||||
.navbar-nav li{ |
||||
padding: 0 10px; |
||||
} |
||||
@media screen and (max-width:999px) { |
||||
.navbar-nav{ |
||||
visibility: visible; |
||||
margin-bottom: 30px !important; |
||||
} |
||||
} |
||||
#wpsp-6573{ |
||||
padding: 0; |
||||
} |
||||
.form-group{ |
||||
margin: 10px 0; |
||||
} |
||||
</style> |
||||
</head> |
||||
|
||||
<body |
||||
class="page-template page-template-templates page-template-blog-template page-template-templatesblog-template-php page page-id-9 wp-custom-logo wp-embed-responsive singular enable-search-modal missing-post-thumbnail has-no-pagination not-showing-comments show-avatars blog-template footer-top-visible elementor-default elementor-kit-8779 elementor-page elementor-page-9"> |
||||
|
||||
<header id="site-header" class="header-footer-group" role="banner"> |
||||
|
||||
<div class="header-inner section-inner"> |
||||
|
||||
<div class="header-titles-wrapper"> |
||||
|
||||
|
||||
|
||||
<div class="header-titles"> |
||||
<div class="blue-logo"> |
||||
<a href="{{.IndexUrl}}"> |
||||
<img src="{{replaceImage .Logo}}" width="150" |
||||
height="50"></a> |
||||
</div> |
||||
</div><!-- .header-titles --> |
||||
|
||||
</div><!-- .header-titles-wrapper --> |
||||
|
||||
<div class="header-navigation-wrapper"> |
||||
|
||||
|
||||
<nav class="primary-menu-wrapper" aria-label="Horizontal" role="navigation"> |
||||
|
||||
<ul class="primary-menu reset-list-style"> |
||||
|
||||
<li id="menu-item-17" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-9 current_page_item menu-item-17"> |
||||
<a href="{{.IndexUrl}}" aria-current="page">{{ lang "home"}}</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li id="menu-item-17" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-9 current_page_item menu-item-17"> |
||||
<a href="{{.AboutUrl}}" aria-current="page">{{ lang "about"}}</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li id="menu-item-17" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-9 current_page_item menu-item-17"> |
||||
<a href="{{.ContactUrl}}" aria-current="page">{{ lang "contact"}}</a> |
||||
</li> |
||||
{{end}} |
||||
</ul> |
||||
|
||||
</nav><!-- .primary-menu-wrapper --> |
||||
</div><!-- .header-navigation-wrapper --> |
||||
|
||||
</div><!-- .header-inner --> |
||||
<ul class="navbar-nav mr-auto"> |
||||
<li class="nav-item"> |
||||
<a class="nav-link" href="{{.IndexUrl}}">{{ lang "home"}}</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li class="nav-item"> |
||||
<a class="nav-link" href="{{.AboutUrl}}">{{ lang "about" }}</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li class="nav-item"> |
||||
<a class="nav-link" href="{{.ContactUrl}}">{{ lang "contact" }}</a> |
||||
</li> |
||||
{{end}} |
||||
</ul> |
||||
|
||||
</header><!-- #site-header --> |
||||
|
||||
|
||||
|
||||
|
||||
<div class="blog-block3" style="height: 75vh;"> |
||||
<div class="section-inner medium"> |
||||
<div id="breadcrumb"> |
||||
<a href="{{.IndexUrl}}">{{lang "home"}}</a> / |
||||
<a href="#">{{lang "contact"}}</a> |
||||
</div> |
||||
<h1 style="margin: 20px 0;" id="page-title">{{lang "contact"}}</h1> |
||||
<div> |
||||
{{.Contact}} |
||||
<form class="col-12 col-lg-6" style="padding: 0;"> |
||||
<div class="form-group"> |
||||
<label for="emailInput">{{lang "about_email"}}</label> |
||||
<input type="email" class="form-control" id="emailInput" placeholder="name@example.com"> |
||||
</div> |
||||
<div class="form-group"> |
||||
<label for="nameInput">{{lang "about_name"}}</label> |
||||
<input type="name" class="form-control" id="nameInput" placeholder="your name"> |
||||
</div> |
||||
<div class="form-group"> |
||||
<label for="exampleFormControlTextarea1">{{lang "about_message"}}</label> |
||||
<textarea class="form-control" id="exampleFormControlTextarea1" rows="3" |
||||
placeholder="what do you want to say"></textarea> |
||||
</div> |
||||
<button type="submit" class="btn btn-primary" style="width: 100%;">{{lang "about_send"}}</button> |
||||
</form> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
</main><!-- #site-content --> |
||||
|
||||
<div class="footer-nav-widgets-wrapper header-footer-group"> |
||||
|
||||
<div class="footer-inner section-inner"> |
||||
|
||||
|
||||
|
||||
<aside class="footer-widgets-outer-wrapper" style="padding: 0;" role="complementary"> |
||||
|
||||
<div class="footer-widgets-wrapper" style="justify-content: center;"> |
||||
|
||||
|
||||
|
||||
<div class="footer-widgets column-two grid-item" style="margin: 0;"> |
||||
<div class="widget_text widget widget_custom_html" style="justify-content: center;"> |
||||
<div class="widget_text widget-content"> |
||||
<div class="textwidget custom-html-widget"> |
||||
<div class="row footer"> |
||||
<div class="col-sm-4" style="text-align: center;"> |
||||
<h4>{{lang "related"}}</h4> |
||||
<a href="{{.IndexUrl}}"> |
||||
<p>{{ lang "home"}}</p> |
||||
</a> |
||||
{{if .HasAbout }} |
||||
<a href="{{.AboutUrl}}"> |
||||
<p>{{ lang "about"}}</p> |
||||
</a> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<a href="{{.ContactUrl}}"> |
||||
<p>{{ lang "contact"}}</p> |
||||
</a> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<a href="{{.PolicyUrl}}"> |
||||
<p>{{ lang "policy"}}</p> |
||||
</a> |
||||
{{end}} |
||||
</div> |
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
</div><!-- .footer-widgets-wrapper --> |
||||
|
||||
</aside><!-- .footer-widgets-outer-wrapper --> |
||||
|
||||
|
||||
</div><!-- .footer-inner --> |
||||
|
||||
</div><!-- .footer-nav-widgets-wrapper --> |
||||
|
||||
|
||||
<footer id="site-footer" role="contentinfo" class="header-footer-group"> |
||||
|
||||
<div class="section-inner" style="justify-content: center;"> |
||||
|
||||
<div class="footer-credits"> |
||||
|
||||
<p class="footer-copyright">{{.Copyright}}</p><!-- .powered-by-wordpress --> |
||||
|
||||
</div><!-- .footer-credits --> |
||||
|
||||
|
||||
</div><!-- .section-inner --> |
||||
|
||||
</footer><!-- #site-footer --> |
||||
|
||||
|
||||
</body> |
||||
|
||||
</html> |
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,239 @@ |
||||
<!DOCTYPE html> |
||||
|
||||
<html class="no-js" lang="en-US" > |
||||
|
||||
<head> |
||||
<title>{{.Title}}</title> |
||||
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/styles01.css"}}" /> |
||||
<style> |
||||
.navbar-nav{ |
||||
list-style: none; |
||||
display: flex; |
||||
margin: 0 !important; |
||||
justify-content: center; |
||||
visibility: hidden; |
||||
} |
||||
.navbar-nav li{ |
||||
padding: 0 10px; |
||||
} |
||||
@media screen and (max-width:999px) { |
||||
.navbar-nav{ |
||||
visibility: visible; |
||||
margin-bottom: 30px !important; |
||||
} |
||||
} |
||||
#wpsp-6573{ |
||||
padding: 0; |
||||
} |
||||
.form-group{ |
||||
margin: 10px 0; |
||||
} |
||||
#title{ |
||||
font-size: 30px; |
||||
} |
||||
</style> |
||||
</head> |
||||
|
||||
<body |
||||
class="page-template page-template-templates page-template-blog-template page-template-templatesblog-template-php page page-id-9 wp-custom-logo wp-embed-responsive singular enable-search-modal missing-post-thumbnail has-no-pagination not-showing-comments show-avatars blog-template footer-top-visible elementor-default elementor-kit-8779 elementor-page elementor-page-9"> |
||||
|
||||
<header id="site-header" class="header-footer-group" role="banner"> |
||||
|
||||
<div class="header-inner section-inner"> |
||||
|
||||
<div class="header-titles-wrapper"> |
||||
|
||||
|
||||
|
||||
<div class="header-titles"> |
||||
<div class="blue-logo"> |
||||
<a href="{{.IndexUrl}}"> |
||||
<img src="{{replaceImage .Logo}}" width="150" |
||||
height="50"></a> |
||||
</div> |
||||
</div><!-- .header-titles --> |
||||
|
||||
</div><!-- .header-titles-wrapper --> |
||||
|
||||
<div class="header-navigation-wrapper"> |
||||
|
||||
|
||||
<nav class="primary-menu-wrapper" aria-label="Horizontal" role="navigation"> |
||||
|
||||
<ul class="primary-menu reset-list-style"> |
||||
|
||||
<li id="menu-item-17" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-9 current_page_item menu-item-17"> |
||||
<a href="{{.IndexUrl}}" aria-current="page">{{ lang "home"}}</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li id="menu-item-17" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-9 current_page_item menu-item-17"> |
||||
<a href="{{.AboutUrl}}" aria-current="page">{{ lang "about"}}</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li id="menu-item-17" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-9 current_page_item menu-item-17"> |
||||
<a href="{{.ContactUrl}}" aria-current="page">{{ lang "contact"}}</a> |
||||
</li> |
||||
{{end}} |
||||
</ul> |
||||
|
||||
</nav><!-- .primary-menu-wrapper --> |
||||
</div><!-- .header-navigation-wrapper --> |
||||
|
||||
</div><!-- .header-inner --> |
||||
<ul class="navbar-nav mr-auto"> |
||||
<li class="nav-item"> |
||||
<a class="nav-link" href="{{.IndexUrl}}">{{ lang "home"}}</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li class="nav-item"> |
||||
<a class="nav-link" href="{{.AboutUrl}}">{{ lang "about" }}</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li class="nav-item"> |
||||
<a class="nav-link" href="{{.ContactUrl}}">{{ lang "contact" }}</a> |
||||
</li> |
||||
{{end}} |
||||
</ul> |
||||
|
||||
</header><!-- #site-header --> |
||||
|
||||
|
||||
|
||||
|
||||
<div class="blog-block3" > |
||||
<div class="section-inner medium"> |
||||
<div id="breadcrumb"> |
||||
<a href="{{.IndexUrl}}">{{lang "home"}}</a> / |
||||
<a href="#">{{.Title}}</a> |
||||
</div> |
||||
<div id="article-head"> |
||||
<h1 id="title">{{.Title}}</h1> |
||||
<div> |
||||
<span>{{timeFormat .PublishTime}}</span> |
||||
<span> / </span> |
||||
<span>{{.Views}} {{lang "views"}}</span> |
||||
</div> |
||||
</div> |
||||
<div class="d-lg-flex"> |
||||
<div id="article-container" class="col-lg-8 col-md-12"> |
||||
<!-- article content start --> |
||||
<!-- span class="link" |
||||
section="shortcodeLink"><a |
||||
href="/tech/mobile/the-next-iphone-moment-will-arrive-eventually-hurry-up-already/">the |
||||
iPhone</a></span> --> |
||||
<article id="article"> |
||||
<img width="100%" src="{{getCover .Article.Pictures}}" /> |
||||
<p class="speakableTextP1">{{.Article.Summary}}</p> |
||||
{{range .Article.Topics}} |
||||
<p><strong>{{.Topic}}</strong></p> |
||||
{{$tlen := len .Pictures}} |
||||
{{if ne $tlen 0}} |
||||
{{range .Pictures}} |
||||
<img width="100%" src="{{replaceImage .}}" /> |
||||
{{end}} |
||||
{{end}} |
||||
<p>{{.Content}}</p> |
||||
{{end}} |
||||
</article> |
||||
<!-- article content end --> |
||||
<div class="article-page"> |
||||
{{ if .Prev }} |
||||
<div class="hidden-text"> |
||||
<a href="{{.Prev.Url}}">{{lang "prev_article"}}:{{.Prev.Title}}</a> |
||||
</div> |
||||
{{ end }} |
||||
{{ if .Next }} |
||||
<div class="hidden-text"> |
||||
<a href="{{.Next.Url}}">{{lang "next_article"}}:{{.Next.Title}}</a> |
||||
</div> |
||||
{{ end }} |
||||
</div> |
||||
</div> |
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
</main><!-- #site-content --> |
||||
|
||||
<div class="footer-nav-widgets-wrapper header-footer-group"> |
||||
|
||||
<div class="footer-inner section-inner"> |
||||
|
||||
|
||||
|
||||
<aside class="footer-widgets-outer-wrapper" style="padding: 0;" role="complementary"> |
||||
|
||||
<div class="footer-widgets-wrapper" style="justify-content: center;"> |
||||
|
||||
|
||||
|
||||
<div class="footer-widgets column-two grid-item" style="margin: 0;"> |
||||
<div class="widget_text widget widget_custom_html" style="justify-content: center;"> |
||||
<div class="widget_text widget-content"> |
||||
<div class="textwidget custom-html-widget"> |
||||
<div class="row footer"> |
||||
<div class="col-sm-4" style="text-align: center;"> |
||||
<h4>{{lang "related"}}</h4> |
||||
<a href="{{.IndexUrl}}"> |
||||
<p>{{ lang "home"}}</p> |
||||
</a> |
||||
{{if .HasAbout }} |
||||
<a href="{{.AboutUrl}}"> |
||||
<p>{{ lang "about"}}</p> |
||||
</a> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<a href="{{.ContactUrl}}"> |
||||
<p>{{ lang "contact"}}</p> |
||||
</a> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<a href="{{.PolicyUrl}}"> |
||||
<p>{{ lang "policy"}}</p> |
||||
</a> |
||||
{{end}} |
||||
</div> |
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
</div><!-- .footer-widgets-wrapper --> |
||||
|
||||
</aside><!-- .footer-widgets-outer-wrapper --> |
||||
|
||||
|
||||
</div><!-- .footer-inner --> |
||||
|
||||
</div><!-- .footer-nav-widgets-wrapper --> |
||||
|
||||
|
||||
<footer id="site-footer" role="contentinfo" class="header-footer-group"> |
||||
|
||||
<div class="section-inner" style="justify-content: center;"> |
||||
|
||||
<div class="footer-credits"> |
||||
|
||||
<p class="footer-copyright">{{.Copyright}}</p><!-- .powered-by-wordpress --> |
||||
|
||||
</div><!-- .footer-credits --> |
||||
|
||||
|
||||
</div><!-- .section-inner --> |
||||
|
||||
</footer><!-- #site-footer --> |
||||
|
||||
|
||||
</body> |
||||
|
||||
</html> |
@ -0,0 +1,251 @@ |
||||
<!DOCTYPE html> |
||||
|
||||
<html class="no-js" lang="en-US" > |
||||
|
||||
<head> |
||||
<title>{{.Title}}</title> |
||||
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/styles01.css"}}" /> |
||||
<style> |
||||
.navbar-nav{ |
||||
list-style: none; |
||||
display: flex; |
||||
margin: 0 !important; |
||||
justify-content: center; |
||||
visibility: hidden; |
||||
} |
||||
.navbar-nav li{ |
||||
padding: 0 10px; |
||||
} |
||||
@media screen and (max-width:999px) { |
||||
.navbar-nav{ |
||||
visibility: visible; |
||||
} |
||||
} |
||||
#wpsp-6573{ |
||||
padding: 0; |
||||
} |
||||
</style> |
||||
</head> |
||||
|
||||
<body |
||||
class="page-template page-template-templates page-template-blog-template page-template-templatesblog-template-php page page-id-9 wp-custom-logo wp-embed-responsive singular enable-search-modal missing-post-thumbnail has-no-pagination not-showing-comments show-avatars blog-template footer-top-visible elementor-default elementor-kit-8779 elementor-page elementor-page-9"> |
||||
|
||||
<header id="site-header" class="header-footer-group" role="banner"> |
||||
|
||||
<div class="header-inner section-inner"> |
||||
|
||||
<div class="header-titles-wrapper"> |
||||
|
||||
|
||||
|
||||
<div class="header-titles"> |
||||
<div class="blue-logo"> |
||||
<a href="{{.IndexUrl}}"> |
||||
<img src="{{replaceImage .Logo}}" width="150" |
||||
height="50"></a> |
||||
</div> |
||||
</div><!-- .header-titles --> |
||||
|
||||
<button class="toggle nav-toggle mobile-nav-toggle" data-toggle-target=".menu-modal" |
||||
data-toggle-body-class="showing-menu-modal" aria-expanded="false" |
||||
data-set-focus=".close-nav-toggle"> |
||||
<span class="toggle-inner"> |
||||
<span class="toggle-icon"> |
||||
</span> |
||||
|
||||
</span> |
||||
</button><!-- .nav-toggle --> |
||||
|
||||
</div><!-- .header-titles-wrapper --> |
||||
|
||||
<div class="header-navigation-wrapper"> |
||||
|
||||
|
||||
<nav class="primary-menu-wrapper" aria-label="Horizontal" role="navigation"> |
||||
|
||||
<ul class="primary-menu reset-list-style"> |
||||
|
||||
<li id="menu-item-17" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-9 current_page_item menu-item-17"> |
||||
<a href="{{.IndexUrl}}" aria-current="page">{{ lang "home"}}</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li id="menu-item-17" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-9 current_page_item menu-item-17"> |
||||
<a href="{{.AboutUrl}}" aria-current="page">{{ lang "about"}}</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li id="menu-item-17" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-9 current_page_item menu-item-17"> |
||||
<a href="{{.ContactUrl}}" aria-current="page">{{ lang "contact"}}</a> |
||||
</li> |
||||
{{end}} |
||||
</ul> |
||||
|
||||
</nav><!-- .primary-menu-wrapper --> |
||||
</div><!-- .header-navigation-wrapper --> |
||||
|
||||
</div><!-- .header-inner --> |
||||
<ul class="navbar-nav mr-auto"> |
||||
<li class="nav-item"> |
||||
<a class="nav-link" href="{{.IndexUrl}}">{{ lang "home"}}</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li class="nav-item"> |
||||
<a class="nav-link" href="{{.AboutUrl}}">{{ lang "about" }}</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li class="nav-item"> |
||||
<a class="nav-link" href="{{.ContactUrl}}">{{ lang "contact" }}</a> |
||||
</li> |
||||
{{end}} |
||||
</ul> |
||||
|
||||
</header><!-- #site-header --> |
||||
|
||||
|
||||
|
||||
|
||||
<div class="blog-block3"> |
||||
<div class="section-inner medium"> |
||||
<style> |
||||
.wp-show-posts-columns#wpsp-6573 { |
||||
margin-left: -2em; |
||||
} |
||||
|
||||
.wp-show-posts-columns#wpsp-6573 .wp-show-posts-inner { |
||||
margin: 0 0 2em 2em; |
||||
} |
||||
</style> |
||||
<section id="wpsp-6573" class=" wp-show-posts-columns wp-show-posts"> |
||||
{{ range .Articles }} |
||||
<article |
||||
class=" wp-show-posts-single post-12103 post type-post status-publish format-standard has-post-thumbnail hentry category-blog tag-what-do-clownfish-eat mv-content-wrapper wpsp-col-6"> |
||||
<div class="wp-show-posts-inner" style=""> |
||||
<div class="wp-show-posts-image wpsp-image-center "> |
||||
<a href="{{.Url}}" |
||||
><img width="640" |
||||
height="427" |
||||
src="{{getCover .Cover 300 180}}" |
||||
class="attachment-full size-full wp-post-image" |
||||
loading="lazy" |
||||
|
||||
sizes="(max-width: 640px) 100vw, 640px"></a> |
||||
</div> |
||||
<header class="wp-show-posts-entry-header"> |
||||
<h2 class="wp-show-posts-entry-title" ><a |
||||
href="{{.Url}}" rel="bookmark">{{.Title}}</a></h2> |
||||
<div class="wp-show-posts-entry-meta wp-show-posts-entry-meta-below-title post-meta-inline"> |
||||
<div class="info"> |
||||
<span>{{timeFormat .PublishTime}}</span> |
||||
/ |
||||
<span>{{.Views}} {{lang "views"}}</span> |
||||
</div> |
||||
</div> |
||||
</header><!-- .entry-header --> |
||||
<div class="wp-show-posts-entry-summary" itemprop="text"> |
||||
<p>{{.Summary}}</p> |
||||
</div><!-- .entry-summary --> |
||||
</div><!-- wp-show-posts-inner --> |
||||
</article> |
||||
{{end}} |
||||
<div class="wpsp-clear"></div> |
||||
</section><!-- .wp-show-posts --> |
||||
<div class="wpsp-load-more"><div> |
||||
{{$pulen := len .PrevUrl}} |
||||
{{ if ne $pulen 0 }} |
||||
<div style="float:left;"> |
||||
<a href="{{.PrevUrl}}">{{lang "prev"}}</a> |
||||
</div> |
||||
{{ end }} |
||||
{{$nulen := len .NextUrl}} |
||||
{{ if ne $nulen 0 }} |
||||
<div style="float:right;"> |
||||
<a href="{{.NextUrl}}">{{lang "next"}}</a> |
||||
</div> |
||||
{{ end }} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
</main><!-- #site-content --> |
||||
|
||||
<div class="footer-nav-widgets-wrapper header-footer-group"> |
||||
|
||||
<div class="footer-inner section-inner"> |
||||
|
||||
|
||||
|
||||
<aside class="footer-widgets-outer-wrapper" style="padding: 0;" role="complementary"> |
||||
|
||||
<div class="footer-widgets-wrapper" style="justify-content: center;"> |
||||
|
||||
|
||||
|
||||
<div class="footer-widgets column-two grid-item" style="margin: 0;"> |
||||
<div class="widget_text widget widget_custom_html" style="justify-content: center;"> |
||||
<div class="widget_text widget-content"> |
||||
<div class="textwidget custom-html-widget"> |
||||
<div class="row footer"> |
||||
<div class="col-sm-4" style="text-align: center;"> |
||||
<h4>{{lang "related"}}</h4> |
||||
<a href="{{.IndexUrl}}"> |
||||
<p>{{ lang "home"}}</p> |
||||
</a> |
||||
{{if .HasAbout }} |
||||
<a href="{{.AboutUrl}}"> |
||||
<p>{{ lang "about"}}</p> |
||||
</a> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<a href="{{.ContactUrl}}"> |
||||
<p>{{ lang "contact"}}</p> |
||||
</a> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<a href="{{.PolicyUrl}}"> |
||||
<p>{{ lang "policy"}}</p> |
||||
</a> |
||||
{{end}} |
||||
</div> |
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
</div><!-- .footer-widgets-wrapper --> |
||||
|
||||
</aside><!-- .footer-widgets-outer-wrapper --> |
||||
|
||||
|
||||
</div><!-- .footer-inner --> |
||||
|
||||
</div><!-- .footer-nav-widgets-wrapper --> |
||||
|
||||
|
||||
<footer id="site-footer" role="contentinfo" class="header-footer-group"> |
||||
|
||||
<div class="section-inner" style="justify-content: center;"> |
||||
|
||||
<div class="footer-credits"> |
||||
|
||||
<p class="footer-copyright">{{.Copyright}}</p><!-- .powered-by-wordpress --> |
||||
|
||||
</div><!-- .footer-credits --> |
||||
|
||||
|
||||
</div><!-- .section-inner --> |
||||
|
||||
</footer><!-- #site-footer --> |
||||
|
||||
|
||||
</body> |
||||
|
||||
</html> |
@ -0,0 +1,195 @@ |
||||
<!DOCTYPE html> |
||||
|
||||
<html class="no-js" lang="en-US" > |
||||
|
||||
<head> |
||||
<title>{{.Title}}</title> |
||||
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/styles01.css"}}" /> |
||||
<style> |
||||
.navbar-nav{ |
||||
list-style: none; |
||||
display: flex; |
||||
margin: 0 !important; |
||||
justify-content: center; |
||||
visibility: hidden; |
||||
} |
||||
.navbar-nav li{ |
||||
padding: 0 10px; |
||||
} |
||||
@media screen and (max-width:999px) { |
||||
.navbar-nav{ |
||||
visibility: visible; |
||||
margin-bottom: 30px !important; |
||||
} |
||||
} |
||||
#wpsp-6573{ |
||||
padding: 0; |
||||
} |
||||
.form-group{ |
||||
margin: 10px 0; |
||||
} |
||||
</style> |
||||
</head> |
||||
|
||||
<body |
||||
class="page-template page-template-templates page-template-blog-template page-template-templatesblog-template-php page page-id-9 wp-custom-logo wp-embed-responsive singular enable-search-modal missing-post-thumbnail has-no-pagination not-showing-comments show-avatars blog-template footer-top-visible elementor-default elementor-kit-8779 elementor-page elementor-page-9"> |
||||
|
||||
<header id="site-header" class="header-footer-group" role="banner"> |
||||
|
||||
<div class="header-inner section-inner"> |
||||
|
||||
<div class="header-titles-wrapper"> |
||||
|
||||
|
||||
|
||||
<div class="header-titles"> |
||||
<div class="blue-logo"> |
||||
<a href="{{.IndexUrl}}"> |
||||
<img src="{{replaceImage .Logo}}" width="150" |
||||
height="50"></a> |
||||
</div> |
||||
</div><!-- .header-titles --> |
||||
|
||||
</div><!-- .header-titles-wrapper --> |
||||
|
||||
<div class="header-navigation-wrapper"> |
||||
|
||||
|
||||
<nav class="primary-menu-wrapper" aria-label="Horizontal" role="navigation"> |
||||
|
||||
<ul class="primary-menu reset-list-style"> |
||||
|
||||
<li id="menu-item-17" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-9 current_page_item menu-item-17"> |
||||
<a href="{{.IndexUrl}}" aria-current="page">{{ lang "home"}}</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li id="menu-item-17" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-9 current_page_item menu-item-17"> |
||||
<a href="{{.AboutUrl}}" aria-current="page">{{ lang "about"}}</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li id="menu-item-17" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-9 current_page_item menu-item-17"> |
||||
<a href="{{.ContactUrl}}" aria-current="page">{{ lang "contact"}}</a> |
||||
</li> |
||||
{{end}} |
||||
</ul> |
||||
|
||||
</nav><!-- .primary-menu-wrapper --> |
||||
</div><!-- .header-navigation-wrapper --> |
||||
|
||||
</div><!-- .header-inner --> |
||||
<ul class="navbar-nav mr-auto"> |
||||
<li class="nav-item"> |
||||
<a class="nav-link" href="{{.IndexUrl}}">{{ lang "home"}}</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li class="nav-item"> |
||||
<a class="nav-link" href="{{.AboutUrl}}">{{ lang "about" }}</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li class="nav-item"> |
||||
<a class="nav-link" href="{{.ContactUrl}}">{{ lang "contact" }}</a> |
||||
</li> |
||||
{{end}} |
||||
</ul> |
||||
|
||||
</header><!-- #site-header --> |
||||
|
||||
|
||||
|
||||
|
||||
<div class="blog-block3" style="height: 55vh;"> |
||||
<div class="section-inner medium"> |
||||
<div id="breadcrumb"> |
||||
<a href="{{.IndexUrl}}">{{lang "home"}}</a> / |
||||
<a href="#">{{lang "policy"}}</a> |
||||
</div> |
||||
<h1 style="margin: 20px 0;" id="page-title">{{lang "policy"}}</h1> |
||||
<div> |
||||
{{.Policy}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
</main><!-- #site-content --> |
||||
|
||||
<div class="footer-nav-widgets-wrapper header-footer-group"> |
||||
|
||||
<div class="footer-inner section-inner"> |
||||
|
||||
|
||||
|
||||
<aside class="footer-widgets-outer-wrapper" style="padding: 0;" role="complementary"> |
||||
|
||||
<div class="footer-widgets-wrapper" style="justify-content: center;"> |
||||
|
||||
|
||||
|
||||
<div class="footer-widgets column-two grid-item" style="margin: 0;"> |
||||
<div class="widget_text widget widget_custom_html" style="justify-content: center;"> |
||||
<div class="widget_text widget-content"> |
||||
<div class="textwidget custom-html-widget"> |
||||
<div class="row footer"> |
||||
<div class="col-sm-4" style="text-align: center;"> |
||||
<h4>{{lang "related"}}</h4> |
||||
<a href="{{.IndexUrl}}"> |
||||
<p>{{ lang "home"}}</p> |
||||
</a> |
||||
{{if .HasAbout }} |
||||
<a href="{{.AboutUrl}}"> |
||||
<p>{{ lang "about"}}</p> |
||||
</a> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<a href="{{.ContactUrl}}"> |
||||
<p>{{ lang "contact"}}</p> |
||||
</a> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<a href="{{.PolicyUrl}}"> |
||||
<p>{{ lang "policy"}}</p> |
||||
</a> |
||||
{{end}} |
||||
</div> |
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
</div><!-- .footer-widgets-wrapper --> |
||||
|
||||
</aside><!-- .footer-widgets-outer-wrapper --> |
||||
|
||||
|
||||
</div><!-- .footer-inner --> |
||||
|
||||
</div><!-- .footer-nav-widgets-wrapper --> |
||||
|
||||
|
||||
<footer id="site-footer" role="contentinfo" class="header-footer-group"> |
||||
|
||||
<div class="section-inner" style="justify-content: center;"> |
||||
|
||||
<div class="footer-credits"> |
||||
|
||||
<p class="footer-copyright">{{.Copyright}}</p><!-- .powered-by-wordpress --> |
||||
|
||||
</div><!-- .footer-credits --> |
||||
|
||||
|
||||
</div><!-- .section-inner --> |
||||
|
||||
</footer><!-- #site-footer --> |
||||
|
||||
|
||||
</body> |
||||
|
||||
</html> |
Loading…
Reference in new issue