Help
RSS
API
Feed
Maltego
Contact
Domain > europesoftware.net
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-03-12
154.41.249.1
(
ClassC
)
2026-01-29
148.135.128.56
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Thu, 29 Jan 2026 04:30:35 GMTContent-Type: text/htmlContent-Length: 795Connection: keep-aliveLocation: https://europesoftware.net/platform: hostingerpanel: hpanelContent-Security-Policy: upgrade-insecure-requestsServer: hcdnalt-svc: h3:443; ma86400x-hcdn-request-id: e66d9a9ae2bb6a2e0e910194db07573a-phx-edge6x-hcdn-cache-status: MISSx-hcdn-upstream-rt: 0.350 !DOCTYPE html>html styleheight:100%>head>meta nameviewport contentwidthdevice-width, initial-scale1, shrink-to-fitno />title> 301 Moved Permanently/title>style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}/style>/head>body stylecolor: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;>div styleheight:auto; min-height:100%; > div styletext-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;> h1 stylemargin:0; font-size:150px; line-height:150px; font-weight:bold;>301/h1>h2 stylemargin-top:20px;font-size: 30px;>Moved Permanently/h2>p>The document has been permanently moved./p>/div>/div>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Thu, 29 Jan 2026 04:30:36 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveVary: Accept-EncodingX-Powered-By: PHP/8.1.33set-cookie: PHPSESSID39v497isjl2vmseffqtgiaacaj; path/; secureExpires: Thu, 19 Nov 1981 08:52:00 GMTCache-Control: no-store, no-cache, must-revalidatePragma: no-cacheplatform: hostingerpanel: hpanelRetry-After: 60Content-Security-Policy: upgrade-insecure-requestsServer: hcdnalt-svc: h3:443; ma86400x-hcdn-request-id: 4b9135a19814484d9642871f485326a8-phx-edge6x-hcdn-cache-status: DYNAMICx-hcdn-upstream-rt: 0.545 !DOCTYPE html>html langtr>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>EUROPE SOFTWARE AGENCY/title> meta namedescription contentSoftware Development, Cyber Security, Website Design, Graphic Design, Mobile Application Design, UI/UX Design, Digital Marketing, Hosting, Domain and Guaranteed SEO Agency> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyInter:wght@300;400;500;600;700;800&displayswap relstylesheet> link relicon typeimage/png sizes32x32 href../uploads/favicon_6916ab066ae56.png> link relicon typeimage/png sizes16x16 href../uploads/favicon_6916ab066ae56.png> link relapple-touch-icon href../uploads/favicon_6916ab066ae56.png> style> * { margin: 0; padding: 0; box-sizing: border-box; } :root { --primary: #312022; --primary-dark: #312022; --secondary: #522d30; --accent: #522d30; --dark: #000000; --dark-light: #1e293b; --gray: #64748b; --gray-light: #94a3b8; --light: #f8fafc; --white: #ffffff; --success: #4a607d; --border: #e2e8f0; } body { font-family: Inter, sans-serif; line-height: 1.6; color: var(--dark); background: var(--white); overflow-x: hidden; } .container { max-width: 1280px; margin: 0 auto; padding: 0 24px; } .main-header { position: fixed; top: 0; left: 0; right: 0; background: rgba(255, 255, 255, 0.98); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); z-index: 100; } .header-container { max-width: 1280px; margin: 0 auto; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; height: 72px; } .logo { font-size: 24px; font-weight: 800; color: var(--dark); text-decoration: none; letter-spacing: -0.5px; } .header-right { display: flex; align-items: center; gap: 16px; } .main-nav { display: flex; align-items: center; gap: 16px; } .nav-menu { display: flex; list-style: none; gap: 28px; align-items: center; } .nav-menu a { color: var(--dark); text-decoration: none; font-weight: 500; font-size: 15px; transition: color 0.2s; pointer-events: auto; } .nav-menu a:hover { color: var(--primary); } .dil-secici { position: relative; } .dil-secici-btn { display: flex; align-items: center; gap: 8px; padding: 8px 16px; background: var(--light); border: 1px solid var(--border); border-radius: 8px; cursor: pointer; font-size: 14px; font-weight: 500; color: var(--dark); transition: all 0.2s; user-select: none; } .dil-secici-btn:hover { background: var(--white); border-color: var(--primary); } .dil-secici-btn .bayrak { font-size: 18px; } .dil-secici-btn .arrow { font-size: 12px; transition: transform 0.2s; } .dil-secici.active .dil-secici-btn .arrow { transform: rotate(180deg); } .dil-dropdown { position: absolute; top: calc(100% + 8px); right: 0; background: white; border: 1px solid var(--border); border-radius: 8px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); min-width: 150px; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: all 0.3s; z-index: 50; } .dil-secici.active .dil-dropdown { opacity: 1; visibility: visible; transform: translateY(0); } .dil-dropdown a { display: flex; align-items: center; gap: 10px; padding: 12px 16px; color: var(--dark); text-decoration: none; font-size: 14px; font-weight: 500; transition: all 0.2s; border-bottom: 1px solid var(--border); } .dil-dropdown a:last-child { border-bottom: none; } .dil-dropdown a:hover { background: var(--light); color: var(--primary); } .dil-dropdown a.active { background: var(--primary); color: white; } .dil-dropdown .bayrak { font-size: 18px; } .cta-btn { padding: 10px 24px; background: var(--dark); color: white; border: none; border-radius: 8px; font-weight: 600; font-size: 14px; cursor: pointer; transition: all 0.2s; white-space: nowrap; text-decoration: none; display: inline-block; pointer-events: auto; } .cta-btn:hover { background: var(--dark-light); transform: translateY(-1px); } .nav-cta-btn { display: none; } .mobile-dil-secici { display: none; } .mobile-toggle { display: none; flex-direction: column; gap: 5px; background: var(--light); border: 1px solid var(--border); cursor: pointer; padding: 10px; z-index: 110; border-radius: 8px; transition: all 0.3s; pointer-events: auto; } .mobile-toggle:hover { background: var(--white); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); } .mobile-toggle span { width: 24px; height: 2px; background: var(--dark); border-radius: 2px; transition: all 0.3s; } .mobile-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(6px, 6px); } .mobile-toggle.active span:nth-child(2) { opacity: 0; } .mobile-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(6px, -6px); } .mobile-overlay { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); z-index: 95; opacity: 0; pointer-events: none; transition: opacity 0.3s; } .mobile-overlay.active { opacity: 1; pointer-events: auto; } .hero-slider { margin: 96px 24px 24px 24px; position: relative; height: 520px; overflow: hidden; border-radius: 20px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); touch-action: pan-y pinch-zoom; } .slide { position: absolute; width: 100%; height: 100%; opacity: 0; transition: opacity 0.8s ease; background-size: cover; background-position: center; } .slide.active { opacity: 1; } .slide::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(15, 23, 42, 0.4) 0%, rgba(30, 41, 59, 0.35) 100%); } .slide-inner { max-width: 1280px; margin: 0 auto; padding: 0 40px; height: 100%; display: flex; align-items: center; position: relative; z-index: 2; } .slide-content { max-width: 600px; color: white; text-shadow: 0 2px 20px rgba(0, 0, 0, 0.6), 0 4px 30px rgba(0, 0, 0, 0.4); } .slide-content h1 { font-size: 48px; font-weight: 800; line-height: 1.2; margin-bottom: 16px; letter-spacing: -1px; } .slide-content p { font-size: 18px; margin-bottom: 28px; opacity: 0.95; line-height: 1.6; } .slide-buttons { display: flex; gap: 12px; flex-wrap: wrap; } .btn { padding: 12px 28px; border-radius: 8px; font-weight: 600; font-size: 15px; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: all 0.2s; border: none; cursor: pointer; text-shadow: none; } .btn-white { background: white; color: var(--dark); text-shadow: none; } .btn-white:hover { transform: translateY(-2px); } .btn-outline { background: transparent; color: white; border: 1.5px solid white; text-shadow: none; } .btn-outline:hover { background: rgba(255, 255, 255, 0.1); } .slider-controls { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); display: flex; gap: 10px; z-index: 900; pointer-events: auto; } .slider-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255, 255, 255, 0.5); cursor: pointer; transition: all 0.3s; border: none; padding: 0; pointer-events: auto; -webkit-tap-highlight-color: transparent; } .slider-dot.active { width: 32px; border-radius: 5px; background: white; } .slider-arrows { position: absolute; bottom: 28px; right: 40px; display: flex; gap: 12px; z-index: 999; pointer-events: auto; } .slider-arrow { width: 52px; height: 52px; border-radius: 50%; background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(10px); border: 2px solid white; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s; color: white; font-size: 22px; font-weight: bold; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); -webkit-tap-highlight-color: transparent; user-select: none; pointer-events: auto; position: relative; } .slider-arrow:hover { background: rgba(255, 255, 255, 0.25); transform: scale(1.08); } .slider-arrow:active { background: rgba(255, 255, 255, 0.35); transform: scale(0.95); } .brands-section { background: var(--white); padding: 40px 0; } .brands-container { max-width: 1280px; margin: 0 auto; padding: 0 24px; } .brands-label { text-align: center; color: var(--gray); font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 24px; } .brands-slider { overflow: hidden; position: relative; } .brands-track { display: flex; gap: 60px; animation: scroll 15s linear infinite; } .brand-item { flex-shrink: 0; width: 140px; height: 60px; background: var(--light); border-radius: 12px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--border); } .brand-item img { max-width: 110px; max-height: 45px; object-fit: contain; } @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } } .section { padding: 64px 0; } .section-header { text-align: center; max-width: 680px; margin: 0 auto 48px; } .section-label { color: var(--gray); font-weight: 600; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; display: block; } .section-title { font-size: 36px; font-weight: 800; color: var(--dark); margin-bottom: 14px; line-height: 1.2; letter-spacing: -0.5px; } .section-desc { font-size: 17px; color: var(--gray); line-height: 1.6; } .about-section { background: var(--light); } .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; } .about-image { border-radius: 16px; overflow: hidden; background: var(--primary); aspect-ratio: 4/3; } .about-image img { width: 100%; height: 100%; object-fit: cover; } .about-content h2 { font-size: 32px; margin-bottom: 16px; color: var(--dark); font-weight: 800; letter-spacing: -0.5px; } .about-content p { font-size: 16px; color: var(--gray); margin-bottom: 14px; line-height: 1.7; } .stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 32px; } .stat-item { padding: 20px; background: white; border-radius: 12px; border: 1px solid var(--border); } .stat-number { font-size: 28px; font-weight: 800; color: var(--primary); margin-bottom: 4px; } .stat-label { font-size: 14px; color: var(--gray); font-weight: 500; } .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; } .service-card { background: white; padding: 32px; border-radius: 16px; border: 1px solid var(--border); transition: all 0.3s; position: relative; overflow: hidden; } .service-card::before { content: ; position: absolute; top: 0; right: 0; width: 80px; height: 80px; background: var(--primary); opacity: 0.05; border-radius: 0 0 0 100%; transition: all 0.3s; } .service-card:hover { transform: translateY(-4px); border-color: var(--primary); } .service-card:hover::before { opacity: 0.08; width: 120px; height: 120px; } .service-icon { width: 56px; height: 56px; background: linear-gradient(135deg, var(--primary), var(--secondary)); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; } .service-card h3 { font-size: 20px; margin-bottom: 12px; color: var(--dark); font-weight: 700; } .service-card p { color: var(--gray); line-height: 1.6; font-size: 15px; margin-bottom: 16px; } .service-link { color: var(--primary); font-weight: 600; text-decoration: none; font-size: 14px; display: inline-flex; align-items: center; gap: 6px; } .service-link:hover { gap: 10px; } .projects-section { background: var(--light); } .projects-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 24px; } .project-card-link { text-decoration: none; color: inherit; display: block; cursor: pointer; -webkit-tap-highlight-color: rgba(37, 99, 235, 0.1); position: relative; transition: all 0.2s; } .project-card-link:active { transform: scale(0.98); } .project-card { background: white; border-radius: 16px; overflow: hidden; border: 1px solid var(--border); transition: all 0.3s; height: 100%; pointer-events: none; } .project-card * { pointer-events: none; } .project-card-link:hover .project-card { transform: translateY(-4px); border-color: var(--primary); box-shadow: 0 8px 24px rgba(37, 99, 235, 0.15); } .project-img { height: 220px; background: linear-gradient(135deg, var(--primary), var(--secondary)); display: flex; align-items: center; justify-content: center; } .project-body { padding: 24px; } .project-tag { display: inline-block; padding: 4px 12px; background: var(--primary); color: white; border-radius: 6px; font-size: 12px; font-weight: 600; margin-bottom: 12px; } .project-body h3 { font-size: 18px; margin-bottom: 8px; color: var(--dark); font-weight: 700; } .project-body p { color: var(--gray); line-height: 1.6; font-size: 14px; } .contact-section { background: white; } .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; } .contact-info h2 { font-size: 32px; margin-bottom: 16px; color: var(--dark); font-weight: 800; letter-spacing: -0.5px; } .contact-info p { font-size: 16px; color: var(--gray); margin-bottom: 32px; line-height: 1.7; } .contact-items { display: flex; flex-direction: column; gap: 16px; } .contact-item { display: flex; align-items: flex-start; gap: 16px; padding: 20px; background: var(--light); border-radius: 12px; border: 1px solid var(--border); } .contact-icon { width: 48px; height: 48px; background: var(--primary); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .contact-text h4 { font-size: 15px; margin-bottom: 4px; color: var(--dark); font-weight: 600; } .contact-text p { color: var(--gray); margin: 0; font-size: 14px; } .contact-form { background: var(--light); padding: 36px; border-radius: 16px; border: 1px solid var(--border); } .form-group { margin-bottom: 20px; } .form-group label { display: block; margin-bottom: 8px; color: var(--dark); font-weight: 600; font-size: 14px; } .form-group input, .form-group textarea { width: 100%; padding: 12px 16px; border: 1px solid var(--border); border-radius: 8px; font-size: 15px; font-family: Inter, sans-serif; transition: all 0.2s; background: white; } .form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--primary); } .form-group textarea { resize: vertical; min-height: 120px; } .alert { padding: 14px 18px; border-radius: 8px; margin-bottom: 20px; font-size: 14px; font-weight: 500; } .alert-success { background: #d1fae5; color: #065f46; border: 1px solid var(--success); } .alert-error { background: #fee2e2; color: #991b1b; border: 1px solid #ef4444; } .footer { background: var(--dark); color: white; padding: 56px 0 28px; } .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 48px; margin-bottom: 40px; } .footer-brand { font-size: 24px; font-weight: 800; color: white; margin-bottom: 12px; } .footer-desc { color: var(--gray-light); line-height: 1.6; font-size: 14px; margin-bottom: 20px; } .social-links { display: flex; gap: 10px; } .social-link { width: 40px; height: 40px; background: var(--dark-light); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: white; transition: all 0.2s; text-decoration: none; font-size: 18px; } .social-link:hover { background: var(--primary); transform: translateY(-2px); } .footer-col h4 { font-size: 16px; margin-bottom: 20px; color: white; font-weight: 700; } .footer-links { list-style: none; } .footer-links li { margin-bottom: 10px; } .footer-links a { color: var(--gray-light); text-decoration: none; font-size: 14px; transition: color 0.2s; } .footer-links a:hover { color: white; } .footer-bottom { border-top: 1px solid var(--dark-light); padding-top: 24px; text-align: center; color: var(--gray-light); font-size: 14px; } .scroll-top { position: fixed; bottom: 24px; right: 24px; width: 48px; height: 48px; background: var(--primary); border: none; border-radius: 50%; color: white; font-size: 20px; cursor: pointer; opacity: 0; visibility: hidden; transition: all 0.3s; z-index: 50; } .scroll-top.show { opacity: 1; visibility: visible; } .scroll-top:hover { transform: translateY(-4px); } @media (max-width: 1024px) { .mobile-toggle { display: flex; } .mobile-overlay { display: block; } .desktop-dil-secici { display: none; } .mobile-dil-secici { display: block; width: 100%; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--border); } .mobile-dil-secici .dil-secici-btn { width: 100%; justify-content: space-between; } .mobile-dil-secici .dil-dropdown { position: static; box-shadow: none; border: none; margin-top: 8px; border-radius: 0; } .main-nav { position: fixed; top: 0; right: -100%; height: 100vh; width: 280px; background: white; flex-direction: column; justify-content: flex-start; align-items: stretch; padding: 80px 24px 24px 24px; transition: right 0.3s ease; z-index: 105; overflow-y: auto; box-shadow: -4px 0 20px rgba(0,0,0,0.15); } .main-nav.active { right: 0; } .nav-menu { flex-direction: column; width: 100%; gap: 0; align-items: stretch; } .nav-menu li { width: 100%; border-bottom: 1px solid var(--border); } .nav-menu li:last-child { border-bottom: none; } .nav-menu a { display: block; padding: 14px 0; font-size: 16px; } .nav-cta-btn { display: block; width: 100%; margin-top: 20px; justify-content: center; text-align: center; } .about-grid, .contact-grid { grid-template-columns: 1fr; } .footer-grid { grid-template-columns: 1fr 1fr; } .brands-section { padding: 32px 0; } .brands-label { font-size: 12px; margin-bottom: 20px; } .brands-track { gap: 40px; } .brand-item { width: 120px; height: 50px; } .brand-item img { max-width: 90px; max-height: 38px; } } @media (max-width: 768px) { .slider-arrows { right: 12px; bottom: 20px; gap: 10px; z-index: 10; } .slider-arrow { width: 48px; height: 48px; font-size: 22px; border-width: 2px; background: rgba(255, 255, 255, 0.2); backdrop-filter: blur(10px); } .slider-arrow:active { background: rgba(255, 255, 255, 0.4); transform: scale(0.9); } .slider-controls { bottom: 20px; } .slider-dot { width: 8px; height: 8px; } .slider-dot.active { width: 24px; } .slide-content h1 { font-size: 36px; } .section-title { font-size: 28px; } .services-grid, .projects-grid { grid-template-columns: 1fr; } .footer-grid { grid-template-columns: 1fr; } } /style>/head>body> div classmobile-overlay idmobileOverlay>/div> header classmain-header> div classheader-container> a hrefindex.php classlogo> img src../uploads/logo_6916a9385ae5d.png altEUROPE SOFTWARE AGENCY styleheight: 35px; width: auto; object-fit: contain;> /a> div classheader-right> div classdil-secici desktop-dil-secici iddilSecici> div classdil-secici-btn> span classbayrak>🇬🇧/span> span classdil-kod>EN/span> span classarrow>▼/span> /div> div classdil-dropdown> a href?dil2 classactive> span classbayrak>🇬🇧/span> span>English/span> /a> /div> /div> a href#iletisim classcta-btn>Get Quote/a> button classmobile-toggle idmobileToggle> span>/span> span>/span> span>/span> /button> nav classmain-nav idmainNav> ul classnav-menu> li>a href../#anasayfa>Home/a>/li> li>a href../#hakkimizda>About Us/a>/li> li>a href../#hizmetler>Our Services/a>/li> li>a href../#projeler>Projects/a>/li> li>a hrefhttps://europesoftware.net/referanslar.php>References/a>/li> li>a href../banks.php>Banks Accounts/a>/li> /ul> a href#iletisim classcta-btn nav-cta-btn>Get Quote/a> div classdil-secici mobile-dil-secici idmobileDilSecici> div classdil-secici-btn> span classbayrak>🇬🇧/span> span classdil-kod>EN - English/span> span classarrow>▼/span> /div> div classdil-dropdown> a href?dil2 classactive> span classbayrak>🇬🇧/span> span>English/span> /a> /div> /div> /nav> /div> /div> /header>style> .mobile-overlay { pointer-events: none !important; } .mobile-overlay.active { pointer-events: auto !important; } .project-card-link { display: block !important; text-decoration: none !important; color: inherit !important; position: relative !important; z-index: 10 !important; -webkit-tap-highlight-color: rgba(0,0,0,0.1) !important; transition: transform 0.2s ease !important; touch-action: manipulation !important; cursor: pointer !important; } .project-card-link:active { transform: scale(0.98) !important; } .project-card-link:hover { text-decoration: none !important; } .project-card-link * { pointer-events: none !important; } .projects-grid { position: relative; z-index: 1; } .project-img { width: 100%; height: 220px; overflow: hidden; border-radius: 12px 12px 0 0; background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%); display: flex; align-items: center; justify-content: center; } .project-img img { width: 100%; height: 100%; object-fit: cover; }/style> section idanasayfa classhero-slider> div classslide active stylebackground-image: url(../uploads/slider_691fb9ea49f64.png);> div classslide-inner> div classslide-content> h1>Make a Difference in the Digital World/h1> p>We elevate your business to the next level with modern technologies and creative solutions./p> div classslide-buttons> a href#contact classbtn btn-white>Get Started →/a> a href#services classbtn btn-outline>Explore/a> /div> /div> /div> /div> div classslide stylebackground-image: url(../uploads/slider_6918428d9a7f7.jpg);> div classslide-inner> div classslide-content> h1>Professional Web Solutions/h1> p>Modern websites that represent your brand in the best way in the digital world./p> div classslide-buttons> a href#projects classbtn btn-white>Our Projects →/a> a href#contact classbtn btn-outline>Contact/a> /div> /div> /div> /div> div classslide stylebackground-image: url(../uploads/slider_691fb8e51d2ee.png);> div classslide-inner> div classslide-content> h1>Powerful Digital Marketing/h1> p>We grow your brand with SEO and social media strategies./p> div classslide-buttons> a href#services classbtn btn-white>Our Services →/a> a href#about classbtn btn-outline>About Us/a> /div> /div> /div> /div> div classslider-controls> button classslider-dot active data-slide0>/button> button classslider-dot data-slide1>/button> button classslider-dot data-slide2>/button> /div> div classslider-arrows> button classslider-arrow slider-prev>‹/button> button classslider-arrow slider-next>›/button> /div> /section> section classbrands-section> div classbrands-container> div classbrands-label>Our References/div> div classbrands-slider> div classbrands-track> div classbrand-item> img src../uploads/referans_6918ab870424e.png altENXH> /div> div classbrand-item> img src../uploads/referans_69167c6f8e8a9.png altBrand 1> /div> div classbrand-item> img src../uploads/referans_69167c9ce51c8.png altBrand 2> /div> div classbrand-item> img src../uploads/referans_69167941dfd28.png altBrand 3> /div> div classbrand-item> img src../uploads/referans_6916799942501.png altBrand 4> /div> div classbrand-item> img src../uploads/referans_6916a982ad5d1.png altBrand 5> /div> div classbrand-item> img src../uploads/referans_6918ab870424e.png altENXH> /div> div classbrand-item> img src../uploads/referans_69167c6f8e8a9.png altBrand 1> /div> div classbrand-item> img src../uploads/referans_69167c9ce51c8.png altBrand 2> /div> div classbrand-item> img src../uploads/referans_69167941dfd28.png altBrand 3> /div> div classbrand-item> img src../uploads/referans_6916799942501.png altBrand 4> /div> div classbrand-item> img src../uploads/referans_6916a982ad5d1.png altBrand 5> /div> /div> /div> /div> /section> section idhakkimizda classsection about-section> div classcontainer> div classabout-grid> div classabout-image> img srchttps://europesoftware.net/uploads/slider_6917ce81e8642.png altWelcome to Europe Software Agency> /div> div classabout-content> span classsection-label>About Us/span> h2>Welcome to Europe Software Agency/h2> p>where innovation, creativity, and passion come together to bring your digital dreams to life. Our team of skilled professionals is dedicated to providing top-notch digital services that cater to businesses of all sizes and industries. As a leading provider of software development, web and mobile app development, design, IT consulting, digital marketing, SEO/ASO, AI solutions, and hosting and domain services, our goal is to empower businesses to succeed in an ever-evolving digital landscape./p> p>Are you ready to work with us? Start a project/p> div classstats> /div> /div> /div> /div> /section> section idhizmetler classsection> div classcontainer> div classsection-header> span classsection-label>Our Services/span> h2 classsection-title>Comprehensive Digital Solutions/h2> p classsection-desc>Software Development, Cyber Security, Website Design, Graphic Design, Mobile Application Design, UI/UX Design, Digital Marketing, Hosting, Domain and Guaranteed SEO Agency/p> /div> div classservices-grid> div classservice-card> div classservice-icon> svg width28 height28 viewBox0 0 24 24 fillnone strokewhite stroke-width2> rect x2 y3 width20 height14 rx2/>line x18 y121 x216 y221/>line x112 y117 x212 y221/> /svg> /div> h3>Software Development/h3> p>Our software development services deliver custom, cutting-edge solutions tailored to your unique needs. Our team of experienced developers work with a range of technologies and platforms to build scalable, reliable, and user-friendly applications, ensuring your business remains at the forefront of innovation./p> /div> div classservice-card> div classservice-icon> svg width28 height28 viewBox0 0 24 24 fillnone strokewhite stroke-width2> rect x2 y3 width20 height14 rx2/>line x18 y121 x216 y221/>line x112 y117 x212 y221/> /svg> /div> h3>Web Design & Development/h3> p>We create stunning, responsive, and high-performing websites that drive your online presence. Our web development team works with various content management systems and frameworks to deliver fully-functional, easily manageable, and visually appealing websites that cater to your target audience and boost your brand's digital footprint./p> /div> div classservice-card> div classservice-icon> svg width28 height28 viewBox0 0 24 24 fillnone strokewhite stroke-width2> rect x2 y3 width20 height14 rx2/>line x18 y121 x216 y221/>line x112 y117 x212 y221/> /svg> /div> h3>Mobile App Development/h3> p>Our mobile app development services bring your ideas to life on iOS, Android, and hybrid platforms. Our expert developers craft intuitive, feature-rich, and secure mobile applications that provide seamless user experiences and elevate your brand's mobile presence./p> /div> div classservice-card> div classservice-icon> svg width28 height28 viewBox0 0 24 24 fillnone strokewhite stroke-width2> circle cx9 cy21 r1/>circle cx20 cy21 r1/>path dM1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6/> /svg> /div> h3>E-Commerce Solutions/h3> p>Maximize your online sales with comprehensive e-commerce platforms./p> /div> div classservice-card> div classservice-icon> svg width28 height28 viewBox0 0 24 24 fillnone strokewhite stroke-width2> rect x2 y3 width20 height14 rx2/>line x18 y121 x216 y221/>line x112 y117 x212 y221/> /svg> /div> h3>UI/UX & Graphic Design/h3> p>Our UI/UX and graphic design services ensure your digital products not only look great but also deliver exceptional user experiences. Our skilled designers focus on crafting aesthetically pleasing, user-centric interfaces and visuals that keep your audience engaged and drive conversions./p> /div> div classservice-card> div classservice-icon> svg width28 height28 viewBox0 0 24 24 fillnone strokewhite stroke-width2> rect x2 y3 width20 height14 rx2/>line x18 y121 x216 y221/>line x112 y117 x212 y221/> /svg> /div> h3>Digital Marketing/h3> p>We offer comprehensive digital marketing services to boost your online visibility and drive customer engagement. Our strategies include social media marketing, content marketing, email marketing, and more, all tailored to your unique business objectives to maximize ROI and grow your brand's reach./p> /div> div classservice-card> div classservice-icon> svg width28 height28 viewBox0 0 24 24 fillnone strokewhite stroke-width2> rect x2 y3 width20 height14 rx2/>line x18 y121 x216 y221/>line x112 y117 x212 y221/> /svg> /div> h3>SEO/ASO/h3> p>Our SEO and ASO services improve your search engine rankings and app store visibility, driving organic traffic and downloads. We employ proven strategies, keyword optimization, and performance analysis to ensure your website or app stands out in today's competitive digital landscape./p> /div> div classservice-card> div classservice-icon> svg width28 height28 viewBox0 0 24 24 fillnone strokewhite stroke-width2> rect x2 y3 width20 height14 rx2/>line x18 y121 x216 y221/>line x112 y117 x212 y221/> /svg> /div> h3>IT Consulting/h3> p>Our IT consulting services help your business leverage technology to achieve your goals. From strategy development to technology selection, we provide expert guidance, insights, and recommendations to optimize your IT infrastructure and enhance your organization's efficiency, productivity, and security./p> /div> div classservice-card> div classservice-icon> svg width28 height28 viewBox0 0 24 24 fillnone strokewhite stroke-width2> rect x2 y3 width20 height14 rx2/>line x18 y121 x216 y221/>line x112 y117 x212 y221/> /svg> /div> h3>Brand Identity/h3> p>We create strong and memorable brand identities. Logo design and corporate identity./p> /div> /div> /div> /section> section idprojeler classsection projects-section> div classcontainer> div classsection-header> span classsection-label>BLOG/span> h2 classsection-title>Check our articles/h2> p classsection-desc>Software Development, Cyber Security, Website Design, Graphic Design, Mobile Application Design, UI/UX Design, Digital Marketing, Hosting, Domain and Guaranteed SEO Agency/p> /div> div classprojects-grid> a hrefproject.php?slugmodern-e-commerce-platform classproject-card-link> div classproject-card> div classproject-img> img src../uploads/proje_69167cef0a0b6.png altModern E-Commerce Platform> /div> div classproject-body> span classproject-tag>Web Design/span> h3>Modern E-Commerce Platform/h3> p>Comprehensive e-commerce solution designed with user-friendly interface/p> /div> /div> /a> a hrefproject.php?slugcorporate-identity-design classproject-card-link> div classproject-card> div classproject-img> img src../uploads/proje_69167ccec9f59.webp altCorporate Identity Design> /div> div classproject-body> span classproject-tag>Graphic Design/span> h3>Corporate Identity Design/h3> p>Professional logo and corporate design for strong brand identity/p> /div> /div> /a> a hrefproject.php?slugmobile-app-development classproject-card-link> div classproject-card> div classproject-img> img src../uploads/proje_69167d0a950af.webp altMobile App Development> /div> div classproject-body> span classproject-tag>Mobile/span> h3>Mobile App Development/h3> p>Native mobile application for iOS and Android/p> /div> /div> /a> a hrefproject.php?slugseo-optimization classproject-card-link> div classproject-card> div classproject-img> img src../uploads/proje_69167d423194b.png altSEO Optimization> /div> div classproject-body> span classproject-tag>Digital Marketing/span> h3>SEO Optimization/h3> p>Rising to the top in search engine rankings/p> /div> /div> /a> /div> /div> /section> section idiletisim classsection contact-section> div classcontainer> div classsection-header> span classsection-label>Contact/span> h2 classsection-title>Get In Touch With Us/h2> p classsection-desc>Software Development, Cyber Security, Website Design, Graphic Design, Mobile Application Design, UI/UX Design, Digital Marketing, Hosting, Domain and Guaranteed SEO Agency/p> /div> div classcontact-grid> div classcontact-info> h2>Lets Get Started!/h2> p>Contact us for your digital projects. Our professional team is ready to provide you with the best solutions./p> div classcontact-items> div classcontact-item> div classcontact-icon> svg width24 height24 viewBox0 0 24 24 fillnone strokewhite stroke-width2> path dM21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z/> circle cx12 cy10 r3/> /svg> /div> div classcontact-text> h4>Address/h4> p>71 – 75 Shelton Street, London, United Kingdom, WC2H 9JQ/p> /div> /div> div classcontact-item> div classcontact-icon> svg width24 height24 viewBox0 0 24 24 fillnone strokewhite stroke-width2> path dM22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z/> /svg> /div> div classcontact-text> h4>Phone/h4> p>+44 7777 46 57 37/p> /div> /div> div classcontact-item> div classcontact-icon> svg width24 height24 viewBox0 0 24 24 fillnone strokewhite stroke-width2> path dM4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z/> polyline points22,6 12,13 2,6/> /svg> /div> div classcontact-text> h4>Email/h4> p>hey@europesoftware.net/p> /div> /div> /div> /div> form methodPOST classcontact-form> input typehidden namecsrf_token value1bc2cfc58228e7c8c4bf3ded2354a9311c507cac41498f4d941ae1b6fab1c82a> div classform-group> label>Full Name/label> input typetext namead_soyad placeholderFull Name required> /div> div classform-group> label>Email/label> input typeemail nameemail placeholderEmail required> /div> div classform-group> label>Phone/label> input typetel nametelefon placeholderPhone> /div> div classform-group> label>Your Message/label> textarea namemesaj placeholderYour Message required>/textarea> /div> button typesubmit nameiletisim_form classbtn btn-white stylewidth: 100%; background: var(--primary); color: white;> Send Message → /button> /form> /div> /div> /section> !-- SABİT İLETİŞİM BUTONLARI - TEMİZ TASARIM --> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css> div classfloating-contact-buttons> a hrefhttps://wa.me/447777465737 classfloating-btn whatsapp-floating target_blank relnoopener aria-labelWhatsApp ile iletişime geç> i classfab fa-whatsapp>/i> /a> a hreftel:+447777465737 classfloating-btn phone-floating aria-labelTelefon ile ara> i classfas fa-phone-alt phone-icon>/i> /a> /div> footer classfooter> div classcontainer> div classfooter-grid> div> div classfooter-brand>EUROPE SOFTWARE AGENCY/div> p classfooter-desc>Software Development, Cyber Security, Website Design, Graphic Design, Mobile Application Design, UI/UX Design, Digital Marketing, Hosting, Domain and Guaranteed SEO Agency/p> div classsocial-links> a hrefhttps://facebook.com classsocial-link target_blank relnoopener> svg width18 height18 viewBox0 0 24 24 fillcurrentColor> path dM24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z/> /svg> /a> a hrefhttps://twitter.com classsocial-link target_blank relnoopener> svg width18 height18 viewBox0 0 24 24 fillcurrentColor> path dM23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z/> /svg> /a> a hrefhttps://instagram.com/ classsocial-link target_blank relnoopener> svg width18 height18 viewBox0 0 24 24 fillcurrentColor> path dM12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z/> /svg> /a> a hrefhttps://linkedin.com classsocial-link target_blank relnoopener> svg width18 height18 viewBox0 0 24 24 fillcurrentColor> path dM20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z/> /svg> /a> /div> /div> div classfooter-col> h4>Quick Links/h4> ul classfooter-links> li>a href../#anasayfa>Home/a>/li> li>a href../#hakkimizda>About Us/a>/li> li>a href../#hizmetler>Our Services/a>/li> li>a href../#projeler>Projects/a>/li> li>a hrefhttps://europesoftware.net/referanslar.php>References/a>/li> li>a href../banks.php>Banks Accounts/a>/li> /ul> /div> div classfooter-col> h4>Our Services/h4> ul classfooter-links> li>a href#>Software Development/a>/li> li>a href#>Web Design & Development/a>/li> li>a href#>Mobile App Development/a>/li> li>a href#>E-Commerce Solutions/a>/li> /ul> /div> div classfooter-col> h4>Contact/h4> ul classfooter-links> li>a href#>71 – 75 Shelton Street, London, United Kingdom, WC2H 9JQ/a>/li> li>a hreftel:+44 7777 46 57 37>+44 7777 46 57 37/a>/li> li>a hrefmailto:hey@europesoftware.net>hey@europesoftware.net/a>/li> /ul> /div> /div> div classfooter-bottom> p>© Copyright 2013 Europe Software Agency | All Rights Reserved. It is Strictly Forbidden to Copy, Share, Republish and Modify the Materials and Software on This Website Without Europe Software Agency’s Prior Written Consent./p> /div> /div> /footer> button classscroll-top idscrollTop>↑/button>style>/* *//* SABİT İLETİŞİM BUTONLARI - TEMİZ *//* */.floating-contact-buttons { position: fixed; left: 20px; bottom: 20px; z-index: 999; display: flex; flex-direction: column; gap: 15px;}.floating-btn { position: relative; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; text-decoration: none; transition: transform 0.3s ease, opacity 0.3s ease; cursor: pointer; border: none;}.floating-btn i { font-size: 24px; position: relative; z-index: 2;}/* Telefon ikonunu KÜÇÜLT ve TERS ÇEVİR */.phone-icon { font-size: 20px !important; transform: scaleX(-1) rotate(-10deg);}/* WhatsApp Butonu - TEK RENK */.whatsapp-floating { background: #25D366;}.whatsapp-floating:hover { transform: scale(1.1); opacity: 0.9;}/* Telefon Butonu - SİYAH */.phone-floating { background: #000000;}.phone-floating:hover { transform: scale(1.1); opacity: 0.9;}/* *//* MOBİL RESPONSIVE *//* */@media (max-width: 768px) { .floating-contact-buttons { left: 15px; bottom: 15px; gap: 12px; } .floating-btn { width: 65px; height: 65px; } .floating-btn i { font-size: 28px; } .phone-icon { font-size: 24px !important; }}@media (max-width: 480px) { .floating-contact-buttons { left: 12px; bottom: 12px; gap: 10px; } .floating-btn { width: 60px; height: 60px; } .floating-btn i { font-size: 26px; } .phone-icon { font-size: 22px !important; }}/* Erişilebilirlik - Focus State */.floating-btn:focus-visible { outline: 3px solid white; outline-offset: 3px;}/* Printte gizle */@media print { .floating-contact-buttons { display: none; }}/style>script> const mobileToggle document.getElementById(mobileToggle); const mainNav document.getElementById(mainNav); const mobileOverlay document.getElementById(mobileOverlay); const dilSecici document.getElementById(dilSecici); const mobileDilSecici document.getElementById(mobileDilSecici); mobileToggle.addEventListener(click, function() { this.classList.toggle(active); mainNav.classList.toggle(active); mobileOverlay.classList.toggle(active); }); mobileOverlay.addEventListener(click, function() { mobileToggle.classList.remove(active); mainNav.classList.remove(active); this.classList.remove(active); }); document.querySelectorAll(.nav-menu a).forEach(link > { link.addEventListener(click, () > { mobileToggle.classList.remove(active); mainNav.classList.remove(active); mobileOverlay.classList.remove(active); }); }); if(dilSecici) { dilSecici.addEventListener(click, function(e) { e.stopPropagation(); this.classList.toggle(active); }); } if(mobileDilSecici) { mobileDilSecici.addEventListener(click, function(e) { e.stopPropagation(); this.classList.toggle(active); }); } document.addEventListener(click, function(e) { if(dilSecici && !dilSecici.contains(e.target)) { dilSecici.classList.remove(active); } if(mobileDilSecici && !mobileDilSecici.contains(e.target)) { mobileDilSecici.classList.remove(active); } }); let currentSlideIndex 0; const slides document.querySelectorAll(.slide); const dots document.querySelectorAll(.slider-dot); let autoSlideInterval; function showSlide(n) { if (n > slides.length) currentSlideIndex 0; if (n 0) currentSlideIndex slides.length - 1; slides.forEach(slide > slide.classList.remove(active)); dots.forEach(dot > dot.classList.remove(active)); if(slidescurrentSlideIndex) { slidescurrentSlideIndex.classList.add(active); } if(dotscurrentSlideIndex) { dotscurrentSlideIndex.classList.add(active); } } function changeSlide(direction) { currentSlideIndex + direction; showSlide(currentSlideIndex); resetAutoSlide(); } function startAutoSlide() { autoSlideInterval setInterval(() > { currentSlideIndex++; showSlide(currentSlideIndex); }, 5000); } function resetAutoSlide() { clearInterval(autoSlideInterval); startAutoSlide(); } if(slides.length > 0) { startAutoSlide(); } // Slider Dots - Tıklama ve Dokunma dots.forEach(dot > { dot.addEventListener(click, function(e) { e.preventDefault(); e.stopPropagation(); currentSlideIndex parseInt(this.getAttribute(data-slide)); showSlide(currentSlideIndex); resetAutoSlide(); }); dot.addEventListener(touchstart, function(e) { e.preventDefault(); e.stopPropagation(); currentSlideIndex parseInt(this.getAttribute(data-slide)); showSlide(currentSlideIndex); resetAutoSlide(); }, { passive: false }); }); // Slider Okları const prevBtn document.querySelector(.slider-prev); const nextBtn document.querySelector(.slider-next); if(prevBtn && nextBtn) { prevBtn.addEventListener(click, function(e) { e.preventDefault(); e.stopPropagation(); changeSlide(-1); }); nextBtn.addEventListener(click, function(e) { e.preventDefault(); e.stopPropagation(); changeSlide(1); }); prevBtn.addEventListener(touchstart, function(e) { e.preventDefault(); e.stopPropagation(); changeSlide(-1); }, { passive: false }); nextBtn.addEventListener(touchstart, function(e) { e.preventDefault(); e.stopPropagation(); changeSlide(1); }, { passive: false }); } // Swipe fonksiyonalitesi const heroSlider document.querySelector(.hero-slider); if(heroSlider) { let touchStartX 0; let touchEndX 0; let touchStartY 0; let touchEndY 0; heroSlider.addEventListener(touchstart, function(e) { if(e.target.closest(.slider-arrow) || e.target.closest(.slider-dot)) { return; } touchStartX e.changedTouches0.screenX; touchStartY e.changedTouches0.screenY; }, { passive: true }); heroSlider.addEventListener(touchend, function(e) { if(e.target.closest(.slider-arrow) || e.target.closest(.slider-dot)) { return; } touchEndX e.changedTouches0.screenX; touchEndY e.changedTouches0.screenY; handleSwipe(); }, { passive: true }); function handleSwipe() { const swipeThreshold 50; const verticalSwipe Math.abs(touchEndY - touchStartY); const horizontalSwipe Math.abs(touchEndX - touchStartX); if (horizontalSwipe > verticalSwipe && horizontalSwipe > swipeThreshold) { if (touchEndX touchStartX) { changeSlide(1); } else if (touchEndX > touchStartX) { changeSlide(-1); } } } } // Scroll to top butonu const scrollTop document.getElementById(scrollTop); window.addEventListener(scroll, () > { if (window.pageYOffset > 300) { scrollTop.classList.add(show); } else { scrollTop.classList.remove(show); } }); scrollTop.addEventListener(click, () > { window.scrollTo({ top: 0, behavior: smooth }); }); // Referans butonları için özel handler - MOBİL FİX document.querySelectorAll(.reference-link).forEach(link > { link.addEventListener(click, function(e) { e.stopPropagation(); e.stopImmediatePropagation(); const url this.getAttribute(href); if(url && url ! #) { window.open(url, _blank); } return false; }); link.addEventListener(touchend, function(e) { e.preventDefault(); e.stopPropagation(); e.stopImmediatePropagation(); const url this.getAttribute(href); if(url && url ! #) { window.open(url, _blank); } return false; }, { passive: false }); }); // Smooth scroll document.querySelectorAll(ahref^#).forEach(anchor > { anchor.addEventListener(click, function (e) { const href this.getAttribute(href); if(href && href ! #) { e.preventDefault(); const target document.querySelector(href); if (target) { target.scrollIntoView({ behavior: smooth, block: start }); } } }); }); /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
]