Help
RSS
API
Feed
Maltego
Contact
Domain > ajr.com.ar
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-10-08
104.21.63.247
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Wed, 08 Oct 2025 09:32:52 GMTContent-Type: text/html; charsetutf-8Transfer-Encoding: chunkedConnection: keep-aliveAccess-Control-Allow-Origin: *Cache-Control: public, max-age0, must-revalidatereferrer-policy: strict-origin-when-cross-originx-content-type-options: nosniffVary: accept-encodingReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?slCLg8DCaBXsQdygqHCDvTilsjeoGhEG9SyS3swGtcAVDZLkjX9LYah9EBYFMRFWROLC0SzuPYd%2BJuzAp1lbZoCtILzRal%2BKygPI%3D}}Nel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Server: cloudflarecf-cache-status: DYNAMICCF-RAY: 98b4a22928b4cf48-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langes>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>AJR - AI Journey Revolution/title> link hrefhttps://fonts.googleapis.com/css2?familyMontserrat:wght@300;400;600;700&familyOrbitron:wght@400;700&displayswap relstylesheet> style> :root { --primary-color: #00F5FF; --secondary-color: #FF00FF; --accent-color: #FFFF00; --background-color: #0A0A0A; --text-color: #FFFFFF; --card-bg-color: #1A1A1A; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Montserrat, sans-serif; background-color: var(--background-color); color: var(--text-color); line-height: 1.6; overflow-x: hidden; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } header { position: fixed; width: 100%; top: 0; z-index: 1000; padding: 20px 0; transition: all 0.3s ease; } header.scrolled { background-color: rgba(10, 10, 10, 0.9); backdrop-filter: blur(10px); } nav { display: flex; justify-content: space-between; align-items: center; } .logo { font-family: Orbitron, sans-serif; font-size: 28px; font-weight: 700; color: var(--primary-color); text-decoration: none; transition: all 0.3s ease; } .logo:hover { text-shadow: 0 0 10px var(--primary-color); } .nav-links { display: flex; gap: 30px; } .nav-links a { color: var(--text-color); text-decoration: none; font-weight: 600; transition: all 0.3s ease; position: relative; padding: 5px 0; } .nav-links a::after { content: ; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background-color: var(--accent-color); transform: scaleX(0); transition: transform 0.3s ease; } .nav-links a:hover::after { transform: scaleX(1); } .mobile-menu-btn { display: none; background: none; border: none; color: var(--text-color); font-size: 24px; cursor: pointer; } .hero { height: 100vh; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; } .hero-content { text-align: center; z-index: 1; } .hero h1 { font-family: Orbitron, sans-serif; font-size: 72px; margin-bottom: 20px; background: linear-gradient(45deg, var(--primary-color), var(--secondary-color)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; opacity: 0; transform: translateY(50px); animation: fadeInUp 1s ease forwards 0.5s; } .hero h2 { font-size: 36px; margin-bottom: 20px; opacity: 0; transform: translateY(50px); animation: fadeInUp 1s ease forwards 0.7s; } .hero p { font-size: 20px; margin-bottom: 30px; opacity: 0; transform: translateY(50px); animation: fadeInUp 1s ease forwards 0.9s; } .cta-button { display: inline-block; background-color: var(--accent-color); color: var(--background-color); padding: 12px 24px; border-radius: 30px; text-decoration: none; font-weight: 600; transition: all 0.3s ease; opacity: 0; transform: translateY(50px); animation: fadeInUp 1s ease forwards 1.1s; } .cta-button:hover { transform: translateY(-3px); box-shadow: 0 0 20px var(--accent-color); } .services { padding: 100px 0; position: relative; } .services::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(45deg, rgba(0, 245, 255, 0.1), rgba(255, 0, 255, 0.1)); transform: skewY(-5deg); z-index: -1; } .services h2 { text-align: center; font-size: 48px; margin-bottom: 60px; font-family: Orbitron, sans-serif; opacity: 0; transform: translateY(50px); transition: all 0.5s ease; } .service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; } .service-card { background-color: var(--card-bg-color); border-radius: 20px; padding: 40px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); transition: all 0.3s ease; opacity: 0; transform: translateY(50px); } .service-card:hover { transform: translateY(-10px) scale(1.05); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); } .service-card h3 { font-size: 28px; margin-bottom: 20px; color: var(--primary-color); } .service-card p { font-size: 16px; margin-bottom: 20px; } .service-card .cta-button { font-size: 14px; padding: 10px 20px; } footer { background-color: var(--card-bg-color); color: var(--text-color); text-align: center; padding: 40px 0; } @keyframes fadeInUp { to { opacity: 1; transform: translateY(0); } } .geometric-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; opacity: 0.1; } @media (max-width: 768px) { .nav-links { display: none; position: absolute; top: 100%; left: 0; width: 100%; background-color: var(--background-color); flex-direction: column; padding: 20px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); } .nav-links.active { display: flex; } .mobile-menu-btn { display: block; } .hero h1 { font-size: 48px; } .hero h2 { font-size: 28px; } .hero p { font-size: 18px; } .services h2 { font-size: 36px; } } /style>/head>body> header> nav classcontainer> a href# classlogo>AJR/a> div classnav-links> a href#servicios>Proyectos/a> a hrefhttps://transcriptia.ajr.com.ar target_new>Transcript.IA/a> a hrefhttps://telegrambot.ajr.com.ar>Telegram Bot/a> a hrefhttps://sommelia.ajr.com.ar target_new>Sommel.IA/a> /div> button classmobile-menu-btn aria-labelToggle mobile menu>☰/button> /nav> /header> main> section classhero> div classgeometric-bg> svg width100% height100% xmlnshttp://www.w3.org/2000/svg> defs> pattern idsmallGrid width10 height10 patternUnitsuserSpaceOnUse> path dM 10 0 L 0 0 0 10 fillnone strokergba(255,255,255,0.1) stroke-width0.5/> /pattern> pattern idgrid width100 height100 patternUnitsuserSpaceOnUse> rect width100 height100 fillurl(#smallGrid)/> path dM 100 0 L 0 0 0 100 fillnone strokergba(255,255,255,0.2) stroke-width1/> /pattern> /defs> rect width100% height100% fillurl(#grid) /> /svg> /div> div classhero-content> h1>AJR/h1> h2>AI Journey Revolution/h2> p>Ideas que se vuelven posibles/p> a hrefhttps://wa.me/5491168080953 classcta-button>💬 Escribime/a> /div> /section> section idservicios classservices container> h2>Mis proyectos/h2> div classservice-grid> div classservice-card> h3>🎙️ Transcript.IA/h3> p>Sube a la web cualquier audio para obtener el texto desgrabado y resumido. Transforma tus grabaciones en texto editable en segundos./p> a hrefhttps://transcriptia.ajr.com.ar target_new classcta-button>Probar ahora/a> /div> div classservice-card> h3>📱 Telegram Bot/h3> p>Reenvía cualquier audio para obtener el texto desgrabado. Con funcionalidad para resumir y traducir al inglés y español, todo desde tu chat de Telegram./p> a hrefhttps://telegrambot.ajr.com.ar classcta-button>Usar Bot/a> /div> div classservice-card> h3>🍇 Sommel.IA/h3> p>Dile a la IA qué vas a comer y descubre qué vino mejor se adapta. Un sommelier experto te guiará a través de sabores y aromas únicos para cada plato./p> a hrefhttps://sommelia.ajr.com.ar target_new classcta-button>Descubrir/a> /div> /div> /section> /main> footer> div classcontainer> p>© 2024 AJR. Desarrollos con inteligencia artificial. Todos los derechos reservados./p> /div> /footer> script> document.addEventListener(DOMContentLoaded, (event) > { const header document.querySelector(header); const mobileMenuBtn document.querySelector(.mobile-menu-btn); const navLinks document.querySelector(.nav-links); const servicesTitle document.querySelector(.services h2); const serviceCards document.querySelectorAll(.service-card); // Header scroll effect window.addEventListener(scroll, () > { if (window.scrollY > 50) { header.classList.add(scrolled); } else { header.classList.remove(scrolled); } }); // Mobile menu toggle mobileMenuBtn.addEventListener(click, () > { navLinks.classList.toggle(active); }); // Smooth scrolling for anchor links document.querySelectorAll(ahref^#).forEach(anchor > { anchor.addEventListener(click, function (e) { e.preventDefault(); document.querySelector(this.getAttribute(href)).scrollIntoView({ behavior: smooth }); }); }); // Animate service cards and title on scroll const observer new IntersectionObserver((entries) > { entries.forEach(entry > { if (entry.isIntersecting) { entry.target.style.opacity 1; entry.target.style.transform translateY(0); } }); }, { threshold: 0.1 }); serviceCards.forEach(card > { observer.observe(card); }); observer.observe(servicesTitle); // Parallax effect for geometric background window.addEventListener(scroll, () > { const scrollPosition window.pageYOffset; document.querySelector(.geometric-bg).style.transform `translateY(${scrollPosition * 0.5}px)`; }); // 3D tilt effect for service cards serviceCards.forEach(card > { card.addEventListener(mousemove, (e) > { const cardRect card.getBoundingClientRect(); const cardCenterX cardRect.left + cardRect.width / 2; const cardCenterY cardRect.top + cardRect.height / 2; const angleX (e.clientY - cardCenterY) / 15; const angleY (cardCenterX - e.clientX) / 15; card.style.transform `perspective(1000px) rotateX(${angleX}deg) rotateY(${angleY}deg) scale(1.05)`; }); card.addEventListener(mouseleave, () > { card.style.transform perspective(1000px) rotateX(0) rotateY(0) scale(1); }); }); }); /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
]