parent
5e59732c4c
commit
2589983f21
@ -0,0 +1,182 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
|
||||
<head> |
||||
<meta charset="UTF-8" /> |
||||
<title>{{.Title}}</title> |
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
||||
<meta name="referrer" content="unsafe-url"> |
||||
<meta name="keywords" content="{{.Keywords}}"> |
||||
<meta name="description" content="{{.Description}}"> |
||||
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/index.css"}}" /> |
||||
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" /> |
||||
</head> |
||||
|
||||
<body data-rsssl=1 |
||||
class="home page-template page-template-templates page-template-template-home page-template-templatestemplate-home-php page page-id-16 wp-custom-logo aawp-custom group-blog right-sidebar header-layout1"> |
||||
<div id="page" class="site"> |
||||
<header id="masthead" class="site-header" role="banner"> |
||||
<div class="header-logo-menu-wrapper"> |
||||
<div class="logo-ads-wrapper clearfix"> |
||||
<div class="mt-container"> |
||||
<div class="site-branding"> <a href="{{.IndexUrl}}" class="custom-logo-link" rel="home" |
||||
aria-current="page"><img width="300" height="90" alt="Home Air Guides Website Logo" |
||||
nitro-lazy-src="{{replaceImage .Logo}}" class="custom-logo nitro-lazy" |
||||
nitro-lazy-empty id="MjEwOjI3MQ==-1" src="{{replaceImage .Logo}}" /></a> |
||||
<div class="site-title-wrapper"> |
||||
<p class="site-title"><a href="{{.IndexUrl}}" rel="home">Home Air Guides</a></p> |
||||
</div> |
||||
</div> |
||||
<div class="header-content-wrapper"> |
||||
<div class="header-elements-holder"><span class="social-link"> |
||||
<p>Educating the Public on Indoor Air Quality & Comfort Since 2015</p> <a href="#" |
||||
aria-label="Visit Facebook Page" target="_blank"><i |
||||
class="fa fa-facebook-official" title="Facebook"></i></a> <a href="#" |
||||
aria-label="Visit Twitter Page" target="_blank"><i |
||||
class="fa fa-twitter-square"></i></a> <a href="#" |
||||
aria-label="Visit YouTube Page" target="_blank"><i |
||||
class="fa fa-youtube"></i></a> <a href="#" aria-label="Visit Pinterest Page" |
||||
target="_blank"><i class="fa fa-pinterest-square"></i></a> <a href="#" |
||||
aria-label="Visit Instagram Page" target="_blank"><i |
||||
class="fa fa-instagram"></i></a> <a href="#" |
||||
aria-label="Visit LinkedIn Page" target="_blank"><i |
||||
class="fa fa-linkedin-square"></i></a> |
||||
</span></div> |
||||
<div class="clearfix"> </div> |
||||
</div> |
||||
<div class="clearfix"></div> |
||||
</div> |
||||
</div> |
||||
<div class="menu-search-wrapper"> |
||||
<div class="mt-container"> |
||||
<nav id="site-navigation" class="main-navigation" role="navigation"> |
||||
<div class="menu-toggle hide"> <i class="fa fa-navicon"> </i> </div> |
||||
<div class="menu-main-menu-container"> |
||||
<ul id="primary-menu" class="menu"> |
||||
<li id="menu-item-3964" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3964"> |
||||
<a href="{{.IndexUrl}}">Home</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li id="menu-item-3964" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3964"> |
||||
<a href="{{.AboutUrl}}">ABOUT</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li id="menu-item-3964" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3964"> |
||||
<a href="{{.ContactUrl}}">CONTACT</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<li id="menu-item-3964" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3964"> |
||||
<a href="{{.PolicyUrl}}">POLICY</a> |
||||
</li> |
||||
{{end}} |
||||
</ul> |
||||
</div> |
||||
</nav> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</header> |
||||
<div id="content" class="site-content" style="margin-bottom: 240px;"> |
||||
<div id="primary" class="content-area"> |
||||
<main id="main" class="site-main" role="main"> |
||||
<section id="custom_html-15" class="widget_text widget widget_custom_html"> |
||||
<div class="textwidget custom-html-widget"> |
||||
<div class="mt-container"> |
||||
<h1 class="home-page-title"> Home Air Guides Resources </h1> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
<section id="block-3" class="widget widget_block"> |
||||
<div style="margin-top:80px;margin-bottom:-40px;"> |
||||
<div class="mt-container our-top-pick"> |
||||
<div style="display:flex;margin:auto;"> |
||||
<p></p> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
<section id="scholarship_latest_blog-4" class="widget scholarship_latest_blog"> |
||||
<div class="section-wrapper scholarship-widget-wrapper layout_1"> |
||||
<div class="mt-container"> |
||||
<div class="section-title-wrapper wow fadeInUp has-title" data-wow-delay="0.4s"> |
||||
<h4 class="widget-title">About</h4> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
<section id="custom_html-18" class="widget_text widget widget_custom_html"> |
||||
<section id="custom_html-18" class="widget_text widget widget_custom_html"> |
||||
<div class="textwidget custom-html-widget"> |
||||
<div class="mt-container"> |
||||
<div class="content-widget"> |
||||
<div class="pt-cv-wrapper"> |
||||
{{.About}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
</section> |
||||
</main> |
||||
</div> |
||||
</div> |
||||
<footer id="colophon" class="site-footer sub-footer-layout2" style="display: block;" role="contentinfo"> |
||||
<div class="site-info-wrapper"> |
||||
<div class="site-info"> |
||||
<div class="mt-container"> |
||||
<div class="scholarship-copyright-wrapper"> <span class="scholarship-copyright">Home Guides |
||||
is a participant in the Amazon Services LLC Associates Program, an affiliate advertising |
||||
program designed to provide a means for sites to earn advertising fees by advertising |
||||
and linking to Amazon.com. Amazon and the Amazon logo are trademarks of Amazon.com, Inc. |
||||
or its affiliates. As an Amazon Associate we earn affiliate commissions from qualifying |
||||
purchases. <br /><br /> All third-party marks listed above are the sole property of |
||||
their respective owner. No affiliation or endorsement is intended or implied. |
||||
<br /><br /> Home Guides and some products featured on the site are owned by the |
||||
same company.</span> </div> |
||||
<nav id="site-footer-navigation" class="footer-navigation" role="navigation"> |
||||
<div class="menu-more-about-us-container"> |
||||
<ul id="footer-menu" class="menu"> |
||||
<li id="menu-item-4809" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4809"> |
||||
<a href="{{.IndexUrl}}">HOME</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li id="menu-item-4810" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4810"> |
||||
<a href="{{.AboutUrl}}">ABOUT</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li id="menu-item-5337" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5337"> |
||||
<a href="{{.ContactUrl}}">CONTACT</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<li id="menu-item-4811" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4811"> |
||||
<a href="{{.PolicyUrl}}">POLICY</a> |
||||
</li> |
||||
{{end}} |
||||
</ul> |
||||
</div> |
||||
</nav> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</footer> |
||||
<div id="mt-scrollup" class="animated arrow-hide"><i class="fa fa-chevron-up"></i></div> |
||||
</div> |
||||
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/nitro-min-noimport.css"}}" /> |
||||
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/nitro-min-noimport-80.css"}}" /> |
||||
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/nitro-min-noimport-e2.css"}}" /> |
||||
</body> |
||||
|
||||
</html> |
@ -0,0 +1,203 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
|
||||
<head> |
||||
<meta charset="UTF-8" /> |
||||
<title>{{.Title}}</title> |
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
||||
<meta name="referrer" content="unsafe-url"> |
||||
<meta name="keywords" content="{{.Keywords}}"> |
||||
<meta name="description" content="{{.Description}}"> |
||||
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/index.css"}}" /> |
||||
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/common.css"}}" /> |
||||
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" /> |
||||
</head> |
||||
|
||||
<body data-rsssl=1 |
||||
class="home page-template page-template-templates page-template-template-home page-template-templatestemplate-home-php page page-id-16 wp-custom-logo aawp-custom group-blog right-sidebar header-layout1"> |
||||
<div id="page" class="site"> |
||||
<header id="masthead" class="site-header" role="banner"> |
||||
<div class="header-logo-menu-wrapper"> |
||||
<div class="logo-ads-wrapper clearfix"> |
||||
<div class="mt-container"> |
||||
<div class="site-branding"> <a href="{{.IndexUrl}}" class="custom-logo-link" rel="home" |
||||
aria-current="page"><img width="300" height="90" alt="Home Air Guides Website Logo" |
||||
nitro-lazy-src="{{replaceImage .Logo}}" class="custom-logo nitro-lazy" |
||||
nitro-lazy-empty id="MjEwOjI3MQ==-1" src="{{replaceImage .Logo}}" /></a> |
||||
<div class="site-title-wrapper"> |
||||
<p class="site-title"><a href="{{.IndexUrl}}" rel="home">Home Air Guides</a></p> |
||||
</div> |
||||
</div> |
||||
<div class="header-content-wrapper"> |
||||
<div class="header-elements-holder"><span class="social-link"> |
||||
<p>Educating the Public on Indoor Air Quality & Comfort Since 2015</p> <a href="#" |
||||
aria-label="Visit Facebook Page" target="_blank"><i |
||||
class="fa fa-facebook-official" title="Facebook"></i></a> <a href="#" |
||||
aria-label="Visit Twitter Page" target="_blank"><i |
||||
class="fa fa-twitter-square"></i></a> <a href="#" |
||||
aria-label="Visit YouTube Page" target="_blank"><i |
||||
class="fa fa-youtube"></i></a> <a href="#" aria-label="Visit Pinterest Page" |
||||
target="_blank"><i class="fa fa-pinterest-square"></i></a> <a href="#" |
||||
aria-label="Visit Instagram Page" target="_blank"><i |
||||
class="fa fa-instagram"></i></a> <a href="#" |
||||
aria-label="Visit LinkedIn Page" target="_blank"><i |
||||
class="fa fa-linkedin-square"></i></a> |
||||
</span></div> |
||||
<div class="clearfix"> </div> |
||||
</div> |
||||
<div class="clearfix"></div> |
||||
</div> |
||||
</div> |
||||
<div class="menu-search-wrapper"> |
||||
<div class="mt-container"> |
||||
<nav id="site-navigation" class="main-navigation" role="navigation"> |
||||
<div class="menu-toggle hide"> <i class="fa fa-navicon"> </i> </div> |
||||
<div class="menu-main-menu-container"> |
||||
<ul id="primary-menu" class="menu"> |
||||
<li id="menu-item-3964" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3964"> |
||||
<a href="{{.IndexUrl}}">Home</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li id="menu-item-3964" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3964"> |
||||
<a href="{{.AboutUrl}}">ABOUT</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li id="menu-item-3964" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3964"> |
||||
<a href="{{.ContactUrl}}">CONTACT</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<li id="menu-item-3964" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3964"> |
||||
<a href="{{.PolicyUrl}}">POLICY</a> |
||||
</li> |
||||
{{end}} |
||||
</ul> |
||||
</div> |
||||
</nav> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</header> |
||||
<div id="content" class="site-content" style="margin-bottom: 120px;"> |
||||
<div id="primary" class="content-area"> |
||||
<main id="main" class="site-main" role="main"> |
||||
<section id="custom_html-15" class="widget_text widget widget_custom_html"> |
||||
<div class="textwidget custom-html-widget"> |
||||
<div class="mt-container"> |
||||
<h1 class="home-page-title"> Home Air Guides Resources </h1> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
<section id="block-3" class="widget widget_block"> |
||||
<div style="margin-top:80px;margin-bottom:-40px;"> |
||||
<div class="mt-container our-top-pick"> |
||||
<div style="display:flex;margin:auto;"> |
||||
<p></p> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
<section id="scholarship_latest_blog-4" class="widget scholarship_latest_blog"> |
||||
<div class="section-wrapper scholarship-widget-wrapper layout_1"> |
||||
<div class="mt-container"> |
||||
<div class="section-title-wrapper wow fadeInUp has-title" data-wow-delay="0.4s"> |
||||
<h4 class="widget-title">CONTACT</h4> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
<section id="custom_html-18" class="widget_text widget widget_custom_html"> |
||||
<section id="custom_html-18" class="widget_text widget widget_custom_html"> |
||||
<div class="textwidget custom-html-widget"> |
||||
<div class="mt-container"> |
||||
<div class="content-widget"> |
||||
<div class="pt-cv-wrapper"> |
||||
<section id="content" class="container"> |
||||
<div> |
||||
{{.Contact}} |
||||
</div> |
||||
<form class="col-12 col-lg-6" style="padding: 0;"> |
||||
<div class="form-group"> |
||||
<label for="emailInput">Email</label> |
||||
<input type="email" class="form-control" id="emailInput" placeholder="name@example.com"> |
||||
</div> |
||||
<div class="form-group"> |
||||
<label for="nameInput">Name</label> |
||||
<input type="email" class="form-control" id="nameInput" placeholder="your name"> |
||||
</div> |
||||
<div class="form-group"> |
||||
<label for="exampleFormControlTextarea1">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%;">Send</button> |
||||
</form> |
||||
</section> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
</section> |
||||
</main> |
||||
</div> |
||||
</div> |
||||
<footer id="colophon" class="site-footer sub-footer-layout2" style="display: block;" role="contentinfo"> |
||||
<div class="site-info-wrapper"> |
||||
<div class="site-info"> |
||||
<div class="mt-container"> |
||||
<div class="scholarship-copyright-wrapper"> <span class="scholarship-copyright">Home Air Guides |
||||
is a participant in the Amazon Services LLC Associates Program, an affiliate advertising |
||||
program designed to provide a means for sites to earn advertising fees by advertising |
||||
and linking to Amazon.com. Amazon and the Amazon logo are trademarks of Amazon.com, Inc. |
||||
or its affiliates. As an Amazon Associate we earn affiliate commissions from qualifying |
||||
purchases. <br /><br /> All third-party marks listed above are the sole property of |
||||
their respective owner. No affiliation or endorsement is intended or implied. |
||||
<br /><br /> Home Air Guides and some products featured on the site are owned by the |
||||
same company.</span> </div> |
||||
<nav id="site-footer-navigation" class="footer-navigation" role="navigation"> |
||||
<div class="menu-more-about-us-container"> |
||||
<ul id="footer-menu" class="menu"> |
||||
<li id="menu-item-4809" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4809"> |
||||
<a href="{{.IndexUrl}}">HOME</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li id="menu-item-4810" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4810"> |
||||
<a href="{{.AboutUrl}}">ABOUT</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li id="menu-item-5337" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5337"> |
||||
<a href="{{.ContactUrl}}">CONTACT</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<li id="menu-item-4811" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4811"> |
||||
<a href="{{.PolicyUrl}}">POLICY</a> |
||||
</li> |
||||
{{end}} |
||||
</ul> |
||||
</div> |
||||
</nav> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</footer> |
||||
<div id="mt-scrollup" class="animated arrow-hide"><i class="fa fa-chevron-up"></i></div> |
||||
</div> |
||||
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/nitro-min-noimport.css"}}" /> |
||||
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/nitro-min-noimport-80.css"}}" /> |
||||
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/nitro-min-noimport-e2.css"}}" /> |
||||
</body> |
||||
|
||||
</html> |
File diff suppressed because one or more lines are too long
@ -0,0 +1,196 @@ |
||||
html, |
||||
body { |
||||
margin: 0; |
||||
padding: 0; |
||||
width: 100%; |
||||
} |
||||
|
||||
body { |
||||
background-color: #fff; |
||||
} |
||||
|
||||
a { |
||||
color: #3755d6; |
||||
text-decoration: none; |
||||
} |
||||
|
||||
#breadcrumb { |
||||
padding: 20px 0 15px; |
||||
} |
||||
#breadcrumb a { |
||||
color: #666; |
||||
} |
||||
#breadcrumb a:not(:last-of-type)::after { |
||||
content: " / "; |
||||
} |
||||
|
||||
#page-title { |
||||
padding-bottom: 20px; |
||||
} |
||||
|
||||
#content { |
||||
min-height: 50vh; |
||||
margin: 80px auto 20px; |
||||
} |
||||
|
||||
.block-title { |
||||
margin: 20px 0; |
||||
border-bottom: 1px solid #182a75; |
||||
} |
||||
.block-title .text { |
||||
display: inline-block; |
||||
padding: 8px 12px; |
||||
background-color: #182a75; |
||||
color: #fff; |
||||
font-size: 16px; |
||||
} |
||||
|
||||
#header { |
||||
border-bottom: 1px solid #e5e5e5; |
||||
position: fixed; |
||||
top: 0; |
||||
left: 0; |
||||
right: 0; |
||||
z-index: 9999; |
||||
background-color: #fff; |
||||
} |
||||
#header .container { |
||||
padding: 10px 15px; |
||||
display: flex; |
||||
align-items: center; |
||||
justify-content: space-between; |
||||
} |
||||
#header .container .logo { |
||||
display: inline-block; |
||||
height: 100%; |
||||
} |
||||
#header .container .logo-container { |
||||
height: 100%; |
||||
flex-grow: 1; |
||||
} |
||||
#header .container .logo img { |
||||
height: 100%; |
||||
} |
||||
|
||||
#nav { |
||||
width: 100%; |
||||
height: 60px; |
||||
display: flex; |
||||
align-items: center; |
||||
box-sizing: border-box; |
||||
padding: 0; |
||||
} |
||||
#nav .navbar-toggler { |
||||
margin-right: 15px; |
||||
} |
||||
#nav .navbar-collapse { |
||||
flex-grow: 0; |
||||
background-color: #fff; |
||||
} |
||||
#nav .navbar-collapse.show { |
||||
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); |
||||
margin-top: 11px; |
||||
} |
||||
#nav .navbar-collapse.collapsing { |
||||
margin-top: 11px; |
||||
} |
||||
#nav .navbar-collapse a { |
||||
font-weight: 700; |
||||
padding: 10px 15px; |
||||
display: inline-flex; |
||||
align-items: center; |
||||
color: #3755d6; |
||||
} |
||||
#nav .navbar-collapse .nav-link { |
||||
display: flex; |
||||
} |
||||
|
||||
#footer { |
||||
background-color: #f5f5f5; |
||||
} |
||||
#footer .container { |
||||
padding: 40px 15px; |
||||
} |
||||
#footer .container .logo { |
||||
height: 50px; |
||||
} |
||||
#footer .container .title { |
||||
font-size: 20px; |
||||
font-weight: 700; |
||||
padding: 10px 0; |
||||
} |
||||
#footer .container .column { |
||||
padding: 10px; |
||||
} |
||||
#footer .container .column .links a { |
||||
padding: 5px 0; |
||||
margin-right: 20px; |
||||
color: #333; |
||||
font-size: 14px; |
||||
} |
||||
#footer .container .copyright { |
||||
font-size: 14px; |
||||
margin-top: 5px; |
||||
} |
||||
|
||||
#article-popular-recommend { |
||||
padding-right: 0; |
||||
} |
||||
#article-popular-recommend .article:not(:last-of-type) { |
||||
margin-bottom: 15px; |
||||
} |
||||
#article-popular-recommend .article .image { |
||||
width: 125px; |
||||
height: 75px; |
||||
-o-object-fit: cover; |
||||
object-fit: cover; |
||||
margin-right: 15px; |
||||
background-color: #f5f5f5; |
||||
box-sizing: border-box; |
||||
} |
||||
#article-popular-recommend .article .content { |
||||
flex: 1; |
||||
} |
||||
#article-popular-recommend .article .content .title { |
||||
font-size: 14px; |
||||
font-weight: 700; |
||||
color: #333; |
||||
} |
||||
#article-popular-recommend .article .content .title:hover { |
||||
color: #3755d6; |
||||
transition: color 0.5s; |
||||
} |
||||
#article-popular-recommend .article .content .info { |
||||
color: #999; |
||||
margin-top: 5px; |
||||
font-size: 14px; |
||||
} |
||||
|
||||
@media screen and (max-width: 540px) { |
||||
body { |
||||
font-size: 14px; |
||||
} |
||||
#footer .container { |
||||
padding: 20px 15px; |
||||
} |
||||
#footer .title { |
||||
font-size: 16px !important; |
||||
} |
||||
#footer .links a { |
||||
font-size: 14px; |
||||
} |
||||
.col-md-12 { |
||||
padding: 0; |
||||
} |
||||
.block-title .text { |
||||
background-color: unset; |
||||
color: #182a75; |
||||
padding-left: 0; |
||||
font-weight: bold; |
||||
} |
||||
} |
||||
@media screen and (max-width: 992px) { |
||||
#article-popular-recommend { |
||||
padding-left: 0; |
||||
} |
||||
}/*# sourceMappingURL=common.css.map */ |
@ -0,0 +1,54 @@ |
||||
#article-head { |
||||
padding: 10px 0; |
||||
color: #999; |
||||
} |
||||
|
||||
#article-container img { |
||||
padding: 20px 0; |
||||
} |
||||
|
||||
#title { |
||||
font-size: 38px; |
||||
line-height: 48px; |
||||
font-weight: 400; |
||||
color: #333; |
||||
} |
||||
|
||||
.hidden-text { |
||||
text-overflow:ellipsis; |
||||
overflow:hidden; |
||||
white-space:nowrap; |
||||
} |
||||
.article-page { |
||||
min-height: 20px; |
||||
} |
||||
.article-page>div{ |
||||
max-width: 300px; |
||||
} |
||||
.article-page div:first-child{ |
||||
float:left; |
||||
} |
||||
.article-page div:last-child{ |
||||
float:right; |
||||
} |
||||
|
||||
@media screen and (max-width: 540px) { |
||||
#title { |
||||
font-size: 22px; |
||||
line-height: 1.5; |
||||
} |
||||
.col-md-12 { |
||||
padding: 0; |
||||
} |
||||
.article-page div:first-child{ |
||||
float:none; |
||||
} |
||||
.article-page div:last-child{ |
||||
float:none; |
||||
} |
||||
} |
||||
@media screen and (min-width: 540px) { |
||||
#article-container { |
||||
padding-left: 0; |
||||
} |
||||
}/*# sourceMappingURL=details.css.map */ |
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1,267 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
|
||||
<head> |
||||
<meta charset="UTF-8" /> |
||||
<title>{{.Title}}</title> |
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
||||
<meta name="referrer" content="unsafe-url"> |
||||
<meta name="keywords" content="{{.Keywords}}"> |
||||
<meta name="description" content="{{.Description}}"> |
||||
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/bootstrap.min.css"}}" /> |
||||
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/index.css"}}" /> |
||||
<link type="text/css" rel="stylesheet" href="{{ staticFile "/css/details.css"}}" /> |
||||
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" /> |
||||
</head> |
||||
|
||||
<body data-rsssl=1 |
||||
class="home page-template page-template-templates page-template-template-home page-template-templatestemplate-home-php page page-id-16 wp-custom-logo aawp-custom group-blog right-sidebar header-layout1"> |
||||
<div id="page" class="site"> |
||||
<header id="masthead" class="site-header" role="banner"> |
||||
<div class="header-logo-menu-wrapper"> |
||||
<div class="logo-ads-wrapper clearfix"> |
||||
<div class="mt-container"> |
||||
<div class="site-branding"> <a href="{{.IndexUrl}}" class="custom-logo-link" rel="home" |
||||
aria-current="page"><img width="300" height="90" alt="Home Air Guides Website Logo" |
||||
nitro-lazy-src="{{replaceImage .Logo}}" class="custom-logo nitro-lazy" |
||||
nitro-lazy-empty id="MjEwOjI3MQ==-1" src="{{replaceImage .Logo}}" /></a> |
||||
<div class="site-title-wrapper"> |
||||
<p class="site-title"><a href="{{.IndexUrl}}" rel="home">LATEST ARTICLES</a></p> |
||||
</div> |
||||
</div> |
||||
<div class="header-content-wrapper"> |
||||
<div class="header-elements-holder"><span class="social-link"> |
||||
<p>LATEST ARTICLES</p> <a href="#" aria-label="Visit Facebook Page" |
||||
target="_blank"><i class="fa fa-facebook-official" title="Facebook"></i></a> <a |
||||
href="#" aria-label="Visit Twitter Page" target="_blank"><i |
||||
class="fa fa-twitter-square"></i></a> <a href="#" |
||||
aria-label="Visit YouTube Page" target="_blank"><i |
||||
class="fa fa-youtube"></i></a> <a href="#" aria-label="Visit Pinterest Page" |
||||
target="_blank"><i class="fa fa-pinterest-square"></i></a> <a href="#" |
||||
aria-label="Visit Instagram Page" target="_blank"><i |
||||
class="fa fa-instagram"></i></a> <a href="#" |
||||
aria-label="Visit LinkedIn Page" target="_blank"><i |
||||
class="fa fa-linkedin-square"></i></a> |
||||
</span></div> |
||||
<div class="clearfix"> </div> |
||||
</div> |
||||
<div class="clearfix"></div> |
||||
</div> |
||||
</div> |
||||
<div class="menu-search-wrapper"> |
||||
<div class="mt-container"> |
||||
<nav id="site-navigation" class="main-navigation" role="navigation"> |
||||
<div class="menu-toggle hide"> <i class="fa fa-navicon"> </i> </div> |
||||
<div class="menu-main-menu-container"> |
||||
<ul id="primary-menu" class="menu"> |
||||
<li id="menu-item-3964" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3964"> |
||||
<a href="{{.IndexUrl}}">Home</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li id="menu-item-3964" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3964"> |
||||
<a href="{{.AboutUrl}}">ABOUT</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li id="menu-item-3964" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3964"> |
||||
<a href="{{.ContactUrl}}">CONTACT</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<li id="menu-item-3964" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3964"> |
||||
<a href="{{.PolicyUrl}}">POLICY</a> |
||||
</li> |
||||
{{end}} |
||||
</ul> |
||||
</div> |
||||
</nav> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</header> |
||||
<div id="content" class="site-content"> |
||||
<div id="primary" class="content-area"> |
||||
<main id="main" class="site-main" role="main"> |
||||
<section id="custom_html-15" class="widget_text widget widget_custom_html"> |
||||
<div class="textwidget custom-html-widget"> |
||||
<div class="mt-container"> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
<section id="block-3" class="widget widget_block"> |
||||
<div style="margin-top:80px;margin-bottom:-40px;"> |
||||
<div class="mt-container our-top-pick"> |
||||
<div style="display:flex;margin:auto;"> |
||||
<p></p> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
<section id="scholarship_latest_blog-4" class="widget scholarship_latest_blog"> |
||||
<div class="section-wrapper scholarship-widget-wrapper layout_1"> |
||||
<div class="mt-container"> |
||||
<div class="section-title-wrapper wow fadeInUp has-title" data-wow-delay="0.4s"> |
||||
<h4 class="widget-title">{{.Title}}</h4> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
<section id="custom_html-18" class="widget_text widget widget_custom_html"> |
||||
<div class="textwidget custom-html-widget"> |
||||
<div class="mt-container"> |
||||
<div class="content-widget"> |
||||
<div class="pt-cv-wrapper"> |
||||
<div class="d-lg-flex"> |
||||
<div id="article-container" class="col-lg-8 col-md-12"> |
||||
<!-- article content start --> |
||||
<!-- span class="link" |
||||
section="shortcodeLink"><a |
||||
href="/tech/mobile/the-next-iphone-moment-will-arrive-eventually-hurry-up-already/">the |
||||
iPhone</a></span> --> |
||||
<article id="article"> |
||||
<img width="100%" src="{{getCover .Article.Pictures}}" /> |
||||
<p class="speakableTextP1">{{.Article.Summary}}</p> |
||||
{{range .Article.Topics}} |
||||
<p><strong>{{.Topic}}</strong></p> |
||||
{{$tlen := len .Pictures}} |
||||
{{if ne $tlen 0}} |
||||
{{range .Pictures}} |
||||
<img width="100%" src="{{replaceImage .}}" /> |
||||
{{end}} |
||||
{{end}} |
||||
<p>{{.Content}}</p> |
||||
{{end}} |
||||
</article> |
||||
<!-- article content end --> |
||||
<div class="article-page"> |
||||
{{ if .Prev }} |
||||
<div class="hidden-text"> |
||||
<a href="{{.Prev.Url}}">Prev:{{.Prev.Title}}</a> |
||||
</div> |
||||
{{ end }} |
||||
{{ if .Next }} |
||||
<div class="hidden-text"> |
||||
<a href="{{.Next.Url}}">Next:{{.Next.Title}}</a> |
||||
</div> |
||||
{{ end }} |
||||
</div> |
||||
</div> |
||||
<div id="article-popular-recommend" class="col-lg-4 col-md-12"> |
||||
{{$plen := len .PopularArticles}} |
||||
{{if ne $plen 0}} |
||||
<div class="block-title"> |
||||
<div class="text">POPULAR ARTICLES</div> |
||||
</div> |
||||
<div id="article-popular"> |
||||
<!-- popular article list start --> |
||||
{{range .PopularArticles}} |
||||
<div class="article d-flex"> |
||||
<a href="{{.Url}}" target="_blank"> |
||||
<img class="image" src="{{getCover .Cover 125 75}}" alt="Cover Image" /> |
||||
</a> |
||||
<div class="content"> |
||||
<a class="title" href="{{.Url}}" target="_blank">{{.Title}}</a> |
||||
<div class="info"> |
||||
<span>{{timeFormat .PublishTime}}</span> |
||||
/ |
||||
<span>{{.Views}} views</span> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{end}} |
||||
<!-- popular article list end --> |
||||
</div> |
||||
{{end}} |
||||
{{$rlen := len .RecommendArticles}} |
||||
{{if ne $rlen 0}} |
||||
<div class="block-title"> |
||||
<div class="text">RECOMMEND ARTICLES</div> |
||||
</div> |
||||
<div id="article-recommend"> |
||||
<!-- recommend article list start --> |
||||
{{range .RecommendArticles}} |
||||
<div class="article d-flex"> |
||||
<a href="{{.Url}}" target="_blank"> |
||||
<img class="image" src="{{getCover .Cover 125 75}}" alt="Cover Image" /> |
||||
</a> |
||||
<div class="content"> |
||||
<a class="title" href="{{.Url}}" target="_blank">{{.Title}}</a> |
||||
<div class="info"> |
||||
<span>{{timeFormat .PublishTime}}</span> |
||||
/ |
||||
<span>{{.Views}} views</span> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{end}} |
||||
<!-- recommend article list end --> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
</main> |
||||
</div> |
||||
</div> |
||||
<footer id="colophon" class="site-footer sub-footer-layout2" role="contentinfo"> |
||||
<div class="site-info-wrapper"> |
||||
<div class="site-info"> |
||||
<div class="mt-container"> |
||||
<div class="scholarship-copyright-wrapper"> <span class="scholarship-copyright">Home Air Guides |
||||
is a participant in the Amazon Services LLC Associates Program, an affiliate advertising |
||||
program designed to provide a means for sites to earn advertising fees by advertising |
||||
and linking to Amazon.com. Amazon and the Amazon logo are trademarks of Amazon.com, Inc. |
||||
or its affiliates. As an Amazon Associate we earn affiliate commissions from qualifying |
||||
purchases. <br /><br /> All third-party marks listed above are the sole property of |
||||
their respective owner. No affiliation or endorsement is intended or implied. |
||||
<br /><br /> Home Air Guides and some products featured on the site are owned by the |
||||
same company.</span> </div> |
||||
<nav id="site-footer-navigation" class="footer-navigation" role="navigation"> |
||||
<div class="menu-more-about-us-container"> |
||||
<ul id="footer-menu" class="menu"> |
||||
<li id="menu-item-4809" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4809"> |
||||
<a href="{{.IndexUrl}}">HOME</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li id="menu-item-4810" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4810"> |
||||
<a href="{{.AboutUrl}}">ABOUT</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li id="menu-item-5337" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5337"> |
||||
<a href="{{.ContactUrl}}">CONTACT</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<li id="menu-item-4811" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4811"> |
||||
<a href="{{.PolicyUrl}}">POLICY</a> |
||||
</li> |
||||
{{end}} |
||||
</ul> |
||||
</div> |
||||
</nav> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</footer> |
||||
<div id="mt-scrollup" class="animated arrow-hide"><i class="fa fa-chevron-up"></i></div> |
||||
</div> |
||||
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/nitro-min-noimport.css"}}" /> |
||||
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/nitro-min-noimport-80.css"}}" /> |
||||
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/nitro-min-noimport-e2.css"}}" /> |
||||
</body> |
||||
|
||||
</html> |
@ -0,0 +1,216 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
|
||||
<head> |
||||
<meta charset="UTF-8" /> |
||||
<title>{{.Title}}</title> |
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
||||
<meta name="referrer" content="unsafe-url"> |
||||
<meta name="keywords" content="{{.Keywords}}"> |
||||
<meta name="description" content="{{.Description}}"> |
||||
<link type="text/css" rel="stylesheet" href="{{staticFile " /css/index.css"}}" /> |
||||
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" /> |
||||
</head> |
||||
|
||||
<body data-rsssl=1 |
||||
class="home page-template page-template-templates page-template-template-home page-template-templatestemplate-home-php page page-id-16 wp-custom-logo aawp-custom group-blog right-sidebar header-layout1"> |
||||
<div id="page" class="site"> |
||||
<header id="masthead" class="site-header" role="banner"> |
||||
<div class="header-logo-menu-wrapper"> |
||||
<div class="logo-ads-wrapper clearfix"> |
||||
<div class="mt-container"> |
||||
<div class="site-branding"> <a href="{{.IndexUrl}}" class="custom-logo-link" rel="home" |
||||
aria-current="page"><img width="300" height="90" alt="Home Air Guides Website Logo" |
||||
nitro-lazy-src="{{replaceImage .Logo}}" class="custom-logo nitro-lazy" |
||||
nitro-lazy-empty id="MjEwOjI3MQ==-1" src="{{replaceImage .Logo}}" /></a> |
||||
<div class="site-title-wrapper"> |
||||
<p class="site-title"><a href="{{.IndexUrl}}" rel="home">LATEST ARTICLES</a></p> |
||||
</div> |
||||
</div> |
||||
<div class="header-content-wrapper"> |
||||
<div class="header-elements-holder"><span class="social-link"> |
||||
<p>LATEST ARTICLES</p> <a href="#" |
||||
aria-label="Visit Facebook Page" target="_blank"><i |
||||
class="fa fa-facebook-official" title="Facebook"></i></a> <a href="#" |
||||
aria-label="Visit Twitter Page" target="_blank"><i |
||||
class="fa fa-twitter-square"></i></a> <a href="#" |
||||
aria-label="Visit YouTube Page" target="_blank"><i |
||||
class="fa fa-youtube"></i></a> <a href="#" aria-label="Visit Pinterest Page" |
||||
target="_blank"><i class="fa fa-pinterest-square"></i></a> <a href="#" |
||||
aria-label="Visit Instagram Page" target="_blank"><i |
||||
class="fa fa-instagram"></i></a> <a href="#" |
||||
aria-label="Visit LinkedIn Page" target="_blank"><i |
||||
class="fa fa-linkedin-square"></i></a> |
||||
</span></div> |
||||
<div class="clearfix"> </div> |
||||
</div> |
||||
<div class="clearfix"></div> |
||||
</div> |
||||
</div> |
||||
<div class="menu-search-wrapper"> |
||||
<div class="mt-container"> |
||||
<nav id="site-navigation" class="main-navigation" role="navigation"> |
||||
<div class="menu-toggle hide"> <i class="fa fa-navicon"> </i> </div> |
||||
<div class="menu-main-menu-container"> |
||||
<ul id="primary-menu" class="menu"> |
||||
<li id="menu-item-3964" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3964"> |
||||
<a href="{{.IndexUrl}}">Home</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li id="menu-item-3964" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3964"> |
||||
<a href="{{.AboutUrl}}">ABOUT</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li id="menu-item-3964" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3964"> |
||||
<a href="{{.ContactUrl}}">CONTACT</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<li id="menu-item-3964" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3964"> |
||||
<a href="{{.PolicyUrl}}">POLICY</a> |
||||
</li> |
||||
{{end}} |
||||
</ul> |
||||
</div> |
||||
</nav> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</header> |
||||
<div id="content" class="site-content"> |
||||
<div id="primary" class="content-area"> |
||||
<main id="main" class="site-main" role="main"> |
||||
<section id="custom_html-15" class="widget_text widget widget_custom_html"> |
||||
<div class="textwidget custom-html-widget"> |
||||
<div class="mt-container"> |
||||
<h1 class="home-page-title"> LATEST ARTICLES </h1> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
<section id="block-3" class="widget widget_block"> |
||||
<div style="margin-top:80px;margin-bottom:-40px;"> |
||||
<div class="mt-container our-top-pick"> |
||||
<div style="display:flex;margin:auto;"> |
||||
<p></p> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
<section id="scholarship_latest_blog-4" class="widget scholarship_latest_blog"> |
||||
<div class="section-wrapper scholarship-widget-wrapper layout_1"> |
||||
<div class="mt-container"> |
||||
<div class="section-title-wrapper wow fadeInUp has-title" data-wow-delay="0.4s"> |
||||
<h4 class="widget-title">LATEST ARTICLES</h4> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
<section id="custom_html-18" class="widget_text widget widget_custom_html"> |
||||
<div class="textwidget custom-html-widget"> |
||||
<div class="mt-container"> |
||||
<div class="content-widget"> |
||||
<div class="pt-cv-wrapper"> |
||||
<div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-d195a0akrd"> |
||||
<div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="3"> |
||||
{{ range .Articles }} |
||||
<div class="col-md-4 col-sm-4 col-xs-6 pt-cv-content-item pt-cv-1-col"> |
||||
<div class='pt-cv-ifield'><a href="#" |
||||
class="_self pt-cv-href-thumbnail pt-cv-thumb-default" |
||||
target="_self" rel="noopener"><img width="300" height="200" |
||||
alt="White Bathroom Air Purifier on Floor in Bathroom" |
||||
sizes="(max-width: 300px) 100vw, 300px" |
||||
class="pt-cv-thumbnail nitro-lazy" nitro-lazy-empty |
||||
id="NTM4OjEwMDk=-1" |
||||
src="{{getCover .Cover}}" /></a> |
||||
<h4 class="pt-cv-title"><a href="{{.Url}}" class="_self" target="_self" |
||||
rel="noopener">{{.Title}}</a></h4> |
||||
<div class="pt-cv-content">{{timeFormat .PublishTime}}<br /><a href="{{.Url}}" |
||||
class="_self pt-cv-readmore btn btn-success" |
||||
target="_self" rel="noopener">Read More</a></div> |
||||
</div> |
||||
</div> |
||||
{{end}} |
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
<div style="padding: 0px 0px 40px 0px;"> |
||||
{{$pulen := len .PrevUrl}} |
||||
{{ if ne $pulen 0 }} |
||||
<div style="float:left;"> |
||||
<a href="{{.PrevUrl}}">Prev</a> |
||||
</div> |
||||
{{ end }} |
||||
{{$nulen := len .NextUrl}} |
||||
{{ if ne $nulen 0 }} |
||||
<div style="float:right;"> |
||||
<a href="{{.NextUrl}}">Next</a> |
||||
</div> |
||||
{{ end }} |
||||
</div> |
||||
</main> |
||||
</div> |
||||
</div> |
||||
<footer id="colophon" class="site-footer sub-footer-layout2" style="display: block;" role="contentinfo"> |
||||
<div class="site-info-wrapper"> |
||||
<div class="site-info"> |
||||
<div class="mt-container"> |
||||
<div class="scholarship-copyright-wrapper"> <span class="scholarship-copyright">Home Air Guides |
||||
is a participant in the Amazon Services LLC Associates Program, an affiliate advertising |
||||
program designed to provide a means for sites to earn advertising fees by advertising |
||||
and linking to Amazon.com. Amazon and the Amazon logo are trademarks of Amazon.com, Inc. |
||||
or its affiliates. As an Amazon Associate we earn affiliate commissions from qualifying |
||||
purchases. <br /><br /> All third-party marks listed above are the sole property of |
||||
their respective owner. No affiliation or endorsement is intended or implied. |
||||
<br /><br /> Home Air Guides and some products featured on the site are owned by the |
||||
same company.</span> </div> |
||||
<nav id="site-footer-navigation" class="footer-navigation" role="navigation"> |
||||
<div class="menu-more-about-us-container"> |
||||
<ul id="footer-menu" class="menu"> |
||||
<li id="menu-item-4809" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4809"> |
||||
<a href="{{.IndexUrl}}">HOME</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li id="menu-item-4810" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4810"> |
||||
<a href="{{.AboutUrl}}">ABOUT</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li id="menu-item-5337" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5337"> |
||||
<a href="{{.ContactUrl}}">CONTACT</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<li id="menu-item-4811" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4811"> |
||||
<a href="{{.PolicyUrl}}">POLICY</a> |
||||
</li> |
||||
{{end}} |
||||
</ul> |
||||
</div> |
||||
</nav> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</footer> |
||||
<div id="mt-scrollup" class="animated arrow-hide"><i class="fa fa-chevron-up"></i></div> |
||||
</div> |
||||
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/nitro-min-noimport.css"}}" /> |
||||
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/nitro-min-noimport-80.css"}}" /> |
||||
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/nitro-min-noimport-e2.css"}}" /> |
||||
</body> |
||||
|
||||
</html> |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1,182 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
|
||||
<head> |
||||
<meta charset="UTF-8" /> |
||||
<title>{{.Title}}</title> |
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
||||
<meta name="referrer" content="unsafe-url"> |
||||
<meta name="keywords" content="{{.Keywords}}"> |
||||
<meta name="description" content="{{.Description}}"> |
||||
<link type="text/css" rel="stylesheet" href="{{staticFile " /css/index.css"}}" /> |
||||
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" /> |
||||
</head> |
||||
|
||||
<body data-rsssl=1 |
||||
class="home page-template page-template-templates page-template-template-home page-template-templatestemplate-home-php page page-id-16 wp-custom-logo aawp-custom group-blog right-sidebar header-layout1"> |
||||
<div id="page" class="site"> |
||||
<header id="masthead" class="site-header" role="banner"> |
||||
<div class="header-logo-menu-wrapper"> |
||||
<div class="logo-ads-wrapper clearfix"> |
||||
<div class="mt-container"> |
||||
<div class="site-branding"> <a href="{{.IndexUrl}}" class="custom-logo-link" rel="home" |
||||
aria-current="page"><img width="300" height="90" alt="Home Air Guides Website Logo" |
||||
nitro-lazy-src="{{replaceImage .Logo}}" class="custom-logo nitro-lazy" |
||||
nitro-lazy-empty id="MjEwOjI3MQ==-1" src="{{replaceImage .Logo}}" /></a> |
||||
<div class="site-title-wrapper"> |
||||
<p class="site-title"><a href="{{.IndexUrl}}" rel="home">Home Air Guides</a></p> |
||||
</div> |
||||
</div> |
||||
<div class="header-content-wrapper"> |
||||
<div class="header-elements-holder"><span class="social-link"> |
||||
<p>Educating the Public on Indoor Air Quality & Comfort Since 2015</p> <a href="#" |
||||
aria-label="Visit Facebook Page" target="_blank"><i |
||||
class="fa fa-facebook-official" title="Facebook"></i></a> <a href="#" |
||||
aria-label="Visit Twitter Page" target="_blank"><i |
||||
class="fa fa-twitter-square"></i></a> <a href="#" |
||||
aria-label="Visit YouTube Page" target="_blank"><i |
||||
class="fa fa-youtube"></i></a> <a href="#" aria-label="Visit Pinterest Page" |
||||
target="_blank"><i class="fa fa-pinterest-square"></i></a> <a href="#" |
||||
aria-label="Visit Instagram Page" target="_blank"><i |
||||
class="fa fa-instagram"></i></a> <a href="#" |
||||
aria-label="Visit LinkedIn Page" target="_blank"><i |
||||
class="fa fa-linkedin-square"></i></a> |
||||
</span></div> |
||||
<div class="clearfix"> </div> |
||||
</div> |
||||
<div class="clearfix"></div> |
||||
</div> |
||||
</div> |
||||
<div class="menu-search-wrapper"> |
||||
<div class="mt-container"> |
||||
<nav id="site-navigation" class="main-navigation" role="navigation"> |
||||
<div class="menu-toggle hide"> <i class="fa fa-navicon"> </i> </div> |
||||
<div class="menu-main-menu-container"> |
||||
<ul id="primary-menu" class="menu"> |
||||
<li id="menu-item-3964" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3964"> |
||||
<a href="{{.IndexUrl}}">Home</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li id="menu-item-3964" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3964"> |
||||
<a href="{{.AboutUrl}}">ABOUT</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li id="menu-item-3964" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3964"> |
||||
<a href="{{.ContactUrl}}">CONTACT</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<li id="menu-item-3964" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3964"> |
||||
<a href="{{.PolicyUrl}}">POLICY</a> |
||||
</li> |
||||
{{end}} |
||||
</ul> |
||||
</div> |
||||
</nav> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</header> |
||||
<div id="content" class="site-content" style="margin-bottom: 240px;"> |
||||
<div id="primary" class="content-area"> |
||||
<main id="main" class="site-main" role="main"> |
||||
<section id="custom_html-15" class="widget_text widget widget_custom_html"> |
||||
<div class="textwidget custom-html-widget"> |
||||
<div class="mt-container"> |
||||
<h1 class="home-page-title"> Home Air Guides Resources </h1> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
<section id="block-3" class="widget widget_block"> |
||||
<div style="margin-top:80px;margin-bottom:-40px;"> |
||||
<div class="mt-container our-top-pick"> |
||||
<div style="display:flex;margin:auto;"> |
||||
<p></p> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
<section id="scholarship_latest_blog-4" class="widget scholarship_latest_blog"> |
||||
<div class="section-wrapper scholarship-widget-wrapper layout_1"> |
||||
<div class="mt-container"> |
||||
<div class="section-title-wrapper wow fadeInUp has-title" data-wow-delay="0.4s"> |
||||
<h4 class="widget-title">POLICY</h4> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
<section id="custom_html-18" class="widget_text widget widget_custom_html"> |
||||
<section id="custom_html-18" class="widget_text widget widget_custom_html"> |
||||
<div class="textwidget custom-html-widget"> |
||||
<div class="mt-container"> |
||||
<div class="content-widget"> |
||||
<div class="pt-cv-wrapper"> |
||||
{{.Policy}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
</section> |
||||
</main> |
||||
</div> |
||||
</div> |
||||
<footer id="colophon" class="site-footer sub-footer-layout2" style="display: block;" role="contentinfo"> |
||||
<div class="site-info-wrapper"> |
||||
<div class="site-info"> |
||||
<div class="mt-container"> |
||||
<div class="scholarship-copyright-wrapper"> <span class="scholarship-copyright">Home Air Guides |
||||
is a participant in the Amazon Services LLC Associates Program, an affiliate advertising |
||||
program designed to provide a means for sites to earn advertising fees by advertising |
||||
and linking to Amazon.com. Amazon and the Amazon logo are trademarks of Amazon.com, Inc. |
||||
or its affiliates. As an Amazon Associate we earn affiliate commissions from qualifying |
||||
purchases. <br /><br /> All third-party marks listed above are the sole property of |
||||
their respective owner. No affiliation or endorsement is intended or implied. |
||||
<br /><br /> Home Air Guides and some products featured on the site are owned by the |
||||
same company.</span> </div> |
||||
<nav id="site-footer-navigation" class="footer-navigation" role="navigation"> |
||||
<div class="menu-more-about-us-container"> |
||||
<ul id="footer-menu" class="menu"> |
||||
<li id="menu-item-4809" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4809"> |
||||
<a href="{{.IndexUrl}}">HOME</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li id="menu-item-4810" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4810"> |
||||
<a href="{{.AboutUrl}}">ABOUT</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li id="menu-item-5337" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5337"> |
||||
<a href="{{.ContactUrl}}">CONTACT</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<li id="menu-item-4811" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4811"> |
||||
<a href="{{.PolicyUrl}}">POLICY</a> |
||||
</li> |
||||
{{end}} |
||||
</ul> |
||||
</div> |
||||
</nav> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</footer> |
||||
<div id="mt-scrollup" class="animated arrow-hide"><i class="fa fa-chevron-up"></i></div> |
||||
</div> |
||||
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/nitro-min-noimport.css"}}" /> |
||||
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/nitro-min-noimport-80.css"}}" /> |
||||
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/nitro-min-noimport-e2.css"}}" /> |
||||
</body> |
||||
|
||||
</html> |
Loading…
Reference in new issue