301 Moved Permanently means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 OK is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: taz8.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/svg+xml" href="https://kadomain.com/img/icon/KADOMAIN.svg?v=2"> <link rel="icon" type="image/png" href="https://kadomain.com/img/icon/300/KADOMAIN.png?v=2"> <meta name="apple-mobile-web-app-title" content="KADOMAIN"> <meta name="application-name" content="KADOMAIN"> <title>FOR SELL TAZ8.COM $80. Buy now on KADOMAIN.COM</title> <meta property="og:title" content="FOR SELL TAZ8.COM $80. Buy now on KADOMAIN.COM"> <meta name="twitter:title" content="FOR SELL TAZ8.COM $80. Buy now on KADOMAIN.COM"> <meta name="description" content="Domain: TAZ8.COM, Price: $80, Name: taz8, TLD: com, Created: 14-05-2023, Updated: 18-04-2024, Expires: 14-05-2025"> <meta property="og:description" content="Domain: TAZ8.COM, Price: $80, Name: taz8, TLD: com, Created: 14-05-2023, Updated: 18-04-2024, Expires: 14-05-2025"> <meta name="twitter:description" content="Domain: TAZ8.COM, Price: $80, Name: taz8, TLD: com, Created: 14-05-2023, Updated: 18-04-2024, Expires: 14-05-2025"> <link rel="canonical" href="https://kadomain.com/sell/taz8.com"> <meta property="og:url" content="https://kadomain.com/sell/taz8.com"> <meta name="twitter:card" content="summary_large_image"> <meta property="og:image" content="https://kadomain.com/img/domain/taz8.com.jpg?v=2"> <meta name="twitter:image" content="https://kadomain.com/img/domain/taz8.com.jpg?v=2"> <link rel="alternate" type="application/rss+xml" title="Kadomain RSS Feed" href="https://kadomain.com/rss"> <link rel="stylesheet" href="https://kadomain.com/css/icon-google.css?v=2"> <link rel="stylesheet" href="https://kadomain.com/css/font.css?v=2"> <link rel="stylesheet" href="https://kadomain.com/css/simplebar.css?v=2"> <link rel="stylesheet" href="https://kadomain.com/css/swiper.css?v=2"> <link rel="stylesheet" href="https://kadomain.com/css/style.css?v=2"> <link rel="stylesheet" href="https://kadomain.com/css/style/paragraph.css?v=2"> <style>.detail, .detail-box{ position: relative; float: left; width: 100%; } .detail{ left: -2px; width: calc(100% + 4px); } .detail-box{ background: var(--white); border: 2px solid var(--light); } .detail-header{ position: relative; float: left; width: 100%; } .detail-header h1, .detail-header h2{ font-size: 1.25em; padding: 20px; color: var(--blue); background: var(--white); border: 2px solid var(--light); border-top: 1px solid var(--light); border-bottom: 1px solid var(--light); } .detail-image{ position: absolute; top: 0; left: 0; width: 50%; height: 100%; border-right: 2px solid var(--light); } .detail-image figure{ position: relative; display: block; width: 100%; height: 100%; } .detail-image figure img{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; max-width: 400px; max-height: 400px; object-fit: contain; } .detail-price{ position: relative; float: right; width: 50%; } .detail-price > h2{ font-size: 1.25em; padding: 30px; border-bottom: 2px solid var(--light); } .detail-price > ul, .detail-price > ul > li, .detail-price > ul > li label, .detail-price > ul > li > a{ position: relative; float: left; width: 100%; list-style: none; padding: 10px; } .detail-price > ul{ padding: 10px; } .detail-price > ul > li label{ padding: 20px 20px 20px 60px; border: 1px solid var(--blue20); } .detail-price:not(.sold, .disable) > ul > li label:hover{ background: var(--light); } .detail-price:not(.sold, .disable) > ul > li label.active{ color: var(--blue); background: var(--light); border: 1px solid var(--blue); } .detail-price > ul > li label input{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 5; opacity: 0; } .detail-price > ul > li label input ~ p{ font-size: 1.125em; } .detail-price > ul > li:nth-of-type(2) label input ~ p{ padding-right: 200px; } .detail-price > ul > li label input ~ p:before{ font-size: 1.25em; font-family: 'Material Symbols Outlined'; content: "\e836"; position: absolute; top: 0; left: 0; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; } .detail-price > ul > li label input:checked ~ p:before{ content: "\e837"; } .detail-price.sold > ul > li label input ~ p:before{ content: "\e4f4"; } .detail-price.sold > ul > li label input:checked ~ p:before{ content: "\e4f4"; } .detail-price.disable > ul > li label input ~ p:before{ content: "\e897"; } .detail-price.disable > ul > li label input:checked ~ p:before{ content: "\e897"; } .detail-price > ul > li label input ~ p span{ position: absolute; top: 0; right: 0; padding: 10px 20px; font-weight: 700; color: var(--text); background: var(--blue20); } .detail-price:not(.sold, .disable) > ul > li label input:checked ~ p span{ color: var(--gold); background: var(--blue); } .detail-price.sold > ul > li label input ~ p span{ background: var(--blue20); } .detail-price.disable > ul > li label input ~ p span{ background: var(--blue20); } .detail-price > ul > li label input ~ p span i{ font-size: 0.875em; font-weight: 200; font-style: normal; } .detail-price > ul > li label ul{ display: block; padding: 10px 0 0 20px; list-style: none; clear: both; } .detail-price > ul > li label ul li{ font-weight: 200; position: relative; padding: 5px 0 5px 20px; } .detail-price > ul > li label ul li:before{ font-family: 'Material Symbols Outlined'; content: "\e876"; position: absolute; top: 7px; left: -15px; } .detail-price > ul > li label ul li:last-of-type{ text-align: right; z-index: 10; } .detail-price > ul > li label ul li:last-of-type:before{ display: none; } .detail-price > ul > li label ul li a{ font-weight: 400; display: inline-block; color: var(--red); border-bottom: 1px dotted currentColor; } .detail-price > ul > li label ul li a:hover{ border-bottom: 1px solid currentColor; } .detail-price > ul > li > a{ font-size: 1.25em; padding: 20px; font-weight: 900; text-align: center; color: var(--blue); background: var(--gold); border: 1px solid var(--gold); } .detail-price > ul > li > a:hover{ color: var(--light); } .detail-price.sold > ul > li > a{ color: var(--light); background: var(--red); border: 1px solid var(--red); pointer-events: none; } .detail-price.disable > ul > li > a{ color: var(--blue); background: var(--blue20); border: 1px solid var(--blue20); pointer-events: none; } .detail-price > ul > li > a i{ font-size: 1.125em; margin-right: 10px; } .detail-price > ul > li > a span{ display: block; font-size: 1em; font-weight: 400; letter-spacing: 0.5px; margin-bottom: 10px; color: var(--blue); } .detail-list, .detail-list li{ position: relative; float: left; width: 100%; } .detail-list{ background: var(--white); border: 1px solid var(--light); } .detail-list li{ list-style: none; width: calc(100% / 3); padding: 35px 20px 15px 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: var(--blue); border: 1px solid var(--light); } .detail-list li span{ position: absolute; top: 0; left: 0; width: 80%; padding: 10px 18px; font-size: 0.875em; font-weight: 200; font-style: italic; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: var(--text); } @media screen and (max-width:1400px) and (min-width:1200px){ .detail-box-menu .sidelist-header{ margin-top: 20px; } .detail-box-menu .sidelist-header h2{ padding: 20px; } .detail-box-menu .sidelist-content ul{ border: 1px solid var(--blue20); } .detail-box-menu .sidelist-content ul:before{ display: none; } .detail-box-menu .sidelist-content ul li{ width: calc(100% / 3); } .detail-box-menu .sidelist-content ul li:not(:nth-of-type(3n+3)){ border-right: 1px solid var(--blue20); } } @media screen and (max-width:1200px){ .detail-price > h2{ padding: 20px; } .detail-header h1, .detail-header h2{ padding: 20px; } .detail-list li{ padding: 30px 20px 10px 20px; } .detail-list li span{ padding: 10px 18px; } } @media screen and (max-width:800px){ .detail-image{ position: relative; float: left; width: 100%; height: 200px; margin-bottom: -20px; } .detail-image figure img{ padding: 10px 0; } .detail-price{ width: 100%; } .detail-price > h2{ padding: 15px; } .detail-header h1, .detail-header h2{ padding: 15px; } .detail-price > ul > li label ul{ padding: 10px 0 0 10px; } .detail-price > ul > li label ul li:before{ left: -10px; } .detail-price > ul, .detail-price > ul li{ padding: calc(15px / 2); } .detail-price > ul > li label{ padding: 15px 15px 15px 50px; } .detail-price > ul > li label input ~ p:before{ width: 50px; height: 50px; } .detail-price > ul > li label input ~ p span{ padding: 5px 10px; } .detail-price > ul > li > a{ padding: 15px; } .detail-price > ul > li > a span{ margin-bottom: 5px; } .detail-list li{ padding: 30px 15px 10px 15px; } .detail-list li span{ padding: 10px 13px; } } @media screen and (max-width:600px){ .detail-price > ul > li > a{ font-size: 1.125em; } .detail-price > ul > li > a span{ margin-bottom: 0; } .detail-list li{ width: 50%; padding: 24px 10px 10px 10px; } .detail-list li span{ padding: 8px; } }</style><style>.sidelist, .sidelist-layout, .sidelist-box, .sidelist-content, .sidelist-header{ position: relative; float: left; width: 100%; z-index: 90; } .sidelist-content :is(h1, h2, h3, h4, h5, h6){ position: relative; font-size: 1.5em; line-height: 1em; padding: 30px; height: 82px; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color:var(--gold); background:var(--blue); border-bottom: 2px solid var(--gold); } .sidelist-content ul, .sidelist-content ol, .sidelist-content li, .sidelist-content li a{ position: relative; float: left; width: 100%; list-style: none; } .sidelist-content ul{ border-top: none; border-left: none; border: 1px solid var(--blue20); } .sidelist-content ul li.hide{ display: none; } .sidelist-content ul li a{ font-weight: 300; padding: 15px 100px 15px 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border-bottom: 1px solid var(--blue20); } .sidelist-content ul li a:hover{ color: var(--blue); background: var(--gold); } .sidelist-content ul li a.active{ font-weight: 400; color: var(--blue); background: var(--gold); } .sidelist-content ul li a span{ float: left; margin-right: 20px; } .sidelist-content ul li a mark{ font-weight: 400; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); transition: all 250ms ease; color: var(--blue); } .sidelist-content ul li a mark.blue{ font-size: 1.25em; color: var(--blue); } .sidelist-content ul li a mark.red{ font-size: 1.25em; color: var(--red); } .sidelist-content > p{ float: left; width: 100%; padding: 20px; text-align: center; background: var(--blue); } .sidelist-content > p a{ display: block; max-width: 300px; padding: 10px; margin: auto; color: var(--blue); background: var(--gold); } .sidelist-content > p a:hover{ color: var(--light); } @media screen and (max-width:1200px){ .sidelist-content{ margin-top: 20px; } .sidelist-content :is(h1, h2, h3, h4, h5, h6){ height: auto; font-size: 1.25em; padding: 25px; } .sidelist-content ul{ border: 1px solid var(--blue20); } .sidelist-content ul:before{ display: none; } .sidelist-content ul li{ width: calc(100% / 3); } .sidelist-content ul li:not(:nth-of-type(3n+3)){ border-right: 1px solid var(--blue20); } } @media screen and (max-width:800px){ .sidelist-content{ margin-top: 10px; } .sidelist-content :is(h1, h2, h3, h4, h5, h6){ padding: 20px; } .sidelist-content ul li{ width: calc(100% / 2); } .sidelist-content ul li:not(:nth-of-type(3n+3)){ border-right: none; } .sidelist-content ul li:not(:nth-of-type(2n+2)){ border-right: 1px solid var(--blue20); } } @media screen and (max-width:600px){ .sidelist-content ul li{ width: calc(100% / 1); border-right: none; } .sidelist-content ul li:not(:nth-of-type(2n+2)){ border-right: none; } .sidelist-content ul li a{ padding: 10px 100px 10px 10px; } .sidelist-content ul li a mark{ right: 10px; } }</style><style>.header{ position: relative; float: left; width: 100%; height: 120px; z-index: 100; } .header-box{ position: fixed; top: 0; left: 0; right: 0; width: 100%; height: 120px; max-width:1920px; margin: auto; transition: all 250ms ease; background: var(--white); outline: 2px solid var(--gold); } .header.hidden .header-box{ top: -120px; } .header-title, .header-title-icon, .header-title-text{ position: relative; float: left; height: 100%; } .header-title-icon{ font-size:3em; display: flex; align-items: center; justify-content: center; width: 120px; height: 100%; color:var(--gold); background:var(--blue); } .header-title-icon:hover{ color:var(--light); } .header-title-icon:after{ content: ""; position: fixed; top: 0; left: 0; right:0; width: 100%; height: 100%; max-width:1920px; margin:auto; z-index: 50; transition: all 250ms ease; opacity: 0; display: none; pointer-events: none; background:var(--blue20); } .header-title-icon.active:after{ opacity: 1; display: block; pointer-events: auto; } .header-title-text img{ position: absolute; top: 50%; left: 0; transform: translateY(-50%); height: 120px; width: 120px; padding: 20px; object-fit: contain; } .header-title-text h2{ font-size: 2em; height: 100%; padding-left: calc(120px - 10px); display: flex; align-items: center; } .header-button, .header-search{ position: relative; float: right; display: flex; align-items: center; height: 100%; } .header-button{ padding-right: 30px; } .header-button a{ float: right; font-size: 1.125em; letter-spacing: 2px; text-transform: uppercase; padding: 20px 40px; color: var(--gold); background: var(--blue); } .header-button a:hover{ color: var(--light); } .header-button a span{ font-size: 1.25em; margin-right: 10px; } .header-search{ padding-right: 20px; } .header-search a{ font-size: 1.8em; display: flex; align-items: center; justify-content: center; position: relative; width: 60px; height: 60px; color: var(--gold); border: 2px solid var(--gold); } .header-search a:hover{ color: var(--blue); background: var(--gold); } .header-profile{ position:relative; float: right; display: flex; align-items: center; height: 100%; padding-right: 40px; } .header-profile > a{ position:relative; width: 80px; height: 80px; border-radius: 50%; background: var(--gold); } .header-profile > a figure, .header-profile > a figure img{ position: relative; display: block; width: 100%; height: 100%; } .header-profile > a figure img{ border-radius: 50%; object-fit: cover; transition: all 250ms ease; border: 3px solid var(--blue); } .header-profile > a:hover figure> img{ border: 6px solid var(--blue); } .header-profile > a figure figcaption{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(-25deg); padding: 5px; z-index: 10; font-size: 0.75em; line-height: 1em; display: none; color: var(--white); background: var(--red); } .header-profile > a figure.active img{ outline: 3px solid var(--red); } .header-profile > a figure.active figcaption{ display: block; } .header-profile > a i{ font-size: 1.25em; position: absolute; top: 50%; right: -25px; transform: translateY(-50%); } .header-profile > ol{ display: none; position: absolute; top: calc(100% - 0px); right: 0; width:100%; min-width: 240px; padding: 0 0 10px 0; list-style: none; z-index: 10; overflow: hidden; background: var(--blue); border-top: 2px solid var(--gold); } .header-profile > ol li, .header-profile > ol li a{ position: relative; float: left; width: 100%; } .header-profile > ol li a{ text-transform: capitalize; padding:15px 15px 15px 50px; color: var(--light); } .header-profile > ol li a:hover{ color: var(--gold); } .header-profile > ol li a span{ font-size: 1.125em; position: absolute; top: 0; left: 0; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; color: var(--gold); } .header-profile a mark{ position: absolute; top: -5px; right: -5px; font-size: 0.875em; text-align: center; padding: 2px 5px; min-width: 24px; border-radius: 40px; color:var(--light); background:var(--red); } .header-profile a ~ ol mark{ top: 50%; right: 15px; transform: translateY(-50%); } @media screen and (max-width:1200px){ .header{ height: 100px; } .header-box{ height: 100px; } .header.hidden .header-box{ top: -100px; } .header-title-icon{ width: 100px; } .header-title-text img{ height: 100px; width: 100px; padding: 15px; } .header-title-text h2{ padding-left: calc(100px - 10px); } .header-button{ padding-right: 20px; } .header-search{ padding-right: 15px; } .header-profile > a{ width: 70px; height: 70px; } } @media screen and (max-width:800px){ .header{ height: 80px; } .header-box{ height: 80px; } .header.hidden .header-box{ top: -80px; } .header-title-icon{ font-size: 2.5em; width: 80px; } .header-title-text img{ height: 80px; width: 80px; padding: 10px; } .header-title-text h2{ display: none; } .header-button{ padding-right: 15px; } .header-button a{ padding: 15px 30px; } .header-search{ padding-right: 10px; } .header-search a{ width: 50px; height: 50px; } .header-profile{ padding-right: 30px; } .header-profile > a{ width: 60px; height: 60px; } .header-profile > a > i{ right: -20px; } } @media screen and (max-width:379px){ .header-button a{ padding: 15px 20px; } .header-title-text img{ height: 70px; width: 70px; padding: 5px; } }</style><style>.aside{ position: absolute; top: 0; left: -300px; width: 300px; height: 100%; z-index: 200; transition: all 250ms ease; background:var(--blue); } .aside.active{ left: 0; } .aside-header, .aside-header a, .aside-header figure{ position: relative; float: left; width: 100%; height: 100%; } .aside-header{ height: 120px; z-index: 10; border-bottom: 2px solid var(--gold); } .aside-header figure{ font-size: 1.87em; display: flex; align-items: center; font-weight: bold; padding-left: 100px; color: var(--gold); } .aside-header figure img{ position: absolute; top: 0; left: 0px; padding: 20px; width: 120px; height: 100%; object-fit: contain; } .aside-content{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 120px 0 0 0; } .aside-content-scroll{ position: relative; width: 100%; height: 100%; overflow-y: auto; overflow-x: hidden; } .simplebar-scrollbar::before { background-color: var(--gold); left: 8px; right: 0; } .aside-content-menu{ position: relative; float: left; width: 100%; } .aside-content-menu h4{ float: left; width: 100%; font-size: 1em; font-weight: normal; text-transform: uppercase; padding: 30px 20px 20px 20px; color:var(--gold); } .aside-content-menu ul, .aside-content-menu ul li, .aside-content-menu ul li a{ position: relative; float: left; width: 100%; list-style: none; } .aside-content-menu ul li a{ font-weight: 300; padding: 20px 20px 20px 60px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color:var(--light); } .aside-content-menu ul li a span, .aside-content-menu ul li a img{ font-size: 1.25em; display: grid; align-items: center; justify-items: center; position: absolute; top: 0; left: 0; width: 60px; height: 100%; object-fit: contain; color:var(--gold); } .aside-content-menu ul li a img{ padding: 18px; } .aside-content-menu ul li a:hover{ color:var(--gold); } .aside-content-menu ul li a.active{ color:var(--gold); background:var(--text5); } .aside-content-menu ul li.showall{ padding: 20px; text-align: center; } .aside-content-menu ul li.showall a{ float: none; width: auto; height: auto; line-height: normal; padding: 10px 30px; border: 1px solid var(--gold); } .aside-content-menu ul li.showall a i{ font-size: 1.25em; margin-left: 10px; vertical-align: sub; } @media screen and (max-width:1200px){ .aside-header{ height: 100px; } .aside-header figure{ padding-left: 80px; } .aside-header figure img{ padding: 20px; width: 100px; } .aside-content{ padding: 100px 0 0 0; } .aside-content-menu h4{ padding: 25px 20px 15px 20px; } .aside-content-menu ul li a{ padding: 15px 20px 15px 60px; } .aside-content-menu ul li a img{ padding: 14px; } } @media screen and (max-width:800px){ .aside-header{ height: 80px; } .aside-header figure{ padding-left: 80px; } .aside-header figure img{ padding: 15px; width: 80px; } .aside-content{ padding: 80px 0 0 0; } }</style><style>.footer{ position: relative; float: left; width: 100%; padding: 20px; overflow: hidden; color: var(--light); background: var(--blue); border-top: 2px solid var(--gold); } .footer:before{ font-family: 'Material Symbols Outlined'; content: "\ef76"; position: absolute; top: -20%; right: -100px; width: 100%; height: 100%; font-size: 400px; line-height: 400px; text-align: right; opacity: 0.05; pointer-events: none; } .footer-menu{ position: relative; float: left; width: calc(100% / 4); padding: 20px; } .footer-menu h3{ font-size: 1.125em; font-weight: normal; margin-bottom: 10px; color: var(--gold); } .footer-menu ul, .footer-menu ul li{ list-style: none; } .footer-menu ul li a{ display: inline-block; font-size: 1em; line-height: 1.875em; font-weight: 200; text-transform: capitalize; border-bottom: 1px dotted transparent; } .footer-menu ul li a:hover{ color: var(--gold); border-bottom: 1px dotted currentColor; } .footer-social{ float: left; width: 100%; padding: 20px; } .footer-social > nav{ display: flex; justify-content: center; flex-wrap: wrap; margin-top: 10px; } .footer-social > nav a{ display:block; width: 40px; height: 40px; margin: 5px; } .footer-social > nav a img{ width: 100%; height: 100%; padding: 5px; object-fit: contain; } .footer-social p{ font-weight: 200; font-size: 1em; display: block; text-align: center; margin-top: 10px; color: var(--gold); } @media screen and (max-width:1200px){ .footer{ padding: 10px; } .footer-menu{ padding: 10px; } .footer-social > nav a{ width: 30px; height: 30px; } } @media screen and (max-width:800px){ .footer{ padding: 0; } .footer-menu{ width: calc(100% / 2); } .footer-menu h3{ margin-bottom: 5px; } .footer-menu:nth-of-type(2n+1){ clear: both; } .footer-social{ padding: 10px 10px 20px 10px; } }</style><style>.alert{ position:fixed; top:0; left:0; right:0; height:100%; width: 100%; overflow:auto; z-index:9999999; background:var(--blue20); } .alert-layout{ position:absolute; top:0; left:0; right:0; padding:40px; } .alert-box{ position:relative; width:100%; max-width:480px; margin: auto; overflow:hidden; background: var(--white); } .alert-box > h2{ position: relative; font-size:1.25em; line-height: 20px; font-weight: 700; padding:30px 70px 30px 30px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; color:var(--white); background:var(--blue); border-bottom: 2px solid var(--gold); } .alert-box > a{ font-size:1.25em; position:absolute; top:0; right:0; padding: 30px; z-index: 5; color:var(--light); } .alert-box > a:hover{ color:var(--gold); } .alert-box > section{ position: relative; line-height:1.8em; min-height:180px; padding:20px; } .alert-box > section strong, .alert-box > section b{ font-weight:bold; } .alert-box > section em, .alert-box > section i{ font-weight:300; font-style:italic; } .alert-box > section a{ font-style:italic; color: var(--gold); border-bottom:1px dotted currentcolor; } .alert-box > section a:hover{ border-bottom:1px solid currentcolor; } .alert-box > nav{ position: relative; float: right; display:block; padding:0 20px 10px 10px; } .alert-box > nav a{ font-size:1em; font-weight: bold; text-align:center; float:right; padding:10px 20px; min-width:120px; margin:0 0 10px 10px; color:var(--light); background:var(--blue); border: 1px solid var(--blue); } .alert-box > nav a.inline{ background:transparent; color:var(--blue); border: 1px solid var(--blue); } .alert-box > nav a:hover{ color:var(--blue); background:var(--gold); } .success .alert-box > h2{ color:var(--gold); background:var(--blue); border-bottom: 2px solid var(--gold); } .success .alert-box > a{ color:var(--gold); } .success .alert-box > a:hover{ color:var(--light); } .success .alert-box > nav a{ color:var(--gold); background:var(--blue); border: 1px solid var(--blue); } .success .alert-box > nav a.inline{ color:var(--blue); border: 1px solid var(--blue); background: transparent; } .success .alert-box > nav a:hover{ color:var(--blue); background:var(--gold); } .error .alert-box > h2{ color:var(--light); background:var(--red); border-bottom: 2px solid var(--gold); } .error .alert-box > a{ color:var(--light); } .error .alert-box > a:hover{ color:var(--blue); } .error .alert-box > nav a{ color:var(--light); background:var(--red); border: 1px solid var(--red); } .error .alert-box > nav a.inline{ color:var(--red); border: 1px solid var(--red); background: transparent; } .error .alert-box > nav a:hover{ color:var(--red); background:var(--blue); } .alert-loading{ display:none; position:fixed; top:0; left:0; width:100%; height:100%; z-index:8888888; background:var(--blue20); } .alert-loading-bar{ position:fixed; top:0; left:0; width:0%; height:5px; z-index:9999999; background: var(--gold); } .alert-cookies{ position: fixed; bottom: 0; left: 0; right: 0; max-width: 1920px; margin: auto; padding: 20px; z-index: 1000; transition: all 250ms ease; color: var(--light); background:var(--blue); border-top: 2px solid var(--gold); } .alert-cookies > h2{ font-size:1.25em; font-weight: 400; margin-bottom: 1%; color: var(--gold); } .alert-cookies > p{ font-weight: 200; letter-spacing: 0.5px; } .alert-cookies > nav{ float: left; width: 100%; margin-top: 10px; } .alert-cookies > nav a{ font-weight: 700; float: right; padding: 10px 30px; margin: 10px 0 0 10px; min-width: 120px; text-align: center; color: var(--blue); background: var(--gold); border: 1px solid transparent; } .alert-cookies nav a.inline{ font-weight: 400; background: transparent; color: var(--gold); border: 1px solid var(--gold); } .alert-cookies nav a:hover{ color: var(--light); background: var(--gold); } @media screen and (max-width:1400px){ .alert-cookies{ right: 0; width: calc(100% - 0px); max-width: calc(1920px - 0px); } } @media screen and (max-width:1200px){ .alert-layout{ padding:20px; } .alert-box{ max-width:380px; } .alert-box > h2{ padding:20px 60px 20px 20px; } .alert-box > a{ padding: 18px 20px; } .alert-box > a i{ font-size:1.25em; } .alert-box > section{ padding:10px; } .alert-box > nav{ padding:0 10px 0 0; } .alert-cookies{ padding: 10px; } } @media screen and (max-width:800px){ .alert-layout{ padding:10px; } } </style> <meta name="facebook-domain-verification" content="nhpxc6xhi337qt4syoc1fpaftelsmj" /> <meta name="p:domain_verify" content="d715de0b5439927b0931e71063343cff"/> </head> <body data-url="https://kadomain.com/" data-login="" data-user="" data-currency="USD"> <div class="javawebster"> <header class="header js-header"> <div class="header-box"> <div class="header-title"> <a href="https://kadomain.com/" class="header-title-icon js-header-menu"> <span class="material-symbols-outlined">menu</span> </a> <a href="https://kadomain.com/" class="header-title-text"> <img src="https://kadomain.com/img/icon/KADOMAIN.svg?v=2" alt="KADOMAIN Icon" /> <h2>KADOMAIN</h2> </a> </div> <div class="header-button"> <a href="https://kadomain.com/user/login"> <span class="material-symbols-outlined">vpn_key</span> login </a> </div> <div class="header-search"> <a href="https://kadomain.com/search"> <span class="material-symbols-outlined">search</span> </a> </div> </div> </header> <aside class="aside js-aside"> <div class="aside-header"> <a href="https://kadomain.com/"> <figure> <img src="https://kadomain.com/img/icon/KADOMAIN.svg?v=2" alt="Logo KADOMAIN" /> <figcaption>KADOMAIN</figcaption> </figure> </a> </div> <div class="aside-content"> <div class="aside-content-scroll js-aside-scroll"> <div class="aside-content-menu"> <h4> <a href="https://kadomain.com/tld"> Top-Level Domain </a> </h4> <ul> <li><a href="https://kadomain.com/tld/com" class="">COM<span class="material-symbols-outlined">verified</span></a></li><li><a href="https://kadomain.com/tld/net" class="">NET<span class="material-symbols-outlined">verified</span></a></li><li><a href="https://kadomain.com/tld/org" class="">ORG<span class="material-symbols-outlined">verified</span></a></li><li><a href="https://kadomain.com/tld/me" class="">ME<span class="material-symbols-outlined">verified</span></a></li><li><a href="https://kadomain.com/tld/ai" class="">AI<span class="material-symbols-outlined">verified</span></a></li> </ul> <h4><a href="https://kadomain.com/tld">CATEGORY</a></h4> <ul> <li><a href="https://kadomain.com/tld/all/3" class="">3 Letter<span class="material-symbols-outlined">stars</span></a></li><li><a href="https://kadomain.com/tld/all/4" class="">4 Letter<span class="material-symbols-outlined">stars</span></a></li><li><a href="https://kadomain.com/tld/all/5" class="">5 Letter<span class="material-symbols-outlined">stars</span></a></li><li><a href="https://kadomain.com/tld/all/6" class="">6 Letter<span class="material-symbols-outlined">stars</span></a></li><li><a href="https://kadomain.com/tld/all/alphabetic" class="">Alphabetic<span class="material-symbols-outlined">stars</span></a></li><li><a href="https://kadomain.com/tld/all/numeric" class="">Numeric<span class="material-symbols-outlined">stars</span></a></li> </ul> </div> </div> </div> </aside> <div class="main js-main"> <div class="main-layout padding20"> <div class="main-layout padding20"> <div class="main-layout width-300"> <div class="main-header"> <h1> PURCHASE TAZ8.COM <a href="https://kadomain.com/tld/com"> <span class="material-symbols-outlined">arrow_back</span> </a> </h1> <ol> <li><a href="https://kadomain.com/"><span class="material-symbols-outlined">home</span>Home</a></li><li><a href="https://kadomain.com/tld/com">Sell</a></li><li><a href="https://kadomain.com/sell/taz8.com">taz8.com</a></li> </ol> </div> <div class="detail border-top gold"> <div class="detail-box"> <div class="detail-image"> <figure> <img src="https://kadomain.com/img/domain/logo/400/taz8.com.webp" alt="taz8.com for Sale"> </figure> </div> <div class="detail-price js-domain "> <h2>TAZ8.COM</h2> <ul> <li> <label class="active"> <input name="purcase" value="buy" type="radio" checked> <p>Buy Now <span>$80</span> </p> </label> </li> <li> <label> <input name="purcase" value="pay" type="radio"> <p>Pay in Installments <span>$40 <i>x 2</i> </span> </p> <ul> <li>Begin Using Domain Immediately</li> <li>Yours After the Final Installment</li> <li>Cancel Anytime</li> <li><a href="https://kadomain.com/about/help">Learn More</a></li> </ul> </label> </li> <li> <a class="js-buy" data-buy="https://kadomain.com/sell/taz8.com" href="https://kadomain.com/sell/taz8.com/buy"> <i class="material-symbols-outlined">sell</i> PROCEED TO PAYMENT </a> </li> </ul> </div> </div> <header class="detail-header"> <h1>ABOUT TAZ8.COM</h1> </header> <ul class="detail-list"> <li> <span>Domain</span> taz8.com </li> <li> <span>Age</span> 1 years </li> <li> <span>Price</span> $80 </li> <li> <span>Name</span> taz8 </li> <li> <span>Top Level Domains</span> .com </li> <li> <span>Text Length</span> 4 letters </li> <li> <span>Type</span> Alphanumeric </li> <li> <span>Alphabet Length</span> 3 letters </li> <li> <span>Numeric Length</span> 1 letter </li> <li> <span>Creation Date</span> 2023-05-14 </li> <li> <span>Updated Date</span> 2024-04-18 </li> <li> <span>Expiry Date</span> 2025-05-14 </li> </ul> <header class="detail-header"> <h2>HISTORY TAZ8.COM</h2> </header> <ul class="detail-list"> <li> <a href="https://web.archive.org/web/*/taz8.com" target="_blank"> <span>Wayback Machine</span> taz8.com </a> </li> <li> <a href="https://whois.domaintools.com/taz8.com" target="_blank"> <span>Ownership History</span> taz8.com </a> </li> <li> <a href="https://www.google.com/search?q=site:taz8.com" target="_blank"> <span>Google Index Status</span> taz8.com </a> </li> <li> <a href="https://trends.google.com/trends/explore?q=taz8" target="_blank"> <span>Popularity Statistics</span> taz8.com </a> </li> <li> <a href="https://ahrefs.com/backlink-checker/?input=taz8.com&mode=subdomains" target="_blank"> <span>SEO Performance</span> taz8.com </a> </li> <li> <a href="https://en.wikipedia.org/w/index.php?title=Special:LinkSearch&target=*.taz8.com" target="_blank"> <span>Wikipedia Link</span> taz8.com </a> </li> </ul> <div class="main-box"><div class="main-layout padding20"><div class="main-layout padding10"><div class="paragraph-content"><h2>Introduction to taz8.com</h2><p>taz8.com is a vibrant, modern, and highly adaptable domain that combines simplicity with an energetic flair. The "taz8" name is dynamic, memorable, and eye-catching, making it an excellent choice for innovative startups, creative projects, or cutting-edge platforms. With the globally trusted ".com" extension, this domain ensures professionalism and credibility, setting the stage for a powerful digital presence.<br><br></p><ul><li><b>Length</b>: Compact and efficient, taz8.com is just 4 characters, making it quick to type and easy to share.</li><li><b>Relevance</b>: "taz8" has a fresh and versatile appeal, perfect for industries like technology, entertainment, or creative media.</li><li><b>Credibility</b>: The ".com" extension reinforces a professional and globally recognized foundation.</li></ul><p><br></p><p><br></p><h2>Potential Use Cases for taz8.com</h2><p>The adaptability of taz8.com allows it to fit a variety of purposes, such as:<br><br></p><ol><li>Tech Startup or Innovation Platform Create a hub for futuristic apps, digital tools, or cutting-edge tech solutions.</li><li>Creative Studio or Portfolio Site Showcase imaginative designs, branding projects, or multimedia creativity under this dynamic domain.</li><li>Entertainment or Gaming Platform Build an engaging space for gaming enthusiasts, streaming content, or entertainment services.</li><li>E-Commerce Store Develop a modern platform for marketing creative gadgets, trendy products, or digital services.</li><li>Educational Resource Hub Offer tutorials, courses, or resources focused on creative skills, technology, or innovation.</li></ol><p><br></p><p><br></p><h2>Why taz8.com is Valuable</h2><div><br></div><p><b>A. Distinctive and Memorable:</b><br><br></p><ul><li>The "taz8" name is catchy and easy to recall, giving it a unique and energetic identity.</li><li>Its concise format makes it perfect for branding and marketing efforts.</li></ul><p><br><b>B. Versatile and Creative:</b><br><br></p><ul><li>The "taz8" name works across various industries, giving it broad appeal and future-ready potential.</li><li>It resonates with audiences looking for modern, innovative, and exciting platforms.</li></ul><p><br><b>C. Power of ".com":</b><br><br></p><ul><li>As the most recognized domain extension, ".com" guarantees credibility and trust.</li><li>taz8.com positions itself as a reliable and impactful domain ready to serve a global audience.</li></ul><div><br></div><div><br></div></div></div></div></div></div> </div> <div class="main-layout width300 right"> <div class="sidelist"> <nav class="sidelist-content"> <h4>TLD PRODUCT</h4> <ul> <li><a class="" href="https://kadomain.com/sell/004d.com">004D.COM<mark>$80</mark></a></li><li><a class="" href="https://kadomain.com/sell/00eh.com">00EH.COM<mark>$80</mark></a></li><li><a class="" href="https://kadomain.com/sell/00if.com">00IF.COM<mark>$80</mark></a></li><li><a class="" href="https://kadomain.com/sell/00rl.com">00RL.COM<mark>$80</mark></a></li><li><a class="" href="https://kadomain.com/sell/00vk.com">00VK.COM<mark>$80</mark></a></li><li><a class="" href="https://kadomain.com/sell/wpaja.com">WPAJA.COM<mark>$250</mark></a></li><li><a class="active" href="https://kadomain.com/sell/taz8.com">TAZ8.COM<mark>$80</mark></a></li><li><a class="" href="https://kadomain.com/sell/bleui.com">BLEUI.COM<mark>$250</mark></a></li><li><a class="" href="https://kadomain.com/sell/gogya.com">GOGYA.COM<mark>$120</mark></a></li><li><a class="" href="https://kadomain.com/sell/kxx7.com">KXX7.COM<mark>$80</mark></a></li><li><a class="" href="https://kadomain.com/sell/sin4.com">SIN4.COM<mark>$80</mark></a></li><li><a class="" href="https://kadomain.com/sell/twe12ve.com">TWE12VE.COM<mark>$1,500</mark></a></li><li><a class="" href="https://kadomain.com/sell/fik2.com">FIK2.COM<mark>$80</mark></a></li><li><a class="" href="https://kadomain.com/sell/zo64.com">ZO64.COM<mark>$80</mark></a></li><li><a class="" href="https://kadomain.com/sell/bju1.com">BJU1.COM<mark>$80</mark></a></li><li><a class="" href="https://kadomain.com/sell/lo20.com">LO20.COM<mark>$80</mark></a></li><li><a class="" href="https://kadomain.com/sell/gzi6.com">GZI6.COM<mark>$80</mark></a></li><li><a class="" href="https://kadomain.com/sell/vurle.com">VURLE.COM<mark>$800</mark></a></li><li><a class="" href="https://kadomain.com/sell/geurl.com">GEURL.COM<mark>$250</mark></a></li><li><a class="" href="https://kadomain.com/sell/oturl.com">OTURL.COM<mark>$250</mark></a></li><li><a class="" href="https://kadomain.com/sell/dbye.net">DBYE.NET<mark>$120</mark></a></li><li><a class="" href="https://kadomain.com/sell/urlbo.com">URLBO.COM<mark>$120</mark></a></li><li><a class="" href="https://kadomain.com/sell/xxdb.net">XXDB.NET<mark>$120</mark></a></li><li><a class="" href="https://kadomain.com/sell/bbc-world.com">BBC-WORLD.COM<mark>$250</mark></a></li><li><a class="" href="https://kadomain.com/sell/cipotato.com">CIPOTATO.COM<mark>$1,500</mark></a></li><li><a class="" href="https://kadomain.com/sell/sialtv.com">SIALTV.COM<mark>$800</mark></a></li><li><a class="" href="https://kadomain.com/sell/kidton.com">KIDTON.COM<mark>$800</mark></a></li><li><a class="" href="https://kadomain.com/sell/digow.com">DIGOW.COM<mark>$800</mark></a></li><li><a class="" href="https://kadomain.com/sell/mrsil.com">MRSIL.COM<mark>$250</mark></a></li> </ul> <p><a href="https://kadomain.com/tld">SEE ALL PRODUCT</a></p> </nav> </div> </div> </div> </div> </div> <footer class="footer"> <div class="footer-menu"> <h3> <a href="https://kadomain.com/about"> KADOMAIN </a> </h3> <ul> <li><a href="https://kadomain.com/about/us">About Us</a></li><li><a href="https://kadomain.com/about/help">Help Center</a></li> </ul> </div> <div class="footer-menu"> <h3> <a href="https://kadomain.com/tld"> TOP-LEVEL DOMAIN </a> </h3> <ul> <li><a href="https://kadomain.com/tld/com">COM</a></li><li><a href="https://kadomain.com/tld/net">NET</a></li><li><a href="https://kadomain.com/tld/org">ORG</a></li><li><a href="https://kadomain.com/tld/me">ME</a></li><li><a href="https://kadomain.com/tld/ai">AI</a></li> </ul> </div> <div class="footer-menu"> <h3><a href="https://kadomain.com/tld">CATEGORY</a></h3> <ul> <li><a href="https://kadomain.com/tld/all/3" class="">3 Letter</a></li><li><a href="https://kadomain.com/tld/all/4" class="">4 Letter</a></li><li><a href="https://kadomain.com/tld/all/5" class="">5 Letter</a></li><li><a href="https://kadomain.com/tld/all/6" class="">6 Letter</a></li><li><a href="https://kadomain.com/tld/all/alphabetic" class="">Alphabetic</a></li><li><a href="https://kadomain.com/tld/all/numeric" class="">Numeric</a></li> </ul> </div> <div class="footer-menu"> <h3> <a href="https://kadomain.com/legal"> LEGAL </a> </h3> <ul> <li><a href="https://kadomain.com/legal/privacy">Privacy Policy</a></li><li><a href="https://kadomain.com/legal/cookies">Cookie Policy</a></li><li><a href="https://kadomain.com/legal/terms">Terms of Service</a></li> </ul> </div> <div class="footer-social"> <nav> <a href="https://www.youtube.com/@kadomain" target="_blank"><img src="https://kadomain.com/img/social/1742088053.svg" alt="Youtube"></a><a href="https://www.instagram.com/kadomaincom/" target="_blank"><img src="https://kadomain.com/img/social/1742087922.svg" alt="Instagram"></a> </nav> <p> <a href="https://kadomain.com/"> Copyright 2025 kadomain.com, All Rights Reserved. </a> </p> </div> </footer> <div class="alert-cookies js-cookies"> <h2>Cookie Policy</h2> <p> We use cookies and similar technologies to help the site provide a better user experience. By using the website you agree to our Cookie Policy, Terms of Use and Privacy Policy. </p> <nav> <a href="#accept-cookies" class="js-cookies-accept">OK</a> <a href="https://kadomain.com/legal/privacy" class="inline js-cookies-learn">Learn More</a> </nav> </div> </div> <script src="https://kadomain.com/js/jquery.js?v=2"></script> <script src="https://kadomain.com/js/simplebar.js?v=2"></script> <script src="https://kadomain.com/js/swiper.js?v=2"></script> <script src="https://kadomain.com/js/script/sse.js?v=2"></script> <script type="application/ld+json">{"@context":"https:\/\/schema.org\/","@type":"WebSite","url":"https:\/\/kadomain.com\/","name":"KADOMAIN.com","hasPart":{"@type":"DataFeed","name":"Kadomain RSS Feed","description":"Stay updated with the latest premium domain investments.","url":"https:\/\/kadomain.com\/rss","encodingFormat":"application\/rss+xml"}}</script> <script type="application/ld+json">{"@context":"https:\/\/schema.org\/","@type":"Organization","name":"KADOMAIN","email":"[email protected]","description":"Kadomain.com is a trusted platform for exclusive and premium domain names. With a focus on popular Top-Level Domains (TLDs) such as .com, .net, and .org, we provide carefully selected domains to strengthen your online brand identity.","url":"https:\/\/kadomain.com\/","image":"https:\/\/kadomain.com\/img\/KADOMAIN.svg","logo":"https:\/\/kadomain.com\/img\/KADOMAIN.png","sameAs":["https:\/\/www.youtube.com\/@kadomain","https:\/\/www.instagram.com\/kadomaincom\/","https:\/\/x.com\/kadomaincom"]}</script> <script type="application/ld+json">{"@context":"https:\/\/schema.org\/","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/kadomain.com\/"},{"@type":"ListItem","position":2,"name":"Sell","item":"https:\/\/kadomain.com\/tld\/com"},{"@type":"ListItem","position":3,"name":"taz8.com","item":"https:\/\/kadomain.com\/sell\/taz8.com"}]}</script> <script> var BASEURL = $("body").data("url"); var LOGIN = $("body").data("login"); var USERNAME = $("body").data("user"); var CURRENCY = $("body").data("currency"); var DATA = {}; DATA["username"] = USERNAME; funcSSEPlay("notif", DATA, function(data){ var SSE = data["data"] || []; SSE["notif"] = Number(SSE["notif"]) || 0; if(SSE["notif"] <= 0){ $(".js-notif-inbox").find("mark").remove(); }else{ $(".js-notif-inbox").find("mark").remove(); $(".js-notif-inbox").append('<mark>'+SSE["notif"]+'</mark>'); } }); </script> <script type="application/ld+json">{"@context":"https:\/\/schema.org\/","@type":"Product","name":"taz8.com","image":["https:\/\/kadomain.com\/img\/domain\/taz8.com.jpg","https:\/\/kadomain.com\/img\/domain\/200\/taz8.com.jpg","https:\/\/kadomain.com\/img\/domain\/300\/taz8.com.jpg","https:\/\/kadomain.com\/img\/domain\/400\/taz8.com.jpg","https:\/\/kadomain.com\/img\/domain\/600\/taz8.com.jpg","https:\/\/kadomain.com\/img\/domain\/800\/taz8.com.jpg","https:\/\/kadomain.com\/img\/domain\/logo\/taz8.com.webp","https:\/\/kadomain.com\/img\/domain\/logo\/200\/taz8.com.webp","https:\/\/kadomain.com\/img\/domain\/logo\/300\/taz8.com.webp","https:\/\/kadomain.com\/img\/domain\/logo\/400\/taz8.com.webp","https:\/\/kadomain.com\/img\/domain\/logo\/600\/taz8.com.webp","https:\/\/kadomain.com\/img\/domain\/logo\/800\/taz8.com.webp"],"description":"Domain: TAZ8.COM, Price: $80, Name: taz8, TLD: com, Created: 14-05-2023, Updated: 18-04-2024, Expires: 14-05-2025","brand":{"@type":"Brand","name":"Kadomain"},"review":{"@type":"Review","reviewRating":{"@type":"Rating","ratingValue":"4.8","ratingCount":6267,"bestRating":5},"author":{"@type":"Person","name":"Kadomain Marketplace"}},"aggregateRating":{"@type":"AggregateRating","ratingValue":"4.4","ratingCount":1495,"bestRating":5},"offers":{"@type":"Offer","url":"https:\/\/kadomain.com\/sell\/taz8.com","priceCurrency":"USD","price":"80","priceValidUntil":"2025-06-10","itemCondition":"https:\/\/schema.org\/UsedCondition","availability":"https:\/\/schema.org\/InStock"}}</script> <script> $(document).on("click", '.js-domain input', function(e){ var _val = $(this).val(); var _attr = $('.js-buy'); _attr.attr("href", _attr.data("buy")+"/"+_val); $('.js-domain').find("label").removeClass("active"); $(this).parents("label").addClass("active"); }); </script> <script> var scrollPosLast = 0; var scrollMargin = 10; var scrollCheckHeaderHeight = $('.js-header').height(); $(window).on('scroll', function() { var _tempScrollPos = $(document).scrollTop(); if (Math.abs(scrollPosLast - _tempScrollPos) > scrollMargin) { if (_tempScrollPos > scrollPosLast && _tempScrollPos > scrollCheckHeaderHeight) { $('.js-header').addClass('hidden'); } else { $('.js-header').removeClass('hidden'); } scrollPosLast = _tempScrollPos; } }); $(document).on("click", '.js-header-profile > a', function(e){ var _ol = $(this).siblings("ol"); if(_ol.length > 0){ e.preventDefault(); funcHeadeProfile(); return false; } }); $(document).on("click", function(e){ if (!$(e.target).closest('.js-header-profile').length) { funcHeadeProfile(true); } }); function funcHeadeProfile(_close=false){ var _profile = $('.js-header-profile > a'); var _ol = _profile.siblings("ol"); if(_close || _ol.is(":visible")){ _ol.fadeOut(); }else{ _ol.fadeIn(); } } $(document).on("click", '.js-header-menu', function(e){ e.preventDefault(); funcMenuSlide(); return false; }); function funcMenuSlide(_toggle="toggle"){ var _menu = $('.js-header-menu'); if(_toggle=="toggle"){ if(_menu.hasClass("active")){ _menu.removeClass("active"); $(".js-header").removeClass("active"); $(".js-aside").removeClass("active"); $(".js-main").removeClass("active"); $(".js-footer").removeClass("active"); $(".js-cookies").removeClass("active"); }else{ _menu.addClass("active"); $(".js-header").addClass("active"); $(".js-aside").addClass("active"); $(".js-main").addClass("active"); $(".js-footer").addClass("active"); $(".js-cookies").addClass("active"); } }else if(_toggle=="open"){ _menu.removeClass("active"); $(".js-header").removeClass("active"); $(".js-aside").removeClass("active"); $(".js-main").removeClass("active"); $(".js-footer").removeClass("active"); $(".js-cookies").removeClass("active"); }else{ _menu.addClass("active"); $(".js-header").addClass("active"); $(".js-aside").addClass("active"); $(".js-main").addClass("active"); $(".js-footer").addClass("active"); $(".js-cookies").addClass("active"); } } </script> <script> if($(window).width()>1200){ new SimpleBar($(".js-aside-scroll")[0]); } </script> <script> function funcAlert(_aTitle, _aDescription, _aButton = "OK", _aButtonAlt = "", _aSuccess = "", _aClose = true, _aCallback) { let _classSuccess = ""; if (_aSuccess === "error") { _classSuccess = "error"; } else if (_aSuccess === "success") { _classSuccess = "success"; } _aClose = !_aClose || _aClose === "false" ? false : true; let _html = ` <div class="alert js-alert ${_classSuccess}"> <div class="alert-layout"> <div class="alert-box"> <h2>${_aTitle}</h2> <section>${_aDescription}</section> <nav> `; if (Array.isArray(_aButton)) { _html += _aButton[2] ? `<a href="${_aButton[1]}" class="js-alert-ok" target="${_aButton[2]}">${_aButton[0]}</a>` : `<a href="${_aButton[1]}" class="js-alert-ok">${_aButton[0]}</a>`; } else { _html += `<a href="#${_aButton}" class="js-alert-ok">${_aButton}</a>`; } if (_aButtonAlt) { if (Array.isArray(_aButtonAlt)) { _html += _aButtonAlt[2] ? `<a href="${_aButtonAlt[1]}" class="inline js-alert-no" target="${_aButtonAlt[2]}">${_aButtonAlt[0]}</a>` : `<a href="${_aButtonAlt[1]}" class="inline js-alert-no">${_aButtonAlt[0]}</a>`; } else { _html += `<a href="#${_aButtonAlt}" class="inline js-alert-no">${_aButtonAlt}</a>`; } } _html += ` </nav> `; if (_aClose) { _html += `<a href="#close" class="js-alert-close"><i class="material-symbols-outlined">close</i></a>`; } _html += ` </div> </div> </div> `; let _HTML = $(_html).hide(); $("body").append(_HTML); _HTML.fadeIn(function () { if (typeof _aCallback === 'function') { $(".js-alert").on("click", function (e) { if (!$(e.target).closest('.alert-box').length && !$(this).find(".js-alert-close").length) { $(this).fadeOut(function () { $(this).remove(); }); _aCallback(false); } }); $(".js-alert .js-alert-ok, .js-alert .js-alert-no, .js-alert .js-alert-close").on("click", function () { $(this).closest(".js-alert").fadeOut(function () { $(this).remove(); }); _aCallback($(this).hasClass("js-alert-ok")); }); } else { $(".js-alert").on("click", function (e) { if (!$(e.target).closest('.alert-box').length && !$(this).find(".js-alert-close").length) { $(this).fadeOut(function () { $(this).remove(); }); } }); $(".js-alert .js-alert-ok, .js-alert .js-alert-no, .js-alert .js-alert-close").on("click", function () { $(this).closest(".js-alert").fadeOut(function () { $(this).remove(); }); }); } $(document).off('keyup', ".js-alert"); $(document).on('keyup', ".js-alert", function (e) { if (e.which === 13) { if ($(".js-alert .js-alert-ok").length > 0) { $(".js-alert .js-alert-ok").click(); } else if ($(".js-alert .js-alert-no").length > 0) { $(".js-alert .js-alert-no").click(); } else { $(".js-alert .js-alert-close").click(); } } }); $(".js-alert .js-alert-no, .js-alert .js-alert-close").focus(); $(".js-alert .js-alert-ok").focus(); }); } function funcLoading(percent, time = 0, callback) { percent = Math.min(100, Math.round(Number(percent || 0))); time = Number(time || 0); if (!$(".js-alert-loading").length) { $("body").append('<div class="alert-loading js-alert-loading"><div class="alert-loading-bar"> </div></div>'); } const _html = $(".js-alert-loading"); _html.show(); const animationOptions = { width: percent + "%" }; if (time > 0) { _html.children().stop().animate(animationOptions, (1000 * time), function() { if (percent >= 100) { _html.fadeOut(function() { _html.remove(); if (typeof callback === 'function') { callback(); } }); } }); } else { _html.children().animate(animationOptions); if (percent >= 100) { _html.fadeOut(function() { _html.remove(); if (typeof callback === 'function') { callback(); } }); } } } $(document).on("click", '.js-cookies-learn, .js-cookies-accept', function(e) { e.preventDefault(); const _parent = $(this).closest(".js-cookies"); const _name = _parent.find("h2").text().trim().toLowerCase().replace(/ /g, '_'); const _val = _parent.find("p").text().trim().replace(/\s\s+/g, ' '); functionCookiesAccept(_name, _val, 30); _parent.fadeOut(function() { $(this).remove(); }); if ($(this).hasClass("js-cookies-learn")) { window.location.href = $(this).attr("href"); } return false; }); function functionCookiesAccept(name, value, days) { const date = new Date(); date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); const expires = "expires=" + date.toUTCString(); document.cookie = `${name}=${value};${expires};path=/`; } </script> <script async src="https://www.googletagmanager.com/gtag/js?id=G-MXGLX6X7QE"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-MXGLX6X7QE'); </script> </body> </html>