parent
f5d76409c0
commit
8368092ff2
@ -0,0 +1,143 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
|
||||
<head> |
||||
<meta charset="UTF-8" /> |
||||
<title>{{.Title}}</title> |
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
||||
<meta name="referrer" content="unsafe-url"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
||||
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/index.css"}}" /> |
||||
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/font.css"}}" /> |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head> |
||||
|
||||
<body class="page-template-default page page-id-12499"> |
||||
<div class="header-ovall bob"> |
||||
|
||||
<div class="header-area header-sticky only-mobile-sticky"> |
||||
|
||||
<div class="wrap-sticky-relative"> |
||||
|
||||
<div class="header-bottom-wrap bg-theme-default d-md-block d-none header-sticky"> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="col-lg-12"> |
||||
<div class="header-bottom-inner"> |
||||
<div class="header-bottom-left-wrap"> |
||||
<div class="header__navigation d-none d-lg-block d-xl-block"> |
||||
<nav class="navigation-menu navigation-menu--text_white"> |
||||
<ul> |
||||
<li> |
||||
<picture class="img-fluid d-none d-md-block d-lg-block d-xl-block"> |
||||
<img alt="Turner Pest Logo" width="201" height="106" |
||||
class="nitro-lazy" nitro-lazy-empty id="NDAxOjE1NQ==-1" |
||||
src="{{replaceImage .Logo}}" /> |
||||
</picture> |
||||
</li> |
||||
|
||||
<li class="has-children"> <a |
||||
href="{{.IndexUrl}}"><span>{{ lang "home"}}</span></a> |
||||
</li> |
||||
<li class="has-children"> <a |
||||
href="{{.AboutUrl}}"><span>{{ lang "about"}}</span></a> |
||||
</li> |
||||
<li class="has-children"> <a |
||||
href="{{.ContactUrl}}"><span>{{ lang "contact"}}</span></a> |
||||
</li> |
||||
<li class="has-children"> <a |
||||
href="{{.PolicyUrl}}"><span>{{ lang "policy"}}</span></a> |
||||
</li> |
||||
</ul> |
||||
</nav> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="site-wrapper-reveal"> |
||||
<div class="about-entry"> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div style="height: 70vh;" class="col-lg-6 offset-lg-3 text-center"> |
||||
<h2 class="red-heading mb-20">{{ lang "about"}} </h2> |
||||
<p><span style="font-weight:400;"> {{.About}}</span></p> |
||||
|
||||
|
||||
</div> |
||||
|
||||
</div> |
||||
</div> |
||||
|
||||
</div> |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="footer-area-wrapper bg-gray"> |
||||
<div class="footer-area section-space--ptb_80"> |
||||
<div class="container"> |
||||
<div class="row footer-widget-wrapper"> |
||||
|
||||
<div class="col-lg-8 col-md-12"> |
||||
<div class="row"> |
||||
|
||||
<div class="col-lg-6 col-md-6 col-sm-6 col-6 footer-widget"> |
||||
<h6 class="footer-widget__title mb-20">{{lang "related"}}</h6> |
||||
<div class="row"> |
||||
|
||||
<div class="col-md-6"> |
||||
<ul class="footer-widget__list"> |
||||
<li><a href="{{.AboutUrl}}" class="hover-style-link">{{lang "about"}}</a></li> |
||||
<li><a href="{{.ContactUrl}}" class="hover-style-link">{{lang "contact"}}</a></li> |
||||
<li><a href="{{.PolicyUrl}}" class="hover-style-link">{{lang "policy"}}</a></li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="footer-copyright-area"> |
||||
<div class="container"> |
||||
<div class="row align-items-center"> |
||||
<div class="col-md-4 text-center text-md-left"> <span class="copyright-text">{{.Copyright}}</span> </div> |
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
|
||||
|
||||
</body> |
||||
|
||||
</html> |
@ -0,0 +1,6 @@ |
||||
{ |
||||
"creator": "熊雨潇", |
||||
"version": "1.0", |
||||
"origin_website": "https://www.turnerpest.com/blog/", |
||||
"devices": ["pc", "pad", "phone"] |
||||
} |
@ -0,0 +1,159 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
|
||||
<head> |
||||
<meta charset="UTF-8" /> |
||||
<title>{{.Title}}</title> |
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
||||
<meta name="referrer" content="unsafe-url"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
||||
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/index.css"}}" /> |
||||
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/font.css"}}" /> |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head> |
||||
|
||||
<body class="page-template-default page page-id-12499"> |
||||
<div class="header-ovall bob"> |
||||
|
||||
<div class="header-area header-sticky only-mobile-sticky"> |
||||
|
||||
<div class="wrap-sticky-relative"> |
||||
|
||||
<div class="header-bottom-wrap bg-theme-default d-md-block d-none header-sticky"> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="col-lg-12"> |
||||
<div class="header-bottom-inner"> |
||||
<div class="header-bottom-left-wrap"> |
||||
<div class="header__navigation d-none d-lg-block d-xl-block"> |
||||
<nav class="navigation-menu navigation-menu--text_white"> |
||||
<ul> |
||||
<li> |
||||
<picture class="img-fluid d-none d-md-block d-lg-block d-xl-block"> |
||||
<img alt="Turner Pest Logo" width="201" height="106" |
||||
class="nitro-lazy" nitro-lazy-empty id="NDAxOjE1NQ==-1" |
||||
src="{{replaceImage .Logo}}" /> |
||||
</picture> |
||||
</li> |
||||
|
||||
<li class="has-children"> <a |
||||
href="{{.IndexUrl}}"><span>{{ lang "home"}}</span></a> |
||||
</li> |
||||
<li class="has-children"> <a |
||||
href="{{.AboutUrl}}"><span>{{ lang "about"}}</span></a> |
||||
</li> |
||||
<li class="has-children"> <a |
||||
href="{{.ContactUrl}}"><span>{{ lang "contact"}}</span></a> |
||||
</li> |
||||
<li class="has-children"> <a |
||||
href="{{.PolicyUrl}}"><span>{{ lang "policy"}}</span></a> |
||||
</li> |
||||
</ul> |
||||
</nav> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="site-wrapper-reveal"> |
||||
<div class="about-entry"> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div style="height: 70vh;" class="col-lg-6 offset-lg-3 text-center"> |
||||
<h2 class="red-heading mb-20">{{ lang "contact"}} </h2> |
||||
{{.Contact}} |
||||
<form class="col-12 col-lg-6" style="padding: 0;"> |
||||
<div class="form-group"> |
||||
<label for="emailInput">{{lang "about_email"}}</label> |
||||
<input style="width: 50%;" type="email" class="form-control" id="emailInput" placeholder="name@example.com"> |
||||
</div> |
||||
<div class="form-group" style="margin: 20px 0;"> |
||||
<label for="nameInput">{{lang "about_name"}}</label> |
||||
<input style="width: 50%;" type="name" class="form-control" id="nameInput" placeholder="your name"> |
||||
</div> |
||||
<div class="form-group"> |
||||
<label for="exampleFormControlTextarea1">{{lang "about_message"}}</label> |
||||
<textarea style="width: 48%;" 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: 30%;">{{lang "about_send"}}</button> |
||||
</form> |
||||
|
||||
|
||||
</div> |
||||
|
||||
</div> |
||||
</div> |
||||
|
||||
</div> |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="footer-area-wrapper bg-gray"> |
||||
<div class="footer-area section-space--ptb_80"> |
||||
<div class="container"> |
||||
<div class="row footer-widget-wrapper"> |
||||
|
||||
<div class="col-lg-8 col-md-12"> |
||||
<div class="row"> |
||||
|
||||
<div class="col-lg-6 col-md-6 col-sm-6 col-6 footer-widget"> |
||||
<h6 class="footer-widget__title mb-20">{{lang "related"}}</h6> |
||||
<div class="row"> |
||||
|
||||
<div class="col-md-6"> |
||||
<ul class="footer-widget__list"> |
||||
<li><a href="{{.AboutUrl}}" class="hover-style-link">{{lang "about"}}</a></li> |
||||
<li><a href="{{.ContactUrl}}" class="hover-style-link">{{lang "contact"}}</a></li> |
||||
<li><a href="{{.PolicyUrl}}" class="hover-style-link">{{lang "policy"}}</a></li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="footer-copyright-area"> |
||||
<div class="container"> |
||||
<div class="row align-items-center"> |
||||
<div class="col-md-4 text-center text-md-left"> <span class="copyright-text">{{.Copyright}}</span> </div> |
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
|
||||
|
||||
</body> |
||||
|
||||
</html> |
@ -0,0 +1,127 @@ |
||||
@font-face { |
||||
font-family: "Line Awesome Brands"; |
||||
font-style: normal; |
||||
font-weight: 400; |
||||
font-display: swap; |
||||
src: url("https://cdn-cbooc.nitrocdn.com/IIteSgYFWAghiZxbwYeVVyswCGysSxxX/assets/static/source/rev-8f36453/vue-static/landings/line-awesome/line-awesome/1.3.0/fonts/la-brands-400.woff2") format("woff2"); |
||||
} |
||||
|
||||
@font-face { |
||||
font-family: "Line Awesome Free"; |
||||
font-style: normal; |
||||
font-weight: 400; |
||||
font-display: swap; |
||||
src: url("https://cdn-cbooc.nitrocdn.com/IIteSgYFWAghiZxbwYeVVyswCGysSxxX/assets/static/source/rev-8f36453/vue-static/landings/line-awesome/line-awesome/1.3.0/fonts/la-regular-400.woff2") format("woff2"); |
||||
} |
||||
|
||||
@font-face { |
||||
font-family: "Line Awesome Free"; |
||||
font-style: normal; |
||||
font-weight: 900; |
||||
font-display: swap; |
||||
src: url("https://cdn-cbooc.nitrocdn.com/IIteSgYFWAghiZxbwYeVVyswCGysSxxX/assets/static/source/rev-8f36453/vue-static/landings/line-awesome/line-awesome/1.3.0/fonts/la-solid-900.woff2") format("woff2"); |
||||
} |
||||
|
||||
@font-face { |
||||
font-family: "CerebriSans"; |
||||
font-weight: 400; |
||||
font-style: normal; |
||||
src: url("https://cdn-cbooc.nitrocdn.com/IIteSgYFWAghiZxbwYeVVyswCGysSxxX/assets/static/source/rev-8f36453/wp-content/themes/turner-pest/assets/fonts/cerebrisans/CerebriSans-Regular.ttf") format("truetype"); |
||||
font-display: swap; |
||||
} |
||||
|
||||
@font-face { |
||||
font-family: "CerebriSans"; |
||||
font-weight: 400; |
||||
font-style: italic; |
||||
src: url("https://cdn-cbooc.nitrocdn.com/IIteSgYFWAghiZxbwYeVVyswCGysSxxX/assets/static/source/rev-8f36453/wp-content/themes/turner-pest/assets/fonts/cerebrisans/CerebriSans-Italic.ttf") format("truetype"); |
||||
font-display: swap; |
||||
} |
||||
|
||||
@font-face { |
||||
font-family: "CerebriSans"; |
||||
font-weight: 100; |
||||
font-style: normal; |
||||
src: url("https://cdn-cbooc.nitrocdn.com/IIteSgYFWAghiZxbwYeVVyswCGysSxxX/assets/static/source/rev-8f36453/wp-content/themes/turner-pest/assets/fonts/cerebrisans/CerebriSans-Light.ttf") format("truetype"); |
||||
font-display: swap; |
||||
} |
||||
|
||||
@font-face { |
||||
font-family: "CerebriSans"; |
||||
font-weight: 500; |
||||
font-style: normal; |
||||
src: url("https://cdn-cbooc.nitrocdn.com/IIteSgYFWAghiZxbwYeVVyswCGysSxxX/assets/static/source/rev-8f36453/wp-content/themes/turner-pest/assets/fonts/cerebrisans/CerebriSans-Medium.ttf") format("truetype"); |
||||
font-display: swap; |
||||
} |
||||
|
||||
@font-face { |
||||
font-family: "CerebriSans"; |
||||
font-weight: 600; |
||||
font-style: normal; |
||||
src: url("https://cdn-cbooc.nitrocdn.com/IIteSgYFWAghiZxbwYeVVyswCGysSxxX/assets/static/source/rev-8f36453/wp-content/themes/turner-pest/assets/fonts/cerebrisans/CerebriSans-SemiBold.ttf") format("truetype"); |
||||
font-display: swap; |
||||
} |
||||
|
||||
@font-face { |
||||
font-family: "CerebriSans"; |
||||
font-weight: 700; |
||||
font-style: normal; |
||||
src: url("https://cdn-cbooc.nitrocdn.com/IIteSgYFWAghiZxbwYeVVyswCGysSxxX/assets/static/source/rev-8f36453/wp-content/themes/turner-pest/assets/fonts/cerebrisans/CerebriSans-Bold.ttf") format("truetype"); |
||||
font-display: swap; |
||||
} |
||||
|
||||
@font-face { |
||||
font-family: "CerebriSans"; |
||||
font-weight: 800; |
||||
font-style: normal; |
||||
src: url("https://cdn-cbooc.nitrocdn.com/IIteSgYFWAghiZxbwYeVVyswCGysSxxX/assets/static/source/rev-8f36453/wp-content/themes/turner-pest/assets/fonts/cerebrisans/CerebriSans-ExtraBold.ttf") format("truetype"); |
||||
font-display: swap; |
||||
} |
||||
|
||||
@font-face { |
||||
font-family: "CerebriSans"; |
||||
font-weight: 900; |
||||
font-style: normal; |
||||
src: url("https://cdn-cbooc.nitrocdn.com/IIteSgYFWAghiZxbwYeVVyswCGysSxxX/assets/static/source/rev-8f36453/wp-content/themes/turner-pest/assets/fonts/cerebrisans/CerebriSans-Heavy.ttf") format("truetype"); |
||||
font-display: swap; |
||||
} |
||||
|
||||
@font-face { |
||||
font-family: "Font Awesome 5 Brands"; |
||||
font-style: normal; |
||||
font-weight: normal; |
||||
src: url("https://cdn-cbooc.nitrocdn.com/IIteSgYFWAghiZxbwYeVVyswCGysSxxX/assets/static/source/rev-8f36453/wp-content/themes/turner-pest/assets/fonts/fa-brands-400.woff2") format("woff2"); |
||||
font-display: swap; |
||||
} |
||||
|
||||
@font-face { |
||||
font-family: "Font Awesome 5 Pro"; |
||||
font-style: normal; |
||||
font-weight: 300; |
||||
src: url("https://cdn-cbooc.nitrocdn.com/IIteSgYFWAghiZxbwYeVVyswCGysSxxX/assets/static/source/rev-8f36453/wp-content/themes/turner-pest/assets/fonts/fa-light-300.woff2") format("woff2"); |
||||
font-display: swap; |
||||
} |
||||
|
||||
@font-face { |
||||
font-family: "Font Awesome 5 Pro"; |
||||
font-style: normal; |
||||
font-weight: 400; |
||||
src: url("https://cdn-cbooc.nitrocdn.com/IIteSgYFWAghiZxbwYeVVyswCGysSxxX/assets/static/source/rev-8f36453/wp-content/themes/turner-pest/assets/fonts/fa-regular-400.woff2") format("woff2"); |
||||
font-display: swap; |
||||
} |
||||
|
||||
@font-face { |
||||
font-family: "Font Awesome 5 Pro"; |
||||
font-style: normal; |
||||
font-weight: 900; |
||||
src: url("https://cdn-cbooc.nitrocdn.com/IIteSgYFWAghiZxbwYeVVyswCGysSxxX/assets/static/source/rev-8f36453/wp-content/themes/turner-pest/assets/fonts/fa-solid-900.woff2") format("woff2"); |
||||
font-display: swap; |
||||
} |
||||
|
||||
@font-face { |
||||
font-family: lg; |
||||
font-weight: 400; |
||||
font-style: normal; |
||||
src: url("https://cdn-cbooc.nitrocdn.com/IIteSgYFWAghiZxbwYeVVyswCGysSxxX/assets/static/source/rev-8f36453/wp-content/themes/turner-pest/assets/fonts/d29494a98eedb8c3860262e341ef7844.lg.ttf") format("truetype"); |
||||
font-display: swap; |
||||
} |
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,229 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
|
||||
<head> |
||||
<meta charset="UTF-8" /> |
||||
<title>{{.Title}}</title> |
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
||||
<meta name="referrer" content="unsafe-url"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
||||
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/index.css"}}" /> |
||||
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/font.css"}}" /> |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head> |
||||
|
||||
<body class="page-template-default page page-id-12499"> |
||||
<div class="header-ovall bob"> |
||||
|
||||
<div class="header-area header-sticky only-mobile-sticky"> |
||||
|
||||
<div class="wrap-sticky-relative"> |
||||
|
||||
<div class="header-bottom-wrap bg-theme-default d-md-block d-none header-sticky"> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="col-lg-12"> |
||||
<div class="header-bottom-inner"> |
||||
<div class="header-bottom-left-wrap"> |
||||
<div class="header__navigation d-none d-lg-block d-xl-block"> |
||||
<nav class="navigation-menu navigation-menu--text_white"> |
||||
<ul> |
||||
<li> |
||||
<picture |
||||
class="img-fluid d-none d-md-block d-lg-block d-xl-block"> |
||||
<img alt="Turner Pest Logo" width="201" height="106" |
||||
class="nitro-lazy" nitro-lazy-empty id="NDAxOjE1NQ==-1" |
||||
src="{{replaceImage .Logo}}" /> |
||||
</picture> |
||||
</li> |
||||
|
||||
<li class="has-children"> <a href="{{.IndexUrl}}"><span>{{ lang |
||||
"home"}}</span></a> |
||||
</li> |
||||
<li class="has-children"> <a href="{{.AboutUrl}}"><span>{{ lang |
||||
"about"}}</span></a> |
||||
</li> |
||||
<li class="has-children"> <a href="{{.ContactUrl}}"><span>{{ lang |
||||
"contact"}}</span></a> |
||||
</li> |
||||
<li class="has-children"> <a href="{{.PolicyUrl}}"><span>{{ lang |
||||
"policy"}}</span></a> |
||||
</li> |
||||
</ul> |
||||
</nav> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="site-wrapper-reveal"> |
||||
<div class="blog blog-border section-space--pb_60"> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="order-md-2 order-lg-2 order-xl-2 col-lg-9 col-md-8"> |
||||
<div class="row blog-grid section-space--pt_80"> |
||||
<div class="col-md-12 section-space--pb_60"> |
||||
<div class="single-blog-inner general-content"> |
||||
<div class="single-blog-brad"> <a href="https://www.turnerpest.com/"><i |
||||
class="las la-home"></i></a> |
||||
/ <a href="{{.IndexUrl}}">{{lang "home"}}</a> / |
||||
{{.Title}}</div> |
||||
<h1>{{.Title}}</h1> |
||||
<p class="date-meta">September 14, 2022 </p> |
||||
<p> |
||||
<picture decoding="async" loading="lazy" class="wp-image-16078"> |
||||
<img decoding="async" alt="" width="905" height="591" |
||||
sizes="(max-width: 905px) 100vw, 905px" |
||||
nitro-lazy-srcset="https://cdn-cbooc.nitrocdn.com/IIteSgYFWAghiZxbwYeVVyswCGysSxxX/assets/static/optimized/rev-8f36453/wp-content/uploads/2022/09/AdobeStock_76101498-1024x669.jpeg 1024w, https://cdn-cbooc.nitrocdn.com/IIteSgYFWAghiZxbwYeVVyswCGysSxxX/assets/static/optimized/rev-8f36453/wp-content/uploads/2022/09/AdobeStock_76101498-300x196.jpeg 300w, https://cdn-cbooc.nitrocdn.com/IIteSgYFWAghiZxbwYeVVyswCGysSxxX/assets/static/optimized/rev-8f36453/wp-content/uploads/2022/09/AdobeStock_76101498-768x502.jpeg 768w, https://cdn-cbooc.nitrocdn.com/IIteSgYFWAghiZxbwYeVVyswCGysSxxX/assets/static/optimized/rev-8f36453/wp-content/uploads/2022/09/AdobeStock_76101498-1536x1004.jpeg 1536w, https://cdn-cbooc.nitrocdn.com/IIteSgYFWAghiZxbwYeVVyswCGysSxxX/assets/static/optimized/rev-8f36453/wp-content/uploads/2022/09/AdobeStock_76101498-2048x1338.jpeg 2048w, https://cdn-cbooc.nitrocdn.com/IIteSgYFWAghiZxbwYeVVyswCGysSxxX/assets/static/optimized/rev-8f36453/wp-content/uploads/2022/09/AdobeStock_76101498-500x327.jpeg 500w" |
||||
nitro-lazy-src="https://cdn-cbooc.nitrocdn.com/IIteSgYFWAghiZxbwYeVVyswCGysSxxX/assets/static/optimized/rev-8f36453/wp-content/uploads/2022/09/AdobeStock_76101498-1024x669.jpeg" |
||||
class="nitro-lazy" nitro-lazy-empty id="OTI5Ojc3OA==-1" |
||||
src="{{getCover .Article.Pictures}}" /> |
||||
</picture> |
||||
</p> |
||||
<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}} |
||||
</p> |
||||
|
||||
|
||||
</div> |
||||
</div> |
||||
{{ 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 class="order-md-1 order-lg-1 order-xl-1 col-lg-3 col-md-4 remove-blog-pdd"> |
||||
<div class="blog-sidebar section-space--pt_80"> |
||||
|
||||
<div class="blog-category-widget"> |
||||
<h5>{{lang "popular"}}</h5> |
||||
<div class="list-categories"> |
||||
<ul> |
||||
<li class="cat-item cat-item-23"> |
||||
{{$plen := len .PopularArticles}} |
||||
{{if ne $plen 0}} |
||||
|
||||
<div id="article-popular"> |
||||
<!-- popular article list start --> |
||||
{{range .PopularArticles}} |
||||
<div class="article d-flex"> |
||||
<a href="{{.Url}}" target="_blank"> |
||||
<img class="image" src="{{getCover .Cover 125 75}}" |
||||
alt="Cover Image" /> |
||||
</a> |
||||
<div class="content"> |
||||
<a class="title" href="{{.Url}}" target="_blank">{{.Title}}</a> |
||||
<div class="info"> |
||||
<span>{{timeFormat .PublishTime}}</span> |
||||
/ |
||||
<span>{{.Views}} {{lang "views"}}</span> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{end}} |
||||
<!-- popular article list end --> |
||||
</div> |
||||
{{end}} |
||||
|
||||
</li> |
||||
|
||||
</ul> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="footer-area-wrapper bg-gray"> |
||||
<div class="footer-area section-space--ptb_80"> |
||||
<div class="container"> |
||||
<div class="row footer-widget-wrapper"> |
||||
|
||||
<div class="col-lg-8 col-md-12"> |
||||
<div class="row"> |
||||
|
||||
<div class="col-lg-6 col-md-6 col-sm-6 col-6 footer-widget"> |
||||
<h6 class="footer-widget__title mb-20">{{lang "related"}}</h6> |
||||
<div class="row"> |
||||
|
||||
<div class="col-md-6"> |
||||
<ul class="footer-widget__list"> |
||||
<li><a href="{{.AboutUrl}}" class="hover-style-link">{{lang "about"}}</a> |
||||
</li> |
||||
<li><a href="{{.ContactUrl}}" class="hover-style-link">{{lang |
||||
"contact"}}</a></li> |
||||
<li><a href="{{.PolicyUrl}}" class="hover-style-link">{{lang "policy"}}</a> |
||||
</li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="footer-copyright-area"> |
||||
<div class="container"> |
||||
<div class="row align-items-center"> |
||||
<div class="col-md-4 text-center text-md-left"> <span class="copyright-text">{{.Copyright}}</span> |
||||
</div> |
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
|
||||
|
||||
</body> |
||||
|
||||
</html> |
@ -0,0 +1,167 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
|
||||
<head> |
||||
<meta charset="UTF-8" /> |
||||
<title>{{.Title}}</title> |
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
||||
<meta name="referrer" content="unsafe-url"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
||||
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/index.css"}}" /> |
||||
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/font.css"}}" /> |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head> |
||||
|
||||
<body class="page-template-default page page-id-12499"> |
||||
<div class="header-ovall bob"> |
||||
|
||||
<div class="header-area header-sticky only-mobile-sticky"> |
||||
|
||||
<div class="wrap-sticky-relative"> |
||||
|
||||
<div class="header-bottom-wrap bg-theme-default d-md-block d-none header-sticky"> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="col-lg-12"> |
||||
<div class="header-bottom-inner"> |
||||
<div class="header-bottom-left-wrap"> |
||||
<div class="header__navigation d-none d-lg-block d-xl-block"> |
||||
<nav class="navigation-menu navigation-menu--text_white"> |
||||
<ul> |
||||
<li> |
||||
<picture class="img-fluid d-none d-md-block d-lg-block d-xl-block"> |
||||
<img alt="Turner Pest Logo" width="201" height="106" |
||||
class="nitro-lazy" nitro-lazy-empty id="NDAxOjE1NQ==-1" |
||||
src="{{replaceImage .Logo}}" /> |
||||
</picture> |
||||
</li> |
||||
|
||||
<li class="has-children"> <a |
||||
href="{{.IndexUrl}}"><span>{{ lang "home"}}</span></a> |
||||
</li> |
||||
<li class="has-children"> <a |
||||
href="{{.AboutUrl}}"><span>{{ lang "about"}}</span></a> |
||||
</li> |
||||
<li class="has-children"> <a |
||||
href="{{.ContactUrl}}"><span>{{ lang "contact"}}</span></a> |
||||
</li> |
||||
<li class="has-children"> <a |
||||
href="{{.PolicyUrl}}"><span>{{ lang "policy"}}</span></a> |
||||
</li> |
||||
</ul> |
||||
</nav> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="site-wrapper-reveal"> |
||||
<div class="blog blog-border section-space--pb_60"> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="order-md-2 order-lg-2 order-xl-2 col-xl-8 col-lg-8 col-md-8"> |
||||
<div class="row blog-grid section-space--pt_80"> |
||||
{{ range .Articles }} |
||||
<div class="col-lg-4 col-md-6 col-12"> |
||||
<div class="single-blog-wrapper"> |
||||
<div class="single-blog-wrapper-img"> <a |
||||
href="{{.Url}}"> |
||||
<picture class="img-fluid wp-post-image" decoding="async"> |
||||
|
||||
<img width="500" height="400" alt="vetereans day" decoding="async" |
||||
nitro-lazy-src="https://cdn-cbooc.nitrocdn.com/IIteSgYFWAghiZxbwYeVVyswCGysSxxX/assets/static/optimized/rev-8f36453/wp-content/uploads/2022/11/Veterans-Day-22-500x400.png" |
||||
class="nitro-lazy" nitro-lazy-empty id="OTE3OjE1Ng==-1" |
||||
src="{{getCover .Cover 300 180}}" /> |
||||
</picture> |
||||
</a></div> |
||||
<div class="single-blog-wrapper-txt"> |
||||
<div class="wrapper-date">{{timeFormat .PublishTime}}</div> <a |
||||
href="{{.Url}}"> |
||||
<p class="itemMatch" style="height: 30px;overflow: hidden;">{{.Title}}</p> |
||||
</a> |
||||
<div class="link"> <a href="{{.Url}}" |
||||
class="read-more-blog">Read More <i class="las la-long-arrow-alt-right"></i></a> </div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{end}} |
||||
|
||||
|
||||
</div> |
||||
</div> |
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="footer-area-wrapper bg-gray"> |
||||
<div class="footer-area section-space--ptb_80"> |
||||
<div class="container"> |
||||
<div class="row footer-widget-wrapper"> |
||||
|
||||
<div class="col-lg-8 col-md-12"> |
||||
<div class="row"> |
||||
|
||||
<div class="col-lg-6 col-md-6 col-sm-6 col-6 footer-widget"> |
||||
<h6 class="footer-widget__title mb-20">{{lang "related"}}</h6> |
||||
<div class="row"> |
||||
|
||||
<div class="col-md-6"> |
||||
<ul class="footer-widget__list"> |
||||
<li><a href="{{.AboutUrl}}" class="hover-style-link">{{lang "about"}}</a></li> |
||||
<li><a href="{{.ContactUrl}}" class="hover-style-link">{{lang "contact"}}</a></li> |
||||
<li><a href="{{.PolicyUrl}}" class="hover-style-link">{{lang "policy"}}</a></li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="footer-copyright-area"> |
||||
<div class="container"> |
||||
<div class="row align-items-center"> |
||||
<div class="col-md-4 text-center text-md-left"> <span class="copyright-text">{{.Copyright}}</span> </div> |
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
|
||||
|
||||
</body> |
||||
|
||||
</html> |
@ -0,0 +1,143 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
|
||||
<head> |
||||
<meta charset="UTF-8" /> |
||||
<title>{{.Title}}</title> |
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
||||
<meta name="referrer" content="unsafe-url"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
||||
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/index.css"}}" /> |
||||
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/font.css"}}" /> |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head> |
||||
|
||||
<body class="page-template-default page page-id-12499"> |
||||
<div class="header-ovall bob"> |
||||
|
||||
<div class="header-area header-sticky only-mobile-sticky"> |
||||
|
||||
<div class="wrap-sticky-relative"> |
||||
|
||||
<div class="header-bottom-wrap bg-theme-default d-md-block d-none header-sticky"> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="col-lg-12"> |
||||
<div class="header-bottom-inner"> |
||||
<div class="header-bottom-left-wrap"> |
||||
<div class="header__navigation d-none d-lg-block d-xl-block"> |
||||
<nav class="navigation-menu navigation-menu--text_white"> |
||||
<ul> |
||||
<li> |
||||
<picture class="img-fluid d-none d-md-block d-lg-block d-xl-block"> |
||||
<img alt="Turner Pest Logo" width="201" height="106" |
||||
class="nitro-lazy" nitro-lazy-empty id="NDAxOjE1NQ==-1" |
||||
src="{{replaceImage .Logo}}" /> |
||||
</picture> |
||||
</li> |
||||
|
||||
<li class="has-children"> <a |
||||
href="{{.IndexUrl}}"><span>{{ lang "home"}}</span></a> |
||||
</li> |
||||
<li class="has-children"> <a |
||||
href="{{.AboutUrl}}"><span>{{ lang "about"}}</span></a> |
||||
</li> |
||||
<li class="has-children"> <a |
||||
href="{{.ContactUrl}}"><span>{{ lang "contact"}}</span></a> |
||||
</li> |
||||
<li class="has-children"> <a |
||||
href="{{.PolicyUrl}}"><span>{{ lang "policy"}}</span></a> |
||||
</li> |
||||
</ul> |
||||
</nav> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="site-wrapper-reveal"> |
||||
<div class="about-entry"> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div style="height: 70vh;" class="col-lg-6 offset-lg-3 text-center"> |
||||
<h2 class="red-heading mb-20">{{ lang "policy"}} </h2> |
||||
<p><span style="font-weight:400;"> {{.Policy}}</span></p> |
||||
|
||||
|
||||
</div> |
||||
|
||||
</div> |
||||
</div> |
||||
|
||||
</div> |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="footer-area-wrapper bg-gray"> |
||||
<div class="footer-area section-space--ptb_80"> |
||||
<div class="container"> |
||||
<div class="row footer-widget-wrapper"> |
||||
|
||||
<div class="col-lg-8 col-md-12"> |
||||
<div class="row"> |
||||
|
||||
<div class="col-lg-6 col-md-6 col-sm-6 col-6 footer-widget"> |
||||
<h6 class="footer-widget__title mb-20">{{lang "related"}}</h6> |
||||
<div class="row"> |
||||
|
||||
<div class="col-md-6"> |
||||
<ul class="footer-widget__list"> |
||||
<li><a href="{{.AboutUrl}}" class="hover-style-link">{{lang "about"}}</a></li> |
||||
<li><a href="{{.ContactUrl}}" class="hover-style-link">{{lang "contact"}}</a></li> |
||||
<li><a href="{{.PolicyUrl}}" class="hover-style-link">{{lang "policy"}}</a></li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="footer-copyright-area"> |
||||
<div class="container"> |
||||
<div class="row align-items-center"> |
||||
<div class="col-md-4 text-center text-md-left"> <span class="copyright-text">{{.Copyright}}</span> </div> |
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
|
||||
|
||||
</body> |
||||
|
||||
</html> |
Loading…
Reference in new issue