master
王蔡艺鑫 2 years ago
parent 010d3558ed
commit 5dddcb2f38
  1. 143
      cursoenjoy/about.html
  2. 6
      cursoenjoy/config.json
  3. 159
      cursoenjoy/contact.html
  4. 7
      cursoenjoy/css/bootstrap.min.css
  5. 25521
      cursoenjoy/css/style01.css
  6. 184
      cursoenjoy/details.html
  7. 255
      cursoenjoy/index.html
  8. 7
      cursoenjoy/js/bootstrap.bundle.min.js
  9. 8
      cursoenjoy/js/imagesloaded.min.js
  10. 16
      cursoenjoy/js/index01.js
  11. 12
      cursoenjoy/js/index02.js
  12. 2
      cursoenjoy/js/jquery-3.6.0.slim.min.js
  13. 3
      cursoenjoy/js/jquery.min.js
  14. 1
      cursoenjoy/js/main.min.js
  15. 6
      cursoenjoy/js/packery-mode.pkgd.min.js
  16. 1
      cursoenjoy/js/woo.min.js
  17. 143
      cursoenjoy/policy.html

@ -0,0 +1,143 @@
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{.Title}}</title>
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/bootstrap.min.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/style01.css"}}" />
<script src="{{staticFile "/js/jquery.min.js"}}"></script>
<style>
.post-6629{
position: static !important;
margin: 30px 20px;
}
.tm-grid{
height: auto !important;
display: flex;
flex-wrap: wrap;
}
</style>
</head>
<body data-rsssl=1
class="home page-template-default page page-id-6314 page-parent theme-brook woocommerce-no-js desktop desktop-menu woocommerce page-has-animation scroll-nav-style-01 header-sticky-both wide page-has-no-sidebar wpb-js-composer js-comp-ver-6.4.2 vc_responsive"
data-site-width="1200px" data-content-width="1200" data-font="Poppins Helvetica, Arial, sans-serif"
data-header-sticky-height="80">
<div id="page" class="site">
<header id="header">
<div class="container">
<nav id="nav" class="navbar navbar-expand-md navbar-light">
<div class="logo-container">
<a href="{{.IndexUrl}}" class="logo"><img src="{{replaceImage .Logo}}" alt="logo" /></a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="{{.IndexUrl}}">{{ lang "home"}}</a>
</li>
{{if .HasAbout }}
<li class="nav-item">
<a class="nav-link" href="{{.AboutUrl}}">{{ lang "about" }}</a>
</li>
{{end}}
{{if .HasContact }}
<li class="nav-item">
<a class="nav-link" href="{{.ContactUrl}}">{{ lang "contact" }}</a>
</li>
{{end}}
{{if .HasPolicy }}
<li class="nav-item">
<a class="nav-link" href="{{.PolicyUrl}}">{{ lang "policy"}}</a>
</li>
{{end}}
</ul>
</div>
</nav>
</div>
</header>
<section id="content" class="container" style="margin-bottom: 20px;">
<div id="breadcrumb">
<a href="{{.IndexUrl}}">{{ lang "home" }}</a>&nbsp;&nbsp;/&nbsp;
<a href="#">{{ lang "about" }}</a>
</div>
<h1 style="margin: 20px 0;" id="page-title">{{ lang "about"}} </h1>
<div>
{{.About}}
</div>
</section>
<footer id="footer">
<div class="container d-md-flex justify-content-md-between" style="flex-wrap: wrap;text-align: center;">
<div class="column flex-grow-1">
<div class="title">{{lang "related"}}</div>
<div class="links" style="list-style: none;">
<li class="nav-item" >
<a href="{{.IndexUrl}}">{{lang "home"}}</a>
</li>
{{if .HasAbout }}
<li class="nav-item">
<a href="{{.AboutUrl}}">{{lang "about"}}</a>
</li>
{{end}}
{{if .HasContact }}
<li class="nav-item">
<a href="{{.ContactUrl}}">{{lang "contact"}}</a>
</li>
{{end}}
{{if .HasPolicy }}
<li class="nav-item">
<a href="{{.PolicyUrl}}">{{lang "policy"}}</a>
</li>
{{end}}
</div>
</div>
<div class="column d-md-flex flex-column" style="width: 100%;">
<div class="copyright">{{.Copyright}}</div>
</div>
</div>
</footer>
</div><!-- /.site -->
<script src="{{staticFile "/js/imagesloaded.min.js"}}"></script>
<script src="{{staticFile "/js/index01.js"}}"></script>
<script type='text/javascript' id='brook-script-js-extra'>
/* <![CDATA[ */
var $insight = { "header_sticky_enable": "1", "header_sticky_height": "80", "scroll_top_enable": "1", "light_gallery_auto_play": "0", "light_gallery_download": "1", "light_gallery_full_screen": "1", "light_gallery_zoom": "1", "light_gallery_thumbnail": "1", "light_gallery_share": "1", "mobile_menu_breakpoint": "1199", "isProduct": "", "productFeatureStyle": "list", "noticeCookieEnable": "", "noticeCookieConfirm": "no", "noticeCookieMessages": "We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it. <a id=\"tm-button-cookie-notice-ok\" class=\"tm-button tm-button-xs tm-button-full-wide tm-button-primary style-flat\">OK, GOT IT<\/a>", "noticeCookieOKMessages": "Thank you! Hope you have the best experience on our website." };
/* ]]> */
</script>
<script src="{{staticFile "/js/main.min.js"}}"></script>
<script src="{{staticFile "/js/woo.min.js"}}"></script>
<script src="{{staticFile "/js/index02.js"}}"></script>
<script src="{{staticFile "/js/jquery.min.js"}}"></script>
<script src="{{staticFile "/js/packery-mode.pkgd.min.js"}}"></script>
<script src="{{staticFile "/js/jquery-3.6.0.slim.min.js"}}"></script>
<script src="{{staticFile "/js/bootstrap.bundle.min.js"}}"></script>
</body>
</html>

@ -0,0 +1,6 @@
{
"creator": "王蔡艺鑫",
"version": "1.0",
"origin_website": "https://cursoenjoy.com.br/blog/",
"devices": ["pc", "pad", "phone"]
}

@ -0,0 +1,159 @@
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{.Title}}</title>
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/bootstrap.min.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/style01.css"}}" />
<script src="{{staticFile "/js/jquery.min.js"}}"></script>
<style>
.post-6629{
position: static !important;
margin: 30px 20px;
}
.tm-grid{
height: auto !important;
display: flex;
flex-wrap: wrap;
}
</style>
</head>
<body data-rsssl=1
class="home page-template-default page page-id-6314 page-parent theme-brook woocommerce-no-js desktop desktop-menu woocommerce page-has-animation scroll-nav-style-01 header-sticky-both wide page-has-no-sidebar wpb-js-composer js-comp-ver-6.4.2 vc_responsive"
data-site-width="1200px" data-content-width="1200" data-font="Poppins Helvetica, Arial, sans-serif"
data-header-sticky-height="80">
<div id="page" class="site">
<header id="header">
<div class="container">
<nav id="nav" class="navbar navbar-expand-md navbar-light">
<div class="logo-container">
<a href="{{.IndexUrl}}" class="logo"><img src="{{replaceImage .Logo}}" alt="logo" /></a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="{{.IndexUrl}}">{{ lang "home"}}</a>
</li>
{{if .HasAbout }}
<li class="nav-item">
<a class="nav-link" href="{{.AboutUrl}}">{{ lang "about" }}</a>
</li>
{{end}}
{{if .HasContact }}
<li class="nav-item">
<a class="nav-link" href="{{.ContactUrl}}">{{ lang "contact" }}</a>
</li>
{{end}}
{{if .HasPolicy }}
<li class="nav-item">
<a class="nav-link" href="{{.PolicyUrl}}">{{ lang "policy"}}</a>
</li>
{{end}}
</ul>
</div>
</nav>
</div>
</header>
<section id="content" class="container" style="margin-bottom: 20px;">
<div id="breadcrumb">
<a href="{{.IndexUrl}}">{{lang "home"}}</a>&nbsp;&nbsp;/&nbsp;
<a href="#">{{lang "contact"}}</a>
</div>
<h1 style="margin: 20px 0;" id="page-title">{{lang "contact"}}</h1>
<div>
{{.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>
</section>
<footer id="footer">
<div class="container d-md-flex justify-content-md-between" style="flex-wrap: wrap;text-align: center;">
<div class="column flex-grow-1">
<div class="title">{{lang "related"}}</div>
<div class="links" style="list-style: none;">
<li class="nav-item" >
<a href="{{.IndexUrl}}">{{lang "home"}}</a>
</li>
{{if .HasAbout }}
<li class="nav-item">
<a href="{{.AboutUrl}}">{{lang "about"}}</a>
</li>
{{end}}
{{if .HasContact }}
<li class="nav-item">
<a href="{{.ContactUrl}}">{{lang "contact"}}</a>
</li>
{{end}}
{{if .HasPolicy }}
<li class="nav-item">
<a href="{{.PolicyUrl}}">{{lang "policy"}}</a>
</li>
{{end}}
</div>
</div>
<div class="column d-md-flex flex-column" style="width: 100%;">
<div class="copyright">{{.Copyright}}</div>
</div>
</div>
</footer>
</div><!-- /.site -->
<script src="{{staticFile "/js/imagesloaded.min.js"}}"></script>
<script src="{{staticFile "/js/index01.js"}}"></script>
<script type='text/javascript' id='brook-script-js-extra'>
/* <![CDATA[ */
var $insight = { "header_sticky_enable": "1", "header_sticky_height": "80", "scroll_top_enable": "1", "light_gallery_auto_play": "0", "light_gallery_download": "1", "light_gallery_full_screen": "1", "light_gallery_zoom": "1", "light_gallery_thumbnail": "1", "light_gallery_share": "1", "mobile_menu_breakpoint": "1199", "isProduct": "", "productFeatureStyle": "list", "noticeCookieEnable": "", "noticeCookieConfirm": "no", "noticeCookieMessages": "We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it. <a id=\"tm-button-cookie-notice-ok\" class=\"tm-button tm-button-xs tm-button-full-wide tm-button-primary style-flat\">OK, GOT IT<\/a>", "noticeCookieOKMessages": "Thank you! Hope you have the best experience on our website." };
/* ]]> */
</script>
<script src="{{staticFile "/js/main.min.js"}}"></script>
<script src="{{staticFile "/js/woo.min.js"}}"></script>
<script src="{{staticFile "/js/index02.js"}}"></script>
<script src="{{staticFile "/js/jquery.min.js"}}"></script>
<script src="{{staticFile "/js/packery-mode.pkgd.min.js"}}"></script>
<script src="{{staticFile "/js/jquery-3.6.0.slim.min.js"}}"></script>
<script src="{{staticFile "/js/bootstrap.bundle.min.js"}}"></script>
</body>
</html>

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

@ -0,0 +1,184 @@
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{.Title}}</title>
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/bootstrap.min.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/style01.css"}}" />
<script src="{{staticFile "/js/jquery.min.js"}}"></script>
<style>
.post-6629{
position: static !important;
margin: 30px 20px;
}
.tm-grid{
height: auto !important;
display: flex;
flex-wrap: wrap;
}
</style>
</head>
<body data-rsssl=1
class="home page-template-default page page-id-6314 page-parent theme-brook woocommerce-no-js desktop desktop-menu woocommerce page-has-animation scroll-nav-style-01 header-sticky-both wide page-has-no-sidebar wpb-js-composer js-comp-ver-6.4.2 vc_responsive"
data-site-width="1200px" data-content-width="1200" data-font="Poppins Helvetica, Arial, sans-serif"
data-header-sticky-height="80">
<div id="page" class="site">
<header id="header">
<div class="container">
<nav id="nav" class="navbar navbar-expand-md navbar-light">
<div class="logo-container">
<a href="{{.IndexUrl}}" class="logo"><img src="{{replaceImage .Logo}}" alt="logo" /></a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="{{.IndexUrl}}">{{ lang "home"}}</a>
</li>
{{if .HasAbout }}
<li class="nav-item">
<a class="nav-link" href="{{.AboutUrl}}">{{ lang "about" }}</a>
</li>
{{end}}
{{if .HasContact }}
<li class="nav-item">
<a class="nav-link" href="{{.ContactUrl}}">{{ lang "contact" }}</a>
</li>
{{end}}
{{if .HasPolicy }}
<li class="nav-item">
<a class="nav-link" href="{{.PolicyUrl}}">{{ lang "policy"}}</a>
</li>
{{end}}
</ul>
</div>
</nav>
</div>
</header>
<section id="content" class="container" style="margin-bottom: 20px;">
<div id="breadcrumb">
<a href="{{.IndexUrl}}">{{lang "home"}}</a>&nbsp;&nbsp;/&nbsp;
<a href="#">{{.Title}}</a>
</div>
<div id="article-head">
<h1 id="title">{{.Title}}</h1>
<div>
<span>{{timeFormat .PublishTime}}</span>
<span> / </span>
<span>{{.Views}} {{lang "views"}}</span>
</div>
</div>
<div class="d-lg-flex">
<div id="article-container" style="flex: 1;max-width: none;" 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}}">{{lang "prev_article"}}:{{.Prev.Title}}</a>
</div>
{{ end }}
{{ if .Next }}
<div class="hidden-text">
<a href="{{.Next.Url}}">{{lang "next_article"}}:{{.Next.Title}}</a>
</div>
{{ end }}
</div>
</div>
</div>
</section>
<footer id="footer">
<div class="container d-md-flex justify-content-md-between" style="flex-wrap: wrap;text-align: center;">
<div class="column flex-grow-1">
<div class="title">{{lang "related"}}</div>
<div class="links" style="list-style: none;">
<li class="nav-item" >
<a href="{{.IndexUrl}}">{{lang "home"}}</a>
</li>
{{if .HasAbout }}
<li class="nav-item">
<a href="{{.AboutUrl}}">{{lang "about"}}</a>
</li>
{{end}}
{{if .HasContact }}
<li class="nav-item">
<a href="{{.ContactUrl}}">{{lang "contact"}}</a>
</li>
{{end}}
{{if .HasPolicy }}
<li class="nav-item">
<a href="{{.PolicyUrl}}">{{lang "policy"}}</a>
</li>
{{end}}
</div>
</div>
<div class="column d-md-flex flex-column" style="width: 100%;">
<div class="copyright">{{.Copyright}}</div>
</div>
</div>
</footer>
</div><!-- /.site -->
<script src="{{staticFile "/js/imagesloaded.min.js"}}"></script>
<script src="{{staticFile "/js/index01.js"}}"></script>
<script type='text/javascript' id='brook-script-js-extra'>
/* <![CDATA[ */
var $insight = { "header_sticky_enable": "1", "header_sticky_height": "80", "scroll_top_enable": "1", "light_gallery_auto_play": "0", "light_gallery_download": "1", "light_gallery_full_screen": "1", "light_gallery_zoom": "1", "light_gallery_thumbnail": "1", "light_gallery_share": "1", "mobile_menu_breakpoint": "1199", "isProduct": "", "productFeatureStyle": "list", "noticeCookieEnable": "", "noticeCookieConfirm": "no", "noticeCookieMessages": "We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it. <a id=\"tm-button-cookie-notice-ok\" class=\"tm-button tm-button-xs tm-button-full-wide tm-button-primary style-flat\">OK, GOT IT<\/a>", "noticeCookieOKMessages": "Thank you! Hope you have the best experience on our website." };
/* ]]> */
</script>
<script src="{{staticFile "/js/main.min.js"}}"></script>
<script src="{{staticFile "/js/woo.min.js"}}"></script>
<script src="{{staticFile "/js/index02.js"}}"></script>
<script src="{{staticFile "/js/jquery.min.js"}}"></script>
<script src="{{staticFile "/js/packery-mode.pkgd.min.js"}}"></script>
<script src="{{staticFile "/js/jquery-3.6.0.slim.min.js"}}"></script>
<script src="{{staticFile "/js/bootstrap.bundle.min.js"}}"></script>
</body>
</html>

@ -0,0 +1,255 @@
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{.Title}}</title>
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/bootstrap.min.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/style01.css"}}" />
<script src="{{staticFile "/js/jquery.min.js"}}"></script>
<style>
.post-6629{
position: static !important;
margin: 30px 20px;
}
.tm-grid{
height: auto !important;
display: flex;
flex-wrap: wrap;
}
</style>
</head>
<body data-rsssl=1
class="home page-template-default page page-id-6314 page-parent theme-brook woocommerce-no-js desktop desktop-menu woocommerce page-has-animation scroll-nav-style-01 header-sticky-both wide page-has-no-sidebar wpb-js-composer js-comp-ver-6.4.2 vc_responsive"
data-site-width="1200px" data-content-width="1200" data-font="Poppins Helvetica, Arial, sans-serif"
data-header-sticky-height="80">
<div id="page" class="site">
<header id="header">
<div class="container">
<nav id="nav" class="navbar navbar-expand-md navbar-light">
<div class="logo-container">
<a href="{{.IndexUrl}}" class="logo"><img src="{{replaceImage .Logo}}" alt="logo" /></a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="{{.IndexUrl}}">{{ lang "home"}}</a>
</li>
{{if .HasAbout }}
<li class="nav-item">
<a class="nav-link" href="{{.AboutUrl}}">{{ lang "about" }}</a>
</li>
{{end}}
{{if .HasContact }}
<li class="nav-item">
<a class="nav-link" href="{{.ContactUrl}}">{{ lang "contact" }}</a>
</li>
{{end}}
{{if .HasPolicy }}
<li class="nav-item">
<a class="nav-link" href="{{.PolicyUrl}}">{{ lang "policy"}}</a>
</li>
{{end}}
</ul>
</div>
</nav>
</div>
</header>
<div class="content-wrapper">
<div id="page-content" style="padding-top: 0;" class="page-content">
<div class="container">
<div class="row">
<div id="page-main-content" class="page-main-content">
<article id="post-6314"
class="post-6314 page type-page status-publish hentry post-no-thumbnail">
<div id="tm-row-6386c89160ae3" class="vc_row vc_row-outer vc_row-fluid">
<div id="tm-column-6386c891624e7"
class="wpb_column vc_column_container vc_col-sm-12">
<div class="vc_column-inner ">
<div class="wpb_wrapper">
<div class="tm-grid-wrapper tm-blog style-grid-masonry filter-counter-style-01"
id="tm-blog-6386c89162b9f" data-filter-type="static"
data-type="masonry" data-xs-columns="1" data-sm-columns="2"
data-lg-columns="3" data-gutter="60">
<div class="tm-grid has-animation move-up">
{{ range .Articles }}
<div
class="grid-item post-item post-6629 post type-post status-publish format-standard has-post-thumbnail hentry category-aprenda-mais">
<div class="post-wrapper">
<div class="post-feature post-thumbnail">
<a
href="{{.Url}}">
<img src="{{getCover .Cover 300 180}}"/>
</a>
</div>
<div class="post-info">
<h3 class="post-title">
<a
href="{{.Url}}">{{.Title}}</a>
</h3>
<div class="post-meta">
<div class="post-date">
{{timeFormat .PublishTime}}
</div>
<div class="post-categories">
<a href="{{.Url}}"
rel="category tag">{{.Views}} {{lang "views"}}</a>
</div>
</div>
</div>
</div>
</div>
{{end}}
</div>
<div>
{{$pulen := len .PrevUrl}}
{{ if ne $pulen 0 }}
<div style="float:left;">
<a style=" width: 85px;
height: 40px;
background-color: orange;
border-radius: 14px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;" href="{{.PrevUrl}}">{{lang "prev"}}</a>
</div>
{{ end }}
{{$nulen := len .NextUrl}}
{{ if ne $nulen 0 }}
<div style="float:right;">
<a style=" width: 85px;
height: 40px;
background-color: orange;
border-radius: 14px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;" href="{{.NextUrl}}">{{lang "next"}}</a>
</div>
{{ end }}
</div>
</div>
</div>
</div>
</div>
</div>
<div id="tm-row-6386c8916e664" class="vc_row vc_row-outer vc_row-fluid">
<div id="tm-column-6386c8916ebab"
class="wpb_column vc_column_container vc_col-sm-12">
<div class="vc_column-inner ">
<div class="wpb_wrapper"></div>
</div>
</div>
</div>
</article>
</div>
</div>
</div>
</div>
</div><!-- /.content-wrapper -->
<footer id="footer">
<div class="container d-md-flex justify-content-md-between" style="flex-wrap: wrap;text-align: center;">
<div class="column flex-grow-1">
<div class="title">{{lang "related"}}</div>
<div class="links" style="list-style: none;">
<li class="nav-item" >
<a href="{{.IndexUrl}}">{{lang "home"}}</a>
</li>
{{if .HasAbout }}
<li class="nav-item">
<a href="{{.AboutUrl}}">{{lang "about"}}</a>
</li>
{{end}}
{{if .HasContact }}
<li class="nav-item">
<a href="{{.ContactUrl}}">{{lang "contact"}}</a>
</li>
{{end}}
{{if .HasPolicy }}
<li class="nav-item">
<a href="{{.PolicyUrl}}">{{lang "policy"}}</a>
</li>
{{end}}
</div>
</div>
<div class="column d-md-flex flex-column" style="width: 100%;">
<div class="copyright">{{.Copyright}}</div>
</div>
</div>
</footer>
</div><!-- /.site -->
<script src="{{staticFile "/js/imagesloaded.min.js"}}"></script>
<script src="{{staticFile "/js/index01.js"}}"></script>
<script type='text/javascript' id='brook-script-js-extra'>
/* <![CDATA[ */
var $insight = { "header_sticky_enable": "1", "header_sticky_height": "80", "scroll_top_enable": "1", "light_gallery_auto_play": "0", "light_gallery_download": "1", "light_gallery_full_screen": "1", "light_gallery_zoom": "1", "light_gallery_thumbnail": "1", "light_gallery_share": "1", "mobile_menu_breakpoint": "1199", "isProduct": "", "productFeatureStyle": "list", "noticeCookieEnable": "", "noticeCookieConfirm": "no", "noticeCookieMessages": "We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it. <a id=\"tm-button-cookie-notice-ok\" class=\"tm-button tm-button-xs tm-button-full-wide tm-button-primary style-flat\">OK, GOT IT<\/a>", "noticeCookieOKMessages": "Thank you! Hope you have the best experience on our website." };
/* ]]> */
</script>
<script src="{{staticFile "/js/main.min.js"}}"></script>
<script src="{{staticFile "/js/woo.min.js"}}"></script>
<script src="{{staticFile "/js/index02.js"}}"></script>
<script src="{{staticFile "/js/jquery.min.js"}}"></script>
<script src="{{staticFile "/js/packery-mode.pkgd.min.js"}}"></script>
<script src="{{staticFile "/js/jquery-3.6.0.slim.min.js"}}"></script>
<script src="{{staticFile "/js/bootstrap.bundle.min.js"}}"></script>
</body>
</html>

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

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

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 @@
jQuery(document).ready(function(k){"use strict";var e,i=k("body");(e=k("#mini-cart")).on("click",function(){i.hasClass("desktop")?k(this).addClass("open"):window.location.href=k(this).data("url")}),k(document).on("click",function(i){0==k(i.target).closest(e).length&&e.removeClass("open")}),k(document).on("click",".increase, .decrease",function(){var i=k(this).siblings(".qty"),e=parseFloat(i.val()),a=parseFloat(i.attr("max")),t=parseFloat(i.attr("min")),o=i.attr("step");e&&""!==e&&"NaN"!==e||(e=0),""!==a&&"NaN"!==a||(a=""),""!==t&&"NaN"!==t||(t=0),"any"!==o&&""!==o&&void 0!==o&&"NaN"!==parseFloat(o)||(o=1),k(this).is(".increase")?a&&(a==e||a<e)?i.val(a):i.val(e+parseFloat(o)):t&&(t==e||e<t)?i.val(t):0<e&&i.val(e-parseFloat(o)),i.trigger("change")}),1==$insight.noticeCookieEnable&&"yes"!=$insight.noticeCookieConfirm&&""!=$insight.noticeCookieMessages&&(k.growl({location:"br",fixed:!0,duration:36e5,title:"",message:$insight.noticeCookieMessages}),k("#tm-button-cookie-notice-ok").on("click",function(){k(this).parents(".growl-message").first().siblings(".growl-close").trigger("click");var i={action:"notice_cookie_confirm"};i=k.param(i),k.ajax({url:$insight.ajaxurl,type:"POST",data:i,dataType:"json",success:function(i){k.growl.notice({location:"br",duration:5e3,title:"",message:$insight.noticeCookieOKMessages})},error:function(i){alert(i)}})})),function(){if("1"===$insight.isProduct&&"slider"===$insight.productFeatureStyle){var v=k("#woo-single-gallery").lightSlider({gallery:!0,item:1,loop:!0,thumbItem:4,slideMargin:0,enableDrag:!1,currentPagerPosition:"left",adaptiveHeight:!0,onSliderLoad:function(i){i.lightGallery({selector:"#woo-single-gallery .lslide"})}}),m=k(".variations_form"),p=m.data("product_variations");m.find("select").on("change",function(){for(var i=!0,e={},a=m.serializeArray(),t=0;t<a.length;t++){var o=a[t].name;if("attribute_"===o.substring(0,10)&&(e[o]=a[t].value,""===a[t].value)){i=!1;break}}if(!0===i){for(var n="",t=0;t<p.length;t++){var r=p[t].attributes,s=!0,l=!0;for(var c in e)for(var g in r){var u=e[c],d=r[g];if(g===c){if(""===d){l=!1;continue}d!==u&&(s=!1)}}if(!0===s&&(n=p[t].image.url),!0===s&&!0===l)break}""!==n&&v.find("li").each(function(i){if(k(this).hasClass("clone"))return!0;var e=k(this).attr("data-src");return e!==n||k(this).hasClass("active")?void 0:(v.goToSlide(i),!1)})}else{var f=v.find(".woocommerce-main-image"),h=f.index();v.goToSlide(h)}})}}()});

@ -0,0 +1,143 @@
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{.Title}}</title>
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/bootstrap.min.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/style01.css"}}" />
<script src="{{staticFile "/js/jquery.min.js"}}"></script>
<style>
.post-6629{
position: static !important;
margin: 30px 20px;
}
.tm-grid{
height: auto !important;
display: flex;
flex-wrap: wrap;
}
</style>
</head>
<body data-rsssl=1
class="home page-template-default page page-id-6314 page-parent theme-brook woocommerce-no-js desktop desktop-menu woocommerce page-has-animation scroll-nav-style-01 header-sticky-both wide page-has-no-sidebar wpb-js-composer js-comp-ver-6.4.2 vc_responsive"
data-site-width="1200px" data-content-width="1200" data-font="Poppins Helvetica, Arial, sans-serif"
data-header-sticky-height="80">
<div id="page" class="site">
<header id="header">
<div class="container">
<nav id="nav" class="navbar navbar-expand-md navbar-light">
<div class="logo-container">
<a href="{{.IndexUrl}}" class="logo"><img src="{{replaceImage .Logo}}" alt="logo" /></a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="{{.IndexUrl}}">{{ lang "home"}}</a>
</li>
{{if .HasAbout }}
<li class="nav-item">
<a class="nav-link" href="{{.AboutUrl}}">{{ lang "about" }}</a>
</li>
{{end}}
{{if .HasContact }}
<li class="nav-item">
<a class="nav-link" href="{{.ContactUrl}}">{{ lang "contact" }}</a>
</li>
{{end}}
{{if .HasPolicy }}
<li class="nav-item">
<a class="nav-link" href="{{.PolicyUrl}}">{{ lang "policy"}}</a>
</li>
{{end}}
</ul>
</div>
</nav>
</div>
</header>
<section id="content" class="container" style="margin-bottom: 20px;">
<div id="breadcrumb">
<a href="{{.IndexUrl}}">{{lang "home"}}</a>&nbsp;&nbsp;/&nbsp;
<a href="#">{{lang "policy"}}</a>
</div>
<h1 style="margin: 20px 0;" id="page-title">{{lang "policy"}}</h1>
<div>
{{.Policy}}
</div>
</section>
<footer id="footer">
<div class="container d-md-flex justify-content-md-between" style="flex-wrap: wrap;text-align: center;">
<div class="column flex-grow-1">
<div class="title">{{lang "related"}}</div>
<div class="links" style="list-style: none;">
<li class="nav-item" >
<a href="{{.IndexUrl}}">{{lang "home"}}</a>
</li>
{{if .HasAbout }}
<li class="nav-item">
<a href="{{.AboutUrl}}">{{lang "about"}}</a>
</li>
{{end}}
{{if .HasContact }}
<li class="nav-item">
<a href="{{.ContactUrl}}">{{lang "contact"}}</a>
</li>
{{end}}
{{if .HasPolicy }}
<li class="nav-item">
<a href="{{.PolicyUrl}}">{{lang "policy"}}</a>
</li>
{{end}}
</div>
</div>
<div class="column d-md-flex flex-column" style="width: 100%;">
<div class="copyright">{{.Copyright}}</div>
</div>
</div>
</footer>
</div><!-- /.site -->
<script src="{{staticFile "/js/imagesloaded.min.js"}}"></script>
<script src="{{staticFile "/js/index01.js"}}"></script>
<script type='text/javascript' id='brook-script-js-extra'>
/* <![CDATA[ */
var $insight = { "header_sticky_enable": "1", "header_sticky_height": "80", "scroll_top_enable": "1", "light_gallery_auto_play": "0", "light_gallery_download": "1", "light_gallery_full_screen": "1", "light_gallery_zoom": "1", "light_gallery_thumbnail": "1", "light_gallery_share": "1", "mobile_menu_breakpoint": "1199", "isProduct": "", "productFeatureStyle": "list", "noticeCookieEnable": "", "noticeCookieConfirm": "no", "noticeCookieMessages": "We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it. <a id=\"tm-button-cookie-notice-ok\" class=\"tm-button tm-button-xs tm-button-full-wide tm-button-primary style-flat\">OK, GOT IT<\/a>", "noticeCookieOKMessages": "Thank you! Hope you have the best experience on our website." };
/* ]]> */
</script>
<script src="{{staticFile "/js/main.min.js"}}"></script>
<script src="{{staticFile "/js/woo.min.js"}}"></script>
<script src="{{staticFile "/js/index02.js"}}"></script>
<script src="{{staticFile "/js/jquery.min.js"}}"></script>
<script src="{{staticFile "/js/packery-mode.pkgd.min.js"}}"></script>
<script src="{{staticFile "/js/jquery-3.6.0.slim.min.js"}}"></script>
<script src="{{staticFile "/js/bootstrap.bundle.min.js"}}"></script>
</body>
</html>
Loading…
Cancel
Save