One Hat Cyber Team
Your IP :
216.73.216.186
Server IP :
88.222.243.1
Server :
Linux in-mum-web1837.main-hosting.eu 5.14.0-503.34.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Mar 27 06:00:50 EDT 2025 x86_64
Server Software :
LiteSpeed
PHP Version :
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
u322583024
/
domains
/
biocera.in
/
public_html
/
View File Name :
filter.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <title>Biocera</title> <!-- Fav Icon --> <link rel="icon" href="assets/images/log.png" type="image/x-icon"> <!-- Google Fonts --> <link href="https://fonts.googleapis.com/css2?family=Spartan:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap" rel="stylesheet"> <!-- Stylesheets --> <link href="assets/css/font-awesome-all.css" rel="stylesheet"> <link href="assets/css/flaticon.css" rel="stylesheet"> <link href="assets/css/owl.css" rel="stylesheet"> <link href="assets/css/bootstrap.css" rel="stylesheet"> <link href="assets/css/jquery.fancybox.min.css" rel="stylesheet"> <link href="assets/css/animate.css" rel="stylesheet"> <link href="assets/css/jquery-ui.css" rel="stylesheet"> <link href="assets/css/nice-select.css" rel="stylesheet"> <link href="assets/css/color.css" rel="stylesheet"> <link href="assets/css/style.css" rel="stylesheet"> <link href="assets/css/responsive.css" rel="stylesheet"> </head> <style> .shop-block-one .inner-box { background: linear-gradient(145deg, #25a0d4, #e8f5e9); border-radius: 16px; padding: 20px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); position: relative; overflow: hidden; transition: all 0.3s ease; } .shop-block-one .inner-box:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15); } .shop-block-one .image-box { text-align: center; padding: 20px; background: #ffffff; border-radius: 12px; } .shop-block-one .image-box img { max-height: 250px; object-fit: contain; } .tone-selector { display: flex; align-items: center; gap: 10px; } .tone-swatch { width: 20px; height: 20px; border-radius: 50%; border: 2px solid #ccc; cursor: pointer; transition: border 0.3s; } .tone-swatch:hover { border-color: #01579b; } .shop-block-one .image-box{ background: linear-gradient(135deg, #e0f7fa, #e8f5e9); /* light blue to light green */ } th{ color: black; } td{ color: black; } p { position: relative; font-family: 'Spartan'; color: #000000; font-weight: 400; margin: 0px; transition: all 500ms ease; font-size: 16px; text-align: justify; } .shop-block-one .image-box{ background: none; } @media(max-width:768px){ .shop-block{ display:block!important; } } </style> <!-- page wrapper --> <body> <div class="boxed_wrapper"> <!-- preloader --> <!-- preloader end --> <!-- main header --> <?php include 'header.php'?> <!-- main-header end --> <!-- Mobile Menu --> <!-- Page Title --> <section class="page-title centred" style="background-image: url(assets/images/background/page-title.jpg);"> <div class="shape" style="background-image: url(assets/images/shape/banner-shap.png);"></div> <div class="auto-container"> <div class="content-box"> <h1>Biocer Ionizer WI-7600</h1> </div> </div> </section> <!-- End Page Title --> <!-- shop-page-section --> <section class="shop-page-section"> <div class="auto-container"> <div class="row clearfix"> <div class="col-lg-12 col-md-12 col-sm-12 content-side"> <div class="our-shop"> <div class="row clearfix"> <div class="col-lg-12 col-md-6 col-sm-12 shop-block" style="display: flex;"> <div class="col-md-6 col-sm-12 shop-block"> <div class="shop-block-one wow fadeInUp animated" data-wow-delay="300ms" data-wow-duration="1500ms"> <div class="inner-box"> <figure class="image-box"> <img id="product-image" src="assets/images/resource/shop/bwi76.png" alt="Biocer Ionizer WI-600"> </figure> <div class="lower-content"> <div class="shape" style="background-image: url(assets/images/shape/shape-7.png);"></div> <h4>Biocer Ionizer WI-7600</h4> <div class="tone-selector mt-2"> <span style="color:black">Select Tone:</span> <button onclick="changeTone('bwi76.png')" class="tone-swatch" style="background:#ddd;" title="Tone 1"></button> <button onclick="changeTone('bwi762.png')" class="tone-swatch" style="background:#721b46;" title="Tone 2"></button> </div> </div> </div> </div> </div> <div class="col-md-6 col-sm-12 shop-block"> <p >When Biocera Water Ionizer electrolyzes the source water, alkaline ionized water is created with (+) ions (potassium, calcium, and magnesium) and acidic ionized water with (-) ions (chlorine, phosphorus, and sulfur) are separated. The alkaline ionized water refers to water with a pH of 8.5 to 10 and has small water clusters than normal water with an antioxidant effect which is good for drinking water. On the other hand, the acidic ionized water refers to water with a pH of 4 to 6, which improves atopic dermatitis condition and moisturizes the skin.</p> <p>Our body consists of 90% water. The blood takes an important role that supplies oxygen, nutrition, and minerals to each organ, and also carries the body wastes to the excretory organs. If it cannot dissolve the various matters, it also cannot do those things. Everyone knows the importance of water on the ecosystem in the world. All creatures depend on water for a living. </p> </div> </div> <style> .tone-selector { display: flex; align-items: center; gap: 10px; margin-top: 10px; } .tone-swatch { width: 20px; height: 20px; border-radius: 50%; border: 2px solid #fff; cursor: pointer; transition: border 0.3s; } .tone-swatch:hover { border-color: #000; } .responsive-table { width: 100vw; /* Full viewport width */ overflow-x: auto; } .responsive-table table { width: 100%; border-collapse: collapse; min-width: 600px; } .responsive-table th, .responsive-table td { padding: 12px 15px; border: 1px solid #ccc; text-align: left; } .responsive-table th { background-color: #f4f4f4; font-weight: bold; } /* Responsive tweaks */ @media (max-width: 768px) { .responsive-table table { font-size: 14px; } } @media (max-width: 480px) { .responsive-table table { font-size: 12px; } .responsive-table th, .responsive-table td { padding: 10px; } } </style> <div class="responsive-table"> <table border="1" cellpadding="8" cellspacing="0"> <thead> <tr> <th style="background-color: #27a1d4;" >Category</th> <th style=" background-color: #67ab46;">Biocera WI-7600</th> </tr> </thead> <tbody> <!-- 20 rows --> <!-- You can use a loop in PHP or JS if needed --> <tr><td></td><td>Biocera Ionizer WI-7600</td></tr> <tr><td>ON/OFF Method</td><td>Solenoid Valve Type [Type: ON.OFF Button]</td></tr> <tr><td>Washing Method</td><td>Auto Cleaning System[Automatic Channel Switch]<br> [DARC] Drinking After 5 second when Turned ON</td></tr> <tr><td>Power Consumption</td><td>120VA[Low Power Consumption]</td></tr> <tr><td>Operating Method</td><td>Touch Switch Method</td></tr> <tr><td>Filter Method</td><td>Quantity :2 in 1 (Step 10)<br> Carbon Block,Granular Activated Carbon, Sediment<br> Nonwoven Fabric, Calcium, Silver Ion Ceramic<br> Superceramic, Antibacterial Ceramic.</td></tr> <tr><td>Display</td><td>LED</td></tr> <tr><td>Generating Step</td><td>Alkaline Water: Step 4<br> Acidic Water:Step 2<br> Filtration:Step 1</td></tr> <tr><td>Ionization Method</td><td>Electrolysis(Precise Outlet pH & ORP) No need adding minerals</td></tr> <tr><td>pH Range</td><td>Alkaline 8.5~11.0, Acid 3~6.9, 4 Alkaline Levels and 2 Acid Levels(Userful pH range within KFDA safety Limits)</td></tr> <tr><td>ORP Range</td><td>0 to -700mV (Useful ORP within or inkalble safty limit)</td></tr> <tr><td>No. Of Filters</td><td>10 Stage Multi layer Filter</td></tr> <tr><td>Plate Surface area</td><td>Plate size:113mm*64m</td></tr> <tr><td>Plate Material</td><td>7 Plate, Platinum/Titanium/Solid</td></tr> <tr><td>Plate Design </td><td>Plate Type</td></tr> <tr><td>Periodic Automatic Cleaning</td><td>Yes, DARC(Double Auto Reverse Cleaning) System Auto<br> Auto Cleaning after every 4 times use</td></tr> <tr><td>Power Consumption</td><td>max 230w</td></tr> <tr><td>pH Control Function</td><td>28 Levels pH Level Adjustment Function:<br> (1) Alkaline 1*7 level <br> (2) Alkaline 2*7 level <br>(3) Alkaline 3*7 level<br> (4)Alkaline 4*7 level <br> (5)Purified <br> (6)Acidic <br> (7)Acidic 2</td></tr> <tr><td>Memory Used</td><td>Alkaline Water / Acidic Water / Purified Water</td></tr> <tr><td>Button Type</td><td>Touch Panel Type</td></tr> <tr><td>Voice</td><td>Korean, English , Germa , Hispanic , Chinese & Russian</td></tr> </tbody> </table> </div> </div> </div> </div> </div> </div> </section> <!-- shop-page-section end --> <!-- main-footer --> <?php include 'footer.php'?> <!-- main-footer end --> <!--Scroll to top--> <button class="scroll-top scroll-to-target" data-target="html"> <span class="fal fa-angle-up"></span> </button> </div> <script> function changeTone(filename) { document.getElementById('product-image').src = 'assets/images/resource/shop/' + filename; } </script> <!-- jequery plugins --> <script src="assets/js/jquery.js"></script> <script src="assets/js/popper.min.js"></script> <script src="assets/js/bootstrap.min.js"></script> <script src="assets/js/owl.js"></script> <script src="assets/js/wow.js"></script> <script src="assets/js/validation.js"></script> <script src="assets/js/jquery.fancybox.js"></script> <script src="assets/js/appear.js"></script> <script src="assets/js/scrollbar.js"></script> <script src="assets/js/jquery-ui.js"></script> <script src="assets/js/isotope.js"></script> <script src="assets/js/jquery.nice-select.min.js"></script> <!-- main-js --> <script src="assets/js/script.js"></script> </body><!-- End of .page_wrapper --> <!-- Mirrored from azim.commonsupport.com/Acuasafe/shop.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 03 May 2025 11:49:11 GMT --> </html>