parent
cab8bf89ad
commit
33127267bc
@ -0,0 +1,172 @@ |
||||
<!doctype html> |
||||
<html lang="en-US"> |
||||
|
||||
<head> |
||||
<meta charset="UTF-8"> |
||||
<meta name="viewport" |
||||
content="width=device-width, user-scalable=yes, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0"> |
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/index.css"}}"> |
||||
<link rel='stylesheet' href='{{staticFile "/css/theme.min.css"}}' type='text/css' media='all' /> |
||||
<meta name="keywords" content="{{.Keywords}}"> |
||||
<meta name="description" content="{{.Description}}"> |
||||
<title>{{.Title}}</title> |
||||
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" /> |
||||
|
||||
</head> |
||||
|
||||
<body class="blog"> |
||||
|
||||
<!-- End Google Tag Manager (noscript) --> |
||||
<div class="site-container"> |
||||
<header class="site-header"> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="col branding branding--has-logo"> |
||||
<a href="{{.IndexUrl}}" rel="home"> |
||||
<span class="branding__logo"> |
||||
<img width="300" height="112" src="{{replaceImage .Logo}}" class="attachment-medium size-medium" alt="" |
||||
style="width: 170px;" /></span> |
||||
<span class="branding__tagline"></span> |
||||
</a> |
||||
</div> |
||||
<nav class="col navigation navigation--header-primary"> |
||||
<ul class="menu"> |
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1199"><a |
||||
href="{{.IndexUrl}}"><span>{{ lang "home"}}</span></a></li> |
||||
{{if .HasAbout }} |
||||
|
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1199"><a |
||||
href="{{.AboutUrl}}"><span>{{ lang "about"}}</span></a></li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1199"><a |
||||
href="{{.ContactUrl}}"><span>{{ lang "contact"}}</span></a></li> |
||||
{{end}} |
||||
</ul> |
||||
</nav> |
||||
<nav class="col navigation navigation--header-mobile"> |
||||
<div class="hamburger"> |
||||
<div class="hamburger__bars"> |
||||
<div class="bar bar--1"></div> |
||||
<div class="bar bar--2"></div> |
||||
<div class="bar bar--3"></div> |
||||
</div> |
||||
</div> |
||||
<ul class="menu"> |
||||
|
||||
<li><a href="{{.IndexUrl}}">{{ lang "home"}}</a></li> |
||||
{{if .HasAbout }} |
||||
<li><a href="{{.AboutUrl}}">{{ lang "about"}}</a></li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li><a href="{{.ContactUrl}}">{{ lang "contact"}}</a></li> |
||||
{{end}} |
||||
|
||||
</ul> |
||||
</nav> |
||||
</div> |
||||
</div> |
||||
</header> |
||||
|
||||
|
||||
<main class="site-content" role="main"> |
||||
|
||||
|
||||
<article id="post-1024" |
||||
class="post-1024 post type-post status-publish format-standard has-post-thumbnail hentry category-flossing category-teeth-cleaning"> |
||||
<header class="section section--hero section--full-width section--has-no-background"> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="col-12 section__content"> |
||||
<h1 class="hero-title">{{ lang "about" }}</h1> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</header> |
||||
<div class="section section--breadcrumbs"> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="col"> |
||||
<p class="breadcrumbs"><a href="{{.IndexUrl}}">{{lang "home"}}</a> » <span |
||||
class="breadcrumb_last" aria-current="page">{{ lang "about" }}</span></p> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="col-12 content-mainbar"> |
||||
|
||||
{{.About}} |
||||
|
||||
</div> |
||||
|
||||
<aside class="col-12 content-sidebar"> |
||||
<div class="widgets"> |
||||
{{$plen := len .PopularArticles}} |
||||
{{if ne $plen 0}} |
||||
<div id="categories-3" class="widget widget_categories"> |
||||
<h3 class="widgettitle">{{lang "popular"}}</h3> |
||||
<ul> |
||||
{{range .PopularArticles}} |
||||
<li class="cat-item cat-item-1"><a |
||||
href="{{.Url}}">{{.Title}}</a> |
||||
</li> |
||||
{{end}} |
||||
</ul> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
</aside> |
||||
</div> |
||||
</div> |
||||
</article> |
||||
|
||||
|
||||
</main> <!-- EOF .site-content --> |
||||
|
||||
|
||||
<footer class="site-footer"> |
||||
|
||||
<div class="copyright"> |
||||
|
||||
<div class="container"> |
||||
<div class="row"> |
||||
|
||||
<div class="col-md-12 col-lg-4 social" style="display: flex; |
||||
align-items: center; |
||||
justify-content: center"> |
||||
{{if .HasAbout }} |
||||
<a href="{{.AboutUrl}}" target="_blank" style="color: #fff;">{{lang "about"}}</a> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<a href="{{.ContactUrl}}" target="_blank" style="color: #fff;">{{lang "contact"}}</a> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<a href="{{.PolicyUrl}}" target="_blank" style="color: #fff;">{{lang "policy"}}</a> |
||||
{{end}} |
||||
{{$flen := len .Friendship}} |
||||
{{if ne $flen 0}} |
||||
{{range .Friendship}} |
||||
<a href="{{.Url}}" target="_blank" style="color: #fff;">{{.Name}}</a> |
||||
{{end}} |
||||
{{end}} |
||||
</div> |
||||
<div class="col-md-12 col-lg-8 credits"> |
||||
<p>{{.Copyright}} </p> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
</div> |
||||
|
||||
|
||||
</footer> |
||||
</div> <!-- EOF .site-container --> |
||||
|
||||
|
||||
</body> |
||||
<script src="{{staticFile "/js/jquery-1.12.4.min.js"}}"></script> |
||||
<script src="{{staticFile "/js/index.js"}}"></script> |
||||
</html> |
@ -0,0 +1,6 @@ |
||||
{ |
||||
"creator": "许晓焱", |
||||
"version": "1.0", |
||||
"origin_website": "https://mikehambydds.com/blog", |
||||
"devices": ["pc", "pad", "phone"] |
||||
} |
@ -0,0 +1,188 @@ |
||||
<!doctype html> |
||||
<html lang="en-US"> |
||||
|
||||
<head> |
||||
<meta charset="UTF-8"> |
||||
<meta name="viewport" |
||||
content="width=device-width, user-scalable=yes, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0"> |
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/index.css"}}"> |
||||
<link rel='stylesheet' href='{{staticFile "/css/theme.min.css"}}' type='text/css' media='all' /> |
||||
<meta name="keywords" content="{{.Keywords}}"> |
||||
<meta name="description" content="{{.Description}}"> |
||||
<title>{{.Title}}</title> |
||||
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" /> |
||||
|
||||
</head> |
||||
|
||||
<body class="blog"> |
||||
|
||||
<!-- End Google Tag Manager (noscript) --> |
||||
<div class="site-container"> |
||||
<header class="site-header"> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="col branding branding--has-logo"> |
||||
<a href="{{.IndexUrl}}" rel="home"> |
||||
<span class="branding__logo"> |
||||
<img width="300" height="112" src="{{replaceImage .Logo}}" class="attachment-medium size-medium" alt="" |
||||
style="width: 170px;" /></span> |
||||
<span class="branding__tagline"></span> |
||||
</a> |
||||
</div> |
||||
<nav class="col navigation navigation--header-primary"> |
||||
<ul class="menu"> |
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1199"><a |
||||
href="{{.IndexUrl}}"><span>{{ lang "home"}}</span></a></li> |
||||
{{if .HasAbout }} |
||||
|
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1199"><a |
||||
href="{{.AboutUrl}}"><span>{{ lang "about"}}</span></a></li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1199"><a |
||||
href="{{.ContactUrl}}"><span>{{ lang "contact"}}</span></a></li> |
||||
{{end}} |
||||
</ul> |
||||
</nav> |
||||
<nav class="col navigation navigation--header-mobile"> |
||||
<div class="hamburger"> |
||||
<div class="hamburger__bars"> |
||||
<div class="bar bar--1"></div> |
||||
<div class="bar bar--2"></div> |
||||
<div class="bar bar--3"></div> |
||||
</div> |
||||
</div> |
||||
<ul class="menu"> |
||||
|
||||
<li><a href="{{.IndexUrl}}">{{ lang "home"}}</a></li> |
||||
{{if .HasAbout }} |
||||
<li><a href="{{.AboutUrl}}">{{ lang "about"}}</a></li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li><a href="{{.ContactUrl}}">{{ lang "contact"}}</a></li> |
||||
{{end}} |
||||
|
||||
</ul> |
||||
</nav> |
||||
</div> |
||||
</div> |
||||
</header> |
||||
|
||||
|
||||
<main class="site-content" role="main"> |
||||
|
||||
|
||||
<article id="post-1024" |
||||
class="post-1024 post type-post status-publish format-standard has-post-thumbnail hentry category-flossing category-teeth-cleaning"> |
||||
<header class="section section--hero section--full-width section--has-no-background"> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="col-12 section__content"> |
||||
<h1 class="hero-title">{{ lang "contact" }}</h1> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</header> |
||||
<div class="section section--breadcrumbs"> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="col"> |
||||
<p class="breadcrumbs"><a href="{{.IndexUrl}}">{{lang "home"}}</a> » <span |
||||
class="breadcrumb_last" aria-current="page">{{ lang "contact" }}</span></p> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="col-12 content-mainbar"> |
||||
|
||||
{{.Contact}} |
||||
<form class="col-12 col-lg-6" style="padding: 0;"> |
||||
<div class="form-group"> |
||||
<label for="emailInput">{{lang "about_email"}}</label> |
||||
<input type="email" class="form-control" id="emailInput" placeholder="name@example.com"> |
||||
</div> |
||||
<div class="form-group"> |
||||
<label for="nameInput">{{lang "about_name"}}</label> |
||||
<input type="name" class="form-control" id="nameInput" placeholder="your name"> |
||||
</div> |
||||
<div class="form-group"> |
||||
<label for="exampleFormControlTextarea1">{{lang "about_message"}}</label> |
||||
<textarea class="form-control" id="exampleFormControlTextarea1" rows="3" |
||||
placeholder="what do you want to say"></textarea> |
||||
</div> |
||||
<button type="submit" class="btn btn-primary" style="width: 100%;">{{lang "about_send"}}</button> |
||||
</form> |
||||
|
||||
</div> |
||||
|
||||
<aside class="col-12 content-sidebar"> |
||||
<div class="widgets"> |
||||
{{$plen := len .PopularArticles}} |
||||
{{if ne $plen 0}} |
||||
<div id="categories-3" class="widget widget_categories"> |
||||
<h3 class="widgettitle">{{lang "popular"}}</h3> |
||||
<ul> |
||||
{{range .PopularArticles}} |
||||
<li class="cat-item cat-item-1"><a |
||||
href="{{.Url}}">{{.Title}}</a> |
||||
</li> |
||||
{{end}} |
||||
</ul> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
</aside> |
||||
</div> |
||||
</div> |
||||
</article> |
||||
|
||||
|
||||
</main> <!-- EOF .site-content --> |
||||
|
||||
|
||||
<footer class="site-footer"> |
||||
|
||||
<div class="copyright"> |
||||
|
||||
<div class="container"> |
||||
<div class="row"> |
||||
|
||||
<div class="col-md-12 col-lg-4 social" style="display: flex; |
||||
align-items: center; |
||||
justify-content: center"> |
||||
{{if .HasAbout }} |
||||
<a href="{{.AboutUrl}}" target="_blank" style="color: #fff;">{{lang "about"}}</a> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<a href="{{.ContactUrl}}" target="_blank" style="color: #fff;">{{lang "contact"}}</a> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<a href="{{.PolicyUrl}}" target="_blank" style="color: #fff;">{{lang "policy"}}</a> |
||||
{{end}} |
||||
{{$flen := len .Friendship}} |
||||
{{if ne $flen 0}} |
||||
{{range .Friendship}} |
||||
<a href="{{.Url}}" target="_blank" style="color: #fff;">{{.Name}}</a> |
||||
{{end}} |
||||
{{end}} |
||||
</div> |
||||
<div class="col-md-12 col-lg-8 credits"> |
||||
<p>{{.Copyright}} </p> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
</div> |
||||
|
||||
|
||||
</footer> |
||||
</div> <!-- EOF .site-container --> |
||||
|
||||
|
||||
</body> |
||||
<script src="{{staticFile "/js/jquery-1.12.4.min.js"}}"></script> |
||||
<script src="{{staticFile "/js/index.js"}}"></script> |
||||
</html> |
File diff suppressed because one or more lines are too long
@ -0,0 +1,334 @@ |
||||
|
||||
|
||||
:root { |
||||
--theme-body-text-color: #151515; |
||||
--theme-body-text-color-h: 0; |
||||
--theme-body-text-color-s: 0%; |
||||
--theme-body-text-color-l: 8%; |
||||
--theme-body-link-color: #151515; |
||||
--theme-body-link-color-h: 0; |
||||
--theme-body-link-color-s: 0%; |
||||
--theme-body-link-color-l: 8%; |
||||
--theme-body-text_alt-color: #151515; |
||||
--theme-body-text_alt-color-h: 0; |
||||
--theme-body-text_alt-color-s: 0%; |
||||
--theme-body-text_alt-color-l: 8%; |
||||
--theme-header-background-color: #2a8bb1; |
||||
--theme-header-background-color-h: 197; |
||||
--theme-header-background-color-s: 62%; |
||||
--theme-header-background-color-l: 43%; |
||||
--theme-header-background-color-yiq: #ffffff; |
||||
--theme-header-background-color-yiq-h: 0; |
||||
--theme-header-background-color-yiq-s: 0%; |
||||
--theme-header-background-color-yiq-l: 100%; |
||||
--theme-header-text-color: #ffffff; |
||||
--theme-header-text-color-h: 0; |
||||
--theme-header-text-color-s: 0%; |
||||
--theme-header-text-color-l: 100%; |
||||
--theme-header-link-color: #ffffff; |
||||
--theme-header-link-color-h: 0; |
||||
--theme-header-link-color-s: 0%; |
||||
--theme-header-link-color-l: 100%; |
||||
--theme-footer-background-color: #2a8bb1; |
||||
--theme-footer-background-color-h: 197; |
||||
--theme-footer-background-color-s: 62%; |
||||
--theme-footer-background-color-l: 43%; |
||||
--theme-footer-background-color-yiq: #ffffff; |
||||
--theme-footer-background-color-yiq-h: 0; |
||||
--theme-footer-background-color-yiq-s: 0%; |
||||
--theme-footer-background-color-yiq-l: 100%; |
||||
--theme-footer-text-color: #ffffff; |
||||
--theme-footer-text-color-h: 0; |
||||
--theme-footer-text-color-s: 0%; |
||||
--theme-footer-text-color-l: 100%; |
||||
--theme-footer-link-color: #ffffff; |
||||
--theme-footer-link-color-h: 0; |
||||
--theme-footer-link-color-s: 0%; |
||||
--theme-footer-link-color-l: 100%; |
||||
--theme-primary-background-color: #f7a302; |
||||
--theme-primary-background-color-h: 39; |
||||
--theme-primary-background-color-s: 98%; |
||||
--theme-primary-background-color-l: 49%; |
||||
--theme-primary-background-color-yiq: #000000; |
||||
--theme-primary-background-color-yiq-h: 0; |
||||
--theme-primary-background-color-yiq-s: 0%; |
||||
--theme-primary-background-color-yiq-l: 0%; |
||||
--theme-primary-text-color: #151515; |
||||
--theme-primary-text-color-h: 0; |
||||
--theme-primary-text-color-s: 0%; |
||||
--theme-primary-text-color-l: 8%; |
||||
--theme-primary-link-color: #2a8bb1; |
||||
--theme-primary-link-color-h: 197; |
||||
--theme-primary-link-color-s: 62%; |
||||
--theme-primary-link-color-l: 43%; |
||||
--theme-button-border-radius: 3px; |
||||
} |
||||
|
||||
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; |
||||
} |
||||
/* FIXES YES/NO BULLETS ON CONTACT PAGE*/ |
||||
li.gchoice_2_11_0 { |
||||
margin-right: 20px !important; |
||||
} |
||||
|
||||
input#choice_2_11_1, |
||||
input#choice_2_11_0 { |
||||
margin-top: 0 !important; |
||||
} |
||||
|
||||
/* FIXES hero h1 headers and height*/ |
||||
h1.hero-title, |
||||
.section--hero.section--has-background .section__content .hero-title { |
||||
color: var(--theme-footer-background-color) !important; |
||||
text-shadow: none !important; |
||||
margin-bottom: 0px !important; |
||||
letter-spacing: -.03em !important; |
||||
} |
||||
|
||||
.section--hero.section--has-background { |
||||
min-height: 250px !important; |
||||
} |
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,195 @@ |
||||
<!doctype html> |
||||
<html lang="en-US"> |
||||
|
||||
<head> |
||||
<meta charset="UTF-8"> |
||||
<meta name="viewport" |
||||
content="width=device-width, user-scalable=yes, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0"> |
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/index.css"}}"> |
||||
<link rel='stylesheet' href='{{staticFile "/css/theme.min.css"}}' type='text/css' media='all' /> |
||||
<meta name="keywords" content="{{.Keywords}}"> |
||||
<meta name="description" content="{{.Description}}"> |
||||
<title>{{.Title}}</title> |
||||
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" /> |
||||
|
||||
</head> |
||||
|
||||
<body class="blog"> |
||||
|
||||
<!-- End Google Tag Manager (noscript) --> |
||||
<div class="site-container"> |
||||
<header class="site-header"> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="col branding branding--has-logo"> |
||||
<a href="{{.IndexUrl}}" rel="home"> |
||||
<span class="branding__logo"> |
||||
<img width="300" height="112" src="{{replaceImage .Logo}}" class="attachment-medium size-medium" alt="" |
||||
style="width: 170px;" /></span> |
||||
<span class="branding__tagline"></span> |
||||
</a> |
||||
</div> |
||||
<nav class="col navigation navigation--header-primary"> |
||||
<ul class="menu"> |
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1199"><a |
||||
href="{{.IndexUrl}}"><span>{{ lang "home"}}</span></a></li> |
||||
{{if .HasAbout }} |
||||
|
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1199"><a |
||||
href="{{.AboutUrl}}"><span>{{ lang "about"}}</span></a></li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1199"><a |
||||
href="{{.ContactUrl}}"><span>{{ lang "contact"}}</span></a></li> |
||||
{{end}} |
||||
</ul> |
||||
</nav> |
||||
<nav class="col navigation navigation--header-mobile"> |
||||
<div class="hamburger"> |
||||
<div class="hamburger__bars"> |
||||
<div class="bar bar--1"></div> |
||||
<div class="bar bar--2"></div> |
||||
<div class="bar bar--3"></div> |
||||
</div> |
||||
</div> |
||||
<ul class="menu"> |
||||
|
||||
<li><a href="{{.IndexUrl}}">{{ lang "home"}}</a></li> |
||||
{{if .HasAbout }} |
||||
<li><a href="{{.AboutUrl}}">{{ lang "about"}}</a></li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li><a href="{{.ContactUrl}}">{{ lang "contact"}}</a></li> |
||||
{{end}} |
||||
|
||||
</ul> |
||||
</nav> |
||||
</div> |
||||
</div> |
||||
</header> |
||||
|
||||
|
||||
<main class="site-content" role="main"> |
||||
|
||||
|
||||
<article id="post-1024" |
||||
class="post-1024 post type-post status-publish format-standard has-post-thumbnail hentry category-flossing category-teeth-cleaning"> |
||||
<header class="section section--hero section--full-width section--has-no-background"> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="col-12 section__content"> |
||||
<h1 class="hero-title">{{.Title}}</h1> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</header> |
||||
<div class="section section--breadcrumbs"> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="col"> |
||||
<p class="breadcrumbs"><a href="{{.IndexUrl}}">{{lang "home"}}</a> » <span |
||||
class="breadcrumb_last" aria-current="page">{{.Title}}</span></p> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="col-12 content-mainbar"> |
||||
|
||||
<img width="100%" src="{{getCover .Article.Pictures}}" /> |
||||
<p class="speakableTextP1">{{.Article.Summary}}</p> |
||||
{{range .Article.Topics}} |
||||
<p><strong>{{.Topic}}</strong></p> |
||||
{{$tlen := len .Pictures}} |
||||
{{if ne $tlen 0}} |
||||
{{range .Pictures}} |
||||
<img width="100%" src="{{replaceImage .}}" /> |
||||
{{end}} |
||||
{{end}} |
||||
<p>{{.Content}}</p> |
||||
{{end}} |
||||
<!-- article 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> |
||||
|
||||
<aside class="col-12 content-sidebar"> |
||||
<div class="widgets"> |
||||
{{$plen := len .PopularArticles}} |
||||
{{if ne $plen 0}} |
||||
<div id="categories-3" class="widget widget_categories"> |
||||
<h3 class="widgettitle">{{lang "popular"}}</h3> |
||||
<ul> |
||||
{{range .PopularArticles}} |
||||
<li class="cat-item cat-item-1"><a |
||||
href="{{.Url}}">{{.Title}}</a> |
||||
</li> |
||||
{{end}} |
||||
</ul> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
</aside> |
||||
</div> |
||||
</div> |
||||
</article> |
||||
|
||||
|
||||
</main> <!-- EOF .site-content --> |
||||
|
||||
|
||||
<footer class="site-footer"> |
||||
|
||||
<div class="copyright"> |
||||
|
||||
<div class="container"> |
||||
<div class="row"> |
||||
|
||||
<div class="col-md-12 col-lg-4 social" style="display: flex; |
||||
align-items: center; |
||||
justify-content: center"> |
||||
{{if .HasAbout }} |
||||
<a href="{{.AboutUrl}}" target="_blank" style="color: #fff;">{{lang "about"}}</a> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<a href="{{.ContactUrl}}" target="_blank" style="color: #fff;">{{lang "contact"}}</a> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<a href="{{.PolicyUrl}}" target="_blank" style="color: #fff;">{{lang "policy"}}</a> |
||||
{{end}} |
||||
{{$flen := len .Friendship}} |
||||
{{if ne $flen 0}} |
||||
{{range .Friendship}} |
||||
<a href="{{.Url}}" target="_blank" style="color: #fff;">{{.Name}}</a> |
||||
{{end}} |
||||
{{end}} |
||||
</div> |
||||
<div class="col-md-12 col-lg-8 credits"> |
||||
<p>{{.Copyright}} </p> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
</div> |
||||
|
||||
|
||||
</footer> |
||||
</div> <!-- EOF .site-container --> |
||||
|
||||
|
||||
</body> |
||||
<script src="{{staticFile "/js/jquery-1.12.4.min.js"}}"></script> |
||||
<script src="{{staticFile "/js/index.js"}}"></script> |
||||
</html> |
@ -0,0 +1,227 @@ |
||||
<!doctype html> |
||||
<html lang="en-US"> |
||||
|
||||
<head> |
||||
<meta charset="UTF-8"> |
||||
<meta name="viewport" |
||||
content="width=device-width, user-scalable=yes, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0"> |
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/index.css"}}"> |
||||
<link rel='stylesheet' href='{{staticFile "/css/theme.min.css"}}' type='text/css' media='all' /> |
||||
|
||||
<meta name="keywords" content="{{.Keywords}}"> |
||||
<meta name="description" content="{{.Description}}"> |
||||
<title>{{.Title}}</title> |
||||
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" /> |
||||
</head> |
||||
|
||||
<body class="blog"> |
||||
|
||||
<!-- End Google Tag Manager (noscript) --> |
||||
<div class="site-container"> |
||||
<header class="site-header"> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="col branding branding--has-logo"> |
||||
<a href="{{.IndexUrl}}" rel="home"> |
||||
<span class="branding__logo"> |
||||
<img width="300" height="112" src="{{replaceImage .Logo}}" class="attachment-medium size-medium" alt="" |
||||
style="width: 170px;" /></span> |
||||
<span class="branding__tagline"></span> |
||||
</a> |
||||
</div> |
||||
<nav class="col navigation navigation--header-primary"> |
||||
<ul class="menu"> |
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1199"><a |
||||
href="{{.IndexUrl}}"><span>{{ lang "home"}}</span></a></li> |
||||
{{if .HasAbout }} |
||||
|
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1199"><a |
||||
href="{{.AboutUrl}}"><span>{{ lang "about"}}</span></a></li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1199"><a |
||||
href="{{.ContactUrl}}"><span>{{ lang "contact"}}</span></a></li> |
||||
{{end}} |
||||
</ul> |
||||
</nav> |
||||
<nav class="col navigation navigation--header-mobile"> |
||||
<div class="hamburger"> |
||||
<div class="hamburger__bars"> |
||||
<div class="bar bar--1"></div> |
||||
<div class="bar bar--2"></div> |
||||
<div class="bar bar--3"></div> |
||||
</div> |
||||
</div> |
||||
<ul class="menu"> |
||||
|
||||
<li><a href="{{.IndexUrl}}">{{ lang "home"}}</a></li> |
||||
{{if .HasAbout }} |
||||
<li><a href="{{.AboutUrl}}">{{ lang "about"}}</a></li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li><a href="{{.ContactUrl}}">{{ lang "contact"}}</a></li> |
||||
{{end}} |
||||
|
||||
</ul> |
||||
</nav> |
||||
</div> |
||||
</div> |
||||
</header> |
||||
|
||||
<main class="site-content" role="main"> |
||||
<section class="archive-posts"> |
||||
<header class="section section--hero section--full-width section--has-no-background"> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="col-12 section__content"> |
||||
<h1 class="hero-title">{{lang "latest"}}</h1> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</header> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="col-12 content-mainbar"> |
||||
{{ range $i, $v := .Articles }} |
||||
{{if eq $i 0}} |
||||
<!-- 1 --> |
||||
<div class="featured-post"> |
||||
<article id="post-2890" |
||||
class="post-card post-2890 post type-post status-publish format-standard has-post-thumbnail hentry category-dental-health"> |
||||
<div class="read-more-zone"> |
||||
<div class="post-thumbnail"> |
||||
<div class="thumbnail" |
||||
style="background-image:url({{getCover .Cover 300 180}});"> |
||||
</div> |
||||
</div> |
||||
<div class="post-content"> |
||||
<header class="post-header"> |
||||
<h3 class="post-title" style="white-space: nowrap; |
||||
overflow: hidden; |
||||
text-overflow: ellipsis;"><a href="{{.Url}}">{{.Title}}</a></h3> |
||||
</header> |
||||
<div class="post-excerpt"> |
||||
<p style="white-space: nowrap; |
||||
overflow: hidden; |
||||
text-overflow: ellipsis;">{{.Summary}}</p> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="post-meta"> |
||||
<time class="meta meta-date">{{timeFormat .PublishTime}}</time> |
||||
<span class="meta meta-cats">{{.Views}} {{lang "views"}}</span> |
||||
</div> |
||||
</article> |
||||
</div> |
||||
{{end}} |
||||
{{end}} |
||||
<!-- 2 --> |
||||
<div id="ajax-posts" class="row ajax-posts" data-author="" data-category="" data-orderby="" data-post-not-in="2890" data-posts-per-page="5" data-s=""> |
||||
{{ range $i, $v := .Articles }} |
||||
{{if gt $i 0}} |
||||
<div class="col-12 col-lg-6"> |
||||
<article id="post-2887" |
||||
class="post-card post-2887 type-post status-publish format-standard has-post-thumbnail hentry category-dental-health category-flossing category-teeth-cleaning"> |
||||
<div class="read-more-zone" style="height: 460.375px;"> |
||||
<div class="post-thumbnail"> |
||||
<div class="thumbnail" |
||||
style="background-image:url({{getCover .Cover 300 180}});"> |
||||
</div> |
||||
</div> |
||||
<div class="post-content"> |
||||
<header class="post-header" style="height: 27.5938px;"> |
||||
<h3 class="post-title" style="white-space: nowrap; |
||||
overflow: hidden; |
||||
text-overflow: ellipsis;"><a href="{{.Url}}">{{.Title}}</a></h3> |
||||
</header> |
||||
<div class="post-excerpt" style="height: 91.7812px;"> |
||||
<p style="white-space: nowrap; |
||||
overflow: hidden; |
||||
text-overflow: ellipsis;">{{.Summary}}</p> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="post-meta"> |
||||
<time class="meta meta-date" datetime="2022-11-03">{{timeFormat .PublishTime}}</time> |
||||
<span class="meta meta-cats">{{.Views}} {{lang "views"}}</span> |
||||
</div> |
||||
</article> |
||||
</div> |
||||
{{end}} |
||||
{{end}} |
||||
</div> |
||||
{{$pulen := len .PrevUrl}} |
||||
{{ if ne $pulen 0 }} |
||||
<p class="text-center"><a id="get-ajax-posts" class="btn btn-primary " href="{{.PrevUrl}}">{{lang "prev"}}</a></p> |
||||
{{ end }} |
||||
{{$nulen := len .NextUrl}} |
||||
{{ if ne $nulen 0 }} |
||||
<p class="text-center"><a id="get-ajax-posts" class="btn btn-primary " href="{{.NextUrl}}">{{lang "next"}}</a></p> |
||||
{{ end }} |
||||
</div> |
||||
<aside class="col-12 content-sidebar"> |
||||
<div class="widgets"> |
||||
{{$plen := len .PopularArticles}} |
||||
{{if ne $plen 0}} |
||||
<div id="categories-3" class="widget widget_categories"> |
||||
<h3 class="widgettitle">{{lang "popular"}}</h3> |
||||
<ul> |
||||
{{range .PopularArticles}} |
||||
<li class="cat-item cat-item-1"><a |
||||
href="{{.Url}}">{{.Title}}</a> |
||||
</li> |
||||
{{end}} |
||||
</ul> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
</aside> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
</main> <!-- EOF .site-content --> |
||||
|
||||
<footer class="site-footer"> |
||||
|
||||
<div class="copyright"> |
||||
|
||||
<div class="container"> |
||||
<div class="row"> |
||||
|
||||
<div class="col-md-12 col-lg-4 social" style="display: flex; |
||||
align-items: center; |
||||
justify-content: center"> |
||||
{{if .HasAbout }} |
||||
<a href="{{.AboutUrl}}" target="_blank" style="color: #fff;">{{lang "about"}}</a> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<a href="{{.ContactUrl}}" target="_blank" style="color: #fff;">{{lang "contact"}}</a> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<a href="{{.PolicyUrl}}" target="_blank" style="color: #fff;">{{lang "policy"}}</a> |
||||
{{end}} |
||||
{{$flen := len .Friendship}} |
||||
{{if ne $flen 0}} |
||||
{{range .Friendship}} |
||||
<a href="{{.Url}}" target="_blank" style="color: #fff;">{{.Name}}</a> |
||||
{{end}} |
||||
{{end}} |
||||
</div> |
||||
<div class="col-md-12 col-lg-8 credits"> |
||||
<p>{{.Copyright}} </p> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
</div> |
||||
|
||||
|
||||
</footer> |
||||
</div> <!-- EOF .site-container --> |
||||
|
||||
|
||||
</body> |
||||
<script src="{{staticFile "/js/jquery-1.12.4.min.js"}}"></script> |
||||
<script src="{{staticFile "/js/index.js"}}"></script> |
||||
</html> |
@ -0,0 +1,9 @@ |
||||
$(".hamburger").click(function(){ |
||||
if($(".hamburger").is('.active')){ |
||||
$(".hamburger").removeClass("active"); |
||||
$(".menu").removeClass("active"); |
||||
} else { |
||||
$(".hamburger").addClass("active"); |
||||
$(".menu ").addClass("active"); |
||||
} |
||||
}) |
File diff suppressed because one or more lines are too long
@ -0,0 +1,172 @@ |
||||
<!doctype html> |
||||
<html lang="en-US"> |
||||
|
||||
<head> |
||||
<meta charset="UTF-8"> |
||||
<meta name="viewport" |
||||
content="width=device-width, user-scalable=yes, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0"> |
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> |
||||
<link rel="stylesheet" href="{{staticFile "/css/index.css"}}"> |
||||
<link rel='stylesheet' href='{{staticFile "/css/theme.min.css"}}' type='text/css' media='all' /> |
||||
<meta name="keywords" content="{{.Keywords}}"> |
||||
<meta name="description" content="{{.Description}}"> |
||||
<title>{{.Title}}</title> |
||||
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" /> |
||||
|
||||
</head> |
||||
|
||||
<body class="blog"> |
||||
|
||||
<!-- End Google Tag Manager (noscript) --> |
||||
<div class="site-container"> |
||||
<header class="site-header"> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="col branding branding--has-logo"> |
||||
<a href="{{.IndexUrl}}" rel="home"> |
||||
<span class="branding__logo"> |
||||
<img width="300" height="112" src="{{replaceImage .Logo}}" class="attachment-medium size-medium" alt="" |
||||
style="width: 170px;" /></span> |
||||
<span class="branding__tagline"></span> |
||||
</a> |
||||
</div> |
||||
<nav class="col navigation navigation--header-primary"> |
||||
<ul class="menu"> |
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1199"><a |
||||
href="{{.IndexUrl}}"><span>{{ lang "home"}}</span></a></li> |
||||
{{if .HasAbout }} |
||||
|
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1199"><a |
||||
href="{{.AboutUrl}}"><span>{{ lang "about"}}</span></a></li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1199"><a |
||||
href="{{.ContactUrl}}"><span>{{ lang "contact"}}</span></a></li> |
||||
{{end}} |
||||
</ul> |
||||
</nav> |
||||
<nav class="col navigation navigation--header-mobile"> |
||||
<div class="hamburger"> |
||||
<div class="hamburger__bars"> |
||||
<div class="bar bar--1"></div> |
||||
<div class="bar bar--2"></div> |
||||
<div class="bar bar--3"></div> |
||||
</div> |
||||
</div> |
||||
<ul class="menu"> |
||||
|
||||
<li><a href="{{.IndexUrl}}">{{ lang "home"}}</a></li> |
||||
{{if .HasAbout }} |
||||
<li><a href="{{.AboutUrl}}">{{ lang "about"}}</a></li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li><a href="{{.ContactUrl}}">{{ lang "contact"}}</a></li> |
||||
{{end}} |
||||
|
||||
</ul> |
||||
</nav> |
||||
</div> |
||||
</div> |
||||
</header> |
||||
|
||||
|
||||
<main class="site-content" role="main"> |
||||
|
||||
|
||||
<article id="post-1024" |
||||
class="post-1024 post type-post status-publish format-standard has-post-thumbnail hentry category-flossing category-teeth-cleaning"> |
||||
<header class="section section--hero section--full-width section--has-no-background"> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="col-12 section__content"> |
||||
<h1 class="hero-title">{{ lang "policy" }}</h1> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</header> |
||||
<div class="section section--breadcrumbs"> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="col"> |
||||
<p class="breadcrumbs"><a href="{{.IndexUrl}}">{{lang "home"}}</a> » <span |
||||
class="breadcrumb_last" aria-current="page">{{ lang "policy" }}</span></p> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="col-12 content-mainbar"> |
||||
|
||||
{{.Policy}} |
||||
|
||||
</div> |
||||
|
||||
<aside class="col-12 content-sidebar"> |
||||
<div class="widgets"> |
||||
{{$plen := len .PopularArticles}} |
||||
{{if ne $plen 0}} |
||||
<div id="categories-3" class="widget widget_categories"> |
||||
<h3 class="widgettitle">{{lang "popular"}}</h3> |
||||
<ul> |
||||
{{range .PopularArticles}} |
||||
<li class="cat-item cat-item-1"><a |
||||
href="{{.Url}}">{{.Title}}</a> |
||||
</li> |
||||
{{end}} |
||||
</ul> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
</aside> |
||||
</div> |
||||
</div> |
||||
</article> |
||||
|
||||
|
||||
</main> <!-- EOF .site-content --> |
||||
|
||||
|
||||
<footer class="site-footer"> |
||||
|
||||
<div class="copyright"> |
||||
|
||||
<div class="container"> |
||||
<div class="row"> |
||||
|
||||
<div class="col-md-12 col-lg-4 social" style="display: flex; |
||||
align-items: center; |
||||
justify-content: center"> |
||||
{{if .HasAbout }} |
||||
<a href="{{.AboutUrl}}" target="_blank" style="color: #fff;">{{lang "about"}}</a> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<a href="{{.ContactUrl}}" target="_blank" style="color: #fff;">{{lang "contact"}}</a> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<a href="{{.PolicyUrl}}" target="_blank" style="color: #fff;">{{lang "policy"}}</a> |
||||
{{end}} |
||||
{{$flen := len .Friendship}} |
||||
{{if ne $flen 0}} |
||||
{{range .Friendship}} |
||||
<a href="{{.Url}}" target="_blank" style="color: #fff;">{{.Name}}</a> |
||||
{{end}} |
||||
{{end}} |
||||
</div> |
||||
<div class="col-md-12 col-lg-8 credits"> |
||||
<p>{{.Copyright}} </p> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
</div> |
||||
|
||||
|
||||
</footer> |
||||
</div> <!-- EOF .site-container --> |
||||
|
||||
|
||||
</body> |
||||
<script src="{{staticFile "/js/jquery-1.12.4.min.js"}}"></script> |
||||
<script src="{{staticFile "/js/index.js"}}"></script> |
||||
</html> |
Loading…
Reference in new issue