diff --git a/bootstrap-template.xml b/bootstrap-template.xml new file mode 100644 index 0000000..5929a15 --- /dev/null +++ b/bootstrap-template.xml @@ -0,0 +1,904 @@ + + + + +<data:blog.pageTitle/> + + + + + + + + + + + + + + + + +
+
+
+
+ + + + + +
+

404

+

Page Not Found

+

Sorry, the page you are looking for does not exist.

+ Go to Homepage +
+ + +
+
+ +
+ + + + + +
+ + + +
+
+ + Load More Posts + +
+ + + + + +
+ + + +
+ + +
+
+ + + ... + + ... + + +
+

+

+ + +

+

+
+ +
+
+
+ + +
+

+

+ + +

+
+
+ +
+ +
+
+
+
+ +
+ + + + +
+

+
+
+
+ + +
+ +
+
+
+
+ + + +
+

+
+
+ +
+
+
+
+ + + +
+

+
+
+
+
+
+ + + + + + + +
+

+
+
+ +
+
+
+
+
+
+
+
+
+
+ + +
+
+
+ +
+ + + +
+

+
+
+
+
+ +
+ + + +
+
    + +
  • +
    +
+
+
+
+
+ +
+ + + +
+ + +
+
+
+
+
+
+ +
+
+ + + +

Designed by Sora Blogging Tips

+
+
+
+ + + + + + + + +
+

+
+
    + +
  • +
    +
+
+
+
+
+ + +
+

+
+ +
+
+
+
+
+ + + + + + diff --git a/dist/theme.xml b/dist/theme.xml new file mode 100644 index 0000000..d5ad7d6 --- /dev/null +++ b/dist/theme.xml @@ -0,0 +1,146 @@ + + + + + + + <data:blog.pageTitle/> + + + + + + + + + tags. +*/ +/* @variable name="Primary Text Color" group="Colors" type="color" default="#111827" */ +/* @variable name="Secondary Text Color" group="Colors" type="color" default="#6b7280" */ +/* @variable name="Background Color" group="Colors" type="color" default="#f9fafb" */ +/* @variable name="Accent Color" group="Colors" type="color" default="#3b82f6" */ + +/* @variable name="Body Font" group="Fonts" type="font" default="sans-serif" */ +/* @variable name="Header Font" group="Fonts" type="font" default="serif" */ + +:root { + --primary-color: #111827; + --secondary-color: #6b7280; + --background-color: #f9fafb; + --accent-color: #3b82f6; + --font-body: sans-serif; + --font-header: serif; +} + +/* Basic Reset */ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +body { + font-family: var(--font-body); + color: var(--primary-color); + background-color: var(--background-color); + line-height: 1.6; + padding: 20px; + max-width: 800px; + margin: 0 auto; +} + +header { + text-align: center; + margin-bottom: 40px; + border-bottom: 1px solid #e5e7eb; + padding-bottom: 20px; +} + +header h1 { + font-family: var(--font-header); + font-size: 2.5rem; + margin-bottom: 0.5rem; +} + +article { + margin-bottom: 40px; + padding-bottom: 20px; + border-bottom: 1px solid #e5e7eb; +} + +article h2 { + font-family: var(--font-header); + font-size: 1.8rem; + margin-bottom: 0.5rem; +} + +article h2 a { + text-decoration: none; + color: var(--primary-color); +} + +article h2 a:hover { + color: var(--accent-color); +} + +.post-meta { + color: var(--secondary-color); + font-size: 0.9rem; + margin-bottom: 1rem; +} + +.post-body { + font-size: 1.1rem; +} + +footer { + text-align: center; + margin-top: 40px; + color: var(--secondary-color); + font-size: 0.9rem; +} + + ]]> + + + + + + +
+

+

+
+
+
+
+ + +
+ + + + + +
+

+ +
+ +
+
+
+
+
+
+ +
+ +
+

© 2025 My Awesome Blog. Powered by Blogger.

+
+ + diff --git a/jettheme-v2.xml b/jettheme-v2.xml index 4deca15..13bc768 100644 --- a/jettheme-v2.xml +++ b/jettheme-v2.xml @@ -1,2521 +1,2521 @@ - - - - - - -[!] Homepage tagline, ex: BlogName - Tagline - - -[!] Title separator ( – ), ( | ), ( • ) - - -[!] Default meta description, recommended 155–160 characters - - -[!] Default meta image, size recommended 1600x700 px - - -[!] Schema logo, size recommended 175x55 px - - -[!] Favicon high resolution, required format (.png), min size 200x200 px - - -[!] New Google Analytic 2021 - - -[!] number only - - -[!] true or false - - -[!] tag name, class, id - - -[!] Limit Label Display - -------------------------- -# JetTheme Css Variable # -------------------------- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/ -/* ------------------------------------------------ -JetTheme Blogger Template -Name : JetTheme Core -Version : 2.9 -Designer : jettheme -URL : www.jettheme.com ------------------------------------------------ -*/ - -:root { ---bs-font-sans-serif: $(body.text.family); ---bs-body-bg: $(body.background); ---bs-body-color: $(body.text.color); ---jt-primary: $(keycolor); ---jt-heading-color: $(posts.title.color); ---jt-heading-link: $(posts.title.color); ---jt-heading-hover: $(keycolor); ---jt-link-color: $(body.link.color); ---jt-link-hover: $(body.hover.color); ---jt-blockquote: $(posts.text.color); ---jt-btn-primary: $(posts.icons.color); ---jt-btn-primary-hover: $(labels.background.color); ---jt-btn-light-hover: $(posts.title.color); ---jt-border-light: $(border.color); ---jt-bg-light: #f3f7f9; ---jt-archive-bg: #ffffff; ---jt-nav-color: $(tabs.color); ---jt-nav-hover: $(tabs.hover); ---jt-nav-selected: $(tabs.selected.color); ---jt-dropdown-bg: $(dropdown.bg); ---jt-dropdown-color: $(dropdown.color); ---jt-dropdown-hover: $(dropdown.hover); ---jt-dropdown-selected: $(dropdown.selected); ---jt-header-bg: $(header.bg); ---jt-header-color: $(header.color); ---jt-header-border: $(header.border); ---jt-footer-bg: $(footer.bg); ---jt-footer-color: $(footer.color); ---jt-footer-link: $(footer.link); ---jt-footer-border: $(footer.border); ---jt-socket-bg: $(socket.bg); ---jt-socket-color: $(socket.color); -} -.dark-mode { ---bs-body-bg: hsl(210, 11%, 15%); ---bs-body-color: hsl(210, 11%, 80%); ---jt-heading-color: hsl(210, 11%, 80%); ---jt-heading-link: hsl(210, 11%, 80%); ---jt-btn-light-hover: hsl(210, 11%, 85%); ---jt-border-light: hsl(210, 11%, 20%); ---jt-bg-light: hsl(210, 11%, 20%); ---jt-archive-bg: hsl(210, 11%, 17%); ---jt-nav-color: hsl(210, 11%, 70%); ---jt-dropdown-bg: hsl(210, 11%, 18%); ---jt-dropdown-color: hsl(210, 11%, 70%); ---jt-header-bg: hsl(210, 11%, 15%); ---jt-header-color: hsl(210, 11%, 80%); ---jt-header-border: hsl(210, 11%, 20%); ---jt-footer-bg: hsl(210, 11%, 15%); ---jt-footer-color: hsl(210, 11%, 80%); ---jt-footer-border: hsl(210, 11%, 20%); ---jt-socket-bg: hsl(210, 11%, 17%); ---jt-socket-color: hsl(210, 11%, 80%); -} - -body { -font: $(body.text); -color: var(--bs-body-color); -background-color: var(--bs-body-bg); -line-height: 1.5; --webkit-font-smoothing: antialiased; --moz-osx-font-smoothing: grayscale; -text-rendering: optimizeLegibility; -} -.d-block { -display:none; -} -.h1,.h2,.h3,.h4,.h5,.h6, -h1,h2,h3,h4,h5,h6 { -font: $(posts.title); -} -a { -transition-property: background-color, border-color, color, fill, stroke; -transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -transition-duration: .3s; -text-decoration: none; -color: var(--jt-link-color); -} -a:hover { -color: var(--jt-link-hover); -} -.fs-7 { -font-size: 0.875rem; -} -.fs-8 { -font-size: 0.75rem; -} -.fs-9 { -font-size: 0.7rem; -} -.btn{ -box-shadow: none !important -} -.btn-sm { -min-width: 32px; -min-height: 32px; -} -img, -svg, -iframe { -max-width:100% -} -img { -height:auto; -object-fit:cover; -} -label { -cursor: pointer; -} -.visually-hidden { -position: unset !important; -} -.form-control:focus { -box-shadow: none; -border-color: var(--jt-primary); -} -.form-control::placeholder { -opacity: .5; -} -.dropdown-toggle::after { -border-width: 0.25em 0.25em 0; -} -.dropdown-menu { -margin: 0; -padding: 0; -} -.px-3 { -padding-right: 1rem; -padding-left: 1rem; -} -.ratio:before{ -content: none; -} -.ratio-1x1 { -padding-bottom: 100%; -} -.ratio-4x3 { -padding-bottom: 75%; -} -.ratio-16x9 { -padding-bottom: 56.25%; -} -.ratio-21x9 { -padding-bottom: 43%; -} -.object-cover { -object-fit: cover; -} -.jt-text-primary, -.hover-text-primary:hover, -input:checked ~ .check-text-primary { -color: var(--jt-primary)!important -} -.jt-btn-primary, -.jt-btn-outline-primary:hover { -color: #fff; -background-color: var(--jt-btn-primary); -border-color: var(--jt-btn-primary); -} -.jt-btn-light { -color: var(--bs-body-color); -background-color: var(--jt-bg-light); -border-color: var(--jt-bg-light); -} -.jt-btn-light:hover { -color: var(--jt-btn-light-hover); -} -.jt-btn-primary:hover, -.hover-btn-primary:hover, -input:checked + .jt-btn-outline-primary { -color: #fff !important; -background-color: var(--jt-btn-primary-hover)!important; -border-color: var(--jt-btn-primary-hover)!important -} -.jt-btn-outline-primary { -color: var(--jt-btn-primary); -border-color: var(--jt-btn-primary); -} -.jt-bg-primary { -background-color: var(--jt-primary) -} -.jt-bg-light { -background-color: var(--jt-bg-light) -} -.bg-archive { -background-color: var(--jt-archive-bg) -} -.jt-border-light { -border-color: var(--jt-border-light)!important; -} -input:checked ~ .d-block-check { -display: block !important; -} -input:checked ~ .d-none-check { -display: none !important; -} -.dropdown-menu, -.accordion-item, -.accordion-header { -background-color: var(--bs-body-bg); -color: var(--bs-body-color); -border-color: var(--jt-border-light); -} -.lazyload { -transition-property: opacity; -transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -transition-duration: .3s; -opacity: 0; -} -.lazyload.loaded { -opacity: 1; -} - -/* JetTheme Style */ - -pre { -background-color: var(--jt-bg-light); -margin-bottom: 1rem; -padding: 1rem; -font-size: 0.75rem; -} -blockquote { -border-left: 5px solid var(--jt-blockquote); -color: inherit; -font-size: 1.125rem; -margin-bottom: 1.5rem; -margin-top: 1.5rem; -padding-left: 1rem; -} -.header-animate.header-hidden { -transform: translateY(-100%); -box-shadow: none !important; -} -#header { -background-color: var(--jt-header-bg); -color: var(--jt-header-color); -transition-property: transform; -transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -transition-duration: .3s; -min-height: 50px; -border-bottom: 1px solid var(--jt-header-border); -} -.header-social { -border-right: 1px solid var(--jt-header-border); -} -.jt-icon { -display: inline-block; -height: 1em; -vertical-align: -0.15em; -width: 1em; -fill:none; -stroke:currentColor; -stroke-linecap:round; -stroke-linejoin:round; -stroke-width:2; -} -.jt-icon-center { -font-family: sans-serif; -} -.icon-dark, -.dark-mode .icon-light { -display: none; -} -.dark-mode .icon-dark { -display: block; -} -#dark-toggler, -#search-toggler, -#navbar-toggler { -line-height: 1; -} -#dark-toggler { -font-size: 17px; -} -#footer { -background-color: var(--jt-footer-bg); -color: var(--jt-footer-color); -border-top: 1px solid var(--jt-footer-border); -} -#socket { -background-color: var(--jt-socket-bg); -color: var(--jt-socket-color); -} -#navbar { -z-index: 9999; -} -#navbar .menu-item { -position: relative; -} -#navbar .nav-link { -min-height: 40px; -} -#navbar .dropdown-toggle { -cursor: pointer; -align-items: center; -display: flex; -} -#navbar.d-block, -#navbar .dropdown-menu, -#navbar .nav-link, -#navbar .dropdown-toggle { --webkit-transition: .3s; --ms-transition: .3s; --o-transition: .3s; -transition: .3s; -} -#navbar .navbar-nav > .menu-item > .nav-link { -font: $(tabs.font); -line-height: 1.5; -color: var(--jt-nav-color); -} -#navbar .navbar-nav > .menu-item:hover > .nav-link, -#navbar .navbar-nav > .menu-item:hover > .dropdown-toggle { -color: var(--jt-nav-hover); -} -#navbar .navbar-nav > .menu-item > .nav-link.active, -#navbar .navbar-nav > .menu-item > .active ~ .dropdown-toggle { -color: var(--jt-nav-selected); -} -.logo-wrap { -width: $(logo.width); -} -#search-header .dropdown-menu { -background-color:var(--jt-dropdown-bg); -color: var(--jt-dropdown-color); -border-color: var(--jt-header-border); -min-width: 300px; -right:0; -top:100% -} -.blog-admin { -display: none; -} -#pagination li + li { -margin-left: 5px; -} -.no-items { -display: none; -} -.feature-image, -.separator, -.tr-caption-container { -margin-bottom: 1rem; -} -.tr-caption-container { -width: 100%; -} -.separator a, -.tr-caption-container a { -margin: 0 !important; -padding: 0 !important; -} -.tr-caption { -font-size: 12px; -font-style: italic; -} -.widget:last-child { -margin-bottom: 0 !important; -} -#post-body .widget { -margin-top: 1.5rem; -} -.item-title { -color: var(--jt-heading-link); -} -.item-title:hover { -color: var(--jt-heading-hover); -} -#comment-editor{ -width:100% -} -#primary .widget-title { -font-weight: 300; -text-transform: uppercase; -} -#footer .widget-title { -text-transform: uppercase; -} -#footer .widget-title, -#sidebar .widget-title { -font-size: 13px !important; -} -#footer .widget-title:after { -content: ""; -display: block; -width: 50px; -border-bottom: 2px solid var(--jt-primary); -margin-top: 10px; -} -#primary .widget-title > span { -background-color: var(--bs-body-bg); -padding-right: 5px; -position: relative; -} -#main .widget-title:before, -#sidebar .widget-title:before { -background-color: var(--jt-bg-light); -content: ""; -height: 1px; -display: block; -position: absolute; -top: 50%; -transform: translateY(-50%); -width: 100%; -} -#main .widget-title:before { -border-right: 30px solid var(--jt-primary); -height: 5px; -} -.send-success:not(.loading) .contact-form-msg, -.send-error:not(.loading) .contact-form-msg { -display:block !important; -} -.send-success .contact-form-msg{ -border-color: rgba(25,135,84,.3) !important; -} -.send-error .contact-form-msg{ -border-color: rgba(255,193,7,.3) !important; -} -.send-success .contact-form-msg:before{ -content: attr(data-success); -} -.send-error .contact-form-msg:before{ -content: attr(data-error); -} -hr.example-ads:before { -content: "Advertisement here"; -} -hr.example-ads { -background-color: var(--jt-bg-light); -border-radius: 0.25rem; -font-size: 0.875rem; -height: auto; -margin: 0; -opacity: 1; -padding: 1.5rem 0; -text-align: center; -} -body > .google-auto-placed { -margin: 0 auto 1.5rem; -max-width: 1108px; -} -.google-auto-placed > ins { -margin: 0 !important; -} - - -/* TYPOGRAPY */ - -.h1,h1{font-size:calc(1.375rem + 1.5vw)} -.h2,h2{font-size:calc(1.325rem + .9vw)} -.h3,h3{font-size:calc(1.3rem + .6vw)} -.h4,h4{font-size:calc(1.275rem + .3vw)} -.h5,h5{font-size:$(title.h5)} -.h6,h6{font-size:$(title.h6)} - -.entry-title { -color: var(--jt-heading-color); -} -.entry-text h1, -.entry-text h2, -.entry-text h3, -.entry-text h4, -.entry-text h5, -.entry-text h6 { -color: var(--jt-heading-color); -padding-top: 1em; -margin-bottom: 1rem; -} - -.entry-text li { -margin-bottom: 0.5rem; -} - -/* Responsive Style */ - -@media (min-width: 576px) { -.ratio-sm-4x3 { -padding-bottom: 75%; -} -.ratio-sm-16x9 { -padding-bottom: 56.25%; -} -.border-sm-end { -border-right-width: 1px !important; -border-right-style: solid; -} -#post-pager .next-page { -border-left: 1px solid; -} -} -@media (min-width: 768px) { -.position-md-relative { -position: relative; -} -.border-md-end { -border-right-width: 1px !important; -border-right-style: solid; -} -} -@media (min-width: 992px) { -.d-lg-flex { -display: flex; -} -.col-lg-4 { -flex: 0 0 auto; -width: 33.33333333%; -} -.col-lg-8 { -flex: 0 0 auto; -width: 66.66666667%; -} -.border-lg-end { -border-right-width: 1px !important; -border-right-style: solid; -} -#navbar .navbar-nav > .menu-item { -display: flex; -} -#navbar .dropdown-menu { -background-color:var(--jt-dropdown-bg); -border-color: var(--jt-header-border); -margin-top: -10px; -display: block; -opacity: 0; -visibility: hidden; -pointer-events: none; -box-shadow: 5px 10px 10px -5px rgba(0, 0, 0, 0.14); -top:100%; -min-width: 150px; -} -#navbar .dropdown-menu .nav-link { -padding-right: 20px; -font-size: $(dropdown.font); -color: var(--jt-dropdown-color); -} -#navbar .dropdown-menu .dropdown-toggle { -position: absolute; -right: 10px; -top: 20px; -} -#navbar .dropdown-menu .dropdown-menu { -left: 100%; -top: -1px; -} -#navbar .dropdown-menu .menu-item:hover > .nav-link, -#navbar .dropdown-menu .menu-item:hover > .dropdown-toggle { -color: var(--jt-dropdown-hover); -} -#navbar .dropdown-menu .menu-item > .nav-link.active, -#navbar .dropdown-menu .menu-item > .active ~ .dropdown-toggle { -color: var(--jt-dropdown-selected); -} -#navbar .menu-item:hover > .dropdown-menu { -opacity: 1; -visibility: visible; -pointer-events: unset; -margin: 0; -} -#navbar .navbar-nav > .menu-item > .nav-link { -padding: 1.5rem 1.2rem; -white-space:nowrap; -} -#navbar .navbar-nav > .menu-item > .dropdown-toggle { -bottom: 0; -pointer-events: none; -position: absolute; -right: 5px; -top: 3px; -} -#sidebar { -border-left: 1px solid var(--jt-border-light); -} -#footer-widget .widget { -margin-bottom: 0 !important; -} -} -@media (min-width: 1200px){ -.container { -max-width: 1140px; -} -.h1,h1{font-size:$(posts.title.size)} -.h2,h2{font-size:$(title.h2)} -.h3,h3{font-size:$(title.h3)} -.h4,h4{font-size:$(title.h4)} -} -@media (min-width: 1400px) { -.container { -max-width: 1320px; -} -} -@media (max-width: 991.98px) { -input:checked ~ .dropdown-menu { -display: block; -} -input:checked + .dropdown-toggle { -color: var(--jt-dropdown-selected); -} -.logo-wrap { -width: $(logo.width.mobile); -} -#search-header .dropdown-menu{ -width: 100%; -} -#navbar { -background-color: var(--jt-header-bg); -padding-top: 70px; -padding-bottom: 30px; -position: fixed; -left: 0; -right: 0; -top: 0; -bottom: 0; -width: auto; -} -#navbar.d-block { -opacity: 0; -transform: translateX(-20%); -} -#navbar.show { -transform: translateX(0); -opacity: 1; -} -#navbar .navbar-nav { -max-height: 100%; -overflow-y: auto; -} -#navbar-toggle:checked ~ #header-main #navbar { -display:block; -} -#navbar .nav-link { -border-bottom: 1px solid var(--jt-header-border); -font-size: 16px !important; -color: var(--jt-dropdown-color); -} -#navbar .menu-item:hover > .nav-link { -color: var(--jt-dropdown-hover); -} -#navbar .active > .nav-link { -color: var(--jt-dropdown-selected); -} -#navbar .dropdown-toggle { -border-left: 1px solid var(--jt-header-border); -height: 2.5rem; -padding: 0 1rem; -position: absolute; -right: 0; -top: 0; -} -#navbar .dropdown-menu { -background-color: var(--jt-dropdown-bg); -border: none; -padding-left: 10px; -} -#sidebar { -border-top: 1px solid var(--jt-border-light); -} -} -@media (max-width: 575.98px) { -.feature-posts .item-thumbnail { -margin-bottom: -150px; -} -.feature-posts .item-thumbnail a { -border-radius: 0 !important; -box-shadow: none !important; -padding-bottom: 75%; -} -.feature-posts .item-content { -background-color: var(--bs-body-bg); -border: 5px solid; -border-radius: 0.25rem; -} -#post-pager .prev-page + .next-page { -border-top: 1px solid; -} -.full-width, -.px-3 .google-auto-placed { -margin-left: -1rem; -margin-right: -1rem; -width: auto !important; -} -#footer-widget .widget { -padding-left: 3rem; -padding-right: 3rem; -} -} - -/*Your custom CSS is here*/ - -]]> - - -.widget { -width: 50%; -} -]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<data:meta_title/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</head><body class="d-block "><textarea disabled readonly id="element-h" style="display:none"><style>/**/</style></textarea> - - - - - https://1.bp.blogspot.com/-h5fUZDgfXe8/YR87osMq6UI/AAAAAAAAAYk/18JeDAzajvYhKnMnllSf_DSWAm51cueuQCLcBGAsYHQ/s728/placeholder.jpg - 425 - 1067 - false - 728 - # - Save > Edit Again > Get URL]]> - - - - - - - - - - - -
-
-
-
-

- - - - ]]> - - - - - - - - true - true - 0 - true - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ]]> - - - - - - - - false - Comment - #ffffff - true - true - #686868 - true - true - #f67938 - TextAndImage - #000000 - d MMM, yyyy - - true - 1x1 - true - false - true - 1 - false - #000000 - false - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ]]> - - - - - - - - ]]> - - - - - - - -
]]> - - - - - - - - ]]> - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - -
-]]> - - - - - - - - - - ]]> - - - - - - -
-
- - - - -
- -
- - - - JetTheme.com]]> - - - - - - -
-
- -
- - - - - <symbol id="i-whatsapp" viewbox="0 0 512 512" stroke="none" fill="currentColor"><path d="M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z"></path></symbol> -<symbol id="i-pinterest" viewbox="0 0 384 512" stroke="none" fill="currentColor"><path d="M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z"></path></symbol> -<symbol id="i-tumblr" viewbox="0 0 320 512" stroke="none" fill="currentColor"><path d="M309.8 480.3c-13.6 14.5-50 31.7-97.4 31.7-120.8 0-147-88.8-147-140.6v-144H17.9c-5.5 0-10-4.5-10-10v-68c0-7.2 4.5-13.6 11.3-16 62-21.8 81.5-76 84.3-117.1.8-11 6.5-16.3 16.1-16.3h70.9c5.5 0 10 4.5 10 10v115.2h83c5.5 0 10 4.4 10 9.9v81.7c0 5.5-4.5 10-10 10h-83.4V360c0 34.2 23.7 53.6 68 35.8 4.8-1.9 9-3.2 12.7-2.2 3.5.9 5.8 3.4 7.4 7.9l22 64.3c1.8 5 3.3 10.6-.4 14.5z"></path></symbol> -<symbol id="i-twitter" fill="currentColor" stroke="none" viewbox="0 0 24 24"><path d="M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z"></path></symbol> -<symbol id="i-linkedin" fill="currentColor" stroke="none" viewbox="0 0 24 24"><path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path><rect height="12" width="4" x="2" y="9"></rect><circle cx="4" cy="4" r="2"></circle></symbol> -<symbol id="i-facebook" fill="currentColor" stroke="none" viewbox="0 0 24 24"><path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"></path></symbol> -<symbol id="i-arrow-b" viewbox="0 0 24 24"><path d="M19 9l-7 7-7-7"></path></symbol> -<symbol id="i-arrow-l" viewbox="0 0 24 24"><path d="M15 19l-7-7 7-7"></path></symbol> -<symbol id="i-arrow-r" viewbox="0 0 24 24"><path d="M9 5l7 7-7 7"></path></symbol> -<symbol id="i-arrow-t" viewbox="0 0 24 24"><path d="M5 15l7-7 7 7"></path></symbol> -<symbol id="i-instagram" viewbox="0 0 24 24"><rect x="2" y="2" width="20" height="20" rx="5" ry="5"></rect><path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path><line x1="17.5" y1="6.5" x2="17.51" y2="6.5"></line></symbol> -<symbol id="i-youtube" viewbox="0 0 24 24"><path d="M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z"></path><polygon fill="currentColor" points="9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02"></polygon></symbol> -<symbol id="i-user" viewbox="0 0 24 24"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle></symbol> -<symbol id="i-clock" viewbox="0 0 24 24"><path d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"></path></symbol> -<symbol id="i-comment" viewbox="0 0 24 24"><path d="M7 8h10M7 12h4m1 8l-4-4H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-3l-4 4z"></path></symbol> -<symbol id="i-menu" viewbox="0 0 24 24" stroke-width="1.5"><path d="M3 6h18M8 12h13M3 18h18"></path></symbol> -<symbol id="i-mail" viewbox="0 0 24 24"><path d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"></path></symbol> -<symbol id="i-edit" viewbox="0 0 24 24"><path d="M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z"></path></symbol> -<symbol id="i-close" viewbox="0 0 24 24" stroke-width="1"><path d="M6 18L18 6M6 6l12 12"></path></symbol> -<symbol id="i-search" viewbox="0 0 24 24" stroke-width="1.5"><path d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path></symbol> -<symbol id="i-check" viewbox="0 0 24 24"><path d="M5 13l4 4L19 7"></path></symbol> -<symbol id="i-github" viewbox="0 0 24 24"><path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path></symbol> -<symbol id="i-telegram" stroke="none" fill="currentColor" viewbox="0 0 24 24"><path d="M22.05 1.577c-.393-.016-.784.08-1.117.235-.484.186-4.92 1.902-9.41 3.64-2.26.873-4.518 1.746-6.256 2.415-1.737.67-3.045 1.168-3.114 1.192-.46.16-1.082.362-1.61.984-.133.155-.267.354-.335.628s-.038.622.095.895c.265.547.714.773 1.244.976 1.76.564 3.58 1.102 5.087 1.608.556 1.96 1.09 3.927 1.618 5.89.174.394.553.54.944.544l-.002.02s.307.03.606-.042c.3-.07.677-.244 1.02-.565.377-.354 1.4-1.36 1.98-1.928l4.37 3.226.035.02s.484.34 1.192.388c.354.024.82-.044 1.22-.337.403-.294.67-.767.795-1.307.374-1.63 2.853-13.427 3.276-15.38l-.012.046c.296-1.1.187-2.108-.496-2.705-.342-.297-.736-.427-1.13-.444zm-.118 1.874c.027.025.025.025.002.027-.007-.002.08.118-.09.755l-.007.024-.005.022c-.432 1.997-2.936 13.9-3.27 15.356-.046.196-.065.182-.054.17-.1-.015-.285-.094-.3-.1l-7.48-5.525c2.562-2.467 5.182-4.7 7.827-7.08.468-.235.39-.96-.17-.972-.594.14-1.095.567-1.64.84-3.132 1.858-6.332 3.492-9.43 5.406-1.59-.553-3.177-1.012-4.643-1.467 1.272-.51 2.283-.886 3.278-1.27 1.738-.67 3.996-1.54 6.256-2.415 4.522-1.748 9.07-3.51 9.465-3.662l.032-.013.03-.013c.11-.05.173-.055.202-.057 0 0-.01-.033-.002-.026zM10.02 16.016l1.234.912c-.532.52-1.035 1.01-1.398 1.36z"></path></symbol> -<symbol id="i-download" viewbox="0 0 24 24"><path d="M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4"></path></symbol> -<symbol id="i-eye" viewbox="0 0 24 24"><path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"></path><circle cx="12" cy="12" r="3"></circle></symbol> -<symbol id="i-news" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M2 5a2 2 0 012-2h8a2 2 0 012 2v10a2 2 0 002 2H4a2 2 0 01-2-2V5zm3 1h6v4H5V6zm6 6H5v2h6v-2z" clip-rule="evenodd"></path><path d="M15 7h1a2 2 0 012 2v5.5a1.5 1.5 0 01-3 0V7z"></path></symbol> -<symbol id="i-phone" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M2 3a1 1 0 011-1h2.153a1 1 0 01.986.836l.74 4.435a1 1 0 01-.54 1.06l-1.548.773a11.037 11.037 0 006.105 6.105l.774-1.548a1 1 0 011.059-.54l4.435.74a1 1 0 01.836.986V17a1 1 0 01-1 1h-2C7.82 18 2 12.18 2 5V3z"></path></symbol> -<symbol id="i-sun" fill="#ffffff" stroke="#ffffff" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="5"></circle><line x1="12" y1="1" x2="12" y2="3"></line><line x1="12" y1="21" x2="12" y2="23"></line><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line><line x1="1" y1="12" x2="3" y2="12"></line><line x1="21" y1="12" x2="23" y2="12"></line><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line></symbol> -<symbol id="i-moon" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path></symbol> - - - - - - - - - - - - - -

-
-
- - -
-
- - - - - - - - - - - - -
- -
-
- - -
- -
-
- - -
-
-
-
- - -
-
-
-
- - - - - - - - - - - - - - -
-
- -
- -
-
- -
- - - -
-
-
- -
-
- -

-
- - -
- - - -
-
- -
- - -
- - - -
-
-
- -
- -, - - -
-
- - - -

-
- - - - - - - - - -
- - - -
-
-
- - - -
- - -Next Post - - - - -Previous Post - - -
- - -
-
-
- - - -
- -
- -
- - - -
-
-
- - -
- -, - - -
-
- -

-
- -

-
-
- - - - - - - - - -
- - - -
-
-
-
-
-
- - -
-
-

Nothing Here

-
-
- -

Ready to publish your first post? Get started here.

- -

The keyword you were looking for was not found

-
-
-
- -
-
-

404 Not Found

-
-
- -
-
-
-
- - -Latest Posts - -
- -
-
-
- - -
-
- -
-
-
    - -
  • -
    -
    -
    -
    - -
    -
    -
    - - - - - - - -
    - - - -
    -

    -
    - - -
    -
      - -
    • -
      -
      -
      -
      - -
      -
      -
      - - - - - - - -
      - - - -
      -

      -
      -
    • -
      -
    -
    -
    -
    -
    -Reply -
    -
  • -
    -
-
- -
-Add Comment -
-comment url -