parent
427557f8d9
commit
4d1a9ad83c
@ -0,0 +1,222 @@ |
||||
<!doctype html> |
||||
<html lang="en"> |
||||
|
||||
<head> |
||||
<meta name="keywords" content="{{.Keywords}}"> |
||||
<meta name="description" content="{{.Description}}"> |
||||
<title>{{.Title}}</title> |
||||
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" /> |
||||
<meta charset="UTF-8"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/frontend.min.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/post-7.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/frontend-1.min.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/post-8.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/post-397.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/index.css"}}"> |
||||
</head> |
||||
|
||||
<body |
||||
class="archive category category-lost-in-the-stalks-blog category-51 wp-custom-logo elementor-default elementor-template-full-width elementor-kit-7 elementor-page-397"> |
||||
|
||||
<div data-elementor-type="header" data-elementor-id="8" class="elementor elementor-8 elementor-location-header"> |
||||
<section |
||||
class="elementor-section elementor-top-section elementor-element elementor-element-d5c5d1d elementor-section-full_width elementor-section-height-min-height elementor-section-content-top elementor-section-items-top elementor-section-height-default"> |
||||
<div class="elementor-container elementor-column-gap-no"> |
||||
<div |
||||
class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7665cff"> |
||||
<div class="elementor-widget-wrap elementor-element-populated"> |
||||
|
||||
<section |
||||
class="elementor-section elementor-inner-section elementor-element elementor-element-8cfc88b elementor-section-boxed elementor-section-height-default elementor-section-height-default"> |
||||
<div class="elementor-container elementor-column-gap-default"> |
||||
<div |
||||
class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-2cdfe0f" |
||||
data-id="2cdfe0f" data-element_type="column"> |
||||
<div class="elementor-widget-wrap elementor-element-populated"> |
||||
<div |
||||
class="elementor-element elementor-element-cbeaaed elementor-widget elementor-widget-theme-site-logo elementor-widget-image" |
||||
data-id="cbeaaed" data-element_type="widget" data-widget_type="theme-site-logo.default"> |
||||
<div class="elementor-widget-container"> |
||||
<a href="{{.IndexUrl}}"> |
||||
<img width="261" height="175" src="{{replaceImage .Logo}}" class="attachment-full size-full" |
||||
alt="logo" /></a> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
<div |
||||
class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-ff551a2" |
||||
data-id="ff551a2" data-element_type="column"> |
||||
<div class="elementor-widget-wrap elementor-element-populated"> |
||||
<div |
||||
class="elementor-element elementor-element-fea5051 elementor-nav-menu__align-right elementor-nav-menu--stretch elementor-nav-menu__text-align-center elementor-nav-menu--dropdown-tablet elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" |
||||
data-id="fea5051" data-element_type="widget"> |
||||
<div class="elementor-widget-container"> |
||||
<nav migration_allowed="1" migrated="0" role="navigation" |
||||
class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-background e--animation-fade"> |
||||
<ul id="menu-1-fea5051" class="elementor-nav-menu"> |
||||
<li |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3859"> |
||||
<a href="{{.IndexUrl}}" class="elementor-item">{{ lang "home"}}</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3859"> |
||||
<a href="{{.AboutUrl}}" class="elementor-item">{{ lang "about"}}</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3859"> |
||||
<a href="{{.ContactUrl}}" class="elementor-item">{{ lang "contact"}}</a> |
||||
</li> |
||||
{{end}} |
||||
|
||||
</ul> |
||||
</nav> |
||||
|
||||
|
||||
|
||||
<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" role="navigation" |
||||
aria-hidden="true"> |
||||
<ul id="menu-2-fea5051" class="elementor-nav-menu"> |
||||
<li |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3859"> |
||||
<a href="{{.IndexUrl}}" class="elementor-item">{{ lang "home"}}</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3859"> |
||||
<a href="{{.AboutUrl}}" class="elementor-item">{{ lang "about"}}</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3859"> |
||||
<a href="{{.ContactUrl}}" class="elementor-item">{{ lang "contact"}}</a> |
||||
</li> |
||||
{{end}} |
||||
</ul> |
||||
</nav> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
</div> |
||||
|
||||
<div data-elementor-type="single-post" data-elementor-id="5004" |
||||
class="elementor elementor-5004 elementor-location-single post-5172 post type-post status-publish format-standard has-post-thumbnail hentry category-lost-in-the-stalks-blog category-news-events"> |
||||
|
||||
|
||||
<section |
||||
class="elementor-section elementor-top-section elementor-element elementor-element-126bfaa elementor-section-boxed elementor-section-height-default elementor-section-height-default" |
||||
data-id="126bfaa" data-element_type="section" > |
||||
<div class="elementor-background-overlay"></div> |
||||
<div class="elementor-container elementor-column-gap-default"> |
||||
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-67ddfe0" |
||||
data-id="67ddfe0" data-element_type="column" > |
||||
<div class="elementor-widget-wrap elementor-element-populated"> |
||||
|
||||
<section |
||||
class="elementor-section elementor-inner-section elementor-element elementor-element-676e0cd elementor-section-boxed elementor-section-height-default elementor-section-height-default" |
||||
data-id="676e0cd" data-element_type="section"> |
||||
<div class="elementor-container elementor-column-gap-default"> |
||||
|
||||
<div |
||||
class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7e57a8a" |
||||
data-id="7e57a8a" data-element_type="column"> |
||||
<div class="elementor-widget-wrap elementor-element-populated"> |
||||
<div |
||||
class="elementor-element elementor-element-0527178 elementor-widget elementor-widget-theme-post-content" |
||||
data-id="0527178" data-element_type="widget" data-widget_type="theme-post-content.default"> |
||||
<div class="elementor-widget-container"> |
||||
<div data-elementor-type="wp-post" data-elementor-id="5172" class="elementor elementor-5172"> |
||||
<section |
||||
class="elementor-section elementor-top-section elementor-element elementor-element-2d34438e elementor-section-boxed elementor-section-height-default elementor-section-height-default" |
||||
data-id="2d34438e" data-element_type="section"> |
||||
<div class="elementor-container elementor-column-gap-default"> |
||||
<div |
||||
class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-40acffbd" |
||||
data-id="40acffbd" data-element_type="column"> |
||||
<div class="elementor-widget-wrap elementor-element-populated"> |
||||
<div |
||||
class="elementor-element elementor-element-28d53d06 elementor-widget elementor-widget-text-editor" |
||||
data-id="28d53d06" data-element_type="widget" |
||||
data-widget_type="text-editor.default"> |
||||
<div class="elementor-widget-container"> |
||||
|
||||
<p>{{ lang "about" }}</p> |
||||
|
||||
|
||||
{{.About}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
</div> |
||||
|
||||
<div data-elementor-type="footer" data-elementor-id="97" class="elementor elementor-97 elementor-location-footer"> |
||||
|
||||
<section |
||||
class="elementor-section elementor-top-section elementor-element elementor-element-17616b2 footer elementor-section-boxed elementor-section-height-default elementor-section-height-default" |
||||
data-id="17616b2" data-element_type="section"> |
||||
<div class="elementor-background-overlay"></div> |
||||
<div class="elementor-container elementor-column-gap-no"> |
||||
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-85ca152" |
||||
data-id="85ca152" data-element_type="column"> |
||||
<div class="elementor-widget-wrap elementor-element-populated"> |
||||
<div class="elementor-element elementor-element-fad95ba elementor-widget elementor-widget-text-editor" |
||||
data-id="fad95ba" data-element_type="widget" data-widget_type="text-editor.default"> |
||||
<div class="elementor-widget-container"> |
||||
<p>{{.Copyright}} |
||||
<a href="{{.IndexUrl}}">{{ lang "home"}}</a> |
||||
{{if .HasContact }} |
||||
| <a href="{{.AboutUrl}}">{{lang "about"}}</a> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
| <a href="{{.ContactUrl}}">{{lang "contact"}}</a> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
| <a href="{{.PolicyUrl}}">{{lang "policy"}}</a> |
||||
{{end}} |
||||
{{$flen := len .Friendship}} |
||||
{{if ne $flen 0}} |
||||
{{range .Friendship}} |
||||
| <a href="{{.Url}}">{{.Name}}</a> |
||||
{{end}} |
||||
{{end}} |
||||
</p> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
</div> |
||||
|
||||
</body> |
||||
|
||||
</html> |
@ -0,0 +1,6 @@ |
||||
{ |
||||
"creator": "许晓焱", |
||||
"version": "1.0", |
||||
"origin_website": "https://mazefunpark.com/lost-in-the-stalks-blog/", |
||||
"devices": ["pc", "pad", "phone"] |
||||
} |
@ -0,0 +1,238 @@ |
||||
<!doctype html> |
||||
<html lang="en"> |
||||
|
||||
<head> |
||||
<meta name="keywords" content="{{.Keywords}}"> |
||||
<meta name="description" content="{{.Description}}"> |
||||
<title>{{.Title}}</title> |
||||
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" /> |
||||
<meta charset="UTF-8"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/frontend.min.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/post-7.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/frontend-1.min.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/post-8.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/post-397.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/index.css"}}"> |
||||
</head> |
||||
|
||||
<body |
||||
class="archive category category-lost-in-the-stalks-blog category-51 wp-custom-logo elementor-default elementor-template-full-width elementor-kit-7 elementor-page-397"> |
||||
|
||||
<div data-elementor-type="header" data-elementor-id="8" class="elementor elementor-8 elementor-location-header"> |
||||
<section |
||||
class="elementor-section elementor-top-section elementor-element elementor-element-d5c5d1d elementor-section-full_width elementor-section-height-min-height elementor-section-content-top elementor-section-items-top elementor-section-height-default"> |
||||
<div class="elementor-container elementor-column-gap-no"> |
||||
<div |
||||
class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7665cff"> |
||||
<div class="elementor-widget-wrap elementor-element-populated"> |
||||
|
||||
<section |
||||
class="elementor-section elementor-inner-section elementor-element elementor-element-8cfc88b elementor-section-boxed elementor-section-height-default elementor-section-height-default"> |
||||
<div class="elementor-container elementor-column-gap-default"> |
||||
<div |
||||
class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-2cdfe0f" |
||||
data-id="2cdfe0f" data-element_type="column"> |
||||
<div class="elementor-widget-wrap elementor-element-populated"> |
||||
<div |
||||
class="elementor-element elementor-element-cbeaaed elementor-widget elementor-widget-theme-site-logo elementor-widget-image" |
||||
data-id="cbeaaed" data-element_type="widget" data-widget_type="theme-site-logo.default"> |
||||
<div class="elementor-widget-container"> |
||||
<a href="{{.IndexUrl}}"> |
||||
<img width="261" height="175" src="{{replaceImage .Logo}}" class="attachment-full size-full" |
||||
alt="logo" /></a> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
<div |
||||
class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-ff551a2" |
||||
data-id="ff551a2" data-element_type="column"> |
||||
<div class="elementor-widget-wrap elementor-element-populated"> |
||||
<div |
||||
class="elementor-element elementor-element-fea5051 elementor-nav-menu__align-right elementor-nav-menu--stretch elementor-nav-menu__text-align-center elementor-nav-menu--dropdown-tablet elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" |
||||
data-id="fea5051" data-element_type="widget"> |
||||
<div class="elementor-widget-container"> |
||||
<nav migration_allowed="1" migrated="0" role="navigation" |
||||
class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-background e--animation-fade"> |
||||
<ul id="menu-1-fea5051" class="elementor-nav-menu"> |
||||
<li |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3859"> |
||||
<a href="{{.IndexUrl}}" class="elementor-item">{{ lang "home"}}</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3859"> |
||||
<a href="{{.AboutUrl}}" class="elementor-item">{{ lang "about"}}</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3859"> |
||||
<a href="{{.ContactUrl}}" class="elementor-item">{{ lang "contact"}}</a> |
||||
</li> |
||||
{{end}} |
||||
|
||||
</ul> |
||||
</nav> |
||||
|
||||
|
||||
|
||||
<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" role="navigation" |
||||
aria-hidden="true"> |
||||
<ul id="menu-2-fea5051" class="elementor-nav-menu"> |
||||
<li |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3859"> |
||||
<a href="{{.IndexUrl}}" class="elementor-item">{{ lang "home"}}</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3859"> |
||||
<a href="{{.AboutUrl}}" class="elementor-item">{{ lang "about"}}</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3859"> |
||||
<a href="{{.ContactUrl}}" class="elementor-item">{{ lang "contact"}}</a> |
||||
</li> |
||||
{{end}} |
||||
</ul> |
||||
</nav> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
</div> |
||||
|
||||
<div data-elementor-type="single-post" data-elementor-id="5004" |
||||
class="elementor elementor-5004 elementor-location-single post-5172 post type-post status-publish format-standard has-post-thumbnail hentry category-lost-in-the-stalks-blog category-news-events"> |
||||
|
||||
|
||||
<section |
||||
class="elementor-section elementor-top-section elementor-element elementor-element-126bfaa elementor-section-boxed elementor-section-height-default elementor-section-height-default" |
||||
data-id="126bfaa" data-element_type="section" > |
||||
<div class="elementor-background-overlay"></div> |
||||
<div class="elementor-container elementor-column-gap-default"> |
||||
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-67ddfe0" |
||||
data-id="67ddfe0" data-element_type="column" > |
||||
<div class="elementor-widget-wrap elementor-element-populated"> |
||||
|
||||
<section |
||||
class="elementor-section elementor-inner-section elementor-element elementor-element-676e0cd elementor-section-boxed elementor-section-height-default elementor-section-height-default" |
||||
data-id="676e0cd" data-element_type="section"> |
||||
<div class="elementor-container elementor-column-gap-default"> |
||||
|
||||
<div |
||||
class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7e57a8a" |
||||
data-id="7e57a8a" data-element_type="column"> |
||||
<div class="elementor-widget-wrap elementor-element-populated"> |
||||
<div |
||||
class="elementor-element elementor-element-0527178 elementor-widget elementor-widget-theme-post-content" |
||||
data-id="0527178" data-element_type="widget" data-widget_type="theme-post-content.default"> |
||||
<div class="elementor-widget-container"> |
||||
<div data-elementor-type="wp-post" data-elementor-id="5172" class="elementor elementor-5172"> |
||||
<section |
||||
class="elementor-section elementor-top-section elementor-element elementor-element-2d34438e elementor-section-boxed elementor-section-height-default elementor-section-height-default" |
||||
data-id="2d34438e" data-element_type="section"> |
||||
<div class="elementor-container elementor-column-gap-default"> |
||||
<div |
||||
class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-40acffbd" |
||||
data-id="40acffbd" data-element_type="column"> |
||||
<div class="elementor-widget-wrap elementor-element-populated"> |
||||
<div |
||||
class="elementor-element elementor-element-28d53d06 elementor-widget elementor-widget-text-editor" |
||||
data-id="28d53d06" data-element_type="widget" |
||||
data-widget_type="text-editor.default"> |
||||
<div class="elementor-widget-container"> |
||||
|
||||
<p>{{ lang "contact" }}</p> |
||||
|
||||
|
||||
{{.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" style="width: 100%;min-height: 50px;"> |
||||
</div> |
||||
<div class="form-group"> |
||||
<label for="nameInput">{{lang "about_name"}}</label> |
||||
<input type="text" class="form-control" id="nameInput" placeholder="your name" style="width: 100%;min-height: 50px;"> |
||||
</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" style="width: 100%;min-height: 50px;"></textarea> |
||||
</div> |
||||
<button type="submit" class="btn btn-primary" style="width: 100%;min-height: 50px;">{{lang "about_send"}}</button> |
||||
</form> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
</div> |
||||
|
||||
<div data-elementor-type="footer" data-elementor-id="97" class="elementor elementor-97 elementor-location-footer"> |
||||
|
||||
<section |
||||
class="elementor-section elementor-top-section elementor-element elementor-element-17616b2 footer elementor-section-boxed elementor-section-height-default elementor-section-height-default" |
||||
data-id="17616b2" data-element_type="section"> |
||||
<div class="elementor-background-overlay"></div> |
||||
<div class="elementor-container elementor-column-gap-no"> |
||||
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-85ca152" |
||||
data-id="85ca152" data-element_type="column"> |
||||
<div class="elementor-widget-wrap elementor-element-populated"> |
||||
<div class="elementor-element elementor-element-fad95ba elementor-widget elementor-widget-text-editor" |
||||
data-id="fad95ba" data-element_type="widget" data-widget_type="text-editor.default"> |
||||
<div class="elementor-widget-container"> |
||||
<p>{{.Copyright}} |
||||
<a href="{{.IndexUrl}}">{{ lang "home"}}</a> |
||||
{{if .HasContact }} |
||||
| <a href="{{.AboutUrl}}">{{lang "about"}}</a> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
| <a href="{{.ContactUrl}}">{{lang "contact"}}</a> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
| <a href="{{.PolicyUrl}}">{{lang "policy"}}</a> |
||||
{{end}} |
||||
{{$flen := len .Friendship}} |
||||
{{if ne $flen 0}} |
||||
{{range .Friendship}} |
||||
| <a href="{{.Url}}">{{.Name}}</a> |
||||
{{end}} |
||||
{{end}} |
||||
</p> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
</div> |
||||
|
||||
</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,280 @@ |
||||
|
||||
img.wp-smiley, |
||||
img.emoji { |
||||
display: inline !important; |
||||
border: none !important; |
||||
box-shadow: none !important; |
||||
height: 1em !important; |
||||
width: 1em !important; |
||||
margin: 0 0.07em !important; |
||||
vertical-align: -0.1em !important; |
||||
background: none !important; |
||||
padding: 0 !important; |
||||
} |
||||
body { |
||||
--wp--preset--color--black: #000000; |
||||
--wp--preset--color--cyan-bluish-gray: #abb8c3; |
||||
--wp--preset--color--white: #ffffff; |
||||
--wp--preset--color--pale-pink: #f78da7; |
||||
--wp--preset--color--vivid-red: #cf2e2e; |
||||
--wp--preset--color--luminous-vivid-orange: #ff6900; |
||||
--wp--preset--color--luminous-vivid-amber: #fcb900; |
||||
--wp--preset--color--light-green-cyan: #7bdcb5; |
||||
--wp--preset--color--vivid-green-cyan: #00d084; |
||||
--wp--preset--color--pale-cyan-blue: #8ed1fc; |
||||
--wp--preset--color--vivid-cyan-blue: #0693e3; |
||||
--wp--preset--color--vivid-purple: #9b51e0; |
||||
--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%); |
||||
--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%); |
||||
--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%); |
||||
--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%); |
||||
--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%); |
||||
--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%); |
||||
--wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%); |
||||
--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%); |
||||
--wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%); |
||||
--wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%); |
||||
--wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%); |
||||
--wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%); |
||||
--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale'); |
||||
--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale'); |
||||
--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow'); |
||||
--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red'); |
||||
--wp--preset--duotone--midnight: url('#wp-duotone-midnight'); |
||||
--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow'); |
||||
--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green'); |
||||
--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange'); |
||||
--wp--preset--font-size--small: 13px; |
||||
--wp--preset--font-size--medium: 20px; |
||||
--wp--preset--font-size--large: 36px; |
||||
--wp--preset--font-size--x-large: 42px; |
||||
} |
||||
|
||||
.has-black-color { |
||||
color: var(--wp--preset--color--black) !important; |
||||
} |
||||
|
||||
.has-cyan-bluish-gray-color { |
||||
color: var(--wp--preset--color--cyan-bluish-gray) !important; |
||||
} |
||||
|
||||
.has-white-color { |
||||
color: var(--wp--preset--color--white) !important; |
||||
} |
||||
|
||||
.has-pale-pink-color { |
||||
color: var(--wp--preset--color--pale-pink) !important; |
||||
} |
||||
|
||||
.has-vivid-red-color { |
||||
color: var(--wp--preset--color--vivid-red) !important; |
||||
} |
||||
|
||||
.has-luminous-vivid-orange-color { |
||||
color: var(--wp--preset--color--luminous-vivid-orange) !important; |
||||
} |
||||
|
||||
.has-luminous-vivid-amber-color { |
||||
color: var(--wp--preset--color--luminous-vivid-amber) !important; |
||||
} |
||||
|
||||
.has-light-green-cyan-color { |
||||
color: var(--wp--preset--color--light-green-cyan) !important; |
||||
} |
||||
|
||||
.has-vivid-green-cyan-color { |
||||
color: var(--wp--preset--color--vivid-green-cyan) !important; |
||||
} |
||||
|
||||
.has-pale-cyan-blue-color { |
||||
color: var(--wp--preset--color--pale-cyan-blue) !important; |
||||
} |
||||
|
||||
.has-vivid-cyan-blue-color { |
||||
color: var(--wp--preset--color--vivid-cyan-blue) !important; |
||||
} |
||||
|
||||
.has-vivid-purple-color { |
||||
color: var(--wp--preset--color--vivid-purple) !important; |
||||
} |
||||
|
||||
.has-black-background-color { |
||||
background-color: var(--wp--preset--color--black) !important; |
||||
} |
||||
|
||||
.has-cyan-bluish-gray-background-color { |
||||
background-color: var(--wp--preset--color--cyan-bluish-gray) !important; |
||||
} |
||||
|
||||
.has-white-background-color { |
||||
background-color: var(--wp--preset--color--white) !important; |
||||
} |
||||
|
||||
.has-pale-pink-background-color { |
||||
background-color: var(--wp--preset--color--pale-pink) !important; |
||||
} |
||||
|
||||
.has-vivid-red-background-color { |
||||
background-color: var(--wp--preset--color--vivid-red) !important; |
||||
} |
||||
|
||||
.has-luminous-vivid-orange-background-color { |
||||
background-color: var(--wp--preset--color--luminous-vivid-orange) !important; |
||||
} |
||||
|
||||
.has-luminous-vivid-amber-background-color { |
||||
background-color: var(--wp--preset--color--luminous-vivid-amber) !important; |
||||
} |
||||
|
||||
.has-light-green-cyan-background-color { |
||||
background-color: var(--wp--preset--color--light-green-cyan) !important; |
||||
} |
||||
|
||||
.has-vivid-green-cyan-background-color { |
||||
background-color: var(--wp--preset--color--vivid-green-cyan) !important; |
||||
} |
||||
|
||||
.has-pale-cyan-blue-background-color { |
||||
background-color: var(--wp--preset--color--pale-cyan-blue) !important; |
||||
} |
||||
|
||||
.has-vivid-cyan-blue-background-color { |
||||
background-color: var(--wp--preset--color--vivid-cyan-blue) !important; |
||||
} |
||||
|
||||
.has-vivid-purple-background-color { |
||||
background-color: var(--wp--preset--color--vivid-purple) !important; |
||||
} |
||||
|
||||
.has-black-border-color { |
||||
border-color: var(--wp--preset--color--black) !important; |
||||
} |
||||
|
||||
.has-cyan-bluish-gray-border-color { |
||||
border-color: var(--wp--preset--color--cyan-bluish-gray) !important; |
||||
} |
||||
|
||||
.has-white-border-color { |
||||
border-color: var(--wp--preset--color--white) !important; |
||||
} |
||||
|
||||
.has-pale-pink-border-color { |
||||
border-color: var(--wp--preset--color--pale-pink) !important; |
||||
} |
||||
|
||||
.has-vivid-red-border-color { |
||||
border-color: var(--wp--preset--color--vivid-red) !important; |
||||
} |
||||
|
||||
.has-luminous-vivid-orange-border-color { |
||||
border-color: var(--wp--preset--color--luminous-vivid-orange) !important; |
||||
} |
||||
|
||||
.has-luminous-vivid-amber-border-color { |
||||
border-color: var(--wp--preset--color--luminous-vivid-amber) !important; |
||||
} |
||||
|
||||
.has-light-green-cyan-border-color { |
||||
border-color: var(--wp--preset--color--light-green-cyan) !important; |
||||
} |
||||
|
||||
.has-vivid-green-cyan-border-color { |
||||
border-color: var(--wp--preset--color--vivid-green-cyan) !important; |
||||
} |
||||
|
||||
.has-pale-cyan-blue-border-color { |
||||
border-color: var(--wp--preset--color--pale-cyan-blue) !important; |
||||
} |
||||
|
||||
.has-vivid-cyan-blue-border-color { |
||||
border-color: var(--wp--preset--color--vivid-cyan-blue) !important; |
||||
} |
||||
|
||||
.has-vivid-purple-border-color { |
||||
border-color: var(--wp--preset--color--vivid-purple) !important; |
||||
} |
||||
|
||||
.has-vivid-cyan-blue-to-vivid-purple-gradient-background { |
||||
background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important; |
||||
} |
||||
|
||||
.has-light-green-cyan-to-vivid-green-cyan-gradient-background { |
||||
background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important; |
||||
} |
||||
|
||||
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background { |
||||
background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important; |
||||
} |
||||
|
||||
.has-luminous-vivid-orange-to-vivid-red-gradient-background { |
||||
background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important; |
||||
} |
||||
|
||||
.has-very-light-gray-to-cyan-bluish-gray-gradient-background { |
||||
background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important; |
||||
} |
||||
|
||||
.has-cool-to-warm-spectrum-gradient-background { |
||||
background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important; |
||||
} |
||||
|
||||
.has-blush-light-purple-gradient-background { |
||||
background: var(--wp--preset--gradient--blush-light-purple) !important; |
||||
} |
||||
|
||||
.has-blush-bordeaux-gradient-background { |
||||
background: var(--wp--preset--gradient--blush-bordeaux) !important; |
||||
} |
||||
|
||||
.has-luminous-dusk-gradient-background { |
||||
background: var(--wp--preset--gradient--luminous-dusk) !important; |
||||
} |
||||
|
||||
.has-pale-ocean-gradient-background { |
||||
background: var(--wp--preset--gradient--pale-ocean) !important; |
||||
} |
||||
|
||||
.has-electric-grass-gradient-background { |
||||
background: var(--wp--preset--gradient--electric-grass) !important; |
||||
} |
||||
|
||||
.has-midnight-gradient-background { |
||||
background: var(--wp--preset--gradient--midnight) !important; |
||||
} |
||||
|
||||
.has-small-font-size { |
||||
font-size: var(--wp--preset--font-size--small) !important; |
||||
} |
||||
|
||||
.has-medium-font-size { |
||||
font-size: var(--wp--preset--font-size--medium) !important; |
||||
} |
||||
|
||||
.has-large-font-size { |
||||
font-size: var(--wp--preset--font-size--large) !important; |
||||
} |
||||
|
||||
.has-x-large-font-size { |
||||
font-size: var(--wp--preset--font-size--x-large) !important; |
||||
} |
||||
.no-js img.lazyload { |
||||
display: none; |
||||
} |
||||
|
||||
figure.wp-block-image img.lazyloading { |
||||
min-width: 150px; |
||||
} |
||||
|
||||
.lazyload, |
||||
.lazyloading { |
||||
opacity: 0; |
||||
} |
||||
|
||||
.lazyloaded { |
||||
opacity: 1; |
||||
transition: opacity 400ms; |
||||
transition-delay: 0ms; |
||||
} |
||||
.post-5172{ |
||||
min-height: 700px; |
||||
} |
File diff suppressed because one or more lines are too long
@ -0,0 +1,199 @@ |
||||
.elementor-kit-7 { |
||||
--e-global-color-primary: #000000; |
||||
--e-global-color-secondary: #e5531f; |
||||
--e-global-color-text: #000000; |
||||
--e-global-color-accent: #f38627; |
||||
--e-global-color-979d5f7: #ffffff; |
||||
--e-global-color-13841e1: #57c5fa; |
||||
--e-global-color-384c55d: #4dbc87; |
||||
--e-global-color-8da408e: #038d79; |
||||
--e-global-color-c9d4590: #fcdabd; |
||||
--e-global-color-64bbd09: #fdba0b; |
||||
--e-global-color-8222d1b: #086ab5; |
||||
--e-global-color-28f46bb: #b42c30; |
||||
--e-global-typography-primary-font-family: 'Open Sans Condensed'; |
||||
--e-global-typography-primary-font-weight: 600; |
||||
--e-global-typography-secondary-font-family: 'Sue Ellen Francisco'; |
||||
--e-global-typography-secondary-font-weight: 400; |
||||
--e-global-typography-text-font-family: 'Open Sans Condensed'; |
||||
--e-global-typography-text-font-size: 16px; |
||||
--e-global-typography-text-font-weight: 400; |
||||
--e-global-typography-accent-font-weight: 500; |
||||
color: #46260f; |
||||
font-family: 'Open Sans Condensed', Sans-serif; |
||||
font-size: 23px; |
||||
font-weight: 400; |
||||
line-height: 1.3em; |
||||
background-image: url('/img/wood-bkgnrd.jpg'); |
||||
background-repeat: no-repeat; |
||||
background-size: cover; |
||||
} |
||||
.elementor{ |
||||
background-color: #141210; |
||||
} |
||||
|
||||
@media screen and (max-width: 1024px) { |
||||
.elementor-8 .elementor-element.elementor-element-ff551a2{ |
||||
display: none; |
||||
} |
||||
} |
||||
.elementor-kit-7 a { |
||||
color: var(--e-global-color-accent); |
||||
font-weight: bold; |
||||
} |
||||
.elementor-kit-7 h1 { |
||||
color: var(--e-global-color-accent); |
||||
font-weight: 600; |
||||
text-transform: capitalize; |
||||
} |
||||
.elementor-kit-7 h2 { |
||||
color: #46260f; |
||||
font-size: 35px; |
||||
font-weight: 600; |
||||
} |
||||
.elementor-kit-7 h3 { |
||||
color: #ffffff; |
||||
font-family: 'Sue Ellen Francisco', Sans-serif; |
||||
font-size: 27px; |
||||
text-transform: uppercase; |
||||
line-height: 34px; |
||||
letter-spacing: 0.4px; |
||||
} |
||||
.elementor-kit-7 h4 { |
||||
color: var(--e-global-color-accent); |
||||
font-size: 2.5rem; |
||||
font-weight: 600; |
||||
} |
||||
.elementor-kit-7 h5 { |
||||
color: #683a1a; |
||||
font-size: 1.6rem; |
||||
font-weight: 600; |
||||
line-height: 1.2em; |
||||
} |
||||
.elementor-kit-7 h6 { |
||||
color: #683a1a; |
||||
font-family: 'Sue Ellen Francisco', Sans-serif; |
||||
font-size: 2rem; |
||||
font-weight: normal; |
||||
text-transform: uppercase; |
||||
letter-spacing: 1.2px; |
||||
} |
||||
.elementor-kit-7 button, |
||||
.elementor-kit-7 input[type='button'], |
||||
.elementor-kit-7 input[type='submit'], |
||||
.elementor-kit-7 .elementor-button { |
||||
font-family: 'Open Sans Condensed', Sans-serif; |
||||
font-size: 29px; |
||||
text-transform: uppercase; |
||||
color: #ffffff; |
||||
background-color: var(--e-global-color-accent); |
||||
border-radius: 0px 0px 0px 0px; |
||||
padding: 15px 25px 15px 25px; |
||||
} |
||||
.elementor-kit-7 button:hover, |
||||
.elementor-kit-7 button:focus, |
||||
.elementor-kit-7 input[type='button']:hover, |
||||
.elementor-kit-7 input[type='button']:focus, |
||||
.elementor-kit-7 input[type='submit']:hover, |
||||
.elementor-kit-7 input[type='submit']:focus, |
||||
.elementor-kit-7 .elementor-button:hover, |
||||
.elementor-kit-7 .elementor-button:focus { |
||||
background-color: var(--e-global-color-13841e1); |
||||
} |
||||
.elementor-section.elementor-section-boxed > .elementor-container { |
||||
max-width: 1140px; |
||||
|
||||
} |
||||
.elementor-widget:not(:last-child) { |
||||
margin-bottom: 20px; |
||||
} |
||||
{ |
||||
} |
||||
h1.entry-title { |
||||
display: var(--page-title-display); |
||||
} |
||||
@media (max-width: 1024px) { |
||||
.elementor-kit-7 h1 { |
||||
font-size: 33px; |
||||
} |
||||
.elementor-kit-7 h2 { |
||||
font-size: 29px; |
||||
} |
||||
.elementor-kit-7 h4 { |
||||
font-size: 33px; |
||||
} |
||||
.elementor-section.elementor-section-boxed > .elementor-container { |
||||
max-width: 1024px; |
||||
} |
||||
} |
||||
@media (max-width: 767px) { |
||||
.elementor-kit-7 { |
||||
font-size: 20px; |
||||
line-height: 1.3em; |
||||
} |
||||
.elementor-kit-7 h2 { |
||||
font-size: 24px; |
||||
} |
||||
.elementor-kit-7 h4 { |
||||
font-size: 24px; |
||||
line-height: 1.1em; |
||||
} |
||||
.elementor-kit-7 h5 { |
||||
font-size: 19px; |
||||
line-height: 1.1em; |
||||
} |
||||
.elementor-kit-7 h6 { |
||||
font-size: 27px; |
||||
line-height: 1.2em; |
||||
} |
||||
.elementor-kit-7 button, |
||||
.elementor-kit-7 input[type='button'], |
||||
.elementor-kit-7 input[type='submit'], |
||||
.elementor-kit-7 .elementor-button { |
||||
font-size: 20px; |
||||
} |
||||
.elementor-section.elementor-section-boxed > .elementor-container { |
||||
max-width: 767px; |
||||
} |
||||
} /* Start custom CSS */ |
||||
ul { |
||||
margin-bottom: 18px; |
||||
} |
||||
.button-left { |
||||
float: left; |
||||
} |
||||
.tagcloud a { |
||||
color: #fff !important; |
||||
} |
||||
.tags h5 { |
||||
color: #fff !important; |
||||
} |
||||
#sidebar h4 { |
||||
font-size: 1.75rem; |
||||
} |
||||
#sidebar { |
||||
font-size: 20px; |
||||
} |
||||
.feature-block, |
||||
.feature-block a { |
||||
color: #fff; |
||||
} |
||||
.feature-block h5 { |
||||
color: #fff !important; |
||||
font-size: 33px; |
||||
} |
||||
.feature-block img { |
||||
border: 3px solid #fff; |
||||
} |
||||
.feature-block .elementor-button { |
||||
width: 100%; |
||||
background: #fdba0b; |
||||
} |
||||
.elementor-button-text { |
||||
flex-grow: 0; |
||||
} |
||||
@media (max-width: 767px) { |
||||
.desktop { |
||||
display: none; |
||||
} |
||||
} /* End custom CSS */ |
@ -0,0 +1,398 @@ |
||||
.elementor-8 .elementor-element.elementor-element-d5c5d1d > .elementor-container { |
||||
min-height: 166px; |
||||
align-items: center; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-d5c5d1d > .elementor-container > .elementor-column > .elementor-widget-wrap { |
||||
align-content: flex-start; |
||||
align-items: flex-start; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-d5c5d1d:not(.elementor-motion-effects-element-type-background), |
||||
.elementor-8 .elementor-element.elementor-element-d5c5d1d > .elementor-motion-effects-container > .elementor-motion-effects-layer { |
||||
background-image: url('http://mazefunpark.com/wp-content/uploads/2021/02/header-background.jpg'); |
||||
background-repeat: no-repeat; |
||||
background-size: cover; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-d5c5d1d { |
||||
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; |
||||
margin-top: 0px; |
||||
margin-bottom: 0px; |
||||
padding: 0px 0px 0px 0px; |
||||
z-index: 10; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-d5c5d1d > .elementor-background-overlay { |
||||
transition: background 0.3s, border-radius 0.3s, opacity 0.3s; |
||||
} |
||||
.elementor-bc-flex-widget .elementor-8 .elementor-element.elementor-element-7665cff.elementor-column .elementor-widget-wrap { |
||||
align-items: flex-start; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-7665cff.elementor-column.elementor-element[data-element_type='column'] > .elementor-widget-wrap.elementor-element-populated { |
||||
align-content: flex-start; |
||||
align-items: flex-start; |
||||
} |
||||
.elementor-8 |
||||
.elementor-element.elementor-element-7665cff |
||||
> .elementor-widget-wrap |
||||
> .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) { |
||||
margin-bottom: 0px; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-7665cff > .elementor-element-populated { |
||||
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; |
||||
margin: 0px 0px 0px 0px; |
||||
--e-column-margin-right: 0px; |
||||
--e-column-margin-left: 0px; |
||||
padding: 0px 0px 0px 0px; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-7665cff > .elementor-element-populated > .elementor-background-overlay { |
||||
transition: background 0.3s, border-radius 0.3s, opacity 0.3s; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-9d976da > .elementor-container > .elementor-column > .elementor-widget-wrap { |
||||
align-content: flex-start; |
||||
align-items: flex-start; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-9d976da > .elementor-background-overlay { |
||||
background-color: var(--e-global-color-secondary); |
||||
opacity: 0.73; |
||||
transition: background 0.3s, border-radius 0.3s, opacity 0.3s; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-9d976da { |
||||
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; |
||||
margin-top: 0px; |
||||
margin-bottom: 0px; |
||||
padding: 7px 0px 7px 0px; |
||||
} |
||||
.elementor-bc-flex-widget .elementor-8 .elementor-element.elementor-element-1ba0200.elementor-column .elementor-widget-wrap { |
||||
align-items: center; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-1ba0200.elementor-column.elementor-element[data-element_type='column'] > .elementor-widget-wrap.elementor-element-populated { |
||||
align-content: center; |
||||
align-items: center; |
||||
} |
||||
.elementor-8 |
||||
.elementor-element.elementor-element-1ba0200 |
||||
> .elementor-widget-wrap |
||||
> .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) { |
||||
margin-bottom: 0px; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-ae1f685 .elementor-nav-menu .elementor-item { |
||||
font-family: 'Open Sans Condensed', Sans-serif; |
||||
font-size: 21px; |
||||
font-weight: 400; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-ae1f685 .elementor-nav-menu--main .elementor-item { |
||||
color: #ffffff; |
||||
fill: #ffffff; |
||||
padding-top: 0px; |
||||
padding-bottom: 0px; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-ae1f685 { |
||||
--e-nav-menu-horizontal-menu-item-margin: calc(0px / 2); |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-ae1f685 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child) { |
||||
margin-bottom: 0px; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-ae1f685 > .elementor-widget-container { |
||||
margin: 0px 0px 0px 0px; |
||||
padding: 0px 0px 0px 0px; |
||||
} |
||||
.elementor-bc-flex-widget .elementor-8 .elementor-element.elementor-element-29e4c15.elementor-column .elementor-widget-wrap { |
||||
align-items: center; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-29e4c15.elementor-column.elementor-element[data-element_type='column'] > .elementor-widget-wrap.elementor-element-populated { |
||||
align-content: center; |
||||
align-items: center; |
||||
} |
||||
.elementor-8 |
||||
.elementor-element.elementor-element-29e4c15 |
||||
> .elementor-widget-wrap |
||||
> .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) { |
||||
margin-bottom: 0px; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-29e4c15 > .elementor-element-populated { |
||||
margin: 0px 0px 0px 0px; |
||||
--e-column-margin-right: 0px; |
||||
--e-column-margin-left: 0px; |
||||
padding: 0px 0px 0px 0px; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-120f6d1 .elementor-search-form__container { |
||||
min-height: 37px; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-120f6d1 .elementor-search-form__submit { |
||||
min-width: 37px; |
||||
} |
||||
body:not(.rtl) .elementor-8 .elementor-element.elementor-element-120f6d1 .elementor-search-form__icon { |
||||
padding-left: calc(37px / 3); |
||||
} |
||||
body.rtl .elementor-8 .elementor-element.elementor-element-120f6d1 .elementor-search-form__icon { |
||||
padding-right: calc(37px / 3); |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-120f6d1 .elementor-search-form__input, |
||||
.elementor-8 .elementor-element.elementor-element-120f6d1.elementor-search-form--button-type-text .elementor-search-form__submit { |
||||
padding-left: calc(37px / 3); |
||||
padding-right: calc(37px / 3); |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-120f6d1 .elementor-search-form__input, |
||||
.elementor-8 .elementor-element.elementor-element-120f6d1 .elementor-search-form__icon, |
||||
.elementor-8 .elementor-element.elementor-element-120f6d1 .elementor-lightbox .dialog-lightbox-close-button, |
||||
.elementor-8 .elementor-element.elementor-element-120f6d1 .elementor-lightbox .dialog-lightbox-close-button:hover, |
||||
.elementor-8 .elementor-element.elementor-element-120f6d1.elementor-search-form--skin-full_screen input[type='search'].elementor-search-form__input { |
||||
color: #ffffff; |
||||
fill: #ffffff; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-120f6d1:not(.elementor-search-form--skin-full_screen) .elementor-search-form__container { |
||||
background-color: #02010105; |
||||
border-color: #ffffff; |
||||
border-width: 1px 1px 1px 1px; |
||||
border-radius: 1px; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-120f6d1.elementor-search-form--skin-full_screen input[type='search'].elementor-search-form__input { |
||||
background-color: #02010105; |
||||
border-color: #ffffff; |
||||
border-width: 1px 1px 1px 1px; |
||||
border-radius: 1px; |
||||
} |
||||
.elementor-bc-flex-widget .elementor-8 .elementor-element.elementor-element-b301b08.elementor-column .elementor-widget-wrap { |
||||
align-items: center; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-b301b08.elementor-column.elementor-element[data-element_type='column'] > .elementor-widget-wrap.elementor-element-populated { |
||||
align-content: center; |
||||
align-items: center; |
||||
} |
||||
.elementor-8 |
||||
.elementor-element.elementor-element-b301b08 |
||||
> .elementor-widget-wrap |
||||
> .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) { |
||||
margin-bottom: 0px; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-907f4b0 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) { |
||||
padding-bottom: calc(1px / 2); |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-907f4b0 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) { |
||||
margin-top: calc(1px / 2); |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-907f4b0 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item { |
||||
margin-right: calc(1px / 2); |
||||
margin-left: calc(1px / 2); |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-907f4b0 .elementor-icon-list-items.elementor-inline-items { |
||||
margin-right: calc(-1px / 2); |
||||
margin-left: calc(-1px / 2); |
||||
} |
||||
body.rtl .elementor-8 .elementor-element.elementor-element-907f4b0 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after { |
||||
left: calc(-1px / 2); |
||||
} |
||||
body:not(.rtl) .elementor-8 .elementor-element.elementor-element-907f4b0 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after { |
||||
right: calc(-1px / 2); |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-907f4b0 .elementor-icon-list-icon i { |
||||
color: #ffffff; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-907f4b0 .elementor-icon-list-icon svg { |
||||
fill: #ffffff; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-907f4b0 { |
||||
--e-icon-list-icon-size: 20px; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-8cfc88b { |
||||
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; |
||||
z-index: 5; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-8cfc88b > .elementor-background-overlay { |
||||
transition: background 0.3s, border-radius 0.3s, opacity 0.3s; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-cbeaaed > .elementor-widget-container { |
||||
margin: -20px 0px -47px 0px; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-b13ebea > .elementor-element-populated { |
||||
margin: 12px 0px 0px 0px; |
||||
--e-column-margin-right: 0px; |
||||
--e-column-margin-left: 0px; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-6358203 .elementor-heading-title { |
||||
color: #ffffff; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-8d68d0b .elementor-heading-title { |
||||
color: var(--e-global-color-979d5f7); |
||||
font-size: 28px; |
||||
font-weight: 500; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-8d68d0b > .elementor-widget-container { |
||||
margin: -5px 0px 0px 15px; |
||||
} |
||||
.elementor-bc-flex-widget .elementor-8 .elementor-element.elementor-element-ff551a2.elementor-column .elementor-widget-wrap { |
||||
align-items: flex-end; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-ff551a2.elementor-column.elementor-element[data-element_type='column'] > .elementor-widget-wrap.elementor-element-populated { |
||||
align-content: flex-end; |
||||
align-items: flex-end; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-fea5051 .elementor-menu-toggle { |
||||
margin-left: auto; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-fea5051 .elementor-nav-menu .elementor-item { |
||||
font-family: 'Open Sans Condensed', Sans-serif; |
||||
font-size: 25px; |
||||
font-weight: 400; |
||||
text-transform: uppercase; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-fea5051 .elementor-nav-menu--main .elementor-item { |
||||
color: #ffffff; |
||||
fill: #ffffff; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-fea5051 .elementor-nav-menu--main .elementor-item:hover, |
||||
.elementor-8 .elementor-element.elementor-element-fea5051 .elementor-nav-menu--main .elementor-item.elementor-item-active, |
||||
.elementor-8 .elementor-element.elementor-element-fea5051 .elementor-nav-menu--main .elementor-item.highlighted, |
||||
.elementor-8 .elementor-element.elementor-element-fea5051 .elementor-nav-menu--main .elementor-item:focus { |
||||
color: #fff; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-fea5051 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before, |
||||
.elementor-8 .elementor-element.elementor-element-fea5051 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after { |
||||
background-color: var(--e-global-color-64bbd09); |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-fea5051 .e--pointer-framed .elementor-item:before, |
||||
.elementor-8 .elementor-element.elementor-element-fea5051 .e--pointer-framed .elementor-item:after { |
||||
border-color: var(--e-global-color-64bbd09); |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-fea5051 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:before, |
||||
.elementor-8 .elementor-element.elementor-element-fea5051 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:after { |
||||
background-color: var(--e-global-color-64bbd09); |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-fea5051 .e--pointer-framed .elementor-item.elementor-item-active:before, |
||||
.elementor-8 .elementor-element.elementor-element-fea5051 .e--pointer-framed .elementor-item.elementor-item-active:after { |
||||
border-color: var(--e-global-color-64bbd09); |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-fea5051 .elementor-nav-menu--dropdown a, |
||||
.elementor-8 .elementor-element.elementor-element-fea5051 .elementor-menu-toggle { |
||||
color: var(--e-global-color-979d5f7); |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-fea5051 .elementor-nav-menu--dropdown { |
||||
background-color: var(--e-global-color-8da408e); |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-fea5051 .elementor-nav-menu--dropdown a:hover, |
||||
.elementor-8 .elementor-element.elementor-element-fea5051 .elementor-nav-menu--dropdown a.elementor-item-active, |
||||
.elementor-8 .elementor-element.elementor-element-fea5051 .elementor-nav-menu--dropdown a.highlighted { |
||||
background-color: var(--e-global-color-64bbd09); |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-fea5051 .elementor-nav-menu--dropdown .elementor-item, |
||||
.elementor-8 .elementor-element.elementor-element-fea5051 .elementor-nav-menu--dropdown .elementor-sub-item { |
||||
font-size: 23px; |
||||
font-weight: 300; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-fea5051 .elementor-nav-menu--dropdown a { |
||||
padding-left: 30px; |
||||
padding-right: 30px; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-fea5051 .elementor-nav-menu--dropdown li:not(:last-child) { |
||||
border-style: solid; |
||||
border-color: var(--e-global-color-979d5f7); |
||||
border-bottom-width: 1px; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-fea5051 div.elementor-menu-toggle { |
||||
color: #ffffff; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-fea5051 div.elementor-menu-toggle svg { |
||||
fill: #ffffff; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-fea5051 > .elementor-widget-container { |
||||
margin: 0px 0px 7px 0px; |
||||
} |
||||
@media (max-width: 1024px) { |
||||
.elementor-8 |
||||
.elementor-element.elementor-element-2cdfe0f |
||||
> .elementor-widget-wrap |
||||
> .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) { |
||||
margin-bottom: 0px; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-fea5051 { |
||||
--nav-menu-icon-size: 33px; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-fea5051 > .elementor-widget-container { |
||||
margin: -7px 0px 0px 0px; |
||||
} |
||||
} |
||||
@media (min-width: 768px) { |
||||
.elementor-8 .elementor-element.elementor-element-7665cff { |
||||
width: 100%; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-1ba0200 { |
||||
width: 74.91%; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-29e4c15 { |
||||
width: 17.241%; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-b301b08 { |
||||
width: 7.457%; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-2cdfe0f { |
||||
width: 20.349%; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-b13ebea { |
||||
width: 32.207%; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-ff551a2 { |
||||
width: 47.108%; |
||||
} |
||||
} |
||||
@media (max-width: 1024px) and (min-width: 768px) { |
||||
.elementor-8 .elementor-element.elementor-element-1ba0200 { |
||||
width: 59%; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-29e4c15 { |
||||
width: 28%; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-b301b08 { |
||||
width: 12%; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-2cdfe0f { |
||||
width: 20%; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-b13ebea { |
||||
width: 58%; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-ff551a2 { |
||||
width: 20%; |
||||
} |
||||
} |
||||
@media (max-width: 767px) { |
||||
.elementor-8 .elementor-element.elementor-element-29e4c15 { |
||||
width: 70%; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-120f6d1 > .elementor-widget-container { |
||||
margin: 0px 0px 0px 7px; |
||||
padding: 3px 0px 2px 0px; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-b301b08 { |
||||
width: 30%; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-2cdfe0f > .elementor-element-populated { |
||||
margin: -19px 0px -1px 0px; |
||||
--e-column-margin-right: 0px; |
||||
--e-column-margin-left: 0px; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-cbeaaed > .elementor-widget-container { |
||||
margin: 0px 0px -12px 0px; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-b13ebea { |
||||
width: 83%; |
||||
} |
||||
.elementor-8 |
||||
.elementor-element.elementor-element-b13ebea |
||||
> .elementor-widget-wrap |
||||
> .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) { |
||||
margin-bottom: 0px; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-8d68d0b { |
||||
text-align: center; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-8d68d0b .elementor-heading-title { |
||||
font-size: 1.3rem; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-ff551a2 { |
||||
width: 17%; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-fea5051 { |
||||
--nav-menu-icon-size: 23px; |
||||
} |
||||
.elementor-8 .elementor-element.elementor-element-fea5051 > .elementor-widget-container { |
||||
margin: 0px 0px 0px 0px; |
||||
} |
||||
} |
@ -0,0 +1,249 @@ |
||||
<!doctype html> |
||||
<html lang="en"> |
||||
|
||||
<head> |
||||
<meta name="keywords" content="{{.Keywords}}"> |
||||
<meta name="description" content="{{.Description}}"> |
||||
<title>{{.Title}}</title> |
||||
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" /> |
||||
<meta charset="UTF-8"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/frontend.min.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/post-7.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/frontend-1.min.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/post-8.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/post-397.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/index.css"}}"> |
||||
</head> |
||||
|
||||
<body |
||||
class="archive category category-lost-in-the-stalks-blog category-51 wp-custom-logo elementor-default elementor-template-full-width elementor-kit-7 elementor-page-397"> |
||||
|
||||
<div data-elementor-type="header" data-elementor-id="8" class="elementor elementor-8 elementor-location-header"> |
||||
<section |
||||
class="elementor-section elementor-top-section elementor-element elementor-element-d5c5d1d elementor-section-full_width elementor-section-height-min-height elementor-section-content-top elementor-section-items-top elementor-section-height-default"> |
||||
<div class="elementor-container elementor-column-gap-no"> |
||||
<div |
||||
class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7665cff"> |
||||
<div class="elementor-widget-wrap elementor-element-populated"> |
||||
|
||||
<section |
||||
class="elementor-section elementor-inner-section elementor-element elementor-element-8cfc88b elementor-section-boxed elementor-section-height-default elementor-section-height-default"> |
||||
<div class="elementor-container elementor-column-gap-default"> |
||||
<div |
||||
class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-2cdfe0f" |
||||
data-id="2cdfe0f" data-element_type="column"> |
||||
<div class="elementor-widget-wrap elementor-element-populated"> |
||||
<div |
||||
class="elementor-element elementor-element-cbeaaed elementor-widget elementor-widget-theme-site-logo elementor-widget-image" |
||||
data-id="cbeaaed" data-element_type="widget" data-widget_type="theme-site-logo.default"> |
||||
<div class="elementor-widget-container"> |
||||
<a href="{{.IndexUrl}}"> |
||||
<img width="261" height="175" src="{{replaceImage .Logo}}" class="attachment-full size-full" |
||||
alt="logo" /></a> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
<div |
||||
class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-ff551a2" |
||||
data-id="ff551a2" data-element_type="column"> |
||||
<div class="elementor-widget-wrap elementor-element-populated"> |
||||
<div |
||||
class="elementor-element elementor-element-fea5051 elementor-nav-menu__align-right elementor-nav-menu--stretch elementor-nav-menu__text-align-center elementor-nav-menu--dropdown-tablet elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" |
||||
data-id="fea5051" data-element_type="widget"> |
||||
<div class="elementor-widget-container"> |
||||
<nav migration_allowed="1" migrated="0" role="navigation" |
||||
class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-background e--animation-fade"> |
||||
<ul id="menu-1-fea5051" class="elementor-nav-menu"> |
||||
<li |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3859"> |
||||
<a href="{{.IndexUrl}}" class="elementor-item">{{ lang "home"}}</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3859"> |
||||
<a href="{{.AboutUrl}}" class="elementor-item">{{ lang "about"}}</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3859"> |
||||
<a href="{{.ContactUrl}}" class="elementor-item">{{ lang "contact"}}</a> |
||||
</li> |
||||
{{end}} |
||||
|
||||
</ul> |
||||
</nav> |
||||
|
||||
|
||||
|
||||
<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" role="navigation" |
||||
aria-hidden="true"> |
||||
<ul id="menu-2-fea5051" class="elementor-nav-menu"> |
||||
<li |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3859"> |
||||
<a href="{{.IndexUrl}}" class="elementor-item">{{ lang "home"}}</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3859"> |
||||
<a href="{{.AboutUrl}}" class="elementor-item">{{ lang "about"}}</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3859"> |
||||
<a href="{{.ContactUrl}}" class="elementor-item">{{ lang "contact"}}</a> |
||||
</li> |
||||
{{end}} |
||||
</ul> |
||||
</nav> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
</div> |
||||
|
||||
<div data-elementor-type="single-post" data-elementor-id="5004" |
||||
class="elementor elementor-5004 elementor-location-single post-5172 post type-post status-publish format-standard has-post-thumbnail hentry category-lost-in-the-stalks-blog category-news-events"> |
||||
|
||||
|
||||
<section |
||||
class="elementor-section elementor-top-section elementor-element elementor-element-126bfaa elementor-section-boxed elementor-section-height-default elementor-section-height-default" |
||||
data-id="126bfaa" data-element_type="section" > |
||||
<div class="elementor-background-overlay"></div> |
||||
<div class="elementor-container elementor-column-gap-default"> |
||||
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-67ddfe0" |
||||
data-id="67ddfe0" data-element_type="column" > |
||||
<div class="elementor-widget-wrap elementor-element-populated"> |
||||
|
||||
<section |
||||
class="elementor-section elementor-inner-section elementor-element elementor-element-676e0cd elementor-section-boxed elementor-section-height-default elementor-section-height-default" |
||||
data-id="676e0cd" data-element_type="section"> |
||||
<div class="elementor-container elementor-column-gap-default"> |
||||
|
||||
<div |
||||
class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7e57a8a" |
||||
data-id="7e57a8a" data-element_type="column"> |
||||
<div class="elementor-widget-wrap elementor-element-populated"> |
||||
<div |
||||
class="elementor-element elementor-element-0527178 elementor-widget elementor-widget-theme-post-content" |
||||
data-id="0527178" data-element_type="widget" data-widget_type="theme-post-content.default"> |
||||
<div class="elementor-widget-container"> |
||||
<div data-elementor-type="wp-post" data-elementor-id="5172" class="elementor elementor-5172"> |
||||
<section |
||||
class="elementor-section elementor-top-section elementor-element elementor-element-2d34438e elementor-section-boxed elementor-section-height-default elementor-section-height-default" |
||||
data-id="2d34438e" data-element_type="section"> |
||||
<div class="elementor-container elementor-column-gap-default"> |
||||
<div |
||||
class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-40acffbd" |
||||
data-id="40acffbd" data-element_type="column"> |
||||
<div class="elementor-widget-wrap elementor-element-populated"> |
||||
<div |
||||
class="elementor-element elementor-element-28d53d06 elementor-widget elementor-widget-text-editor" |
||||
data-id="28d53d06" data-element_type="widget" |
||||
data-widget_type="text-editor.default"> |
||||
<div class="elementor-widget-container"> |
||||
|
||||
<p>{{.Title}}</p> |
||||
|
||||
|
||||
<img |
||||
width="640" height="480" |
||||
src="{{getCover .Article.Pictures}}" |
||||
class="attachment-full size-full" alt=" " sizes="(max-width: 640px) 100vw, 640px" /> |
||||
<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 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> |
||||
</div> |
||||
</section> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
</div> |
||||
|
||||
<div data-elementor-type="footer" data-elementor-id="97" class="elementor elementor-97 elementor-location-footer"> |
||||
|
||||
<section |
||||
class="elementor-section elementor-top-section elementor-element elementor-element-17616b2 footer elementor-section-boxed elementor-section-height-default elementor-section-height-default" |
||||
data-id="17616b2" data-element_type="section"> |
||||
<div class="elementor-background-overlay"></div> |
||||
<div class="elementor-container elementor-column-gap-no"> |
||||
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-85ca152" |
||||
data-id="85ca152" data-element_type="column"> |
||||
<div class="elementor-widget-wrap elementor-element-populated"> |
||||
<div class="elementor-element elementor-element-fad95ba elementor-widget elementor-widget-text-editor" |
||||
data-id="fad95ba" data-element_type="widget" data-widget_type="text-editor.default"> |
||||
<div class="elementor-widget-container"> |
||||
<p>{{.Copyright}} |
||||
<a href="{{.IndexUrl}}">{{ lang "home"}}</a> |
||||
{{if .HasContact }} |
||||
| <a href="{{.AboutUrl}}">{{lang "about"}}</a> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
| <a href="{{.ContactUrl}}">{{lang "contact"}}</a> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
| <a href="{{.PolicyUrl}}">{{lang "policy"}}</a> |
||||
{{end}} |
||||
{{$flen := len .Friendship}} |
||||
{{if ne $flen 0}} |
||||
{{range .Friendship}} |
||||
| <a href="{{.Url}}">{{.Name}}</a> |
||||
{{end}} |
||||
{{end}} |
||||
</p> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
</div> |
||||
|
||||
</body> |
||||
|
||||
</html> |
After Width: | Height: | Size: 126 KiB |
@ -0,0 +1,228 @@ |
||||
<!doctype html> |
||||
<html lang="en"> |
||||
|
||||
<head> |
||||
<meta name="keywords" content="{{.Keywords}}"> |
||||
<meta name="description" content="{{.Description}}"> |
||||
<title>{{.Title}}</title> |
||||
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" /> |
||||
<meta charset="UTF-8"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/frontend.min.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/post-7.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/frontend-1.min.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/post-8.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/post-397.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/index.css"}}"> |
||||
</head> |
||||
|
||||
<body |
||||
class="archive category category-lost-in-the-stalks-blog category-51 wp-custom-logo elementor-default elementor-template-full-width elementor-kit-7 elementor-page-397"> |
||||
|
||||
<div data-elementor-type="header" data-elementor-id="8" class="elementor elementor-8 elementor-location-header"> |
||||
<section |
||||
class="elementor-section elementor-top-section elementor-element elementor-element-d5c5d1d elementor-section-full_width elementor-section-height-min-height elementor-section-content-top elementor-section-items-top elementor-section-height-default"> |
||||
<div class="elementor-container elementor-column-gap-no"> |
||||
<div |
||||
class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7665cff"> |
||||
<div class="elementor-widget-wrap elementor-element-populated"> |
||||
|
||||
<section |
||||
class="elementor-section elementor-inner-section elementor-element elementor-element-8cfc88b elementor-section-boxed elementor-section-height-default elementor-section-height-default"> |
||||
<div class="elementor-container elementor-column-gap-default"> |
||||
<div |
||||
class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-2cdfe0f" |
||||
data-id="2cdfe0f" data-element_type="column"> |
||||
<div class="elementor-widget-wrap elementor-element-populated"> |
||||
<div |
||||
class="elementor-element elementor-element-cbeaaed elementor-widget elementor-widget-theme-site-logo elementor-widget-image" |
||||
data-id="cbeaaed" data-element_type="widget" data-widget_type="theme-site-logo.default"> |
||||
<div class="elementor-widget-container"> |
||||
<a href="{{.IndexUrl}}"> |
||||
<img width="261" height="175" src="{{replaceImage .Logo}}" class="attachment-full size-full" |
||||
alt="logo" /></a> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
<div |
||||
class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-ff551a2" |
||||
data-id="ff551a2" data-element_type="column"> |
||||
<div class="elementor-widget-wrap elementor-element-populated"> |
||||
<div |
||||
class="elementor-element elementor-element-fea5051 elementor-nav-menu__align-right elementor-nav-menu--stretch elementor-nav-menu__text-align-center elementor-nav-menu--dropdown-tablet elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" |
||||
data-id="fea5051" data-element_type="widget"> |
||||
<div class="elementor-widget-container"> |
||||
<nav migration_allowed="1" migrated="0" role="navigation" |
||||
class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-background e--animation-fade"> |
||||
<ul id="menu-1-fea5051" class="elementor-nav-menu"> |
||||
<li |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3859"> |
||||
<a href="{{.IndexUrl}}" class="elementor-item">{{ lang "home"}}</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3859"> |
||||
<a href="{{.AboutUrl}}" class="elementor-item">{{ lang "about"}}</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3859"> |
||||
<a href="{{.ContactUrl}}" class="elementor-item">{{ lang "contact"}}</a> |
||||
</li> |
||||
{{end}} |
||||
|
||||
</ul> |
||||
</nav> |
||||
|
||||
|
||||
|
||||
<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" role="navigation" |
||||
aria-hidden="true"> |
||||
<ul id="menu-2-fea5051" class="elementor-nav-menu"> |
||||
<li |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3859"> |
||||
<a href="{{.IndexUrl}}" class="elementor-item">{{ lang "home"}}</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3859"> |
||||
<a href="{{.AboutUrl}}" class="elementor-item">{{ lang "about"}}</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3859"> |
||||
<a href="{{.ContactUrl}}" class="elementor-item">{{ lang "contact"}}</a> |
||||
</li> |
||||
{{end}} |
||||
</ul> |
||||
</nav> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
</div> |
||||
|
||||
|
||||
<div data-elementor-type="archive" data-elementor-id="397" class="elementor elementor-397 elementor-location-archive"> |
||||
|
||||
<section |
||||
class="elementor-section elementor-top-section elementor-element elementor-element-fca1efe elementor-section-boxed elementor-section-height-default elementor-section-height-default"> |
||||
<div class="elementor-background-overlay"></div> |
||||
<div class="elementor-container elementor-column-gap-default"> |
||||
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ad4e025" |
||||
data-id="ad4e025" data-element_type="column"> |
||||
<div class="elementor-widget-wrap elementor-element-populated"> |
||||
<section |
||||
class="elementor-section elementor-inner-section elementor-element elementor-element-663b226 elementor-section-boxed elementor-section-height-default elementor-section-height-default" |
||||
data-id="663b226" data-element_type="section"> |
||||
<div class="elementor-container elementor-column-gap-default"> |
||||
<div |
||||
class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-c3a5ae1" |
||||
data-id="c3a5ae1" data-element_type="column"> |
||||
<div class="elementor-widget-wrap elementor-element-populated"> |
||||
<div |
||||
class="elementor-element elementor-element-fff18a7 elementor-grid-1 elementor-posts--thumbnail-none elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-archive-posts" |
||||
data-id="fff18a7" data-element_type="widget"> |
||||
<div class="elementor-widget-container"> |
||||
<div |
||||
class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid"> |
||||
{{ range .Articles }} |
||||
<article |
||||
class="elementor-post elementor-grid-item post-5172 post type-post status-publish format-standard has-post-thumbnail hentry category-lost-in-the-stalks-blog category-news-events"> |
||||
<div class="elementor-post__text"> |
||||
<h3 class="elementor-post__title"> |
||||
<a href="{{.Url}}"> |
||||
{{.Title}} </a> |
||||
</h3> |
||||
<div class="elementor-post__excerpt"> |
||||
<p>{{.Summary}}</p> |
||||
</div> |
||||
</div> |
||||
</article> |
||||
{{end}} |
||||
</div> |
||||
|
||||
|
||||
|
||||
|
||||
<nav class="elementor-pagination" role="navigation" aria-label="Pagination"> |
||||
{{$pulen := len .PrevUrl}} |
||||
{{ if ne $pulen 0 }} |
||||
<div> |
||||
<a href="{{.PrevUrl}}">{{lang "prev"}}</a> |
||||
</div> |
||||
{{ end }} |
||||
{{$nulen := len .NextUrl}} |
||||
{{ if ne $nulen 0 }} |
||||
<div> |
||||
<a href="{{.NextUrl}}">{{lang "next"}}</a> |
||||
</div> |
||||
{{ end }} |
||||
</nav> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
|
||||
</div> |
||||
|
||||
|
||||
<div data-elementor-type="footer" data-elementor-id="97" class="elementor elementor-97 elementor-location-footer"> |
||||
|
||||
<section |
||||
class="elementor-section elementor-top-section elementor-element elementor-element-17616b2 footer elementor-section-boxed elementor-section-height-default elementor-section-height-default" |
||||
data-id="17616b2" data-element_type="section"> |
||||
<div class="elementor-background-overlay"></div> |
||||
<div class="elementor-container elementor-column-gap-no"> |
||||
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-85ca152" |
||||
data-id="85ca152" data-element_type="column"> |
||||
<div class="elementor-widget-wrap elementor-element-populated"> |
||||
<div class="elementor-element elementor-element-fad95ba elementor-widget elementor-widget-text-editor" |
||||
data-id="fad95ba" data-element_type="widget" data-widget_type="text-editor.default"> |
||||
<div class="elementor-widget-container"> |
||||
<p>{{.Copyright}} |
||||
<a href="{{.IndexUrl}}">{{ lang "home"}}</a> |
||||
{{if .HasContact }} |
||||
| <a href="{{.AboutUrl}}">{{lang "about"}}</a> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
| <a href="{{.ContactUrl}}">{{lang "contact"}}</a> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
| <a href="{{.PolicyUrl}}">{{lang "policy"}}</a> |
||||
{{end}} |
||||
{{$flen := len .Friendship}} |
||||
{{if ne $flen 0}} |
||||
{{range .Friendship}} |
||||
| <a href="{{.Url}}">{{.Name}}</a> |
||||
{{end}} |
||||
{{end}} |
||||
</p> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
</div> |
||||
|
||||
</body> |
||||
|
||||
</html> |
@ -0,0 +1,222 @@ |
||||
<!doctype html> |
||||
<html lang="en"> |
||||
|
||||
<head> |
||||
<meta name="keywords" content="{{.Keywords}}"> |
||||
<meta name="description" content="{{.Description}}"> |
||||
<title>{{.Title}}</title> |
||||
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" /> |
||||
<meta charset="UTF-8"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/frontend.min.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/post-7.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/frontend-1.min.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/post-8.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/post-397.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/index.css"}}"> |
||||
</head> |
||||
|
||||
<body |
||||
class="archive category category-lost-in-the-stalks-blog category-51 wp-custom-logo elementor-default elementor-template-full-width elementor-kit-7 elementor-page-397"> |
||||
|
||||
<div data-elementor-type="header" data-elementor-id="8" class="elementor elementor-8 elementor-location-header"> |
||||
<section |
||||
class="elementor-section elementor-top-section elementor-element elementor-element-d5c5d1d elementor-section-full_width elementor-section-height-min-height elementor-section-content-top elementor-section-items-top elementor-section-height-default"> |
||||
<div class="elementor-container elementor-column-gap-no"> |
||||
<div |
||||
class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7665cff"> |
||||
<div class="elementor-widget-wrap elementor-element-populated"> |
||||
|
||||
<section |
||||
class="elementor-section elementor-inner-section elementor-element elementor-element-8cfc88b elementor-section-boxed elementor-section-height-default elementor-section-height-default"> |
||||
<div class="elementor-container elementor-column-gap-default"> |
||||
<div |
||||
class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-2cdfe0f" |
||||
data-id="2cdfe0f" data-element_type="column"> |
||||
<div class="elementor-widget-wrap elementor-element-populated"> |
||||
<div |
||||
class="elementor-element elementor-element-cbeaaed elementor-widget elementor-widget-theme-site-logo elementor-widget-image" |
||||
data-id="cbeaaed" data-element_type="widget" data-widget_type="theme-site-logo.default"> |
||||
<div class="elementor-widget-container"> |
||||
<a href="{{.IndexUrl}}"> |
||||
<img width="261" height="175" src="{{replaceImage .Logo}}" class="attachment-full size-full" |
||||
alt="logo" /></a> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
<div |
||||
class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-ff551a2" |
||||
data-id="ff551a2" data-element_type="column"> |
||||
<div class="elementor-widget-wrap elementor-element-populated"> |
||||
<div |
||||
class="elementor-element elementor-element-fea5051 elementor-nav-menu__align-right elementor-nav-menu--stretch elementor-nav-menu__text-align-center elementor-nav-menu--dropdown-tablet elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" |
||||
data-id="fea5051" data-element_type="widget"> |
||||
<div class="elementor-widget-container"> |
||||
<nav migration_allowed="1" migrated="0" role="navigation" |
||||
class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-background e--animation-fade"> |
||||
<ul id="menu-1-fea5051" class="elementor-nav-menu"> |
||||
<li |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3859"> |
||||
<a href="{{.IndexUrl}}" class="elementor-item">{{ lang "home"}}</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3859"> |
||||
<a href="{{.AboutUrl}}" class="elementor-item">{{ lang "about"}}</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3859"> |
||||
<a href="{{.ContactUrl}}" class="elementor-item">{{ lang "contact"}}</a> |
||||
</li> |
||||
{{end}} |
||||
|
||||
</ul> |
||||
</nav> |
||||
|
||||
|
||||
|
||||
<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" role="navigation" |
||||
aria-hidden="true"> |
||||
<ul id="menu-2-fea5051" class="elementor-nav-menu"> |
||||
<li |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3859"> |
||||
<a href="{{.IndexUrl}}" class="elementor-item">{{ lang "home"}}</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3859"> |
||||
<a href="{{.AboutUrl}}" class="elementor-item">{{ lang "about"}}</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3859"> |
||||
<a href="{{.ContactUrl}}" class="elementor-item">{{ lang "contact"}}</a> |
||||
</li> |
||||
{{end}} |
||||
</ul> |
||||
</nav> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
</div> |
||||
|
||||
<div data-elementor-type="single-post" data-elementor-id="5004" |
||||
class="elementor elementor-5004 elementor-location-single post-5172 post type-post status-publish format-standard has-post-thumbnail hentry category-lost-in-the-stalks-blog category-news-events"> |
||||
|
||||
|
||||
<section |
||||
class="elementor-section elementor-top-section elementor-element elementor-element-126bfaa elementor-section-boxed elementor-section-height-default elementor-section-height-default" |
||||
data-id="126bfaa" data-element_type="section" > |
||||
<div class="elementor-background-overlay"></div> |
||||
<div class="elementor-container elementor-column-gap-default"> |
||||
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-67ddfe0" |
||||
data-id="67ddfe0" data-element_type="column" > |
||||
<div class="elementor-widget-wrap elementor-element-populated"> |
||||
|
||||
<section |
||||
class="elementor-section elementor-inner-section elementor-element elementor-element-676e0cd elementor-section-boxed elementor-section-height-default elementor-section-height-default" |
||||
data-id="676e0cd" data-element_type="section"> |
||||
<div class="elementor-container elementor-column-gap-default"> |
||||
|
||||
<div |
||||
class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7e57a8a" |
||||
data-id="7e57a8a" data-element_type="column"> |
||||
<div class="elementor-widget-wrap elementor-element-populated"> |
||||
<div |
||||
class="elementor-element elementor-element-0527178 elementor-widget elementor-widget-theme-post-content" |
||||
data-id="0527178" data-element_type="widget" data-widget_type="theme-post-content.default"> |
||||
<div class="elementor-widget-container"> |
||||
<div data-elementor-type="wp-post" data-elementor-id="5172" class="elementor elementor-5172"> |
||||
<section |
||||
class="elementor-section elementor-top-section elementor-element elementor-element-2d34438e elementor-section-boxed elementor-section-height-default elementor-section-height-default" |
||||
data-id="2d34438e" data-element_type="section"> |
||||
<div class="elementor-container elementor-column-gap-default"> |
||||
<div |
||||
class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-40acffbd" |
||||
data-id="40acffbd" data-element_type="column"> |
||||
<div class="elementor-widget-wrap elementor-element-populated"> |
||||
<div |
||||
class="elementor-element elementor-element-28d53d06 elementor-widget elementor-widget-text-editor" |
||||
data-id="28d53d06" data-element_type="widget" |
||||
data-widget_type="text-editor.default"> |
||||
<div class="elementor-widget-container"> |
||||
|
||||
<p>{{ lang "policy" }}</p> |
||||
|
||||
|
||||
{{.Policy}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
</div> |
||||
|
||||
<div data-elementor-type="footer" data-elementor-id="97" class="elementor elementor-97 elementor-location-footer"> |
||||
|
||||
<section |
||||
class="elementor-section elementor-top-section elementor-element elementor-element-17616b2 footer elementor-section-boxed elementor-section-height-default elementor-section-height-default" |
||||
data-id="17616b2" data-element_type="section"> |
||||
<div class="elementor-background-overlay"></div> |
||||
<div class="elementor-container elementor-column-gap-no"> |
||||
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-85ca152" |
||||
data-id="85ca152" data-element_type="column"> |
||||
<div class="elementor-widget-wrap elementor-element-populated"> |
||||
<div class="elementor-element elementor-element-fad95ba elementor-widget elementor-widget-text-editor" |
||||
data-id="fad95ba" data-element_type="widget" data-widget_type="text-editor.default"> |
||||
<div class="elementor-widget-container"> |
||||
<p>{{.Copyright}} |
||||
<a href="{{.IndexUrl}}">{{ lang "home"}}</a> |
||||
{{if .HasContact }} |
||||
| <a href="{{.AboutUrl}}">{{lang "about"}}</a> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
| <a href="{{.ContactUrl}}">{{lang "contact"}}</a> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
| <a href="{{.PolicyUrl}}">{{lang "policy"}}</a> |
||||
{{end}} |
||||
{{$flen := len .Friendship}} |
||||
{{if ne $flen 0}} |
||||
{{range .Friendship}} |
||||
| <a href="{{.Url}}">{{.Name}}</a> |
||||
{{end}} |
||||
{{end}} |
||||
</p> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
</div> |
||||
|
||||
</body> |
||||
|
||||
</html> |
Loading…
Reference in new issue