Help
RSS
API
Feed
Maltego
Contact
Domain > amournexus.info
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-08-19
104.21.29.178
(
ClassC
)
2025-12-08
172.67.149.146
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Mon, 08 Dec 2025 04:48:27 GMTContent-Type: text/html; charsetutf-8Transfer-Encoding: chunkedConnection: keep-aliveServer: cloudflareNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Cache-Control: no-cache, no-store, must-revalidateReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?s91ar1flF8GVZjfMhVdGroK3p%2FNgRNqdjE6zFdgCw5rhRd%2BEjPaj6E8BqVnsPoPfD4msE5qgP54NncoWKWIjgIpnLhsckvhp8kXbRFK0%3D}}Expires: Mon, 08 Dec 2025 04:48:27 GMTSet-Cookie: _subid2rnlb2b2fknkr; expiresThu, 08 Jan 2026 04:48:27 GMT; path/Set-Cookie: 6525deyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkYXRhIjoie1wic3RyZWFtc1wiOntcIjMzNjkyXCI6MTc2NTE2OTMwN30sXCJjYW1wYWlnbnNcIjp7XCIzODA0XCI6MTc2NTE2OTMwN30sXCJ0aW1lXCI6MTc2NTE2OTMwN30ifQ.bLTiMwM_o9Wbi1Oxn-M0yu_xxVNQ5nghU3AzPl5SCpQ; expiresTue, 09 Dec 2025 04:48:27 GMT; path/Vary: Accept-EncodingAccess-Control-Allow-Origin: *cf-cache-status: DYNAMICCF-RAY: 9aa9a169efe85ef0-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langen>head>base href/kvlcofgj4cg/us_datingwhitepage_4/index.html> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Stellar - Written in the Stars/title> style> @import url(https://fonts.googleapis.com/css2?familyOrbitron:wght@400;500;700;800;900&familySpace+Grotesk:wght@300;400;500;600;700&displayswap); * { margin: 0; padding: 0; box-sizing: border-box; } :root { --cosmic-purple: #6c5ce7; --stellar-blue: #74b9ff; --nebula-pink: #fd79a8; --galaxy-gold: #fdcb6e; --aurora-green: #00b894; --meteor-orange: #e17055; --space-dark: #0f0f23; --deep-space: #1a1a2e; --star-white: #ffffff; --cosmic-glow: rgba(108, 92, 231, 0.5); } body { font-family: Space Grotesk, sans-serif; background: var(--space-dark); color: var(--star-white); overflow-x: hidden; line-height: 1.6; } /* Starfield Background */ .starfield { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; background: radial-gradient(2px 2px at 20px 30px, #eee, transparent), radial-gradient(2px 2px at 40px 70px, rgba(255,255,255,0.8), transparent), radial-gradient(1px 1px at 90px 40px, #fff, transparent), radial-gradient(1px 1px at 130px 80px, rgba(255,255,255,0.6), transparent), radial-gradient(2px 2px at 160px 30px, #ddd, transparent), linear-gradient(135deg, var(--space-dark) 0%, var(--deep-space) 50%, #16213e 100%); background-repeat: repeat; background-size: 200px 100px; animation: twinkle 20s linear infinite; } @keyframes twinkle { 0% { transform: translateY(0); } 100% { transform: translateY(-100px); } } /* Cosmic Nebula Effects */ .nebula { position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 1; } .nebula-cloud { position: absolute; border-radius: 50%; filter: blur(60px); animation: drift 25s ease-in-out infinite; } .nebula1 { width: 300px; height: 300px; background: radial-gradient(circle, var(--cosmic-purple), transparent); top: 10%; left: 20%; animation-delay: 0s; } .nebula2 { width: 400px; height: 400px; background: radial-gradient(circle, var(--stellar-blue), transparent); top: 50%; right: 10%; animation-delay: 8s; } .nebula3 { width: 250px; height: 250px; background: radial-gradient(circle, var(--nebula-pink), transparent); bottom: 20%; left: 10%; animation-delay: 16s; } @keyframes drift { 0%, 100% { transform: translate(0, 0) rotate(0deg); } 25% { transform: translate(30px, -30px) rotate(90deg); } 50% { transform: translate(-20px, 20px) rotate(180deg); } 75% { transform: translate(40px, 10px) rotate(270deg); } } /* Navigation */ nav { position: fixed; top: 0; width: 100%; padding: 20px 40px; background: rgba(15, 15, 35, 0.8); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(108, 92, 231, 0.3); z-index: 1000; transition: all 0.3s ease; } .nav-container { max-width: 1400px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; } .nav-logo { font-family: Orbitron, monospace; font-size: 1.8rem; font-weight: 800; background: linear-gradient(45deg, var(--cosmic-purple), var(--stellar-blue)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-decoration: none; position: relative; } .nav-logo::before { content: ✨; position: absolute; left: -30px; animation: sparkle 2s ease-in-out infinite; } .nav-logo::after { content: 🌟; position: absolute; right: -30px; animation: sparkle 2s ease-in-out infinite 1s; } @keyframes sparkle { 0%, 100% { transform: scale(1) rotate(0deg); opacity: 0.7; } 50% { transform: scale(1.3) rotate(180deg); opacity: 1; } } .nav-links { display: flex; list-style: none; gap: 30px; } .nav-links a { color: var(--star-white); text-decoration: none; font-weight: 500; transition: all 0.3s ease; position: relative; } .nav-links a:hover { color: var(--stellar-blue); text-shadow: 0 0 10px var(--stellar-blue); } /* Hero Section */ .hero { position: relative; z-index: 10; height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .hero-content { position: relative; } .cosmic-title { font-family: Orbitron, monospace; font-size: clamp(4rem, 12vw, 8rem); font-weight: 900; margin-bottom: 30px; background: linear-gradient(45deg, var(--cosmic-purple), var(--stellar-blue), var(--galaxy-gold), var(--nebula-pink)); background-size: 400% 400%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: cosmicGlow 4s ease-in-out infinite; position: relative; text-shadow: 0 0 50px var(--cosmic-glow); } .cosmic-title::before { content: ; position: absolute; top: 50%; left: 50%; width: 200px; height: 200px; background: radial-gradient(circle, var(--cosmic-glow), transparent); transform: translate(-50%, -50%); z-index: -1; animation: pulse 3s ease-in-out infinite; } @keyframes cosmicGlow { 0% { background-position: 0% 50%; } 25% { background-position: 100% 50%; } 50% { background-position: 100% 100%; } 75% { background-position: 0% 100%; } 100% { background-position: 0% 50%; } } @keyframes pulse { 0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.3; } 50% { transform: translate(-50%, -50%) scale(1.5); opacity: 0.1; } } .cosmic-subtitle { font-size: clamp(1.5rem, 4vw, 2.5rem); font-weight: 300; margin-bottom: 20px; opacity: 0; animation: slideInFromSpace 1s ease-out 0.5s forwards; color: rgba(255, 255, 255, 0.9); } .stellar-tagline { font-size: 1.3rem; margin-bottom: 50px; opacity: 0; animation: slideInFromSpace 1s ease-out 1s forwards; color: rgba(255, 255, 255, 0.7); font-style: italic; } .hero-buttons { display: flex; gap: 30px; justify-content: center; flex-wrap: wrap; opacity: 0; animation: slideInFromSpace 1s ease-out 1.5s forwards; } .cosmic-btn { position: relative; display: inline-block; padding: 18px 45px; text-decoration: none; font-weight: 600; font-size: 1.1rem; border-radius: 50px; transition: all 0.4s ease; text-transform: uppercase; letter-spacing: 2px; overflow: hidden; border: 2px solid transparent; } .cosmic-btn-primary { background: linear-gradient(45deg, var(--cosmic-purple), var(--stellar-blue)); color: white; box-shadow: 0 0 20px var(--cosmic-purple), 0 10px 30px rgba(108, 92, 231, 0.3); } .cosmic-btn-secondary { background: transparent; color: var(--stellar-blue); border: 2px solid var(--stellar-blue); box-shadow: 0 0 15px rgba(116, 185, 255, 0.3), inset 0 0 15px rgba(116, 185, 255, 0.1); } .cosmic-btn:hover { transform: translateY(-8px) scale(1.05); } .cosmic-btn-primary:hover { box-shadow: 0 0 30px var(--cosmic-purple), 0 15px 40px rgba(108, 92, 231, 0.5); } .cosmic-btn-secondary:hover { background: rgba(116, 185, 255, 0.1); box-shadow: 0 0 25px var(--stellar-blue), 0 15px 40px rgba(116, 185, 255, 0.3); } .cosmic-btn::before { content: ; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent); transition: left 0.6s; } .cosmic-btn:hover::before { left: 100%; } /* Constellation Lines */ .constellation { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 2; } .constellation-line { position: absolute; height: 1px; background: linear-gradient(90deg, transparent, var(--stellar-blue), transparent); animation: drawLine 3s ease-in-out infinite; } .line1 { top: 20%; left: 10%; width: 200px; animation-delay: 0s; } .line2 { top: 60%; right: 20%; width: 150px; animation-delay: 1s; } .line3 { bottom: 30%; left: 30%; width: 180px; animation-delay: 2s; } @keyframes drawLine { 0%, 100% { opacity: 0.3; transform: scaleX(0.5); } 50% { opacity: 1; transform: scaleX(1); } } /* Features Section */ .features { position: relative; z-index: 10; padding: 150px 0; background: rgba(15, 15, 35, 0.5); backdrop-filter: blur(10px); } .section-title { font-family: Orbitron, monospace; text-align: center; font-size: clamp(3rem, 6vw, 5rem); font-weight: 800; margin-bottom: 30px; background: linear-gradient(45deg, var(--galaxy-gold), var(--nebula-pink), var(--aurora-green)); background-size: 200% 200%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: cosmicGlow 3s ease-in-out infinite; position: relative; } .section-title::before { content: 🌌; position: absolute; top: -40px; left: 50%; transform: translateX(-50%); font-size: 3rem; animation: float 3s ease-in-out infinite; } @keyframes float { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(-15px); } } .section-subtitle { text-align: center; font-size: 1.4rem; color: rgba(255, 255, 255, 0.8); margin-bottom: 80px; max-width: 700px; margin-left: auto; margin-right: auto; font-style: italic; } .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); gap: 50px; margin-top: 100px; } .feature-card { background: rgba(255, 255, 255, 0.03); backdrop-filter: blur(20px); border: 2px solid rgba(108, 92, 231, 0.3); border-radius: 25px; padding: 50px; text-align: center; position: relative; overflow: hidden; transition: all 0.5s ease; } .feature-card::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(45deg, transparent, rgba(108, 92, 231, 0.1), transparent); transform: translateX(-100%); transition: transform 1s ease; } .feature-card:hover::before { transform: translateX(100%); } .feature-card:hover { transform: translateY(-20px); border-color: var(--stellar-blue); box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3), 0 0 40px rgba(116, 185, 255, 0.3); } .feature-image { width: 250px; height: 250px; border-radius: 50%; margin: 0 auto 40px; background-size: cover; background-position: center; position: relative; border: 3px solid transparent; background-clip: padding-box; } .feature-image::before { content: ; position: absolute; top: -3px; left: -3px; right: -3px; bottom: -3px; background: linear-gradient(45deg, var(--cosmic-purple), var(--stellar-blue), var(--galaxy-gold)); background-size: 400% 400%; border-radius: 50%; z-index: -1; animation: cosmicGlow 4s ease-in-out infinite; } .feature-image::after { content: ⭐; position: absolute; top: 10px; right: 10px; font-size: 2rem; animation: sparkle 2s ease-in-out infinite; } .photo1 { background-image: url(https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?ixlibrb-4.0.3&autoformat&fitcrop&w500&q80); } .photo1::after { content: 🌟; } .photo2 { background-image: url(https://mdn.retna.io/photo-01hrj3yqvgg37spw31m586mfeg.jpg?fwebp&q65&w1000); } .photo2::after { content: ✨; } .photo3 { background-image: url(https://images.unsplash.com/photo-1438761681033-6461ffad8d80?ixlibrb-4.0.3&autoformat&fitcrop&w500&q80); } .photo3::after { content: 💫; } .feature-title { font-family: Orbitron, monospace; font-size: 2.2rem; font-weight: 700; margin-bottom: 25px; background: linear-gradient(45deg, var(--stellar-blue), var(--aurora-green)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .feature-description { font-size: 1.1rem; line-height: 1.8; color: rgba(255, 255, 255, 0.8); margin-bottom: 40px; } .cosmic-stats { display: flex; justify-content: space-around; margin-top: 40px; } .cosmic-stat { text-align: center; position: relative; } .cosmic-stat::before { content: 🚀; position: absolute; top: -35px; left: 50%; transform: translateX(-50%); font-size: 1.8rem; animation: rocket 3s ease-in-out infinite; } .cosmic-stat:nth-child(2)::before { content: 🛸; animation-delay: 1s; } .cosmic-stat:nth-child(3)::before { content: 🌠; animation-delay: 2s; } @keyframes rocket { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(-10px); } } .stat-number { font-family: Orbitron, monospace; font-size: 2.5rem; font-weight: 800; background: linear-gradient(45deg, var(--galaxy-gold), var(--meteor-orange)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-top: 25px; } .stat-label { font-size: 0.9rem; color: rgba(255, 255, 255, 0.7); font-weight: 500; text-transform: uppercase; letter-spacing: 1px; } /* CTA Section */ .cta-section { position: relative; z-index: 10; padding: 150px 0; text-align: center; background: rgba(26, 26, 46, 0.8); } .cta-title { font-family: Orbitron, monospace; font-size: clamp(2.5rem, 6vw, 4.5rem); font-weight: 800; margin-bottom: 30px; background: linear-gradient(45deg, var(--cosmic-purple), var(--stellar-blue), var(--nebula-pink)); background-size: 300% 300%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: cosmicGlow 2s ease-in-out infinite; position: relative; } .cta-title::before { content: 🌟; position: absolute; top: -50px; left: 50%; transform: translateX(-50%); font-size: 3.5rem; animation: sparkle 2s ease-in-out infinite; } .cta-subtitle { font-size: 1.3rem; color: rgba(255, 255, 255, 0.8); margin-bottom: 50px; max-width: 600px; margin-left: auto; margin-right: auto; font-style: italic; } /* Scroll Animations */ @keyframes slideInFromSpace { from { opacity: 0; transform: translateY(100px) scale(0.8); } to { opacity: 1; transform: translateY(0) scale(1); } } .fade-in { opacity: 0; transform: translateY(50px); transition: all 1s ease; } .fade-in.visible { opacity: 1; transform: translateY(0); } .slide-left { opacity: 0; transform: translateX(-80px); transition: all 1s ease; } .slide-left.visible { opacity: 1; transform: translateX(0); } .slide-right { opacity: 0; transform: translateX(80px); transition: all 1s ease; } .slide-right.visible { opacity: 1; transform: translateX(0); } /* Responsive */ @media (max-width: 768px) { .nav-logo::before, .nav-logo::after { display: none; } .nav-links { display: none; } .hero-buttons { flex-direction: column; align-items: center; } .features-grid { grid-template-columns: 1fr; gap: 40px; } .feature-card { padding: 40px 30px; } .feature-image { width: 200px; height: 200px; } .cosmic-stats { flex-direction: column; gap: 40px; } } /style>/head>body> !-- Starfield Background --> div classstarfield>/div> !-- Nebula Effects --> div classnebula> div classnebula-cloud nebula1>/div> div classnebula-cloud nebula2>/div> div classnebula-cloud nebula3>/div> /div> !-- Constellation Lines --> div classconstellation> div classconstellation-line line1>/div> div classconstellation-line line2>/div> div classconstellation-line line3>/div> /div> !-- Navigation --> nav> div classnav-container> a href# onclickdocument.location.hash;return false; classnav-logo>STELLAR/a> ul classnav-links> li>a href#features onclickdocument.location.hashfeatures;return false;>Explore/a>/li> li>a href#about onclickdocument.location.hashabout;return false;>Universe/a>/li> li>a href#contact onclickdocument.location.hashcontact;return false;>Connect/a>/li> /ul> /div> /nav> !-- Hero Section --> section classhero> div classcontainer> div classhero-content> h1 classcosmic-title>STELLAR/h1> p classcosmic-subtitle>Written in the Stars/p> p classstellar-tagline>✨ Your cosmic companion awaits among infinite possibilities ✨/p> div classhero-buttons> a href#features onclickdocument.location.hashfeatures;return false; classcosmic-btn cosmic-btn-primary>Launch Journey/a> a href#about onclickdocument.location.hashabout;return false; classcosmic-btn cosmic-btn-secondary>Explore Galaxy/a> /div> /div> /div> /section> !-- Features Section --> section classfeatures idfeatures> div classcontainer> h2 classsection-title fade-in>Cosmic Connections/h2> p classsection-subtitle fade-in>Navigate through the universe of souls and discover connections that transcend space and time/p> div classfeatures-grid> div classfeature-card slide-left> div classfeature-image photo1>/div> h3 classfeature-title>Stellar Profiles/h3> p classfeature-description>Connect with bright souls who shine like stars in the cosmic tapestry. Each profile is a constellation of unique qualities waiting to align with yours./p> div classcosmic-stats> div classcosmic-stat> div classstat-number>4.2M/div> div classstat-label>Cosmic Souls/div> /div> div classcosmic-stat> div classstat-number>96%/div> div classstat-label>Star Aligned/div> /div> /div> /div> div classfeature-card fade-in> div classfeature-image photo2>/div> h3 classfeature-title>Galactic Matching/h3> p classfeature-description>Our celestial algorithm maps the stars to find your perfect orbital companion. Discover connections that are truly written in the cosmos./p> div classcosmic-stats> div classcosmic-stat> div classstat-number>22K/div> div classstat-label>Daily Alignments/div> /div> div classcosmic-stat> div classstat-number>94%/div> div classstat-label>Cosmic Match/div> /div> /div> /div> div classfeature-card slide-right> div classfeature-image photo3>/div> h3 classfeature-title>Safe Universe/h3> p classfeature-description>Journey through our protected galaxy where respect orbits every interaction. Your stellar adventure unfolds in a secure cosmic environment./p> div classcosmic-stats> div classcosmic-stat> div classstat-number>24/7/div> div classstat-label>Mission Control/div> /div> div classcosmic-stat> div classstat-number>100%/div> div classstat-label>Protected/div> /div> /div> /div> /div> /div> /section> !-- CTA Section --> section classcta-section> div classcontainer> h2 classcta-title fade-in>Ready for Your Cosmic Journey?/h2> p classcta-subtitle fade-in>🚀 Join millions of stellar souls who found their perfect orbit. Your constellation awaits! 🌌/p> a href# onclickdocument.location.hash;return false; classcosmic-btn cosmic-btn-primary fade-in>Begin Stellar Adventure/a> /div> /section> script> // Optimized scroll animations let ticking false; function handleScrollAnimations() { const elements document.querySelectorAll(.fade-in, .slide-left, .slide-right); elements.forEach(element > { const elementTop element.getBoundingClientRect().top; const elementVisible 100; if (elementTop window.innerHeight - elementVisible) { element.classList.add(visible); } }); } function requestTick() { if (!ticking) { requestAnimationFrame(handleScrollAnimations); ticking true; } } // Smooth scrolling 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, block: start }); } }); }); // Enhanced cosmic button effects document.querySelectorAll(.cosmic-btn).forEach(btn > { btn.addEventListener(mouseenter, function() { this.style.transform translateY(-8px) scale(1.05); }); btn.addEventListener(mouseleave, function() { this.style.transform translateY(0) scale(1); }); }); // Card hover effects with cosmic feel document.querySelectorAll(.feature-card).forEach(card > { card.addEventListener(mouseenter, function() { this.style.transform translateY(-25px); this.style.boxShadow 0 30px 60px rgba(0, 0, 0, 0.4), 0 0 50px rgba(116, 185, 255, 0.4); }); card.addEventListener(mouseleave, function() { this.style.transform translateY(0); this.style.boxShadow none; }); }); // Initialize document.addEventListener(DOMContentLoaded, function() { handleScrollAnimations(); window.addEventListener(scroll, () > { requestTick(); ticking false; }); }); /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
]