Help
RSS
API
Feed
Maltego
Contact
Domain > flowymedia.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2023-05-28
104.18.35.103
(
ClassC
)
2026-02-18
185.199.108.153
(
ClassC
)
Port 80
HTTP/1.1 200 OKConnection: keep-aliveContent-Length: 17554Server: GitHub.comContent-Type: text/html; charsetutf-8Last-Modified: Wed, 06 Aug 2025 06:15:02 GMTAccess-Control-Allow-Origin: *ETag: 6892f2e6-4492expires: Wed, 18 Feb 2026 18:15:16 GMTCache-Control: max-age600x-proxy-cache: MISSX-GitHub-Request-Id: 7454:442C5:135DEBF:152788B:6995FF5BAccept-Ranges: bytesAge: 0Date: Wed, 18 Feb 2026 18:05:16 GMTVia: 1.1 varnishX-Served-By: cache-bfi-krnt7300044-BFIX-Cache: MISSX-Cache-Hits: 0X-Timer: S1771437916.053230,VS0,VE91Vary: Accept-EncodingX-Fastly-Request-ID: 0557f0f9671d797e2ff4ab553d9d5b64d4bd4c48 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>FlowyMedia - Grow Your Brand with Flowy Creativity/title> link hrefhttps://fonts.googleapis.com/css?familyInter:700|Rubik:400&displayswap relstylesheet> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css> style> :root { --text: #ffe1fb; --background: #0d000c; --primary: #fe78f4; --secondary: #a57501; --accent: #aafe0b; } * { margin: 0; padding: 0; box-sizing: border-box; } html { font-size: 100%; /* 16px */ } body { font-family: Rubik, sans-serif; font-weight: 400; overflow-x: hidden; background: var(--background); color: var(--text); } h1, h2, h3, h4, h5 { font-family: Inter, sans-serif; font-weight: 700; } h1 { font-size: 4.210rem; /* 67.36px */ } h2 { font-size: 3.158rem; /* 50.56px */ } h3 { font-size: 2.369rem; /* 37.92px */ } h4 { font-size: 1.777rem; /* 28.48px */ } h5 { font-size: 1.333rem; /* 21.28px */ } small { font-size: 0.750rem; /* 12px */ } /* Animated Gradient Background */ .hero { min-height: 100vh; position: relative; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--background) 0%, #1a0718 25%, #2d1b00 50%, #0d000c 75%, var(--background) 100%); position: relative; } /* Remove the gradient animation */ /* @keyframes gradientShift { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } */ /* Floating Shapes */ .floating-shapes { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 1; } .shape { position: absolute; border-radius: 50%; background: rgba(255, 225, 251, 0.1); backdrop-filter: blur(10px); animation: float 6s ease-in-out infinite; } .shape:nth-child(1) { width: 120px; height: 120px; top: 20%; left: 10%; animation-delay: 0s; } .shape:nth-child(2) { width: 80px; height: 80px; top: 60%; right: 15%; animation-delay: 2s; } .shape:nth-child(3) { width: 100px; height: 100px; bottom: 20%; left: 20%; animation-delay: 4s; } @keyframes float { 0%, 100% { transform: translateY(0px) rotate(0deg); } 50% { transform: translateY(-20px) rotate(180deg); } } /* Hero Content */ .hero-content { text-align: center; z-index: 2; position: relative; max-width: 900px; padding: 0 20px; } .hero h1 { font-size: clamp(2.5rem, 8vw, 4.210rem); margin-bottom: 1.5rem; background: linear-gradient(135deg, var(--text), #ffffff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: fadeInUp 1s ease-out; } .hero p { font-size: clamp(1rem, 2.5vw, 1.2rem); margin-bottom: 3rem; opacity: 0.9; line-height: 1.6; animation: fadeInUp 1s ease-out 0.2s both; } .hero-buttons { display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap; animation: fadeInUp 1s ease-out 0.4s both; } .btn { padding: 1rem 2.5rem; border: none; border-radius: 2rem; font-size: 1.1rem; font-weight: 600; cursor: pointer; transition: all 0.3s ease; text-decoration: none; display: inline-block; } .btn-primary { background: var(--primary); color: var(--background); box-shadow: 0 10px 30px rgba(254, 120, 244, 0.3); } .btn-primary:hover { transform: translateY(-3px); box-shadow: 0 15px 40px rgba(254, 120, 244, 0.4); background: #ff8ff7; } .btn-secondary { background: rgba(255, 225, 251, 0.1); color: var(--text); border: 2px solid rgba(255, 225, 251, 0.3); backdrop-filter: blur(10px); } .btn-secondary:hover { background: rgba(255, 225, 251, 0.2); transform: translateY(-3px); } @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } /* Services Section */ .services { padding: 8rem 2rem; background: linear-gradient(135deg, #1a0718, #2d1b00); position: relative; } .container { max-width: 1200px; margin: 0 auto; } .section-title { text-align: center; font-size: clamp(2rem, 5vw, 3.158rem); margin-bottom: 4rem; background: linear-gradient(135deg, var(--primary), var(--accent)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 3rem; margin-top: 4rem; } .service-card { background: rgba(255, 225, 251, 0.05); backdrop-filter: blur(20px); border: 1px solid rgba(255, 225, 251, 0.1); border-radius: 2rem; padding: 3rem 2rem; text-align: center; transition: all 0.4s ease; opacity: 0; transform: translateY(50px); } .service-card.animate { opacity: 1; transform: translateY(0); } .service-card:hover { transform: translateY(-10px) scale(1.02); box-shadow: 0 20px 60px rgba(254, 120, 244, 0.2); border-color: rgba(254, 120, 244, 0.3); } .service-icon { font-size: 3rem; background: linear-gradient(135deg, var(--primary), var(--accent)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 1.5rem; } .service-card h3 { font-size: 1.777rem; margin-bottom: 1rem; } .service-card p { opacity: 0.8; line-height: 1.6; } /* Portfolio Section */ .portfolio { padding: 8rem 2rem; background: var(--background); } .portfolio-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin-top: 4rem; } .portfolio-card { background: rgba(255, 225, 251, 0.03); border-radius: 1.5rem; overflow: hidden; transition: all 0.4s ease; position: relative; height: 300px; cursor: pointer; } .portfolio-card::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, var(--primary), var(--accent)); opacity: 0; transition: opacity 0.3s ease; } .portfolio-card:hover::before { opacity: 0.1; } .portfolio-card:hover { transform: translateY(-10px); box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3); } .portfolio-content { padding: 2rem; height: 100%; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; } .portfolio-stats { background: linear-gradient(135deg, var(--primary), var(--accent)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-size: 2rem; font-weight: 700; margin-bottom: 0.5rem; } .portfolio-card h3 { font-size: 1.333rem; margin-bottom: 0.5rem; } /* CTA Section */ .cta { padding: 8rem 2rem; background: linear-gradient(135deg, #1a0718 0%, #2d1b00 25%, var(--background) 50%, #1a0718 75%, var(--background) 100%); text-align: center; position: relative; overflow: hidden; } .cta::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url(data:image/svg+xml,svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 100 100>circle cx20 cy20 r3 fillrgba(255,225,251,0.1)/>circle cx80 cy40 r2 fillrgba(255,225,251,0.1)/>circle cx40 cy80 r4 fillrgba(255,225,251,0.1)/>/svg>); animation: float 8s ease-in-out infinite; } .cta h2 { font-size: clamp(2rem, 5vw, 3.158rem); margin-bottom: 2rem; position: relative; z-index: 2; color: var(--text); } .cta .btn-primary { font-size: 1.3rem; padding: 1.2rem 3rem; background: var(--primary); color: var(--background); border: none; position: relative; z-index: 2; box-shadow: 0 10px 30px rgba(254, 120, 244, 0.3); } .cta .btn-primary:hover { background: #ff8ff7; transform: translateY(-3px); box-shadow: 0 15px 40px rgba(254, 120, 244, 0.4); } /* Responsive */ @media (max-width: 768px) { .hero-buttons { flex-direction: column; align-items: center; } .services-grid { grid-template-columns: 1fr; } .portfolio-grid { grid-template-columns: 1fr; } h1 { font-size: 3rem; } h2 { font-size: 2.5rem; } h3 { font-size: 2rem; } } /* Scroll animations */ .fade-in { opacity: 0; transform: translateY(30px); transition: all 0.6s ease; } .fade-in.visible { opacity: 1; transform: translateY(0); } /style>/head>body> !-- Hero Section --> section classhero> div classfloating-shapes> div classshape>/div> div classshape>/div> div classshape>/div> /div> div classhero-content> h1>Grow Your Brand with Flowy Creativity/h1> p>We help startups, local businesses, and influencers dominate social media with viral videos, stunning content, and smart ads./p> div classhero-buttons> a href# classbtn btn-primary>Get Started/a> a href#portfolio classbtn btn-secondary>See Our Work/a> /div> /div> /section> !-- Services Section --> section classservices idservices> div classcontainer> h2 classsection-title fade-in>Our Services/h2> div classservices-grid> div classservice-card fade-in> div classservice-icon> i classfas fa-video>/i> /div> h3>Content Creation/h3> p>Short & long-form videos that captivate your audience and drive engagement across all platforms./p> /div> div classservice-card fade-in> div classservice-icon> i classfas fa-bullhorn>/i> /div> h3>Paid Ad Campaigns/h3> p>Meta & Google Ads that convert browsers into buyers with data-driven strategies./p> /div> div classservice-card fade-in> div classservice-icon> i classfas fa-chart-line>/i> /div> h3>Websites, SEO & Analytics/h3> p>Complete digital presence optimization to maximize your online visibility and growth./p> /div> /div> /div> /section> !-- Portfolio Section --> section classportfolio idportfolio> div classcontainer> h2 classsection-title fade-in>Results That Speak/h2> div classportfolio-grid> div classportfolio-card fade-in> div classportfolio-content> div classportfolio-stats>+300%/div> h3>Engagement Boost/h3> p>Local restaurant chain saw massive growth in just 3 months/p> /div> /div> div classportfolio-card fade-in> div classportfolio-content> div classportfolio-stats>10K/div> h3>Followers Gained/h3> p>Fitness influencer doubled their audience in 2 months/p> /div> /div> div classportfolio-card fade-in> div classportfolio-content> div classportfolio-stats>$50K/div> h3>Revenue Generated/h3> p>E-commerce startups first quarter success story/p> /div> /div> div classportfolio-card fade-in> div classportfolio-content> div classportfolio-stats>2M+/div> h3>Video Views/h3> p>Viral campaign that put our client on the map/p> /div> /div> /div> /div> /section> !-- CTA Section --> section classcta> div classcontainer> h2>Lets Create Something Viral Together 🚀/h2> a href# classbtn btn-primary>Book a Free Strategy Call/a> /div> /section> script> // Scroll animations const observerOptions { threshold: 0.1, rootMargin: 0px 0px -50px 0px }; const observer new IntersectionObserver((entries) > { entries.forEach(entry > { if (entry.isIntersecting) { entry.target.classList.add(visible); if (entry.target.classList.contains(service-card)) { entry.target.classList.add(animate); } } }); }, observerOptions); // Observe all fade-in elements document.querySelectorAll(.fade-in, .service-card).forEach(el > { observer.observe(el); }); // Smooth scrolling for anchor links document.querySelectorAll(ahref^#).forEach(anchor > { anchor.addEventListener(click, function (e) { e.preventDefault(); const target document.querySelector(this.getAttribute(href)); if (target) { target.scrollIntoView({ behavior: smooth }); } }); }); // Parallax effect for floating shapes window.addEventListener(scroll, () > { const scrolled window.pageYOffset; const shapes document.querySelectorAll(.shape); shapes.forEach((shape, index) > { const speed 0.5 + (index * 0.1); shape.style.transform `translateY(${scrolled * speed}px) rotate(${scrolled * 0.1}deg)`; }); }); /script>/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
]