Help
RSS
API
Feed
Maltego
Contact
Domain > www.poolservicemadesimple.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-05-18
3.216.214.21
(
ClassC
)
2026-03-05
198.54.116.51
(
ClassC
)
Port 80
HTTP/1.1 200 OKkeep-alive: timeout5, max100content-type: text/htmllast-modified: Sun, 01 Jun 2025 17:35:03 GMTaccept-ranges: bytescontent-length: 14976date: Thu, 05 Mar 2026 23:18:32 GMTserver: LiteSpeedx-turbo-charged-by: LiteSpeed !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Pool Service Made Simple | Essential Pool Maintenance E-Book/title> !-- All styles are embedded within this file for easy portability --> style> /* Color variables for consistent theming */ :root { --primary-color: #0296c0; --primary-light: #8ccade; --primary-dark: #006d8f; --secondary-color: #FFC107; --text-dark: #212121; --text-light: #FFFFFF; --background-light: rgba(245, 253, 255, 0.92); --background-dark: rgba(225, 245, 254, 0.92); --card-bg: rgba(255, 255, 255, 0.95); --overlay: rgba(0, 0, 0, 0.5); } /* Basic reset and common styles */ * { margin: 0; padding: 0; box-sizing: border-box; font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif; } body { background-image: url(https://page1.genspark.site/v1/base64_upload/536b989b815c3b8f5a4665c1fa961a97); background-size: cover; background-position: center; background-attachment: fixed; color: var(--text-dark); line-height: 1.6; } body::before { content: ; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(245, 253, 255, 0.4); z-index: -1; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } /* Button styles */ .btn { display: inline-block; background-color: var(--secondary-color); color: var(--text-dark); padding: 0.5rem 1.5rem; text-decoration: none; border-radius: 5px; font-weight: 600; transition: all 0.3s ease; border: none; cursor: pointer; } .btn:hover { background-color: #FFD54F; transform: translateY(-2px); } .btn-large { padding: 0.8rem 2rem; font-size: 1.1rem; } /* Hero section styles - with book cover */ .hero { padding: 4rem 0; position: relative; } .hero-content { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 2rem; position: relative; z-index: 1; background-color: var(--background-light); padding: 3rem; border-radius: 10px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); } .hero-text { flex: 1; min-width: 300px; } .book-cover { flex: 1; min-width: 300px; max-width: 450px; text-align: center; } .book-cover img { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 10px 25px rgba(0,0,0,0.15); } /* Heading styles */ h1 { font-size: 2.5rem; margin-bottom: 1rem; color: var(--primary-dark); } h2 { font-size: 2rem; margin-bottom: 1rem; color: var(--primary-dark); } h3 { font-size: 1.5rem; margin-bottom: 1rem; color: var(--primary-dark); } p { margin-bottom: 1.5rem; } /* Features section styles */ .features { padding: 4rem 0; position: relative; } .features-content { position: relative; z-index: 1; background-color: var(--background-light); padding: 2rem; border-radius: 10px; } .section-title { margin-bottom: 2rem; text-align: center; } .features-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 2rem; } .feature-card { background-color: var(--card-bg); border-radius: 10px; padding: 2rem; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: all 0.3s ease; border-left: 4px solid var(--primary-color); } .feature-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); } .feature-card h3 { margin-bottom: 1rem; display: flex; align-items: center; } .feature-card h3 span { margin-right: 10px; font-size: 1.8rem; } .feature-card p { margin-bottom: 1.5rem; } /* Audience section styles */ .audience { padding: 4rem 0; position: relative; } .audience-content { position: relative; z-index: 1; background-color: var(--background-dark); padding: 2rem; border-radius: 10px; } .audience-cards { display: flex; flex-wrap: wrap; gap: 2rem; justify-content: center; } .audience-card { background-color: var(--card-bg); border-radius: 10px; padding: 2rem; box-shadow: 0 5px 15px rgba(0,0,0,0.05); flex: 1; min-width: 250px; max-width: 350px; text-align: center; transition: all 0.3s ease; } .audience-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); } .audience-icon { font-size: 3.5rem; margin-bottom: 1rem; color: var(--primary-color); } /* Call to action section styles */ .cta-section { padding: 4rem 0; position: relative; } .cta-content { position: relative; z-index: 1; background-color: var(--primary-color); color: var(--text-light); padding: 3rem; border-radius: 10px; text-align: center; } .cta-section h2 { color: var(--text-light); } .cta-buttons { display: flex; gap: 1rem; justify-content: center; margin-top: 2rem; flex-wrap: wrap; } /* Footer styles */ footer { background-color: var(--primary-dark); color: var(--text-light); padding: 2rem 0; text-align: center; margin-top: 2rem; } .copyright { margin-top: 1rem; } /* Responsive styles */ @media (max-width: 768px) { .hero-content { flex-direction: column; padding: 2rem; } .hero-text { text-align: center; } .book-cover { max-width: 100%; margin: 0 auto; } .book-cover img { max-width: 80%; } h1 { font-size: 2rem; } h2 { font-size: 1.7rem; } } /* Utility classes */ .highlight { background-color: var(--secondary-color); padding: 0 5px; font-weight: bold; } /style>/head>body> !-- Hero Section with Book Cover --> section classhero> div classcontainer> div classhero-content> div classhero-text> h1>Pool Service Made Simple/h1> p>Your span classhighlight>NO-BS ALL-YOU-NEED GUIDE/span> for New Pool Techs and DIY Homeowners/p> p>This comprehensive digital handbook is the essential resource for anyone learning how to care for swimming pools - without the jargon or information overload./p> a hrefhttps://poolsolutions.gumroad.com/l/poolhandbook classbtn btn-large>Get the E-Book/a> /div> div classbook-cover> img srchttps://page1.genspark.site/v1/base64_upload/99ffa0b8de5bca806b16d0f17e64feaa altPool Service Made Simple Book Cover> /div> /div> /div> /section> !-- Features Section --> section classfeatures> div classcontainer> div classfeatures-content> div classsection-title> h2>What Youll Learn/h2> p>This no-fluff, straight-to-the-point digital guide gives you everything you need to succeed with pool maintenance./p> /div> div classfeatures-grid> div classfeature-card> h3>span>🧪/span> Water Chemistry/h3> p>Learn the fundamentals of pool water chemistry without getting lost in complicated explanations. Master testing, balancing, and maintaining perfect water conditions./p> a hrefhttps://poolsolutions.gumroad.com/l/poolhandbook classbtn>Learn More/a> /div> div classfeature-card> h3>span>🧰/span> Essential Tools/h3> p>Discover exactly which tools you actually need (and which ones are a waste of money). Build your toolkit efficiently with our expert recommendations./p> a hrefhttps://poolsolutions.gumroad.com/l/poolhandbook classbtn>See Details/a> /div> div classfeature-card> h3>span>⚙️/span> Equipment Basics/h3> p>Get a clear, practical understanding of how pool systems work—no technical background needed. This guide breaks down the basics so you can troubleshoot with confidence./p> a hrefhttps://poolsolutions.gumroad.com/l/poolhandbook classbtn>Find Out More/a> /div> div classfeature-card> h3>span>⚠️/span> Common Problems/h3> p>Learn to quickly identify and fix the most common pool issues before they become expensive disasters. Save time and money with preventative maintenance./p> a hrefhttps://poolsolutions.gumroad.com/l/poolhandbook classbtn>Get Solutions/a> /div> /div> /div> /div> /section> !-- Audience Section --> section classaudience> div classcontainer> div classaudience-content> div classsection-title> h2>Who This E-Book Is For/h2> p>Specifically designed for pool professionals, DIY enthusiasts, and homeowners/p> /div> div classaudience-cards> div classaudience-card> div classaudience-icon>🛠️/div> h3>Pool Technicians/h3> p>New to the industry? Get up to speed quickly with practical knowledge you can apply immediately. Build confidence and provide better service to your clients./p> a hrefhttps://poolsolutions.gumroad.com/l/poolhandbook classbtn>Get Your Copy/a> /div> div classaudience-card styletext-align: center;> div classaudience-icon>🔧/div> h3>DIYers/h3> p>Take control of your pool maintenance without feeling overwhelmed. Learn exactly what to do and when to do it with clear, straightforward instructions./p> a hrefhttps://poolsolutions.gumroad.com/l/poolhandbook classbtn>Buy Now/a> /div> div classaudience-card> div classaudience-icon>🏡/div> h3>Homeowners/h3> p>Understand what your pool service company should be doing and make informed decisions. Save money by handling simple tasks yourself./p> a hrefhttps://poolsolutions.gumroad.com/l/poolhandbook classbtn>Download Today/a> /div> /div> /div> /div> /section> !-- Call to Action Section --> section classcta-section> div classcontainer> div classcta-content> h2>Get Your Copy of Pool Service Made Simple/h2> p>Our comprehensive pool maintenance guide is the resource you need for maintaining beautiful, problem-free pools./p> div classcta-buttons> a hrefhttps://poolsolutions.gumroad.com/l/poolhandbook classbtn btn-large>Download the E-Book Now/a> /div> /div> /div> /section> !-- Footer --> footer> div classcontainer> div classcopyright> © 2025 PoolServiceMadeSimple.com - All Rights Reserved /div> /div> /footer>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]