Help
RSS
API
Feed
Maltego
Contact
Domain > arqonapps.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2026-02-11
104.21.78.52
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Wed, 11 Feb 2026 17:42:47 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveServer: cloudflareNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Location: https://arqonapps.com/cf-cache-status: DYNAMICReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?s%2BlcVnCR%2Ffl5GxejEtqrH3uZ5UtLFAeJS5xViHiNMiXvDKSf6wFc5zn1MKMpnisk6mfk%2Bla%2BSsYjkSBznTzw4EJCxSkZD7uo0WxsqK6k%3D}}CF-RAY: 9cc5a5124fc7acc8-PDXalt-svc: h3:443; ma86400 html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>nginx/1.24.0 (Ubuntu)/center>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Wed, 11 Feb 2026 17:42:48 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveServer: cloudflarelast-modified: Thu, 04 Dec 2025 09:38:43 GMTNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Report-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sOQsMgQkQ3ooHNrIN7Te%2FaJFfILbIvnu%2F5SP7q%2FQO6ucg0NkmoMDtS2HWxDNjkf%2Fph4FSwwDa4gLw5DsKdKabzgOR6Ul33pGDCP5zcu8%3D}}cf-cache-status: DYNAMICvary: accept-encodingCF-RAY: 9cc5a514da0197a5-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>ARQON - Premium Web Experiences/title> link hrefhttps://fonts.googleapis.com/css2?familyInter:wght@300;400;500;600;700;800;900&displayswap relstylesheet> style> * { margin: 0; padding: 0; box-sizing: border-box; } :root { --aurora-violet: #7F5AF0; --carbon-slate: #1C1F2A; --silver-mist: #E5E7EB; --pure-white: #FFFFFF; --soft-bg: #0F1117; --card-bg: rgba(255, 255, 255, 0.03); --border-color: rgba(255, 255, 255, 0.08); } body { font-family: Inter, -apple-system, BlinkMacSystemFont, SF Pro Display, sans-serif; background: var(--soft-bg); color: var(--pure-white); overflow-x: hidden; line-height: 1.6; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .container { max-width: 1400px; margin: 0 auto; padding: 0 3rem; } nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 2.5rem 0; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); will-change: transform; } nav.scrolled { background: rgba(15, 17, 23, 0.85); backdrop-filter: blur(20px) saturate(180%); padding: 1.5rem 0; border-bottom: 1px solid var(--border-color); } nav .container { display: flex; justify-content: center; align-items: center; } .logo { font-size: 1.75rem; font-weight: 900; letter-spacing: 0.05em; background: linear-gradient(135deg, var(--pure-white) 0%, var(--silver-mist) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .hero { min-height: 100vh; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; padding: 12rem 0 8rem; } .hero-bg { position: absolute; top: -10%; left: 0; right: 0; bottom: 0; background: radial-gradient(ellipse 80% 50% at 50% -20%, rgba(127, 90, 240, 0.15) 0%, transparent 60%), radial-gradient(ellipse 60% 40% at 80% 50%, rgba(127, 90, 240, 0.08) 0%, transparent 50%); animation: subtlePulse 12s ease-in-out infinite; will-change: opacity, transform; } @keyframes subtlePulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.85; transform: scale(1.02); } } .hero-content { position: relative; z-index: 2; text-align: center; max-width: 1200px; margin: 0 auto; animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1); } @keyframes fadeInUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } } .hero h1 { font-size: clamp(3.5rem, 8vw, 7rem); font-weight: 800; line-height: 1.25; letter-spacing: 0em; margin-bottom: 2.5rem; background: linear-gradient(135deg, var(--pure-white) 0%, var(--silver-mist) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .hero p { font-size: clamp(1.15rem, 2.2vw, 1.5rem); color: var(--silver-mist); margin-bottom: 5rem; line-height: 1.75; font-weight: 400; max-width: 900px; margin-left: auto; margin-right: auto; letter-spacing: -0.01em; } .hero-mockups { margin-top: 6rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; animation: fadeIn 1s ease-out 0.4s both; } @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } .mockup-card { aspect-ratio: 16/10; background: var(--card-bg); backdrop-filter: blur(20px); border: 1px solid var(--border-color); border-radius: 20px; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; will-change: transform; } .mockup-card::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 50% 50%, rgba(127, 90, 240, 0.1) 0%, transparent 70%); opacity: 0; transition: opacity 0.4s ease; } .mockup-card:hover::before { opacity: 1; } .mockup-card:nth-child(1) { animation: floatSlow 8s ease-in-out infinite; } .mockup-card:nth-child(2) { animation: floatSlow 8s ease-in-out infinite 1.5s; transform: translateY(-15px); } .mockup-card:nth-child(3) { animation: floatSlow 8s ease-in-out infinite 3s; } @keyframes floatSlow { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } } .mockup-card:hover { transform: translateY(-8px) scale(1.01); border-color: rgba(127, 90, 240, 0.4); box-shadow: 0 25px 70px rgba(127, 90, 240, 0.2); } section { padding: 10rem 0; position: relative; } .section-header { text-align: center; margin-bottom: 6rem; } .section-header h2 { font-size: clamp(3rem, 5.5vw, 5rem); font-weight: 900; letter-spacing: -0.03em; margin-bottom: 1.5rem; line-height: 1.1; } .section-header p { font-size: 1.25rem; color: var(--silver-mist); max-width: 700px; margin: 0 auto; line-height: 1.7; } .why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 3rem; max-width: 1300px; margin: 0 auto; } .why-card { background: var(--card-bg); backdrop-filter: blur(20px) saturate(150%); border: 1px solid var(--border-color); border-radius: 28px; padding: 4rem; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; will-change: transform; } .why-card::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 30% 30%, rgba(127, 90, 240, 0.08) 0%, transparent 60%); opacity: 0; transition: opacity 0.4s ease; } .why-card:hover::before { opacity: 1; } .why-card:hover { transform: translateY(-6px); border-color: rgba(127, 90, 240, 0.35); box-shadow: 0 30px 80px rgba(127, 90, 240, 0.15); } .why-icon { width: 70px; height: 70px; background: linear-gradient(135deg, rgba(127, 90, 240, 0.2) 0%, rgba(127, 90, 240, 0.05) 100%); border: 1px solid rgba(127, 90, 240, 0.3); border-radius: 18px; display: flex; align-items: center; justify-content: center; font-size: 2rem; margin-bottom: 2rem; position: relative; z-index: 1; } .why-card h3 { font-size: 1.75rem; font-weight: 700; margin-bottom: 1.25rem; letter-spacing: -0.02em; position: relative; z-index: 1; } .why-card p { color: var(--silver-mist); line-height: 1.85; font-size: 1.05rem; position: relative; z-index: 1; } .portfolio-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 3rem; max-width: 1300px; margin: 0 auto; } .portfolio-card { aspect-ratio: 16/11; background: var(--card-bg); backdrop-filter: blur(20px); border: 1px solid var(--border-color); border-radius: 24px; padding: 3rem; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); cursor: default; will-change: transform; } .portfolio-card::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(127, 90, 240, 0.08) 0%, transparent 60%); opacity: 0; transition: opacity 0.4s ease; } .portfolio-card:hover::before { opacity: 1; } .portfolio-card:hover { transform: translateY(-10px); border-color: rgba(127, 90, 240, 0.4); box-shadow: 0 30px 90px rgba(127, 90, 240, 0.25); } .portfolio-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; transition: opacity 0.4s ease; } .portfolio-card:hover .portfolio-image { opacity: 0.5; } .portfolio-card h3 { font-size: 2rem; font-weight: 700; position: relative; z-index: 2; letter-spacing: -0.02em; line-height: 1.3; } .portfolio-tag { display: inline-block; padding: 0.6rem 1.4rem; background: rgba(127, 90, 240, 0.15); border: 1px solid rgba(127, 90, 240, 0.35); border-radius: 50px; font-size: 0.9rem; font-weight: 500; margin-top: 1.5rem; position: relative; z-index: 2; letter-spacing: 0.02em; } .process-container { max-width: 900px; margin: 0 auto; position: relative; padding-left: 4rem; } .process-container::before { content: ; position: absolute; left: 0; top: 0; bottom: 0; width: 1px; background: linear-gradient(180deg, var(--aurora-violet) 0%, rgba(127, 90, 240, 0.2) 100%); } .process-step { margin-bottom: 5rem; position: relative; animation: fadeInLeft 0.8s ease-out both; } .process-step:nth-child(1) { animation-delay: 0.1s; } .process-step:nth-child(2) { animation-delay: 0.2s; } .process-step:nth-child(3) { animation-delay: 0.3s; } .process-step:nth-child(4) { animation-delay: 0.4s; } @keyframes fadeInLeft { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: translateX(0); } } .process-step::before { content: ; position: absolute; left: -4.5rem; top: 0.5rem; width: 14px; height: 14px; background: var(--aurora-violet); border-radius: 50%; box-shadow: 0 0 25px rgba(127, 90, 240, 0.7); } .process-number { font-size: 0.95rem; color: var(--aurora-violet); font-weight: 600; margin-bottom: 0.75rem; letter-spacing: 0.1em; } .process-step h3 { font-size: 2rem; font-weight: 700; margin-bottom: 1rem; letter-spacing: -0.02em; } .process-step p { color: var(--silver-mist); line-height: 1.85; font-size: 1.05rem; } footer { border-top: 1px solid var(--border-color); padding: 6rem 0; text-align: center; margin-top: 8rem; } .footer-logo { font-size: 2rem; font-weight: 900; letter-spacing: 0.05em; background: linear-gradient(135deg, var(--pure-white) 0%, var(--silver-mist) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 2rem; } .footer-tagline { font-size: 1.15rem; color: var(--silver-mist); margin-bottom: 3rem; letter-spacing: 0.02em; } footer .copyright { color: rgba(229, 231, 235, 0.5); font-size: 0.9rem; } @media (max-width: 1200px) { .container { padding: 0 2.5rem; } .hero h1 { font-size: clamp(3rem, 6vw, 5rem); } .section-header h2 { font-size: clamp(2.5rem, 5vw, 4rem); } } @media (max-width: 1024px) { .why-grid, .portfolio-grid { grid-template-columns: 1fr; gap: 2.5rem; } .hero-mockups { grid-template-columns: 1fr; } .container { padding: 0 2rem; } section { padding: 7rem 0; } .hero { padding: 8rem 0 6rem; } } @media (max-width: 768px) { nav { padding: 1.5rem 0; } nav.scrolled { padding: 1rem 0; } .logo { font-size: 1.5rem; } .hero { min-height: auto; padding: 7rem 0 5rem; } .hero h1 { font-size: clamp(2.5rem, 8vw, 3.5rem); margin-bottom: 1.5rem; } .hero p { font-size: 1.05rem; margin-bottom: 3rem; } .hero-mockups { margin-top: 3rem; gap: 1.5rem; } section { padding: 5rem 0; } .section-header { margin-bottom: 3.5rem; } .section-header h2 { font-size: clamp(2rem, 7vw, 3rem); margin-bottom: 1rem; } .section-header p { font-size: 1.05rem; } .why-grid, .portfolio-grid { gap: 2rem; } .why-card, .portfolio-card { padding: 2.5rem; } .why-icon { width: 60px; height: 60px; font-size: 1.6rem; margin-bottom: 1.5rem; } .why-card h3, .portfolio-card h3 { font-size: 1.5rem; } .why-card p { font-size: 1rem; } .process-container { padding-left: 2.5rem; } .process-step { margin-bottom: 3.5rem; } .process-step h3 { font-size: 1.5rem; } .process-step p { font-size: 1rem; } footer { padding: 4rem 0; margin-top: 5rem; } .footer-logo { font-size: 1.6rem; margin-bottom: 1.5rem; } .footer-tagline { font-size: 1rem; margin-bottom: 2rem; } } @media (max-width: 480px) { .container { padding: 0 1.5rem; } .hero h1 { font-size: 2.2rem; line-height: 1.15; } .hero p { font-size: 1rem; } .why-card, .portfolio-card { padding: 2rem; } .why-card h3, .portfolio-card h3, .process-step h3 { font-size: 1.35rem; } .section-header h2 { font-size: 1.8rem; } .process-container { padding-left: 2rem; } .process-step::before { left: -2.5rem; } } /style>/head>body> nav idnav> div classcontainer> div classlogo>ARQON/div> /div> /nav> section classhero> div classhero-bg>/div> div classcontainer> div classhero-content> h1>Daha fazlasını isteyen işletmeler için premium web deneyimleri./h1> p>ARQON, uzun vadeli güven ve arama motoru performansı için tasarlanmış modern, temiz ve kullanıcı odaklı web siteleri tasarlar./p> /div> /div> /section> section> div classcontainer> div classsection-header> h2>Neden ARQON/h2> /div> div classwhy-grid> div classwhy-card> div classwhy-icon>✨/div> h3>Modern & Temiz Tasarım/h3> p>Profesyonelliği yansıtan ve marka algısını yükselten üst düzey, minimalist arayüzler./p> /div> div classwhy-card> div classwhy-icon>👤/div> h3>Kullanıcı Odaklı Deneyim/h3> p>Her düzen, netliği, etkileşimi ve kullanım kolaylığını en üst düzeye çıkarmak için gerçek kullanıcı davranışları etrafında tasarlanır./p> /div> div classwhy-card> div classwhy-icon>🔒/div> h3>Güvenilir & Sağlam Mimari/h3> p>Uzun vadeli güvenilirliği sağlamak için ölçeklenebilir temiz kod kullanılarak inşa edilmiş hızlı, kararlı ve güvenli yapı./p> /div> div classwhy-card> div classwhy-icon>📈/div> h3>SEO Odaklı Yapı/h3> p>Arama motorları için temelden optimize edilmiş: temiz işaretleme, hızlı yükleme süreleri, semantik yapı./p> /div> /div> /div> /section> section> div classcontainer> div classsection-header> h2>Seçilmiş Projeler/h2> p>Özenle hazırlanmış premium dijital deneyimler/p> /div> div classportfolio-grid> div classportfolio-card> img srcqampus.png altQampus Psikoloji classportfolio-image> h3>Qampus/h3> span classportfolio-tag>Kurumsal/span> /div> div classportfolio-card> img srcluna.png altLuna classportfolio-image> h3>Luna Akademi/h3> span classportfolio-tag>Psikoloji/span> /div> /div> /div> /section> section> div classcontainer> div classsection-header> h2>Çalışma Sürecimiz/h2> p>Olağanüstü dijital deneyimler için rafine bir yaklaşım/p> /div> div classprocess-container> div classprocess-step> div classprocess-number>ADIM 01/div> h3>Keşif & Analiz/h3> p>Sağlam bir stratejik temel oluşturmak için iş hedeflerini, kullanıcı ihtiyaçlarını ve marka tonunu anlama./p> /div> div classprocess-step> div classprocess-number>ADIM 02/div> h3>Wireframe & UI Tasarım/h3> p>Kullanıcı deneyimini ve görsel mükemmelliği önceliklendiren temiz estetikli üst düzey modern düzenler./p> /div> div classprocess-step> div classprocess-number>ADIM 03/div> h3>Geliştirme & Optimizasyon/h3> p>Uzun vadeli performans için temiz, ölçeklenebilir kod ile oluşturulmuş duyarlı, hızlı, SEO-hazır yapı./p> /div> div classprocess-step> div classprocess-number>ADIM 04/div> h3>İnceleme & İyileştirme/h3> p>Beklentileri aşan kusursuz bir sonuç sunmak için görselleri, hızı ve kullanılabilirliği cilalama./p> /div> /div> /div> /section> footer> div classcontainer> div classfooter-logo>ARQON/div> p classfooter-tagline>Modern. Güvenilir. Kullanıcı Odaklı. SEO Odaklı./p> p classcopyright>© 2025 ARQON. Premium web tasarım stüdyosu./p> /div> /footer> script> const nav document.getElementById(nav); let ticking false; window.addEventListener(scroll, () > { if (!ticking) { window.requestAnimationFrame(() > { const currentScroll window.pageYOffset; if (currentScroll > 100) { nav.classList.add(scrolled); } else { nav.classList.remove(scrolled); } ticking false; }); ticking true; } }, { passive: true }); const observerOptions { threshold: 0.1, rootMargin: 0px 0px -50px 0px }; const observer new IntersectionObserver((entries) > { entries.forEach(entry > { if (entry.isIntersecting) { entry.target.style.opacity 1; entry.target.style.transform translateY(0); observer.unobserve(entry.target); } }); }, observerOptions); const animatedElements document.querySelectorAll(.why-card, .portfolio-card); animatedElements.forEach(el > { el.style.opacity 0; el.style.transform translateY(30px); el.style.transition opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); observer.observe(el); }); let parallaxTicking false; const mockups document.querySelectorAll(.mockup-card); const heroSection document.querySelector(.hero); if (window.innerWidth > 768) { window.addEventListener(scroll, () > { if (!parallaxTicking) { window.requestAnimationFrame(() > { const heroBottom heroSection.getBoundingClientRect().bottom; if (heroBottom > 0) { const scrolled window.pageYOffset; mockups.forEach((mockup, index) > { const speed 0.05 + (index * 0.02); mockup.style.transform `translateY(${scrolled * speed}px)`; }); } parallaxTicking false; }); parallaxTicking true; } }, { passive: true }); } /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
]