Help
RSS
API
Feed
Maltego
Contact
Domain > ddsongyun.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-06-01
3.171.171.18
(
ClassC
)
2025-06-01
3.171.171.6
(
ClassC
)
2025-06-06
18.66.255.79
(
ClassC
)
2025-07-20
108.138.64.65
(
ClassC
)
2026-01-22
3.175.34.62
(
ClassC
)
Port 80
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 22396Connection: keep-aliveDate: Thu, 22 Jan 2026 22:01:48 GMTLast-Modified: Fri, 23 May 2025 08:11:20 GMTETag: 6223f190826a55aa00781af3afd788f8Server: AmazonS3X-Cache: Miss from cloudfrontVia: 1.1 376563e3c1f1885f8c4a0f76c81f4b16.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P3X-Amz-Cf-Id: 4AtZRiy7Hd_Ed9TQIEbmoBQKnfp2-5X77Xsp30LyxiAPJniW7LpJJQ !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Fuzhou DianDian Songyun Technology Co.,Ltd/title> style> @import url(https://fonts.googleapis.com/css2?familyPoppins:wght@300;400;600;700&displayswap); :root { --primary: #5d69b3; --secondary: #e74c3c; --dark: #2c3e50; --light: #ecf0f1; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Poppins, sans-serif; background-color: var(--dark); color: var(--light); overflow-x: hidden; } .parallax-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-image: url(https://images.unsplash.com/photo-1551103782-8ab07afd45c1?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w1470&q80); background-size: cover; background-position: center; background-attachment: fixed; z-index: -1; opacity: 0.15; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } header { position: fixed; top: 0; left: 0; width: 100%; padding: 20px 0; z-index: 100; transition: all 0.3s ease; } header.scrolled { background-color: rgba(44, 62, 80, 0.9); padding: 15px 0; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); } nav { display: flex; justify-content: space-between; align-items: center; } .logo { font-size: 24px; font-weight: 700; color: var(--primary); text-decoration: none; } .nav-links { display: flex; list-style: none; } .nav-links li { margin-left: 30px; } .nav-links a { color: var(--light); text-decoration: none; font-weight: 600; transition: all 0.3s ease; position: relative; } .nav-links a:hover { color: var(--secondary); } .nav-links a::after { content: ; position: absolute; bottom: -5px; left: 0; width: 0; height: 2px; background-color: var(--secondary); transition: width 0.3s ease; } .nav-links a:hover::after { width: 100%; } .hero { height: 100vh; display: flex; align-items: center; position: relative; } .hero-content { max-width: 800px; } .hero h1 { font-size: 64px; margin-bottom: 20px; background: linear-gradient(45deg, var(--primary), var(--secondary)); -webkit-background-clip: text; background-clip: text; color: transparent; line-height: 1.2; } .hero p { font-size: 18px; margin-bottom: 30px; line-height: 1.6; } .btn { display: inline-block; padding: 12px 30px; background-color: var(--primary); color: white; border-radius: 50px; text-decoration: none; font-weight: 600; transition: all 0.3s ease; border: none; cursor: pointer; } .btn:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); } .btn-outline { background-color: transparent; border: 2px solid var(--primary); color: var(--primary); margin-left: 15px; } .btn-outline:hover { background-color: var(--primary); color: white; } section { padding: 100px 0; } .section-title { text-align: center; margin-bottom: 60px; } .section-title h2 { font-size: 48px; margin-bottom: 20px; color: var(--primary); } .section-title p { max-width: 700px; margin: 0 auto; font-size: 18px; line-height: 1.6; } .about-content { display: flex; align-items: center; gap: 50px; } .about-text { flex: 1; } .about-text h3 { font-size: 36px; margin-bottom: 20px; color: var(--secondary); } .about-text p { margin-bottom: 20px; line-height: 1.8; } .about-image { flex: 1; position: relative; } .about-image img { width: 100%; border-radius: 20px; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); } .services { background-color: rgba(0, 0, 0, 0.3); padding: 100px 0; } .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .service-card { background-color: rgba(255, 255, 255, 0.05); border-radius: 20px; overflow: hidden; transition: all 0.3s ease; backdrop-filter: blur(10px); padding: 40px 30px; text-align: center; } .service-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); background-color: rgba(93, 105, 179, 0.2); } .service-icon { font-size: 50px; margin-bottom: 20px; color: var(--secondary); } .service-card h3 { font-size: 24px; margin-bottom: 15px; color: var(--primary); } .team { background-color: rgba(0, 0, 0, 0.3); padding: 100px 0; } .team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .team-member { background-color: rgba(255, 255, 255, 0.05); border-radius: 20px; overflow: hidden; transition: all 0.3s ease; backdrop-filter: blur(10px); } .team-member:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); } .team-member-img { height: 300px; overflow: hidden; } .team-member-img img { width: 100%; height: 100%; object-fit: cover; transition: all 0.5s ease; } .team-member:hover .team-member-img img { transform: scale(1.1); } .team-member-info { padding: 30px; } .team-member-info h3 { font-size: 24px; margin-bottom: 5px; color: var(--primary); } .team-member-info p { color: var(--secondary); margin-bottom: 15px; } .contact-info { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-bottom: 50px; } .info-card { background-color: rgba(255, 255, 255, 0.05); padding: 30px; border-radius: 15px; transition: all 0.3s ease; } .info-card:hover { background-color: rgba(93, 105, 179, 0.2); transform: translateY(-5px); } .info-card i { font-size: 30px; color: var(--secondary); margin-bottom: 20px; } footer { background-color: rgba(0, 0, 0, 0.7); padding: 50px 0 20px; text-align: center; } .footer-content { display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 40px; } .footer-col { flex: 1; min-width: 250px; margin-bottom: 30px; } .footer-col h3 { color: var(--primary); margin-bottom: 20px; font-size: 20px; } .footer-col ul { list-style: none; } .footer-col ul li { margin-bottom: 10px; } .footer-col ul li a { color: var(--light); text-decoration: none; transition: all 0.3s ease; } .footer-col ul li a:hover { color: var(--secondary); padding-left: 5px; } .copyright { border-top: 1px solid rgba(255, 255, 255, 0.1); padding-top: 20px; } /* Animations */ @keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } .animate { animation: fadeInUp 1s ease forwards; } .delay-1 { animation-delay: 0.2s; } .delay-2 { animation-delay: 0.4s; } .delay-3 { animation-delay: 0.6s; } /* Responsive */ @media (max-width: 768px) { .hero h1 { font-size: 48px; } .hero p { font-size: 18px; } .about-content { flex-direction: column; } .nav-links { display: none; } } /style> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css>/head>body> div classparallax-bg>/div> header idheader> div classcontainer> nav> a href# classlogo>Fuzhou DianDian Songyun/a> ul classnav-links> li>a href#home>Home/a>/li> li>a href#about>About/a>/li> li>a href#services>Services/a>/li> li>a href#team>Team/a>/li> li>a href#contact>Contact/a>/li> /ul> /nav> /div> /header> section classhero idhome> div classcontainer> div classhero-content> h1 classanimate>Innovative Technology Solutions/h1> p classanimate delay-1>Fuzhou DianDian Songyun Technology Co.,Ltd is a leading tech company based in China, specializing in cutting-edge software development and digital solutions. We combine creativity with technical excellence to deliver outstanding results./p> div classanimate delay-2> a href#about classbtn>Learn More/a> a href#contact classbtn btn-outline>Contact Us/a> /div> /div> /div> /section> section idabout> div classcontainer> div classsection-title animate> h2>About Our Company/h2> p>We are committed to delivering innovative solutions that make a difference./p> /div> div classabout-content> div classabout-text animate delay-1> h3>Our Story/h3> p>Founded in Fuzhou, China, DianDian Songyun Technology has grown from a small startup to a respected technology solutions provider. Our journey has been marked by innovation, dedication, and a commitment to excellence./p> p>Weve carefully assembled a team of experts from diverse technical backgrounds – not just for their technical mastery, but for their passion and creativity. This isnt just a job for us. Its the late-night brainstorming sessions, the heated technical debates, the relentless polishing until every detail feels right./p> p>Our solutions dont just aim to function – theyre love letters to the technology we adore. Because when youre this passionate about tech, good enough doesnt exist. Only this could be more amazing does./p> a href#services classbtn>Our Services/a> /div> div classabout-image animate delay-2> img srchttps://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w1470&q80 altOur office> /div> /div> /div> /section> section classservices idservices> div classcontainer> div classsection-title animate> h2>Our Services/h2> p>We offer comprehensive technology solutions tailored to your needs./p> /div> div classservices-grid> div classservice-card animate delay-1> div classservice-icon> i classfas fa-code>/i> /div> h3>Software Development/h3> p>Custom software solutions designed to streamline your business operations and enhance productivity./p> /div> div classservice-card animate delay-2> div classservice-icon> i classfas fa-mobile-alt>/i> /div> h3>Mobile Applications/h3> p>Innovative mobile apps for iOS and Android platforms with intuitive user interfaces./p> /div> div classservice-card animate delay-3> div classservice-icon> i classfas fa-cloud>/i> /div> h3>Cloud Solutions/h3> p>Secure and scalable cloud infrastructure to support your growing business needs./p> /div> /div> /div> /section> section classteam idteam> div classcontainer> div classsection-title animate> h2>Our Leadership Team/h2> p>Meet the talented individuals driving our company forward./p> /div> div classteam-grid> div classteam-member animate delay-1> div classteam-member-img> img srchttps://images.unsplash.com/photo-1560250097-0b93528c311a?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w687&q80 altTeam member> /div> div classteam-member-info> h3>Zhang Wei/h3> p>CEO & Founder/p> p>Visionary leader with 15+ years in the tech industry, specializing in strategic growth./p> /div> /div> div classteam-member animate delay-2> div classteam-member-img> img srchttps://images.unsplash.com/photo-1573497019940-1c28c88b4f3e?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w687&q80 altTeam member> /div> div classteam-member-info> h3>Li Na/h3> p>CTO/p> p>Technology expert with deep knowledge in AI, cloud computing, and system architecture./p> /div> /div> div classteam-member animate delay-3> div classteam-member-img> img srchttps://images.unsplash.com/photo-1573496359142-b8d87734a5a2?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w688&q80 altTeam member> /div> div classteam-member-info> h3>Wang Jun/h3> p>Head of Development/p> p>Leads our engineering team with focus on innovation and technical excellence./p> /div> /div> /div> /div> /section> section idcontact> div classcontainer> div classsection-title animate> h2>Contact Us/h2> p>Get in touch with our team for inquiries or collaboration opportunities./p> /div> div classcontact-info animate delay-1> div classinfo-card> i classfas fa-map-marker-alt>/i> h3>Address/h3> p>123 Tech Park Road, Fuzhou, Fujian, China/p> /div> div classinfo-card> i classfas fa-phone>/i> h3>Phone/h3> p>+86 591 1234 5678/p> /div> div classinfo-card> i classfas fa-envelope>/i> h3>Email/h3> p>info@ddsytech.com/p> /div> /div> div classcontact-form animate delay-2 stylemax-width: 800px; margin: 0 auto;> form> div styledisplay: flex; gap: 20px; margin-bottom: 20px;> input typetext placeholderYour Name styleflex: 1; padding: 15px; border-radius: 10px; border: none; background-color: rgba(255,255,255,0.1); color: white;> input typeemail placeholderYour Email styleflex: 1; padding: 15px; border-radius: 10px; border: none; background-color: rgba(255,255,255,0.1); color: white;> /div> input typetext placeholderSubject stylewidth: 100%; padding: 15px; border-radius: 10px; border: none; background-color: rgba(255,255,255,0.1); color: white; margin-bottom: 20px;> textarea placeholderYour Message rows5 stylewidth: 100%; padding: 15px; border-radius: 10px; border: none; background-color: rgba(255,255,255,0.1); color: white; margin-bottom: 20px;>/textarea> button typesubmit classbtn stylewidth: 100%;>Send Message/button> /form> /div> /div> /section> footer> div classcontainer> div classfooter-content> div classfooter-col> h3>Fuzhou DianDian Songyun/h3> p>Innovative technology solutions provider based in Fuzhou, China. Committed to excellence in software development and digital transformation./p> /div> div classfooter-col> h3>Quick Links/h3> ul> li>a href#home>Home/a>/li> li>a href#about>About/a>/li> li>a href#services>Services/a>/li> li>a href#team>Team/a>/li> li>a href#contact>Contact/a>/li> /ul> /div> div classfooter-col> h3>Legal/h3> ul> li>a href#>Privacy Policy/a>/li> li>a href#>Terms of Service/a>/li> li>a href#>Cookie Policy/a>/li> /ul> /div> /div> div classcopyright> p>© 2023 Fuzhou DianDian Songyun Technology Co.,Ltd. All rights reserved./p> /div> /div> /footer> script> // Header scroll effect window.addEventListener(scroll, function() { const header document.getElementById(header); if (window.scrollY > 100) { header.classList.add(scrolled); } else { header.classList.remove(scrolled); } }); // Animation on scroll const animateElements document.querySelectorAll(.animate); 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 }); animateElements.forEach(element > { observer.observe(element); }); /script>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 22396Connection: keep-aliveDate: Thu, 22 Jan 2026 22:01:48 GMTLast-Modified: Fri, 23 May 2025 08:11:20 GMTETag: 6223f190826a55aa00781af3afd788f8Server: AmazonS3X-Cache: Hit from cloudfrontVia: 1.1 db7397fcd58433c5e83fa2f211a75e54.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P3X-Amz-Cf-Id: VwvuapS8rXb73c6wqq-aWGgT3jPPNmCj1F3sblWTZeWsCCgDfNrhrg !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Fuzhou DianDian Songyun Technology Co.,Ltd/title> style> @import url(https://fonts.googleapis.com/css2?familyPoppins:wght@300;400;600;700&displayswap); :root { --primary: #5d69b3; --secondary: #e74c3c; --dark: #2c3e50; --light: #ecf0f1; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Poppins, sans-serif; background-color: var(--dark); color: var(--light); overflow-x: hidden; } .parallax-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-image: url(https://images.unsplash.com/photo-1551103782-8ab07afd45c1?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w1470&q80); background-size: cover; background-position: center; background-attachment: fixed; z-index: -1; opacity: 0.15; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } header { position: fixed; top: 0; left: 0; width: 100%; padding: 20px 0; z-index: 100; transition: all 0.3s ease; } header.scrolled { background-color: rgba(44, 62, 80, 0.9); padding: 15px 0; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); } nav { display: flex; justify-content: space-between; align-items: center; } .logo { font-size: 24px; font-weight: 700; color: var(--primary); text-decoration: none; } .nav-links { display: flex; list-style: none; } .nav-links li { margin-left: 30px; } .nav-links a { color: var(--light); text-decoration: none; font-weight: 600; transition: all 0.3s ease; position: relative; } .nav-links a:hover { color: var(--secondary); } .nav-links a::after { content: ; position: absolute; bottom: -5px; left: 0; width: 0; height: 2px; background-color: var(--secondary); transition: width 0.3s ease; } .nav-links a:hover::after { width: 100%; } .hero { height: 100vh; display: flex; align-items: center; position: relative; } .hero-content { max-width: 800px; } .hero h1 { font-size: 64px; margin-bottom: 20px; background: linear-gradient(45deg, var(--primary), var(--secondary)); -webkit-background-clip: text; background-clip: text; color: transparent; line-height: 1.2; } .hero p { font-size: 18px; margin-bottom: 30px; line-height: 1.6; } .btn { display: inline-block; padding: 12px 30px; background-color: var(--primary); color: white; border-radius: 50px; text-decoration: none; font-weight: 600; transition: all 0.3s ease; border: none; cursor: pointer; } .btn:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); } .btn-outline { background-color: transparent; border: 2px solid var(--primary); color: var(--primary); margin-left: 15px; } .btn-outline:hover { background-color: var(--primary); color: white; } section { padding: 100px 0; } .section-title { text-align: center; margin-bottom: 60px; } .section-title h2 { font-size: 48px; margin-bottom: 20px; color: var(--primary); } .section-title p { max-width: 700px; margin: 0 auto; font-size: 18px; line-height: 1.6; } .about-content { display: flex; align-items: center; gap: 50px; } .about-text { flex: 1; } .about-text h3 { font-size: 36px; margin-bottom: 20px; color: var(--secondary); } .about-text p { margin-bottom: 20px; line-height: 1.8; } .about-image { flex: 1; position: relative; } .about-image img { width: 100%; border-radius: 20px; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); } .services { background-color: rgba(0, 0, 0, 0.3); padding: 100px 0; } .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .service-card { background-color: rgba(255, 255, 255, 0.05); border-radius: 20px; overflow: hidden; transition: all 0.3s ease; backdrop-filter: blur(10px); padding: 40px 30px; text-align: center; } .service-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); background-color: rgba(93, 105, 179, 0.2); } .service-icon { font-size: 50px; margin-bottom: 20px; color: var(--secondary); } .service-card h3 { font-size: 24px; margin-bottom: 15px; color: var(--primary); } .team { background-color: rgba(0, 0, 0, 0.3); padding: 100px 0; } .team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .team-member { background-color: rgba(255, 255, 255, 0.05); border-radius: 20px; overflow: hidden; transition: all 0.3s ease; backdrop-filter: blur(10px); } .team-member:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); } .team-member-img { height: 300px; overflow: hidden; } .team-member-img img { width: 100%; height: 100%; object-fit: cover; transition: all 0.5s ease; } .team-member:hover .team-member-img img { transform: scale(1.1); } .team-member-info { padding: 30px; } .team-member-info h3 { font-size: 24px; margin-bottom: 5px; color: var(--primary); } .team-member-info p { color: var(--secondary); margin-bottom: 15px; } .contact-info { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-bottom: 50px; } .info-card { background-color: rgba(255, 255, 255, 0.05); padding: 30px; border-radius: 15px; transition: all 0.3s ease; } .info-card:hover { background-color: rgba(93, 105, 179, 0.2); transform: translateY(-5px); } .info-card i { font-size: 30px; color: var(--secondary); margin-bottom: 20px; } footer { background-color: rgba(0, 0, 0, 0.7); padding: 50px 0 20px; text-align: center; } .footer-content { display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 40px; } .footer-col { flex: 1; min-width: 250px; margin-bottom: 30px; } .footer-col h3 { color: var(--primary); margin-bottom: 20px; font-size: 20px; } .footer-col ul { list-style: none; } .footer-col ul li { margin-bottom: 10px; } .footer-col ul li a { color: var(--light); text-decoration: none; transition: all 0.3s ease; } .footer-col ul li a:hover { color: var(--secondary); padding-left: 5px; } .copyright { border-top: 1px solid rgba(255, 255, 255, 0.1); padding-top: 20px; } /* Animations */ @keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } .animate { animation: fadeInUp 1s ease forwards; } .delay-1 { animation-delay: 0.2s; } .delay-2 { animation-delay: 0.4s; } .delay-3 { animation-delay: 0.6s; } /* Responsive */ @media (max-width: 768px) { .hero h1 { font-size: 48px; } .hero p { font-size: 18px; } .about-content { flex-direction: column; } .nav-links { display: none; } } /style> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css>/head>body> div classparallax-bg>/div> header idheader> div classcontainer> nav> a href# classlogo>Fuzhou DianDian Songyun/a> ul classnav-links> li>a href#home>Home/a>/li> li>a href#about>About/a>/li> li>a href#services>Services/a>/li> li>a href#team>Team/a>/li> li>a href#contact>Contact/a>/li> /ul> /nav> /div> /header> section classhero idhome> div classcontainer> div classhero-content> h1 classanimate>Innovative Technology Solutions/h1> p classanimate delay-1>Fuzhou DianDian Songyun Technology Co.,Ltd is a leading tech company based in China, specializing in cutting-edge software development and digital solutions. We combine creativity with technical excellence to deliver outstanding results./p> div classanimate delay-2> a href#about classbtn>Learn More/a> a href#contact classbtn btn-outline>Contact Us/a> /div> /div> /div> /section> section idabout> div classcontainer> div classsection-title animate> h2>About Our Company/h2> p>We are committed to delivering innovative solutions that make a difference./p> /div> div classabout-content> div classabout-text animate delay-1> h3>Our Story/h3> p>Founded in Fuzhou, China, DianDian Songyun Technology has grown from a small startup to a respected technology solutions provider. Our journey has been marked by innovation, dedication, and a commitment to excellence./p> p>Weve carefully assembled a team of experts from diverse technical backgrounds – not just for their technical mastery, but for their passion and creativity. This isnt just a job for us. Its the late-night brainstorming sessions, the heated technical debates, the relentless polishing until every detail feels right./p> p>Our solutions dont just aim to function – theyre love letters to the technology we adore. Because when youre this passionate about tech, good enough doesnt exist. Only this could be more amazing does./p> a href#services classbtn>Our Services/a> /div> div classabout-image animate delay-2> img srchttps://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w1470&q80 altOur office> /div> /div> /div> /section> section classservices idservices> div classcontainer> div classsection-title animate> h2>Our Services/h2> p>We offer comprehensive technology solutions tailored to your needs./p> /div> div classservices-grid> div classservice-card animate delay-1> div classservice-icon> i classfas fa-code>/i> /div> h3>Software Development/h3> p>Custom software solutions designed to streamline your business operations and enhance productivity./p> /div> div classservice-card animate delay-2> div classservice-icon> i classfas fa-mobile-alt>/i> /div> h3>Mobile Applications/h3> p>Innovative mobile apps for iOS and Android platforms with intuitive user interfaces./p> /div> div classservice-card animate delay-3> div classservice-icon> i classfas fa-cloud>/i> /div> h3>Cloud Solutions/h3> p>Secure and scalable cloud infrastructure to support your growing business needs./p> /div> /div> /div> /section> section classteam idteam> div classcontainer> div classsection-title animate> h2>Our Leadership Team/h2> p>Meet the talented individuals driving our company forward./p> /div> div classteam-grid> div classteam-member animate delay-1> div classteam-member-img> img srchttps://images.unsplash.com/photo-1560250097-0b93528c311a?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w687&q80 altTeam member> /div> div classteam-member-info> h3>Zhang Wei/h3> p>CEO & Founder/p> p>Visionary leader with 15+ years in the tech industry, specializing in strategic growth./p> /div> /div> div classteam-member animate delay-2> div classteam-member-img> img srchttps://images.unsplash.com/photo-1573497019940-1c28c88b4f3e?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w687&q80 altTeam member> /div> div classteam-member-info> h3>Li Na/h3> p>CTO/p> p>Technology expert with deep knowledge in AI, cloud computing, and system architecture./p> /div> /div> div classteam-member animate delay-3> div classteam-member-img> img srchttps://images.unsplash.com/photo-1573496359142-b8d87734a5a2?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w688&q80 altTeam member> /div> div classteam-member-info> h3>Wang Jun/h3> p>Head of Development/p> p>Leads our engineering team with focus on innovation and technical excellence./p> /div> /div> /div> /div> /section> section idcontact> div classcontainer> div classsection-title animate> h2>Contact Us/h2> p>Get in touch with our team for inquiries or collaboration opportunities./p> /div> div classcontact-info animate delay-1> div classinfo-card> i classfas fa-map-marker-alt>/i> h3>Address/h3> p>123 Tech Park Road, Fuzhou, Fujian, China/p> /div> div classinfo-card> i classfas fa-phone>/i> h3>Phone/h3> p>+86 591 1234 5678/p> /div> div classinfo-card> i classfas fa-envelope>/i> h3>Email/h3> p>info@ddsytech.com/p> /div> /div> div classcontact-form animate delay-2 stylemax-width: 800px; margin: 0 auto;> form> div styledisplay: flex; gap: 20px; margin-bottom: 20px;> input typetext placeholderYour Name styleflex: 1; padding: 15px; border-radius: 10px; border: none; background-color: rgba(255,255,255,0.1); color: white;> input typeemail placeholderYour Email styleflex: 1; padding: 15px; border-radius: 10px; border: none; background-color: rgba(255,255,255,0.1); color: white;> /div> input typetext placeholderSubject stylewidth: 100%; padding: 15px; border-radius: 10px; border: none; background-color: rgba(255,255,255,0.1); color: white; margin-bottom: 20px;> textarea placeholderYour Message rows5 stylewidth: 100%; padding: 15px; border-radius: 10px; border: none; background-color: rgba(255,255,255,0.1); color: white; margin-bottom: 20px;>/textarea> button typesubmit classbtn stylewidth: 100%;>Send Message/button> /form> /div> /div> /section> footer> div classcontainer> div classfooter-content> div classfooter-col> h3>Fuzhou DianDian Songyun/h3> p>Innovative technology solutions provider based in Fuzhou, China. Committed to excellence in software development and digital transformation./p> /div> div classfooter-col> h3>Quick Links/h3> ul> li>a href#home>Home/a>/li> li>a href#about>About/a>/li> li>a href#services>Services/a>/li> li>a href#team>Team/a>/li> li>a href#contact>Contact/a>/li> /ul> /div> div classfooter-col> h3>Legal/h3> ul> li>a href#>Privacy Policy/a>/li> li>a href#>Terms of Service/a>/li> li>a href#>Cookie Policy/a>/li> /ul> /div> /div> div classcopyright> p>© 2023 Fuzhou DianDian Songyun Technology Co.,Ltd. All rights reserved./p> /div> /div> /footer> script> // Header scroll effect window.addEventListener(scroll, function() { const header document.getElementById(header); if (window.scrollY > 100) { header.classList.add(scrolled); } else { header.classList.remove(scrolled); } }); // Animation on scroll const animateElements document.querySelectorAll(.animate); 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 }); animateElements.forEach(element > { observer.observe(element); }); /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
]