��<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <link rel="stylesheet" type="text/css" href="style.css"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>cwcilab organic moisturizer ingredients testing information </title> <meta name="cwcilab information" content="links to pages, chatbot"> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <style> /* General styling */ * { box-sizing: border-box; } body { font-family: Verdana, sans-serif; margin: 0; padding: 0; } /* Slideshow container */ .slideshow-container { max-width: 1000px; position: relative; margin: auto; overflow: hidden; /* Prevent overflow issues */ } /* Caption text */ .text { color: #f2f2f2; font-size: 15px; padding: 8px 12px; position: absolute; bottom: 8px; width: 100%; text-align: center; background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */ } /* Number text (e.g., 1/3) */ .numbertext { color: #f2f2f2; font-size: 12px; padding: 8px 12px; position: absolute; top: 0; } /* The dots/bullets/indicators */ .dot { height: 15px; width: 15px; margin: 0 2px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; cursor: pointer; } .active { background-color: #717171; } /* Fading animation */ .fade { animation-name: fade; animation-duration: 1.5s; } @keyframes fade { from { opacity: 0.4; } to { opacity: 1; } } /* Responsive design */ img { width: 100%; height: auto; max-height: 400px; /* Limit image height */ object-fit: cover; /* Ensure images maintain aspect ratio */ } /* On smaller screens, decrease text size */ @media only screen and (max-width: 300px) { .text { font-size: 11px; } } </style> </head> <body> <h2><p= style"text-align: center;">Try OCEAN45 Organic Cream</p></h2> <p style="text-align: center;">CWCILAB home of OCEAN45 Organic Moisturizer</p> <div class="slideshow-container"> <div class="mySlides fade"> <div class="numbertext">1 / 4</div> <img src="images/isapic.jpg" alt="Ocean45 Ambassador blond lady"> <div class="text">LIZA Ocean45 Ambassador</div> </div> <div class="mySlides fade"> <div class="numbertext">2 / 4</div> <img src="images/cream30g.jpg" alt="Ocean45 organic 30g"> <div class="text">Organic 30g Ocean45</div> </div> <div class="mySlides fade"> <div class="numbertext">3 / 4</div> <img src="images/farm.jpg" alt="Ocean45 organic farm"> <div class="text">Organic Farm</div> </div> <div class="mySlides fade"> <div class="numbertext">4 / 4</div> <img src="images/green2.jpg" alt="Ocean45 organic 180g"> <div class="text">Ocean45 organic 180g</div> </div> </div> <div> <!-- Navigation dots --> <div style="text-align: center;"> <span class="dot" onclick="currentSlide(1)"></span> <span class="dot" onclick="currentSlide(2)"></span> <span class="dot" onclick="currentSlide(3)"></span> <span class="dot" onclick="currentSlide(4)"></span> </div> </div> <script> let slideIndex = 0; // Initialize slide index showSlides(); // Function to display slides automatically function showSlides() { let slides = document.getElementsByClassName("mySlides"); let dots = document.getElementsByClassName("dot"); // Hide all slides for (let i = 0; i < slides.length; i++) { slides[i].style.display = "none"; } // Update slide index slideIndex++; if (slideIndex > slides.length) { slideIndex = 1; // Loop back to the first slide } // Remove active class from all dots for (let i = 0; i < dots.length; i++) { dots[i].className = dots[i].className.replace(" active", ""); } // Display the current slide and mark its dot as active slides[slideIndex - 1].style.display = "block"; dots[slideIndex - 1].className += " active"; // Change image every 3 seconds setTimeout(showSlides, 3000); } // Function to manually navigate to a specific slide function currentSlide(n) { let slides = document.getElementsByClassName("mySlides"); let dots = document.getElementsByClassName("dot"); // Hide all slides for (let i = 0; i < slides.length; i++) { slides[i].style.display = "none"; } // Remove active class from all dots for (let i = 0; i < dots.length; i++) { dots[i].className = dots[i].className.replace(" active", ""); } // Display the selected slide and mark its dot as active slides[n - 1].style.display = "block"; dots[n - 1].className += " active"; } </script> <style>/*flash*/ body { text-align: center; margin-top: 50px; } .flashing { font-size: 10px; /* Larger font size */ animation: flash 2s infinite; } @keyframes flash { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } } </style> <style> body { /* Set a basic font for body */ margin: 0; /* Remove default margins */ padding: 20px; /* Add padding to the body */ } .container { display: flex; /* Enable flexbox */ margin-bottom: 40px; /* Adds space between sections */ } .color-area { flex: 1; /* Text area takes up available space */ background-color: white; /* Background color for the text area was Lightblue changed in white */ padding: 20px; /* Padding inside text area */ } .image-area { flex: 1; /* Image area takes up available space */ padding: 10px; /* Padding inside image area */ text-align: center; /* Center-align images */ } .image-area img { max-width: 100%; /* Ensure image doesn't exceed its container */ height: auto; /* Maintain aspect ratio */ display: block; /* Ensure images display correctly */ } .center-container { display: flex; flex-direction: column; /* Stack vertically */ align-items: center; /* Center items horizontally */ margin-bottom: 40px; /* Adds space below the center section */ } .center-container img { max-width: 400px; height: auto; margin-bottom: 20px; } p { font-size: 16px; margin: 0; } h1, h2 { margin: 0; } <style> body { background: #f8f9fa; padding: 20px; font-family: 'Segoe UI', system-ui, sans-serif; margin: 0; } h1 { text-align: center; color: #2c3e50; margin: 20px 0 30px; font-size: 28px; } .products { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; max-width: 800px; margin: 0 auto; } .product { background: white; padding: 18px 12px; width: 150px; text-align: center; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.08); font-size: 14px; display: flex; flex-direction: column; align-items: center; gap: 10px; } .product img { width: 100%; max-width: 120px; height: auto; border-radius: 8px; } .product strong { color: #e74c3c; font-size: 16px; } .wave { height: 50px; background: #3498db; margin: 40px auto 20px; width: 80%; max-width: 600px; border-radius: 50% 50% 0 0 / 100% 100% 0 0; } footer { text-align: center; margin-top: 30px; color: #7f8c8d; font-size: 14px; } </style> <body> <nav> <a href="index.html">Home</a> | <a href="return.html">Return/Refund</a> | <a href="product.html">Product</a> | <a href="contact.html">Contact</a> </nav> <h1><p style="text-align:center;">CWCILAB ORGANIC MOISTURIZING CREAM</p></h1> <div> <h3><strong>To Order: cwcilab@gmail.com (same day response)</h3></strong> </div> <h2>OCEAN45 CREAM</h2> <div class="products"> <div class="product"> <img src="images/cream30g.jpg" alt="moisturizing organic 30g cream"> >���<br>Carry-on organic cream (4weeks jar)<br><strong>30g OCEAN45 Organic cream: $29.00</strong> </div> <div class="product"> <img src="images/cream180g.jpg" alt="medium jar moisturizing 180g cream"> <�o�<br>Ocean 45 Organic Moisturizer (2years jar)<br><strong>180g OCEAN45 organic$100.00</strong> </div> <div class="product"> <img src="images/men classic.jpg" alt="men moisturizing organic cream"> <�o�<br>Men Classic 180g Organic Moisturizer (2years jar)<br><strong>180g OCEAN45 Men Classic:$100.00</strong> </div> <div class="product"> <img src="images/ocean450g.jpg" alt="450g moisturizing cream organic"> >���<br>Ocean45 Organic 450g Moisturizing Cream(3years jar)<br><strong>450g Ocean45 Organic $250.00</strong> </div> </div> <div class="wave"></div> <div> <div class="container"> <div class="color-area"> <h2>ONE DOT AND YOU'LL KNOW</h2> <p>Try it, see, and feel it. </p> <div> <h2>EXPLORE THE BENEFITS:</h2> <div> <a href= "ingredientpercent.html"> <button class="learn-more-button">INGREDIENTS PERCENTAGE</button></a> <a href= "transparency.html"> <button class="learn-more-button">INGREDIENTS LIST</button></a> <a href= "product.html"> <button class="learn-more-button">PRODUCT</button></a> <a href= "reviews.html"> <button class="learn-more-button">REVIEWS</button></a> <a href= "testing.html"> <button class="learn-more-button">TESTING</button></a> <a href= "comparebrands.html"> <button class="learn-more-button">COMPARE BRANDS </button></a> </div> </div> <div> <h2>MISSION-OUR SENIORS<h2> <div> <a href= "mission.html"> <button class="learn-more-button">MISSION</button></a> </div> <h2>Orders via Email: cwcilab@gmail.com </h2> </div></div> <div> <div> <!--TAWKto--> <script type="text/javascript"> var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date(); (function(){ var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0]; s1.async=true; s1.src='https://embed.tawk.to/67d658929a12e6190d16a6cd/1imekjvje'; s1.charset='UTF-8'; s1.setAttribute('crossorigin','*'); s0.parentNode.insertBefore(s1,s0); })(); </script> <!--Taawkto--> </div> </div> </body> </html>