parent
1a54454291
commit
303200cddd
@ -0,0 +1,203 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en-US"> |
||||
|
||||
<head> |
||||
<meta charset="UTF-8"> |
||||
<meta name="viewport" content="width=device-width"> |
||||
|
||||
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> |
||||
<meta name="keywords" content="{{.Keywords}}"> |
||||
<meta name="description" content="{{.Description}}"> |
||||
<title>{{.Title}}</title> |
||||
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" /> |
||||
<link rel="stylesheet" href="{{staticFile "/css/index.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/style.min.css.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/styles.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/bootstrap-grid.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/style.css"}}"> |
||||
</head> |
||||
|
||||
<body |
||||
class="blog tribe-no-js group-blog masthead-fixed list-view full-width footer-widgets paceloader-disabled wpb-js-composer js-comp-ver-6.9.0 vc_responsive elementor-default elementor-kit-9362"> |
||||
|
||||
<div class="ltx-topbar-block ltx-topbar-before-white"> |
||||
<div class="container"> |
||||
<section data-vc-full-width="true" data-vc-full-width-init="false" class="vc_section bg-color-white"> |
||||
<div class="vc_row wpb_row vc_row-fluid vc_column-gap-5 vc_row-o-equal-height vc_row-o-content-top vc_row-flex"> |
||||
<div class="wpb_column vc_column_container vc_col-sm-12 vc_col-lg-9 vc_col-md-12"> |
||||
<div class="vc_column-inner"> |
||||
<div class="wpb_wrapper"> |
||||
<div class="ltx-navmenu-sc "> |
||||
<div class="menu-footer-menu-container"> |
||||
<div class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6152"><a |
||||
href="{{.IndexUrl}}"><img src="{{replaceImage .Logo}}" alt="" style="width: 120px;"></a></div> |
||||
<ul id="menu-footer-menu" class="menu"> |
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6152"><a |
||||
href="{{.IndexUrl}}">{{ lang "home"}}</a></li> |
||||
{{if .HasAbout }} |
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6152"><a |
||||
href="{{.AboutUrl}}">{{ lang "about"}}</a></li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6152"><a |
||||
href="{{.ContactUrl}}">{{ lang "contact"}}</a></li> |
||||
{{end}} |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
</div> |
||||
</section> |
||||
<div class="vc_row-full-width vc_clearfix"></div> |
||||
</div> |
||||
</div> |
||||
<header class="page-header header-h1 header-parallax ltx-parallax hasBreadcrumbs"> |
||||
<div class="container"> |
||||
<h1>{{ lang "about"}}</h1> |
||||
</div> |
||||
</header> |
||||
|
||||
|
||||
|
||||
<div class="container main-wrapper"> |
||||
<div class="inner-page margin-default"> |
||||
<div class="row row-eq-height_ "> |
||||
<div class="col-xl-8 col-xl-offset-1 col-lg-8 col-md-12 col-xs-12"> |
||||
<section class="blog-post"> |
||||
<article id="post-5934" |
||||
class="post-5934 post type-post status-publish format-standard has-post-thumbnail hentry category-blog category-massage category-neuromuscular tag-back-pain tag-benefits tag-buckhead tag-couples-massage tag-deep-tissue tag-energy tag-massage tag-muscle-tension tag-neuromuscular tag-neuromuscular-massage tag-pain tag-spa-treatment tag-therapist tag-therapy"> |
||||
|
||||
|
||||
<div class="description"> |
||||
<div class="text text-page"> |
||||
{{.About}} |
||||
<div class="clear"></div> |
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
<div class="clearfix"></div> |
||||
{{$plen := len .PopularArticles}} |
||||
{{if ne $plen 0}} |
||||
<div class="ltx-related blog blog-block layout-two-cols"> |
||||
<h3>{{lang "popular"}}</h3> |
||||
<div class="row"> |
||||
{{range .PopularArticles}} |
||||
<div class="col-xl-6 col-lg-6 col-md-6 "> |
||||
<article id="post-7015" |
||||
class="post-7015 post type-post status-publish format-standard has-post-thumbnail hentry category-blog category-deep-tissue-massage category-integrated category-massage category-neuromuscular category-reflexology category-sport category-swedish tag-age tag-aging tag-back-pain tag-benefits tag-buckhead tag-deep-tissue tag-energy tag-therapist"> |
||||
<a href="{{.Url}}" class="photo"><img width="770" height="535" src="{{getCover .Cover 125 75}}" |
||||
style="width: 428px;height: 236px;" |
||||
class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" |
||||
loading="lazy" /></a> |
||||
<div class="description"> |
||||
<a href="{{.Url}}" class="header"> |
||||
<h3>{{.Title}}</h3> |
||||
</a> |
||||
<div class="blog-info"> |
||||
<ul> |
||||
<li class="ltx-icon-date"> |
||||
<a href="{{.Url}}" class="ltx-date"><span class="fa fa-clock-o"></span><span |
||||
class="dt">{{timeFormat .PublishTime}}</span></a> |
||||
</li> |
||||
<li class="ltx-icon-fav"> |
||||
<span class="fa fa-eye"></span><i>{{.Views}} {{lang "views"}}</i> |
||||
</li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
</article> |
||||
</div> |
||||
{{end}} |
||||
|
||||
</div> |
||||
</div> |
||||
{{end}} |
||||
</article> |
||||
|
||||
</section> |
||||
</div> |
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
<section id="ltx-widgets-footer"> |
||||
<div class="container"> |
||||
<div class="subscribe-wrapper"> |
||||
<div class="subscribe-block"></div> |
||||
</div> |
||||
<div class="row"> |
||||
|
||||
<div class="col-lg-4 col-md-6 col-sm-12 col-ms-12 matchHeight clearfix"> |
||||
<div class="footer-widget-area"> |
||||
<div id="widget_contact_info-7" class="widget widget_contact_info"> |
||||
<h4 class="header-widget">{{lang "related"}}</h4> |
||||
<div> |
||||
<div class="confit-hours" itemprop="openingHours"> |
||||
<a href="{{.IndexUrl}}">{{ lang "home"}}</a> |
||||
</div> |
||||
{{if .HasAbout }} |
||||
<div class="confit-hours" itemprop="openingHours"> |
||||
<a href="{{.AboutUrl}}">{{ lang "about"}}</a> |
||||
</div> |
||||
|
||||
{{end}} |
||||
{{if .HasContact }} |
||||
|
||||
<div class="confit-hours" itemprop="openingHours"> |
||||
<a href="{{.ContactUrl}}">{{ lang "contact"}}</a> |
||||
</div> |
||||
|
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<div class="confit-hours" itemprop="openingHours"> |
||||
<a href="{{.PolicyUrl}}">{{ lang "policy"}}</a> |
||||
</div> |
||||
|
||||
{{end}} |
||||
|
||||
|
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{$flen := len .Friendship}} |
||||
{{if ne $flen 0}} |
||||
<div class="col-lg-4 col-md-6 col-sm-12 col-ms-12 matchHeight clearfix"> |
||||
<div class="footer-widget-area"> |
||||
<div id="widget_contact_info-7" class="widget widget_contact_info"> |
||||
<h4 class="header-widget">{{lang "friendship"}}</h4> |
||||
<div> |
||||
|
||||
{{range .Friendship}} |
||||
<div class="confit-hours" itemprop="openingHours"> |
||||
<a href="{{.Url}}">{{.Name}}</a> |
||||
</div> |
||||
|
||||
{{end}} |
||||
|
||||
|
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</section> |
||||
<footer class="copyright-block copyright-layout-default"> |
||||
<div class="container"> |
||||
<p>{{.Copyright}}</p> |
||||
</div> |
||||
</footer> |
||||
|
||||
</body> |
||||
|
||||
</html> |
@ -0,0 +1,6 @@ |
||||
{ |
||||
"creator": "许晓焱", |
||||
"version": "1.0", |
||||
"origin_website": "https://buckheadmassage.com/blog/", |
||||
"devices": ["pc", "pad", "phone"] |
||||
} |
@ -0,0 +1,219 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en-US"> |
||||
|
||||
<head> |
||||
<meta charset="UTF-8"> |
||||
<meta name="viewport" content="width=device-width"> |
||||
|
||||
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> |
||||
<meta name="keywords" content="{{.Keywords}}"> |
||||
<meta name="description" content="{{.Description}}"> |
||||
<title>{{.Title}}</title> |
||||
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" /> |
||||
<link rel="stylesheet" href="{{staticFile "/css/index.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/style.min.css.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/styles.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/bootstrap-grid.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/style.css"}}"> |
||||
</head> |
||||
|
||||
<body |
||||
class="blog tribe-no-js group-blog masthead-fixed list-view full-width footer-widgets paceloader-disabled wpb-js-composer js-comp-ver-6.9.0 vc_responsive elementor-default elementor-kit-9362"> |
||||
|
||||
<div class="ltx-topbar-block ltx-topbar-before-white"> |
||||
<div class="container"> |
||||
<section data-vc-full-width="true" data-vc-full-width-init="false" class="vc_section bg-color-white"> |
||||
<div class="vc_row wpb_row vc_row-fluid vc_column-gap-5 vc_row-o-equal-height vc_row-o-content-top vc_row-flex"> |
||||
<div class="wpb_column vc_column_container vc_col-sm-12 vc_col-lg-9 vc_col-md-12"> |
||||
<div class="vc_column-inner"> |
||||
<div class="wpb_wrapper"> |
||||
<div class="ltx-navmenu-sc "> |
||||
<div class="menu-footer-menu-container"> |
||||
<div class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6152"><a |
||||
href="{{.IndexUrl}}"><img src="{{replaceImage .Logo}}" alt="" style="width: 120px;"></a></div> |
||||
<ul id="menu-footer-menu" class="menu"> |
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6152"><a |
||||
href="{{.IndexUrl}}">{{ lang "home"}}</a></li> |
||||
{{if .HasAbout }} |
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6152"><a |
||||
href="{{.AboutUrl}}">{{ lang "about"}}</a></li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6152"><a |
||||
href="{{.ContactUrl}}">{{ lang "contact"}}</a></li> |
||||
{{end}} |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
</div> |
||||
</section> |
||||
<div class="vc_row-full-width vc_clearfix"></div> |
||||
</div> |
||||
</div> |
||||
<header class="page-header header-h1 header-parallax ltx-parallax hasBreadcrumbs"> |
||||
<div class="container"> |
||||
<h1>{{ lang "contact"}}</h1> |
||||
</div> |
||||
</header> |
||||
|
||||
|
||||
|
||||
<div class="container main-wrapper"> |
||||
<div class="inner-page margin-default"> |
||||
<div class="row row-eq-height_ "> |
||||
<div class="col-xl-8 col-xl-offset-1 col-lg-8 col-md-12 col-xs-12"> |
||||
<section class="blog-post"> |
||||
<article id="post-5934" |
||||
class="post-5934 post type-post status-publish format-standard has-post-thumbnail hentry category-blog category-massage category-neuromuscular tag-back-pain tag-benefits tag-buckhead tag-couples-massage tag-deep-tissue tag-energy tag-massage tag-muscle-tension tag-neuromuscular tag-neuromuscular-massage tag-pain tag-spa-treatment tag-therapist tag-therapy"> |
||||
|
||||
|
||||
<div class="description"> |
||||
<div class="text text-page"> |
||||
{{.Contact}} |
||||
<form class="col-12 col-lg-6" style="padding-top: 100px;"> |
||||
<div class="form-group"> |
||||
<label for="emailInput">{{lang "about_email"}}</label> |
||||
<input type="email" class="form-control" id="emailInput" placeholder="name@example.com"> |
||||
</div> |
||||
<div class="form-group"> |
||||
<label for="nameInput">{{lang "about_name"}}</label> |
||||
<input type="name" class="form-control" id="nameInput" placeholder="your name"> |
||||
</div> |
||||
<div class="form-group"> |
||||
<label for="exampleFormControlTextarea1">{{lang "about_message"}}</label> |
||||
<textarea class="form-control" id="exampleFormControlTextarea1" rows="3" |
||||
placeholder="what do you want to say"></textarea> |
||||
</div> |
||||
<button type="submit" class="btn btn-primary" style="width: 100%;">{{lang "about_send"}}</button> |
||||
</form> |
||||
<div class="clear"></div> |
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
<div class="clearfix"></div> |
||||
{{$plen := len .PopularArticles}} |
||||
{{if ne $plen 0}} |
||||
<div class="ltx-related blog blog-block layout-two-cols"> |
||||
<h3>{{lang "popular"}}</h3> |
||||
<div class="row"> |
||||
{{range .PopularArticles}} |
||||
<div class="col-xl-6 col-lg-6 col-md-6 "> |
||||
<article id="post-7015" |
||||
class="post-7015 post type-post status-publish format-standard has-post-thumbnail hentry category-blog category-deep-tissue-massage category-integrated category-massage category-neuromuscular category-reflexology category-sport category-swedish tag-age tag-aging tag-back-pain tag-benefits tag-buckhead tag-deep-tissue tag-energy tag-therapist"> |
||||
<a href="{{.Url}}" class="photo"><img width="770" height="535" src="{{getCover .Cover 125 75}}" |
||||
style="width: 428px;height: 236px;" |
||||
class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" |
||||
loading="lazy" /></a> |
||||
<div class="description"> |
||||
<a href="{{.Url}}" class="header"> |
||||
<h3>{{.Title}}</h3> |
||||
</a> |
||||
<div class="blog-info"> |
||||
<ul> |
||||
<li class="ltx-icon-date"> |
||||
<a href="{{.Url}}" class="ltx-date"><span class="fa fa-clock-o"></span><span |
||||
class="dt">{{timeFormat .PublishTime}}</span></a> |
||||
</li> |
||||
<li class="ltx-icon-fav"> |
||||
<span class="fa fa-eye"></span><i>{{.Views}} {{lang "views"}}</i> |
||||
</li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
</article> |
||||
</div> |
||||
{{end}} |
||||
|
||||
</div> |
||||
</div> |
||||
{{end}} |
||||
</article> |
||||
|
||||
</section> |
||||
</div> |
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
<section id="ltx-widgets-footer"> |
||||
<div class="container"> |
||||
<div class="subscribe-wrapper"> |
||||
<div class="subscribe-block"></div> |
||||
</div> |
||||
<div class="row"> |
||||
|
||||
<div class="col-lg-4 col-md-6 col-sm-12 col-ms-12 matchHeight clearfix"> |
||||
<div class="footer-widget-area"> |
||||
<div id="widget_contact_info-7" class="widget widget_contact_info"> |
||||
<h4 class="header-widget">{{lang "related"}}</h4> |
||||
<div> |
||||
<div class="confit-hours" itemprop="openingHours"> |
||||
<a href="{{.IndexUrl}}">{{ lang "home"}}</a> |
||||
</div> |
||||
{{if .HasAbout }} |
||||
<div class="confit-hours" itemprop="openingHours"> |
||||
<a href="{{.AboutUrl}}">{{ lang "about"}}</a> |
||||
</div> |
||||
|
||||
{{end}} |
||||
{{if .HasContact }} |
||||
|
||||
<div class="confit-hours" itemprop="openingHours"> |
||||
<a href="{{.ContactUrl}}">{{ lang "contact"}}</a> |
||||
</div> |
||||
|
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<div class="confit-hours" itemprop="openingHours"> |
||||
<a href="{{.PolicyUrl}}">{{ lang "policy"}}</a> |
||||
</div> |
||||
|
||||
{{end}} |
||||
|
||||
|
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{$flen := len .Friendship}} |
||||
{{if ne $flen 0}} |
||||
<div class="col-lg-4 col-md-6 col-sm-12 col-ms-12 matchHeight clearfix"> |
||||
<div class="footer-widget-area"> |
||||
<div id="widget_contact_info-7" class="widget widget_contact_info"> |
||||
<h4 class="header-widget">{{lang "friendship"}}</h4> |
||||
<div> |
||||
|
||||
{{range .Friendship}} |
||||
<div class="confit-hours" itemprop="openingHours"> |
||||
<a href="{{.Url}}">{{.Name}}</a> |
||||
</div> |
||||
|
||||
{{end}} |
||||
|
||||
|
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</section> |
||||
<footer class="copyright-block copyright-layout-default"> |
||||
<div class="container"> |
||||
<p>{{.Copyright}}</p> |
||||
</div> |
||||
</footer> |
||||
|
||||
</body> |
||||
|
||||
</html> |
File diff suppressed because one or more lines are too long
@ -0,0 +1,336 @@ |
||||
|
||||
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; |
||||
} |
||||
.has-text-align-justify { |
||||
text-align: justify; |
||||
} |
||||
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; |
||||
} |
||||
.tp-caption a { |
||||
color: #ff7302; |
||||
text-shadow: none; |
||||
-webkit-transition: all 0.2s ease-out; |
||||
-moz-transition: all 0.2s ease-out; |
||||
-o-transition: all 0.2s ease-out; |
||||
-ms-transition: all 0.2s ease-out |
||||
} |
||||
|
||||
.tp-caption a:hover { |
||||
color: #ffa902 |
||||
} |
||||
@font-face { |
||||
font-family: 'holamed-fontello'; |
||||
src: url('//buckheadmassage.com/wp-content/uploads/ltx-holamed-1.eot?1.8.2'); |
||||
src: url('//buckheadmassage.com/wp-content/uploads/ltx-holamed-1.eot?1.8.2#iefix') format('embedded-opentype'), |
||||
url('//buckheadmassage.com/wp-content/uploads/ltx-holamed-1.woff2?1.8.2') format('woff2'), |
||||
url('//buckheadmassage.com/wp-content/uploads/ltx-holamed-1.woff?1.8.2') format('woff'), |
||||
url('//buckheadmassage.com/wp-content/uploads/ltx-holamed-1.ttf?1.8.2') format('truetype'), |
||||
url('//buckheadmassage.com/wp-content/uploads/ltx-holamed-1.svg?1.8.2#ltx-holamed-1') format('svg'); |
||||
font-weight: normal; |
||||
font-style: normal; |
||||
} |
||||
|
||||
:root { |
||||
--black: #004f59 !important; |
||||
--black-text: rgba(0, 79, 89, .75) !important; |
||||
--black-light: rgba(0, 79, 89, .1) !important; |
||||
--gray: #f6f3ed !important; |
||||
--white: #ffffff !important; |
||||
--main: #c09834 !important; |
||||
--main-darker: #a27a16 !important; |
||||
--main-semi: rgba(192, 152, 52, .5) !important; |
||||
--second: #72D9D6 !important; |
||||
--red: #dc4545 !important; |
||||
--font-main: 'Lora' !important; |
||||
--font-headers: 'Niramit' !important; |
||||
} |
||||
|
||||
.page-header { |
||||
background-image: url(//buckheadmassage.com/wp-content/uploads/surgery_slide_BG_8percent.png) !important; |
||||
} |
||||
|
||||
.theme-icon-main { |
||||
background-image: url(//buckheadmassage.com/wp-content/uploads/cropped-BMC_Logo_borderless-1.png) !important; |
||||
} |
||||
|
||||
.woocommerce-MyAccount-navigation .header-widget:before, |
||||
.widget-area .header-widget:before { |
||||
background-image: url(//buckheadmassage.com/wp-content/uploads/cropped-BMC_Logo_borderless-1.png) !important; |
||||
} |
||||
|
||||
#ltx-widgets-footer::before { |
||||
background-image: url(//buckheadmassage.com/wp-content/uploads/surgery_slide_BG_8percent.png) !important; |
||||
} |
||||
|
||||
.go-top:before { |
||||
background-image: url(//buckheadmassage.com/wp-content/uploads/2014/12/BuckheadMassage_ProfilePicture_Teal.png) !important; |
||||
} |
||||
|
||||
#nav-wrapper.navbar-layout-transparent nav.navbar { |
||||
background-color: rgba(0, 79, 89, 0.5); |
||||
} |
||||
|
||||
#nav-wrapper.navbar-layout-transparent nav.navbar.darkest { |
||||
background-color: rgba(0, 79, 89, 0.5); |
||||
} |
||||
|
||||
#nav-wrapper nav.navbar .navbar-logo .logo img { |
||||
max-height: 90px; |
||||
} |
||||
.widget_facebook_likebox { |
||||
overflow: hidden; |
||||
} |
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@ -0,0 +1,159 @@ |
||||
.wpcf7 .screen-reader-response { |
||||
position: absolute; |
||||
overflow: hidden; |
||||
clip: rect(1px, 1px, 1px, 1px); |
||||
clip-path: inset(50%); |
||||
height: 1px; |
||||
width: 1px; |
||||
margin: -1px; |
||||
padding: 0; |
||||
border: 0; |
||||
word-wrap: normal !important; |
||||
} |
||||
|
||||
.wpcf7 form .wpcf7-response-output { |
||||
margin: 2em 0.5em 1em; |
||||
padding: 0.2em 1em; |
||||
border: 2px solid #00a0d2; /* Blue */ |
||||
} |
||||
|
||||
.wpcf7 form.init .wpcf7-response-output, |
||||
.wpcf7 form.resetting .wpcf7-response-output, |
||||
.wpcf7 form.submitting .wpcf7-response-output { |
||||
display: none; |
||||
} |
||||
|
||||
.wpcf7 form.sent .wpcf7-response-output { |
||||
border-color: #46b450; /* Green */ |
||||
} |
||||
|
||||
.wpcf7 form.failed .wpcf7-response-output, |
||||
.wpcf7 form.aborted .wpcf7-response-output { |
||||
border-color: #dc3232; /* Red */ |
||||
} |
||||
|
||||
.wpcf7 form.spam .wpcf7-response-output { |
||||
border-color: #f56e28; /* Orange */ |
||||
} |
||||
|
||||
.wpcf7 form.invalid .wpcf7-response-output, |
||||
.wpcf7 form.unaccepted .wpcf7-response-output, |
||||
.wpcf7 form.payment-required .wpcf7-response-output { |
||||
border-color: #ffb900; /* Yellow */ |
||||
} |
||||
|
||||
.wpcf7-form-control-wrap { |
||||
position: relative; |
||||
} |
||||
|
||||
.wpcf7-not-valid-tip { |
||||
color: #dc3232; /* Red */ |
||||
font-size: 1em; |
||||
font-weight: normal; |
||||
display: block; |
||||
} |
||||
|
||||
.use-floating-validation-tip .wpcf7-not-valid-tip { |
||||
position: relative; |
||||
top: -2ex; |
||||
left: 1em; |
||||
z-index: 100; |
||||
border: 1px solid #dc3232; |
||||
background: #fff; |
||||
padding: .2em .8em; |
||||
width: 24em; |
||||
} |
||||
|
||||
.wpcf7-list-item { |
||||
display: inline-block; |
||||
margin: 0 0 0 1em; |
||||
} |
||||
|
||||
.wpcf7-list-item-label::before, |
||||
.wpcf7-list-item-label::after { |
||||
content: " "; |
||||
} |
||||
|
||||
.wpcf7-spinner { |
||||
visibility: hidden; |
||||
display: inline-block; |
||||
background-color: #23282d; /* Dark Gray 800 */ |
||||
opacity: 0.75; |
||||
width: 24px; |
||||
height: 24px; |
||||
border: none; |
||||
border-radius: 100%; |
||||
padding: 0; |
||||
margin: 0 24px; |
||||
position: relative; |
||||
} |
||||
|
||||
form.submitting .wpcf7-spinner { |
||||
visibility: visible; |
||||
} |
||||
|
||||
.wpcf7-spinner::before { |
||||
content: ''; |
||||
position: absolute; |
||||
background-color: #fbfbfc; /* Light Gray 100 */ |
||||
top: 4px; |
||||
left: 4px; |
||||
width: 6px; |
||||
height: 6px; |
||||
border: none; |
||||
border-radius: 100%; |
||||
transform-origin: 8px 8px; |
||||
animation-name: spin; |
||||
animation-duration: 1000ms; |
||||
animation-timing-function: linear; |
||||
animation-iteration-count: infinite; |
||||
} |
||||
|
||||
@media (prefers-reduced-motion: reduce) { |
||||
.wpcf7-spinner::before { |
||||
animation-name: blink; |
||||
animation-duration: 2000ms; |
||||
} |
||||
} |
||||
|
||||
@keyframes spin { |
||||
from { |
||||
transform: rotate(0deg); |
||||
} |
||||
|
||||
to { |
||||
transform: rotate(360deg); |
||||
} |
||||
} |
||||
|
||||
@keyframes blink { |
||||
from { |
||||
opacity: 0; |
||||
} |
||||
|
||||
50% { |
||||
opacity: 1; |
||||
} |
||||
|
||||
to { |
||||
opacity: 0; |
||||
} |
||||
} |
||||
|
||||
.wpcf7 input[type="file"] { |
||||
cursor: pointer; |
||||
} |
||||
|
||||
.wpcf7 input[type="file"]:disabled { |
||||
cursor: default; |
||||
} |
||||
|
||||
.wpcf7 .wpcf7-submit:disabled { |
||||
cursor: not-allowed; |
||||
} |
||||
|
||||
.wpcf7 input[type="url"], |
||||
.wpcf7 input[type="email"], |
||||
.wpcf7 input[type="tel"] { |
||||
direction: ltr; |
||||
} |
@ -0,0 +1,260 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en-US"> |
||||
|
||||
<head> |
||||
<meta charset="UTF-8"> |
||||
<meta name="viewport" content="width=device-width"> |
||||
|
||||
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> |
||||
<meta name="keywords" content="{{.Keywords}}"> |
||||
<meta name="description" content="{{.Description}}"> |
||||
<title>{{.Title}}</title> |
||||
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" /> |
||||
<link rel="stylesheet" href="{{staticFile "/css/index.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/style.min.css.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/styles.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/bootstrap-grid.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/style.css"}}"> |
||||
</head> |
||||
|
||||
<body |
||||
class="blog tribe-no-js group-blog masthead-fixed list-view full-width footer-widgets paceloader-disabled wpb-js-composer js-comp-ver-6.9.0 vc_responsive elementor-default elementor-kit-9362"> |
||||
|
||||
<div class="ltx-topbar-block ltx-topbar-before-white"> |
||||
<div class="container"> |
||||
<section data-vc-full-width="true" data-vc-full-width-init="false" class="vc_section bg-color-white"> |
||||
<div class="vc_row wpb_row vc_row-fluid vc_column-gap-5 vc_row-o-equal-height vc_row-o-content-top vc_row-flex"> |
||||
<div class="wpb_column vc_column_container vc_col-sm-12 vc_col-lg-9 vc_col-md-12"> |
||||
<div class="vc_column-inner"> |
||||
<div class="wpb_wrapper"> |
||||
<div class="ltx-navmenu-sc "> |
||||
<div class="menu-footer-menu-container"> |
||||
<div class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6152"><a |
||||
href="{{.IndexUrl}}"><img src="{{replaceImage .Logo}}" alt="" style="width: 120px;"></a></div> |
||||
<ul id="menu-footer-menu" class="menu"> |
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6152"><a |
||||
href="{{.IndexUrl}}">{{ lang "home"}}</a></li> |
||||
{{if .HasAbout }} |
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6152"><a |
||||
href="{{.AboutUrl}}">{{ lang "about"}}</a></li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6152"><a |
||||
href="{{.ContactUrl}}">{{ lang "contact"}}</a></li> |
||||
{{end}} |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
</div> |
||||
</section> |
||||
<div class="vc_row-full-width vc_clearfix"></div> |
||||
</div> |
||||
</div> |
||||
<header class="page-header header-h1 header-parallax ltx-parallax hasBreadcrumbs"> |
||||
<div class="container"> |
||||
<h1>{{.Title}}</h1> |
||||
</div> |
||||
</header> |
||||
|
||||
|
||||
|
||||
<div class="container main-wrapper"> |
||||
<div class="inner-page margin-default"> |
||||
<div class="row row-eq-height_ "> |
||||
<div class="col-xl-7 col-xl-offset-1 col-lg-8 col-md-12 col-xs-12"> |
||||
<section class="blog-post"> |
||||
<article id="post-5934" |
||||
class="post-5934 post type-post status-publish format-standard has-post-thumbnail hentry category-blog category-massage category-neuromuscular tag-back-pain tag-benefits tag-buckhead tag-couples-massage tag-deep-tissue tag-energy tag-massage tag-muscle-tension tag-neuromuscular tag-neuromuscular-massage tag-pain tag-spa-treatment tag-therapist tag-therapy"> |
||||
<div class="image"><img width="1920" height="1280" src="{{getCover .Article.Pictures}}" |
||||
class="attachment-holamed-post size-holamed-post wp-post-image" alt="" /> |
||||
</div> |
||||
<div class="blog-info blog-info-post-top"> |
||||
<div class="blog-info-left"> |
||||
<ul> |
||||
|
||||
<li class="ltx-icon-date"> |
||||
<span class="ltx-date"><span class="fa fa-clock-o"></span><span class="dt">{{timeFormat |
||||
.PublishTime}}</span></span> |
||||
</li> |
||||
</ul> |
||||
</div> |
||||
<div class="blog-info-right"> |
||||
<ul> |
||||
<li class="ltx-icon-fav"> |
||||
<span class="fa fa-eye"></span><i>{{.Views}} {{lang "views"}}</i> |
||||
</li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
<div class="description"> |
||||
<div class="text text-page"> |
||||
<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 class="clear"></div> |
||||
</div> |
||||
</div> |
||||
<div class="clearfix"></div> |
||||
{{$plen := len .PopularArticles}} |
||||
{{if ne $plen 0}} |
||||
<div class="ltx-related blog blog-block layout-two-cols"> |
||||
<h3>{{lang "popular"}}</h3> |
||||
<div class="row"> |
||||
{{range .PopularArticles}} |
||||
<div class="col-xl-6 col-lg-6 col-md-6 "> |
||||
<article id="post-7015" |
||||
class="post-7015 post type-post status-publish format-standard has-post-thumbnail hentry category-blog category-deep-tissue-massage category-integrated category-massage category-neuromuscular category-reflexology category-sport category-swedish tag-age tag-aging tag-back-pain tag-benefits tag-buckhead tag-deep-tissue tag-energy tag-therapist"> |
||||
<a href="{{.Url}}" class="photo"><img width="770" height="535" src="{{getCover .Cover 125 75}}" |
||||
style="width: 428px;height: 236px;" |
||||
class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" |
||||
loading="lazy" /></a> |
||||
<div class="description"> |
||||
<a href="{{.Url}}" class="header"> |
||||
<h3>{{.Title}}</h3> |
||||
</a> |
||||
<div class="blog-info"> |
||||
<ul> |
||||
<li class="ltx-icon-date"> |
||||
<a href="{{.Url}}" class="ltx-date"><span class="fa fa-clock-o"></span><span |
||||
class="dt">{{timeFormat .PublishTime}}</span></a> |
||||
</li> |
||||
<li class="ltx-icon-fav"> |
||||
<span class="fa fa-eye"></span><i>{{.Views}} {{lang "views"}}</i> |
||||
</li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
</article> |
||||
</div> |
||||
{{end}} |
||||
|
||||
</div> |
||||
</div> |
||||
{{end}} |
||||
</article> |
||||
|
||||
</section> |
||||
</div> |
||||
{{$rlen := len .RecommendArticles}} |
||||
{{if ne $rlen 0}} |
||||
<div class="col-xl-3 col-lg-4 col-md-12 col-sm-12 col-xs-12 div-sidebar"> |
||||
<div id="content-sidebar" class="content-sidebar widget-area" role="complementary"> |
||||
<aside id="nav_menu-6" class="widget widget_nav_menu"> |
||||
<div class="menu-footer-menu-container"> |
||||
<ul id="menu-footer-menu-1" class="menu"> |
||||
{{range .RecommendArticles}} |
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6152"><a |
||||
href="{{.Url}}">{{.Title}}</a></li> |
||||
{{end}} |
||||
|
||||
</ul> |
||||
</div> |
||||
</aside> |
||||
</div> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
<section id="ltx-widgets-footer"> |
||||
<div class="container"> |
||||
<div class="subscribe-wrapper"> |
||||
<div class="subscribe-block"></div> |
||||
</div> |
||||
<div class="row"> |
||||
|
||||
<div class="col-lg-4 col-md-6 col-sm-12 col-ms-12 matchHeight clearfix"> |
||||
<div class="footer-widget-area"> |
||||
<div id="widget_contact_info-7" class="widget widget_contact_info"> |
||||
<h4 class="header-widget">{{lang "related"}}</h4> |
||||
<div> |
||||
<div class="confit-hours" itemprop="openingHours"> |
||||
<a href="{{.IndexUrl}}">{{ lang "home"}}</a> |
||||
</div> |
||||
{{if .HasAbout }} |
||||
<div class="confit-hours" itemprop="openingHours"> |
||||
<a href="{{.AboutUrl}}">{{ lang "about"}}</a> |
||||
</div> |
||||
|
||||
{{end}} |
||||
{{if .HasContact }} |
||||
|
||||
<div class="confit-hours" itemprop="openingHours"> |
||||
<a href="{{.ContactUrl}}">{{ lang "contact"}}</a> |
||||
</div> |
||||
|
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<div class="confit-hours" itemprop="openingHours"> |
||||
<a href="{{.PolicyUrl}}">{{ lang "policy"}}</a> |
||||
</div> |
||||
|
||||
{{end}} |
||||
|
||||
|
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{$flen := len .Friendship}} |
||||
{{if ne $flen 0}} |
||||
<div class="col-lg-4 col-md-6 col-sm-12 col-ms-12 matchHeight clearfix"> |
||||
<div class="footer-widget-area"> |
||||
<div id="widget_contact_info-7" class="widget widget_contact_info"> |
||||
<h4 class="header-widget">{{lang "friendship"}}</h4> |
||||
<div> |
||||
|
||||
{{range .Friendship}} |
||||
<div class="confit-hours" itemprop="openingHours"> |
||||
<a href="{{.Url}}">{{.Name}}</a> |
||||
</div> |
||||
|
||||
{{end}} |
||||
|
||||
|
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</section> |
||||
<footer class="copyright-block copyright-layout-default"> |
||||
<div class="container"> |
||||
<p>{{.Copyright}}</p> |
||||
</div> |
||||
</footer> |
||||
|
||||
</body> |
||||
|
||||
</html> |
@ -0,0 +1,216 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en-US"> |
||||
|
||||
<head> |
||||
<meta charset="UTF-8"> |
||||
<meta name="viewport" content="width=device-width"> |
||||
|
||||
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> |
||||
<meta name="keywords" content="{{.Keywords}}"> |
||||
<meta name="description" content="{{.Description}}"> |
||||
<title>{{.Title}}</title> |
||||
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" /> |
||||
<link rel="stylesheet" href="{{staticFile "/css/index.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/style.min.css.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/styles.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/bootstrap-grid.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/style.css"}}"> |
||||
</head> |
||||
|
||||
<body |
||||
class="blog tribe-no-js group-blog masthead-fixed list-view full-width footer-widgets paceloader-disabled wpb-js-composer js-comp-ver-6.9.0 vc_responsive elementor-default elementor-kit-9362"> |
||||
|
||||
<div class="ltx-topbar-block ltx-topbar-before-white"> |
||||
<div class="container"> |
||||
<section data-vc-full-width="true" data-vc-full-width-init="false" class="vc_section bg-color-white"> |
||||
<div class="vc_row wpb_row vc_row-fluid vc_column-gap-5 vc_row-o-equal-height vc_row-o-content-top vc_row-flex"> |
||||
<div class="wpb_column vc_column_container vc_col-sm-12 vc_col-lg-9 vc_col-md-12"> |
||||
<div class="vc_column-inner"> |
||||
<div class="wpb_wrapper"> |
||||
<div class="ltx-navmenu-sc "> |
||||
<div class="menu-footer-menu-container"> |
||||
<div class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6152"><a |
||||
href="{{.IndexUrl}}"><img src="{{replaceImage .Logo}}" alt="" style="width: 120px;"></a></div> |
||||
<ul id="menu-footer-menu" class="menu"> |
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6152"><a |
||||
href="{{.IndexUrl}}">{{ lang "home"}}</a></li> |
||||
{{if .HasAbout }} |
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6152"><a |
||||
href="{{.AboutUrl}}">{{ lang "about"}}</a></li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6152"><a |
||||
href="{{.ContactUrl}}">{{ lang "contact"}}</a></li> |
||||
{{end}} |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
</div> |
||||
</section> |
||||
<div class="vc_row-full-width vc_clearfix"></div> |
||||
</div> |
||||
</div> |
||||
<header class="page-header header-h1 header-parallax ltx-parallax hasBreadcrumbs"> |
||||
<div class="container"> |
||||
<h1>{{lang "latest"}}</h1> |
||||
|
||||
</div> |
||||
</header> |
||||
|
||||
|
||||
<div class="container main-wrapper"> |
||||
<div class="inner-page margin-default"> |
||||
<div class="row with-sidebar"> |
||||
<div class="col-xl-9 col-lg-8 col-md-12 ltx-blog-wrap"> |
||||
<div class="blog blog-block layout-three-cols"> |
||||
<div class="row masonry"> |
||||
{{ range .Articles }} |
||||
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-12 col-xs-12 item div-thumbnail"> |
||||
<article id="post-7015" |
||||
class="post-7015 post type-post status-publish format-standard has-post-thumbnail hentry category-blog category-deep-tissue-massage category-integrated category-massage category-neuromuscular category-reflexology category-sport category-swedish tag-age tag-aging tag-back-pain tag-benefits tag-buckhead tag-deep-tissue tag-energy tag-therapist"> |
||||
<a href="{{.Url}}" class="photo"><img src="{{getCover .Cover 300 180}}" width="494" height="344" |
||||
alt="" style="width: 352px;height: 197px;"></a> |
||||
<div class="description"> |
||||
<a href="{{.Url}}" class="header"> |
||||
<h3 style=" white-space: nowrap; |
||||
overflow: hidden; |
||||
text-overflow: ellipsis;">{{.Title}}</h3> |
||||
</a> |
||||
<div class="blog-info"> |
||||
<ul> |
||||
<li class="ltx-icon-date"> |
||||
<a href="{{.Url}}" class="ltx-date"><span class="fa fa-clock-o"></span><span |
||||
class="dt">{{timeFormat .PublishTime}}</span></a> |
||||
</li> |
||||
<li class="ltx-icon-fav"> |
||||
<span class="fa fa-eye"></span><i>{{.Views}} {{lang "views"}}</i> |
||||
</li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
</article> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
<div class="clearfix"></div> |
||||
<nav class="navigation paging-navigation"> |
||||
<!-- default article list end --> |
||||
<div> |
||||
{{$pulen := len .PrevUrl}} |
||||
{{ if ne $pulen 0 }} |
||||
<div style="float:left;"> |
||||
<a href="{{.PrevUrl}}">{{lang "prev"}}</a> |
||||
</div> |
||||
{{ end }} |
||||
{{$nulen := len .NextUrl}} |
||||
{{ if ne $nulen 0 }} |
||||
<div style="float:right;"> |
||||
<a href="{{.NextUrl}}">{{lang "next"}}</a> |
||||
</div> |
||||
{{ end }} |
||||
</div> |
||||
</nav> |
||||
</div> |
||||
</div> |
||||
{{$plen := len .PopularArticles}} |
||||
{{if ne $plen 0}} |
||||
<div class="col-xl-3 col-lg-4 col-md-12 col-sm-12 col-xs-12 div-sidebar"> |
||||
<div id="content-sidebar" class="content-sidebar widget-area" role="complementary"> |
||||
<aside id="nav_menu-6" class="widget widget_nav_menu"> |
||||
<div class="menu-footer-menu-container"> |
||||
<ul id="menu-footer-menu-1" class="menu"> |
||||
{{range .PopularArticles}} |
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6152"><a |
||||
href="{{.Url}}">{{.Title}}</a></li> |
||||
{{end}} |
||||
|
||||
</ul> |
||||
</div> |
||||
</aside> |
||||
</div> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
<section id="ltx-widgets-footer"> |
||||
<div class="container"> |
||||
<div class="subscribe-wrapper"> |
||||
<div class="subscribe-block"></div> |
||||
</div> |
||||
<div class="row"> |
||||
|
||||
<div class="col-lg-4 col-md-6 col-sm-12 col-ms-12 matchHeight clearfix"> |
||||
<div class="footer-widget-area"> |
||||
<div id="widget_contact_info-7" class="widget widget_contact_info"> |
||||
<h4 class="header-widget">{{lang "related"}}</h4> |
||||
<div> |
||||
<div class="confit-hours" itemprop="openingHours"> |
||||
<a href="{{.IndexUrl}}">{{ lang "home"}}</a> |
||||
</div> |
||||
{{if .HasAbout }} |
||||
<div class="confit-hours" itemprop="openingHours"> |
||||
<a href="{{.AboutUrl}}">{{ lang "about"}}</a> |
||||
</div> |
||||
|
||||
{{end}} |
||||
{{if .HasContact }} |
||||
|
||||
<div class="confit-hours" itemprop="openingHours"> |
||||
<a href="{{.ContactUrl}}">{{ lang "contact"}}</a> |
||||
</div> |
||||
|
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<div class="confit-hours" itemprop="openingHours"> |
||||
<a href="{{.PolicyUrl}}">{{ lang "policy"}}</a> |
||||
</div> |
||||
|
||||
{{end}} |
||||
|
||||
|
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{$flen := len .Friendship}} |
||||
{{if ne $flen 0}} |
||||
<div class="col-lg-4 col-md-6 col-sm-12 col-ms-12 matchHeight clearfix"> |
||||
<div class="footer-widget-area"> |
||||
<div id="widget_contact_info-7" class="widget widget_contact_info"> |
||||
<h4 class="header-widget">{{lang "friendship"}}</h4> |
||||
<div> |
||||
|
||||
{{range .Friendship}} |
||||
<div class="confit-hours" itemprop="openingHours"> |
||||
<a href="{{.Url}}">{{.Name}}</a> |
||||
</div> |
||||
|
||||
{{end}} |
||||
|
||||
|
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</section> |
||||
<footer class="copyright-block copyright-layout-default"> |
||||
<div class="container"> |
||||
<p>{{.Copyright}}</p> |
||||
</div> |
||||
</footer> |
||||
|
||||
</body> |
||||
|
||||
</html> |
@ -0,0 +1,203 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en-US"> |
||||
|
||||
<head> |
||||
<meta charset="UTF-8"> |
||||
<meta name="viewport" content="width=device-width"> |
||||
|
||||
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> |
||||
<meta name="keywords" content="{{.Keywords}}"> |
||||
<meta name="description" content="{{.Description}}"> |
||||
<title>{{.Title}}</title> |
||||
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" /> |
||||
<link rel="stylesheet" href="{{staticFile "/css/index.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/style.min.css.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/styles.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/bootstrap-grid.css"}}"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/style.css"}}"> |
||||
</head> |
||||
|
||||
<body |
||||
class="blog tribe-no-js group-blog masthead-fixed list-view full-width footer-widgets paceloader-disabled wpb-js-composer js-comp-ver-6.9.0 vc_responsive elementor-default elementor-kit-9362"> |
||||
|
||||
<div class="ltx-topbar-block ltx-topbar-before-white"> |
||||
<div class="container"> |
||||
<section data-vc-full-width="true" data-vc-full-width-init="false" class="vc_section bg-color-white"> |
||||
<div class="vc_row wpb_row vc_row-fluid vc_column-gap-5 vc_row-o-equal-height vc_row-o-content-top vc_row-flex"> |
||||
<div class="wpb_column vc_column_container vc_col-sm-12 vc_col-lg-9 vc_col-md-12"> |
||||
<div class="vc_column-inner"> |
||||
<div class="wpb_wrapper"> |
||||
<div class="ltx-navmenu-sc "> |
||||
<div class="menu-footer-menu-container"> |
||||
<div class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6152"><a |
||||
href="{{.IndexUrl}}"><img src="{{replaceImage .Logo}}" alt="" style="width: 120px;"></a></div> |
||||
<ul id="menu-footer-menu" class="menu"> |
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6152"><a |
||||
href="{{.IndexUrl}}">{{ lang "home"}}</a></li> |
||||
{{if .HasAbout }} |
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6152"><a |
||||
href="{{.AboutUrl}}">{{ lang "about"}}</a></li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6152"><a |
||||
href="{{.ContactUrl}}">{{ lang "contact"}}</a></li> |
||||
{{end}} |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
</div> |
||||
</section> |
||||
<div class="vc_row-full-width vc_clearfix"></div> |
||||
</div> |
||||
</div> |
||||
<header class="page-header header-h1 header-parallax ltx-parallax hasBreadcrumbs"> |
||||
<div class="container"> |
||||
<h1>{{ lang "policy"}}</h1> |
||||
</div> |
||||
</header> |
||||
|
||||
|
||||
|
||||
<div class="container main-wrapper"> |
||||
<div class="inner-page margin-default"> |
||||
<div class="row row-eq-height_ "> |
||||
<div class="col-xl-8 col-xl-offset-1 col-lg-8 col-md-12 col-xs-12"> |
||||
<section class="blog-post"> |
||||
<article id="post-5934" |
||||
class="post-5934 post type-post status-publish format-standard has-post-thumbnail hentry category-blog category-massage category-neuromuscular tag-back-pain tag-benefits tag-buckhead tag-couples-massage tag-deep-tissue tag-energy tag-massage tag-muscle-tension tag-neuromuscular tag-neuromuscular-massage tag-pain tag-spa-treatment tag-therapist tag-therapy"> |
||||
|
||||
|
||||
<div class="description"> |
||||
<div class="text text-page"> |
||||
{{.Policy}} |
||||
<div class="clear"></div> |
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
<div class="clearfix"></div> |
||||
{{$plen := len .PopularArticles}} |
||||
{{if ne $plen 0}} |
||||
<div class="ltx-related blog blog-block layout-two-cols"> |
||||
<h3>{{lang "popular"}}</h3> |
||||
<div class="row"> |
||||
{{range .PopularArticles}} |
||||
<div class="col-xl-6 col-lg-6 col-md-6 "> |
||||
<article id="post-7015" |
||||
class="post-7015 post type-post status-publish format-standard has-post-thumbnail hentry category-blog category-deep-tissue-massage category-integrated category-massage category-neuromuscular category-reflexology category-sport category-swedish tag-age tag-aging tag-back-pain tag-benefits tag-buckhead tag-deep-tissue tag-energy tag-therapist"> |
||||
<a href="{{.Url}}" class="photo"><img width="770" height="535" src="{{getCover .Cover 125 75}}" |
||||
style="width: 428px;height: 236px;" |
||||
class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" |
||||
loading="lazy" /></a> |
||||
<div class="description"> |
||||
<a href="{{.Url}}" class="header"> |
||||
<h3>{{.Title}}</h3> |
||||
</a> |
||||
<div class="blog-info"> |
||||
<ul> |
||||
<li class="ltx-icon-date"> |
||||
<a href="{{.Url}}" class="ltx-date"><span class="fa fa-clock-o"></span><span |
||||
class="dt">{{timeFormat .PublishTime}}</span></a> |
||||
</li> |
||||
<li class="ltx-icon-fav"> |
||||
<span class="fa fa-eye"></span><i>{{.Views}} {{lang "views"}}</i> |
||||
</li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
</article> |
||||
</div> |
||||
{{end}} |
||||
|
||||
</div> |
||||
</div> |
||||
{{end}} |
||||
</article> |
||||
|
||||
</section> |
||||
</div> |
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
<section id="ltx-widgets-footer"> |
||||
<div class="container"> |
||||
<div class="subscribe-wrapper"> |
||||
<div class="subscribe-block"></div> |
||||
</div> |
||||
<div class="row"> |
||||
|
||||
<div class="col-lg-4 col-md-6 col-sm-12 col-ms-12 matchHeight clearfix"> |
||||
<div class="footer-widget-area"> |
||||
<div id="widget_contact_info-7" class="widget widget_contact_info"> |
||||
<h4 class="header-widget">{{lang "related"}}</h4> |
||||
<div> |
||||
<div class="confit-hours" itemprop="openingHours"> |
||||
<a href="{{.IndexUrl}}">{{ lang "home"}}</a> |
||||
</div> |
||||
{{if .HasAbout }} |
||||
<div class="confit-hours" itemprop="openingHours"> |
||||
<a href="{{.AboutUrl}}">{{ lang "about"}}</a> |
||||
</div> |
||||
|
||||
{{end}} |
||||
{{if .HasContact }} |
||||
|
||||
<div class="confit-hours" itemprop="openingHours"> |
||||
<a href="{{.ContactUrl}}">{{ lang "contact"}}</a> |
||||
</div> |
||||
|
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<div class="confit-hours" itemprop="openingHours"> |
||||
<a href="{{.PolicyUrl}}">{{ lang "policy"}}</a> |
||||
</div> |
||||
|
||||
{{end}} |
||||
|
||||
|
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{$flen := len .Friendship}} |
||||
{{if ne $flen 0}} |
||||
<div class="col-lg-4 col-md-6 col-sm-12 col-ms-12 matchHeight clearfix"> |
||||
<div class="footer-widget-area"> |
||||
<div id="widget_contact_info-7" class="widget widget_contact_info"> |
||||
<h4 class="header-widget">{{lang "friendship"}}</h4> |
||||
<div> |
||||
|
||||
{{range .Friendship}} |
||||
<div class="confit-hours" itemprop="openingHours"> |
||||
<a href="{{.Url}}">{{.Name}}</a> |
||||
</div> |
||||
|
||||
{{end}} |
||||
|
||||
|
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</section> |
||||
<footer class="copyright-block copyright-layout-default"> |
||||
<div class="container"> |
||||
<p>{{.Copyright}}</p> |
||||
</div> |
||||
</footer> |
||||
|
||||
</body> |
||||
|
||||
</html> |
Loading…
Reference in new issue