Help
RSS
API
Feed
Maltego
Contact
Domain > hiddental.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-05-04
91.108.107.6
(
ClassC
)
2025-08-03
82.29.177.75
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: nginx/1.24.0 (Ubuntu)Date: Sun, 03 Aug 2025 16:55:57 GMTContent-Type: text/htmlContent-Length: 178Connection: keep-aliveLocation: https://hiddental.com/ 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 OKServer: nginxDate: Sun, 03 Aug 2025 16:55:58 GMTContent-Type: text/html;charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveSet-Cookie: PHPSESSIDk0dgguq5lhu6pi6k54urf43ch3; expiresSun, 10 Aug 2025 16:55:57 GMT; Max-Age604800; path/Expires: Thu, 19 Nov 1981 08:52:00 GMTCache-Control: no-store, no-cache, must-revalidatePragma: no-cacheAccess-Control-Allow-Origin: *X-Frame-Options: SAMEORIGINX-XSS-Protection: 1; modeblockX-Content-Type-Options: nosniffContent-Security-Policy: default-src * data: unsafe-eval unsafe-inline !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0, maximum-scale5.0> meta http-equivX-UA-Compatible contentieedge> title>Digital Reach MY - Digital Marketing Resource Library/title> meta namedescription contentExplore the Digital Reach MY resource library for expert insights, guides, and tools in social media strategy, content creation, paid advertising, and more. Your knowledge hub for digital marketing success.> meta namekeywords contentdigital marketing, resource library, knowledge base, social media strategy, content creation, paid advertising, community management, performance analytics, influencer marketing, Digital Reach MY, Malaysia digital marketing> !-- Tailwind CSS v2.2.0-canary.14 CDN --> link relstylesheet hrefhttps://unpkg.com/tailwindcss@^2/dist/tailwind.min.css> style> /* Custom Styles for Theme Colors and Design Principles */ :root { --color-primary: #0A4B7D; --color-secondary: #1E6E9F; --color-accent: #4CAF50; --color-neutral: #F4F4F4; --color-text: #333333; --color-heading: #111111; } .bg-primary { background-color: var(--color-primary); } .bg-secondary { background-color: var(--color-secondary); } .bg-accent { background-color: var(--color-accent); } .bg-neutral { background-color: var(--color-neutral); } .text-primary { color: var(--color-primary); } .text-secondary { color: var(--color-secondary); } .text-accent { color: var(--color-accent); } .text-neutral { color: var(--color-neutral); } .text-text { color: var(--color-text); } .text-heading { color: var(--color-heading); } .border-primary { border-color: var(--color-primary); } .border-accent { border-color: var(--color-accent); } /* Sticky Header */ .sticky-nav { position: sticky; top: 0; z-index: 100; transition: background-color 0.3s ease; } /* Ensuring sufficient touch target size for nav links */ .nav-link-touch { min-width: 44px; min-height: 44px; display: inline-flex; /* or flex */ align-items: center; justify-content: center; padding: 0.5rem 1rem; /* Add padding on top of min-size */ } /* Gradient Overlay for Hero */ .hero-overlay { position: relative; } .hero-overlay::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(45deg, rgba(10, 75, 125, 0.8) 0%, rgba(30, 110, 159, 0.8) 100%); /* Primary/Secondary Gradient */ z-index: 1; } .hero-content { position: relative; z-index: 2; } /* Diagonal Separator Example (using pseudo-element and transform) */ /* This is a simple example, more complex shapes require advanced CSS */ .section-diagonal-end { position: relative; padding-bottom: 8rem; /* Adjust padding to make space for the diagonal */ z-index: 0; } .section-diagonal-end::after { content: ; position: absolute; bottom: 0; left: 0; width: 100%; height: 8rem; /* Height of the diagonal area */ background: var(--color-neutral); /* Background color of the next section */ transform: skewY(-2deg); /* Create the diagonal angle */ transform-origin: bottom right; z-index: -1; } .section-angled-start { position: relative; padding-top: 8rem; /* Adjust padding */ z-index: 0; } .section-angled-start::before { content: ; position: absolute; top: 0; left: 0; width: 100%; height: 8rem; /* Height of the angled area */ background: var(--color-neutral); /* Background color of this section */ transform: skewY(-2deg); /* Create the diagonal angle */ transform-origin: top left; z-index: -1; } /* Testimonial Card Hover Effect (Simple Scale) */ .testimonial-card { transition: transform 0.3s ease; } .testimonial-card:hover { transform: translateY(-5px); } /* Floating Element Example (Subtle Animation) */ @keyframes float { 0% { transform: translateY(0px); } 50% { transform: translateY(-10px); } 100% { transform: translateY(0px); } } .floating-element { animation: float 3s ease-in-out infinite; } /* Dark Mode Consideration (Example Classes - requires JS to toggle) */ .dark .bg-primary { background-color: #002040; } /* Darker primary */ .dark .bg-secondary { background-color: #104060; } /* Darker secondary */ .dark .text-text { color: #E0E0E0; } /* Lighter text */ .dark .text-heading { color: #FFFFFF; } /* White headings */ .dark { background-color: #1A1A1A; color: #E0E0E0; } /* Example Geometric Pattern Background */ .bg-geometric-pattern { background-image: linear-gradient(45deg, rgba(10, 75, 125, 0.05) 25%, transparent 25%), linear-gradient(-45deg, rgba(10, 75, 125, 0.05) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(10, 75, 125, 0.05) 75%), linear-gradient(-45deg, transparent 75%, rgba(10, 75, 125, 0.05) 75%); background-size: 40px 40px; /* Adjust size */ } /style>/head>body classfont-sans text-text> !-- Sticky Navigation --> nav classsticky-nav bg-white shadow-md py-2 aria-labelMain navigation> div classcontainer mx-auto flex justify-between items-center px-4> div classflex items-center> !-- Brand/Logo Placeholder --> a href# classtext-xl font-bold text-heading>?php echo $_SERVERHOST_NAME; ?>/a> /div> !-- Desktop Navigation --> div classhidden md:flex space-x-6> a href#hero classtext-heading hover:text-primary nav-link-touch>Home/a> a href#about classtext-heading hover:text-primary nav-link-touch>About Us/a> a href#categories classtext-heading hover:text-primary nav-link-touch>Resource Categories/a> a href#featured classtext-heading hover:text-primary nav-link-touch>Featured Resources/a> a href#benefits classtext-heading hover:text-primary nav-link-touch>Benefits/a> a href#testimonials classtext-heading hover:text-primary nav-link-touch>Testimonials/a> a href#contact classtext-heading hover:text-primary nav-link-touch>Contact/a> /div> !-- Mobile Hamburger (Requires JS) --> div classmd:hidden> button idmobile-menu-button classtext-heading focus:outline-none nav-link-touch aria-labelToggle mobile navigation> svg classw-6 h-6 fillnone strokecurrentColor viewBox0 0 24 24 xmlnshttp://www.w3.org/2000/svg>path stroke-linecapround stroke-linejoinround stroke-width2 dM4 6h16M4 12h16m-4 6h4>/path>/svg> /button> /div> /div> !-- Mobile Menu (Hidden by default, requires JS to toggle) --> div idmobile-menu classmd:hidden hidden bg-white shadow-lg> a href#hero classblock px-4 py-2 text-heading hover:bg-neutral nav-link-touch>Home/a> a href#about classblock px-4 py-2 text-heading hover:bg-neutral nav-link-touch>About Us/a> a href#categories classblock px-4 py-2 text-heading hover:bg-neutral nav-link-touch>Resource Categories/a> a href#featured classblock px-4 py-2 text-heading hover:bg-neutral nav-link-touch>Featured Resources/a> a href#benefits classblock px-4 py-2 text-heading hover:bg-neutral nav-link-touch>Benefits/a> a href#testimonials classblock px-4 py-2 text-heading hover:bg-neutral nav-link-touch>Testimonials/a> a href#contact classblock px-4 py-2 text-heading hover:bg-neutral nav-link-touch>Contact/a> /div> /nav> !-- Hero Section --> section idhero classrelative h-screen flex items-center justify-center overflow-hidden text-center hero-overlay> img srcimages/hero-knowledgebase-digital-marketing.jpeg altImage representing digital marketing knowledge and resources width1024 height672 classabsolute inset-0 w-full h-full object-cover z-0> div classhero-content text-white p-8 max-w-3xl mx-auto> h1 classtext-4xl md:text-5xl lg:text-6xl font-bold mb-4 leading-tight text-shadow styletext-shadow: 2px 2px 4px rgba(0,0,0,0.5);>Your Premier Digital Marketing Knowledge Hub in Malaysia/h1> p classtext-xl md:text-2xl mb-8 opacity-90>Unlock the secrets to online success with our curated library of expert guides, actionable tools, and the latest insights from Digital Reach MY, tailored for the Malaysian market./p> a href#categories classinline-block bg-accent hover:bg-green-600 text-white font-bold py-3 px-8 rounded-full text-lg transition duration-300 ease-in-out nav-link-touch aria-labelButton to explore resource categories> Explore Resources Now /a> /div> /section> !-- About Us Section --> section idabout classpy-16 bg-neutral section-angled-start> div classcontainer mx-auto px-4 grid grid-cols-1 md:grid-cols-2 gap-12 items-center> div classrelative floating-element> img srcimages/about-resource-library.jpeg altImage representing a library of digital marketing knowledge width640 height416 classrounded-lg shadow-xl mx-auto md:ml-auto> !-- Optional: Add a subtle abstract shape behind the image --> div classabsolute w-40 h-40 bg-primary opacity-10 rounded-full -bottom-8 -right-8 z--1 hidden md:block>/div> /div> div> h2 classtext-3xl md:text-4xl font-bold text-heading mb-6>About Our Resource Library/h2> p classtext-lg leading-relaxed text-text mb-4> Digital Reach MY is a leading digital marketing agency based right here in Kuala Lumpur, committed to helping Malaysian businesses thrive in the dynamic online landscape. Over the years, weve gathered deep insights and practical strategies by working with diverse clients across various industries. We realized there was a need for accessible, high-quality digital marketing knowledge specifically relevant to the unique challenges and opportunities within Malaysia. This understanding sparked the creation of this comprehensive Resource Library. /p> p classtext-lg leading-relaxed text-text mb-4> Our goal is simple yet ambitious: to democratize digital marketing expertise. We believe that every business, regardless of size or budget, should have access to the information needed to make informed decisions and implement effective strategies. This library serves as a central hub where we share the distilled knowledge and proven techniques that power our client successes. Its built on the foundation of practical experience and continuous learning in a rapidly evolving digital world. /p> p classtext-lg leading-relaxed text-text> Within these digital pages, youll find a wealth of information ranging from foundational concepts to advanced tactics. We cover everything from crafting compelling social media content that resonates with local audiences to running performance-driven advertising campaigns across platforms like Facebook, Instagram, and Google. We also provide insights into managing online communities effectively and leveraging analytics to understand your audience and measure your results. Think of this library not just as a collection of articles, but as your personal guide to navigating the complexities of digital marketing in Malaysia. We are constantly updating our content to reflect the latest trends, platform changes, and best practices, ensuring you always have access to the most current information. Dive in and discover the resources that will empower your business to achieve its digital potential. /p> /div> /div> /section> !-- Resource Categories Section --> section idcategories classpy-16 bg-white> div classcontainer mx-auto px-4> h2 classtext-3xl md:text-4xl font-bold text-heading text-center mb-12>Browse Resource Categories/h2> p classtext-lg text-center text-text mb-10 max-w-2xl mx-auto> Navigate through our expertly curated categories to find the exact digital marketing knowledge you need. From mastering social platforms to understanding complex analytics, we have resources designed to elevate your skills and campaigns. /p> div classgrid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8> div classbg-neutral rounded-lg p-6 shadow-md hover:shadow-lg transition duration-300> img srcimages/category-social-media.jpeg altSocial Media Strategy resources width384 height256 classw-full h-auto rounded-md mb-4> h3 classtext-xl font-semibold text-heading mb-3>Social Media Strategy/h3> p classtext-text mb-4> Craft winning social media plans that connect with your audience, build brand loyalty, and drive engagement. Explore guides on platform selection, audience targeting, content calendars, and developing a consistent brand voice across channels like Facebook, Instagram, LinkedIn, and TikTok, specifically considering Malaysian user behaviour. /p> a href# classtext-primary hover:underline font-medium nav-link-touch>Explore Social Media Resources →/a> /div> div classbg-neutral rounded-lg p-6 shadow-md hover:shadow-lg transition duration-300> img srcimages/category-content-creation.jpeg altContent Creation and Curation resources width384 height256 classw-full h-auto rounded-md mb-4> h3 classtext-xl font-semibold text-heading mb-3>Content Creation & Curation/h3> p classtext-text mb-4> Learn how to create compelling text, stunning visuals, and engaging video content that captures attention and resonates culturally. Find tips for sourcing ideas, writing captivating copy, utilizing free and paid design tools, and curating valuable content from other sources to enrich your feed. /p> a href# classtext-primary hover:underline font-medium nav-link-touch>Explore Content Resources →/a> /div> div classbg-neutral rounded-lg p-6 shadow-md hover:shadow-lg transition duration-300> img srcimages/category-paid-social.jpeg altPaid Social Media Advertising resources width384 height256 classw-full h-auto rounded-md mb-4> h3 classtext-xl font-semibold text-heading mb-3>Paid Social Media Advertising/h3> p classtext-text mb-4> Master the art of running profitable ad campaigns on platforms like Facebook, Instagram, and potentially others relevant in Malaysia. Get step-by-step tutorials on setting up campaigns, defining ad objectives, audience targeting strategies, writing effective ad copy, designing creatives, and optimizing your budget for maximum ROI. /p> a href# classtext-primary hover:underline font-medium nav-link-touch>Explore Paid Ad Resources →/a> /div> div classbg-neutral rounded-lg p-6 shadow-md hover:shadow-lg transition duration-300> img srcimages/category-community-management.jpeg altCommunity Management resources width384 height256 classw-full h-auto rounded-md mb-4> h3 classtext-xl font-semibold text-heading mb-3>Community Management/h3> p classtext-text mb-4> Build a loyal and engaged online community around your brand. Discover best practices for interacting with followers, managing comments and messages, handling feedback (positive and negative), fostering discussions, and turning customers into brand advocates. Essential for building trust and rapport. /p> a href# classtext-primary hover:underline font-medium nav-link-touch>Explore Community Resources →/a> /div> div classbg-neutral rounded-lg p-6 shadow-md hover:shadow-lg transition duration-300> img srcimages/category-analytics.jpeg altPerformance Analytics resources width384 height256 classw-full h-auto rounded-md mb-4> h3 classtext-xl font-semibold text-heading mb-3>Performance Analytics/h3> p classtext-text mb-4> Dont just run campaigns, understand their impact. Learn how to track, measure, and analyze your digital marketing efforts using tools like Google Analytics and platform-specific insights. Dive into understanding key metrics, interpreting data to make informed decisions, and proving the ROI of your marketing spend. /p> a href# classtext-primary hover:underline font-medium nav-link-touch>Explore Analytics Resources →/a> /div> div classbg-neutral rounded-lg p-6 shadow-md hover:shadow-lg transition duration-300> img srcimages/category-influencer.jpeg altInfluencer Marketing resources width384 height256 classw-full h-auto rounded-md mb-4> h3 classtext-xl font-semibold text-heading mb-3>Influencer Marketing/h3> p classtext-text mb-4> Harness the power of social influence. Find guides on identifying the right influencers for your brand in Malaysia, negotiating collaborations, developing campaign briefs, tracking results, and navigating ethical considerations in influencer partnerships to expand your reach and credibility. /p> a href# classtext-primary hover:underline font-medium nav-link-touch>Explore Influencer Resources →/a> /div> /div> /div> /section> !-- Featured Resources Section --> section idfeatured classpy-16 bg-primary text-white section-diagonal-end> div classcontainer mx-auto px-4> h2 classtext-3xl md:text-4xl font-bold text-center mb-12>Featured Resources/h2> p classtext-lg text-center text-white opacity-90 mb-10 max-w-2xl mx-auto> Highlighting some of our most popular and impactful resources, hand-picked to give you immediate value and tackle common digital marketing challenges head-on. Dont miss these essential guides and tools! /p> div classgrid grid-cols-1 md:grid-cols-3 gap-8> div classbg-secondary rounded-lg p-6 shadow-md> img srcimages/featured-social-audit.jpeg altSocial Media Audit Checklist width512 height320 classw-full h-auto rounded-md mb-4> h3 classtext-xl font-semibold mb-3>The Ultimate Social Media Audit Checklist/h3> p classmb-4 opacity-90> A step-by-step checklist to evaluate your current social media presence. Identify strengths, weaknesses, and opportunities for improvement across all your active platforms to ensure your profiles are optimized for success and aligned with your goals. /p> a href# classinline-block bg-accent hover:bg-green-600 text-white font-bold py-2 px-4 rounded nav-link-touch>Get Checklist →/a> /div> div classbg-secondary rounded-lg p-6 shadow-md> img srcimages/featured-facebook-guide.jpeg altBeginners Guide to Facebook Ads width512 height320 classw-full h-auto rounded-md mb-4> h3 classtext-xl font-semibold mb-3>Beginners Guide to Facebook Ads/h3> p classmb-4 opacity-90> New to paid social? This comprehensive guide breaks down everything you need to know to launch your first profitable Facebook ad campaign, from setting up your Ads Manager account to understanding targeting options and basic budget allocation. /p> a href# classinline-block bg-accent hover:bg-green-600 text-white font-bold py-2 px-4 rounded nav-link-touch>Read Guide →/a> /div> div classbg-secondary rounded-lg p-6 shadow-md> img srcimages/featured-instagram-reels.jpeg altCreating Engaging Instagram Reels width512 height320 classw-full h-auto rounded-md mb-4> h3 classtext-xl font-semibold mb-3>Creating Engaging Instagram Reels/h3> p classmb-4 opacity-90> Reels are powerful for reach and engagement. This guide provides creative tips, technical tricks, and strategic advice for producing short, captivating video content on Instagram that captures your audiences attention and boosts your visibility. /p> a href# classinline-block bg-accent hover:bg-green-600 text-white font-bold py-2 px-4 rounded nav-link-touch>Learn Reels →/a> /div> /div> /div> /section> !-- Benefits Section --> section idbenefits classpy-16 bg-neutral section-angled-start> div classcontainer mx-auto px-4 grid grid-cols-1 md:grid-cols-2 gap-12 items-center> div classrelative floating-element hidden md:block> img srcimages/benefits-knowledge-sharing.jpeg altImage illustrating benefits of accessing knowledge width640 height416 classrounded-lg shadow-xl mx-auto md:mr-auto> !-- Optional: Add a subtle abstract shape behind the image --> div classabsolute w-40 h-40 bg-secondary opacity-10 rounded-full -top-8 -left-8 z--1 hidden md:block>/div> /div> div> h2 classtext-3xl md:text-4xl font-bold text-heading mb-8>Why Use Our Resource Library?/h2> ul classspace-y-6 text-lg text-text> li> div classflex items-start mb-2> img srcimages/icon-expert.jpeg altExpert insights icon width48 height48 classw-12 h-12 mr-4 flex-shrink-0> div> h4 classfont-semibold text-heading mb-1>Expert Insights from Malaysian Specialists/h4> p>Benefit from knowledge curated by digital marketing professionals who understand the specific nuances of the Malaysian market, consumer behavior, and local platform trends. Get strategies that work here./p> /div> /div> /li> li> div classflex items-start mb-2> img srcimages/icon-actionable.jpeg altActionable guides icon width48 height48 classw-12 h-12 mr-4 flex-shrink-0> div> h4 classfont-semibold text-heading mb-1>Actionable Guides, Not Just Theory/h4> p>Our resources are designed for practical application. Find step-by-step guides, checklists, and frameworks you can implement immediately to see tangible results in your digital marketing efforts./p> /div> /div> /li> li> div classflex items-start mb-2> img srcimages/icon-updated.jpeg altStay updated icon width48 height48 classw-12 h-12 mr-4 flex-shrink-0> div> h4 classfont-semibold text-heading mb-1>Stay Updated with Industry Changes/h4> p>The digital landscape constantly evolves. We regularly update the library with the latest information on platform updates, algorithm changes, new tools, and emerging trends to keep you ahead of the curve./p> /div> /div> /li> li> div classflex items-start mb-2> img srcimages/icon-free.jpeg altFree access icon width48 height48 classw-12 h-12 mr-4 flex-shrink-0> div> h4 classfont-semibold text-heading mb-1>Completely Free Access/h4> p>Yes, all the valuable insights, guides, and templates within this library are available to you at absolutely no cost. Empowering Malaysian businesses is our priority./p> /div> /div> /li> li> div classflex items-start mb-2> img srcimages/icon-tools.jpeg altPractical tools icon width48 height48 classw-12 h-12 mr-4 flex-shrink-0> div> h4 classfont-semibold text-heading mb-1>Practical Tools & Templates/h4> p>Save time and effort with downloadable resources like templates for social media calendars, audit checklists, ad copy frameworks, and performance tracking sheets designed for easy use./p> /div> /div> /li> /ul> /div> /div> /section> !-- Testimonials Section --> section idtestimonials classpy-16 bg-white> div classcontainer mx-auto px-4> h2 classtext-3xl md:text-4xl font-bold text-heading text-center mb-12>What Our Community Says/h2> p classtext-lg text-center text-text mb-10 max-w-2xl mx-auto> Hear from business owners and marketing professionals in Malaysia who have benefited from our expertise and the valuable resources we provide. Their success is a testament to the practical knowledge found here. /p> div classgrid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8> !-- Testimonial 1 --> div classbg-neutral rounded-lg p-6 shadow-md testimonial-card> img srcimages/avatar-ahmad.jpeg altAhmad S. width96 height96 classw-24 h-24 rounded-full mx-auto mb-4 object-cover> p classtext-lg italic text-center text-text mb-4> The guides in this library are incredibly practical and easy to follow. As a small business owner, I dont have a marketing team, so these resources have been a game-changer for managing our online presence effectively! /p> p classfont-semibold text-center text-heading>- Ahmad S./p> p classtext-sm text-center text-text opacity-80>Small Business Owner, Petaling Jaya/p> /div> !-- Testimonial 2 --> div classbg-neutral rounded-lg p-6 shadow-md testimonial-card> img srcimages/avatar-siti.jpeg altSiti K. width96 height96 classw-24 h-24 rounded-full mx-auto mb-4 object-cover> p classtext-lg italic text-center text-text mb-4> Found exactly the template I needed to streamline my social media reporting. The analytics section is particularly useful – it makes understanding our performance data so much clearer. Highly recommended for marketers! /p> p classfont-semibold text-center text-heading>- Siti K./p> p classtext-sm text-center text-text opacity-80>Marketing Manager, Kuala Lumpur/p> /div> !-- Testimonial 3 --> div classbg-neutral rounded-lg p-6 shadow-md testimonial-card> img srcimages/avatar-david.jpeg altDavid L. width96 height96 classw-24 h-24 rounded-full mx-auto mb-4 object-cover> p classtext-lg italic text-center text-text mb-4> The insights on paid advertising strategies for the Malaysian market saved me so much time and money. The explanations are clear, and the tactical advice is spot-on. A valuable resource for anyone running ads here. /p> p classfont-semibold text-center text-heading>- David L./p> p classtext-sm text-center text-text opacity-80>Freelance Marketer, Penang/p> /div> !-- Testimonial 4 --> div classbg-neutral rounded-lg p-6 shadow-md testimonial-card> img srcimages/avatar-mei.jpeg altLim Mei Ling width96 height96 classw-24 h-24 rounded-full mx-auto mb-4 object-cover> p classtext-lg italic text-center text-text mb-4> The content creation tips are fantastic! Ive been struggling with making engaging visuals, but the guides provided practical steps that immediately improved my output. Grateful for this free library! /p> p classfont-semibold text-center text-heading>- Lim Mei Ling/p> p classtext-sm text-center text-text opacity-80>E-commerce Specialist, Johor Bahru/p> /div> !-- Testimonial 5 --> div classbg-neutral rounded-lg p-6 shadow-md testimonial-card> img srcimages/avatar-raj.jpeg altRajesh N. width96 height96 classw-24 h-24 rounded-full mx-auto mb-4 object-cover> p classtext-lg italic text-center text-text mb-4> As someone just starting in digital marketing, this library is a goldmine. It covers all the essential areas clearly and concisely. Its become my go-to reference for understanding different strategies. /p> p classfont-semibold text-center text-heading>- Rajesh N./p> p classtext-sm text-center text-text opacity-80>Marketing Executive, Subang Jaya/p> /div> !-- Testimonial 6 --> div classbg-neutral rounded-lg p-6 shadow-md testimonial-card> img srcimages/avatar-amir.jpeg altAmirul F. width96 height96 classw-24 h-24 rounded-full mx-auto mb-4 object-cover> p classtext-lg italic text-center text-text mb-4> The community management resources helped me significantly improve engagement on our brands Facebook page. The advice on handling customer interactions was particularly valuable. Thank you, Digital Reach MY! /p> p classfont-semibold text-center text-heading>- Amirul F./p> p classtext-sm text-center text-text opacity-80>Startup Founder, Cyberjaya/p> /div> /div> /div> /section> !-- CTA Section --> section idcta-section classpy-20 bg-primary text-white text-center section-angled-start section-diagonal-end> div classcontainer mx-auto px-4 relative z-10> h2 classtext-3xl md:text-4xl lg:text-5xl font-bold mb-6 text-shadow styletext-shadow: 2px 2px 4px rgba(0,0,0,0.5);>Ready to Boost Your Digital Marketing Strategy?/h2> p classtext-xl md:text-2xl mb-10 opacity-90 max-w-3xl mx-auto> Dont wait! Dive into our extensive collection of resources and gain the knowledge you need to succeed online. Or, if you need tailored support, reach out to our expert team. /p> div classflex flex-col md:flex-row justify-center space-y-6 md:space-y-0 md:space-x-6> a href#categories classinline-block bg-accent hover:bg-green-600 text-white font-bold py-3 px-8 rounded-full text-lg transition duration-300 ease-in-out nav-link-touch aria-labelButton to browse all resources> Browse All Resources /a> a href#contact classinline-block border-2 border-white text-white font-bold py-3 px-8 rounded-full text-lg hover:bg-white hover:text-primary transition duration-300 ease-in-out nav-link-touch aria-labelButton to contact Digital Reach MY for services> Contact Us for Services /a> /div> /div> !-- Decorative Geometric Pattern --> div classabsolute inset-0 bg-geometric-pattern opacity-10 z-0>/div> /section> !-- Contact Section --> section idcontact classpy-16 bg-neutral section-angled-start> div classcontainer mx-auto px-4> h2 classtext-3xl md:text-4xl font-bold text-heading text-center mb-12>Get In Touch/h2> div classgrid grid-cols-1 md:grid-cols-2 gap-12> !-- Contact Details --> div> h3 classtext-2xl font-semibold text-heading mb-4>Contact Information/h3> p classtext-lg text-text mb-4 leading-relaxed> Have questions about the resource library, our services, or how we can help your business achieve its digital marketing goals in Malaysia? Feel free to reach out using the details below or fill out the contact form. Our team is ready to assist you. /p> div classspace-y-4 text-lg text-text> p>strong>Phone:/strong> a hreftel:+60312345678 classhover:underline>+60 3-1234 5678/a>/p> p>strong>Email:/strong> a hrefmailto:info@?php echo $_SERVERHOST_NAME; ?> classhover:underline>info@?php echo $_SERVERHOST_NAME; ?>/a>/p> p>strong>Address:/strong>br> 10 Jalan Sultan Ismail, Level 25,br> Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur,br> 50250 Malaysia /p> /div> !-- Map Embedding --> div classmt-8 rounded-lg overflow-hidden shadow-md> iframe srchttps://maps.google.com/maps?qKuala%20Lumpur%2C%20Malaysia&tm&z13&ieUTF8&iwloc&outputembed width100% height450 styleborder:0; allowfullscreen loadinglazy referrerpolicyno-referrer-when-downgrade titleGoogle Map showing Kuala Lumpur, Malaysia> /iframe> /div> /div> !-- Contact Form --> div> h3 classtext-2xl font-semibold text-heading mb-4>Send Us a Message/h3> form action# methodPOST classspace-y-6 aria-labelContact form to send a message to Digital Reach MY> div> label forname classblock text-sm font-medium text-heading mb-1>Name span classtext-red-500>*/span>/label> input typetext idname namename required classw-full px-4 py-2 border border-gray-300 rounded-md focus:ring focus:ring-primary focus:border-primary text-text aria-requiredtrue> /div> div> label foremail classblock text-sm font-medium text-heading mb-1>Email span classtext-red-500>*/span>/label> input typeemail idemail nameemail required classw-full px-4 py-2 border border-gray-300 rounded-md focus:ring focus:ring-primary focus:border-primary text-text aria-requiredtrue> /div> div> label forsubject classblock text-sm font-medium text-heading mb-1>Subject/label> input typetext idsubject namesubject classw-full px-4 py-2 border border-gray-300 rounded-md focus:ring focus:ring-primary focus:border-primary text-text> /div> div> label formessage classblock text-sm font-medium text-heading mb-1>Message span classtext-red-500>*/span>/label> textarea idmessage namemessage rows6 required classw-full px-4 py-2 border border-gray-300 rounded-md focus:ring focus:ring-primary focus:border-primary text-text aria-requiredtrue>/textarea> /div> div> button typesubmit classw-full bg-primary hover:bg-secondary text-white font-bold py-3 px-6 rounded-md transition duration-300 ease-in-out nav-link-touch>Send Message/button> /div> /form> /div> /div> /div> /section> !-- Footer --> footer classbg-secondary text-white py-12> div classcontainer mx-auto px-4 grid grid-cols-1 md:grid-cols-3 gap-8 text-center md:text-left> !-- Company Info --> div> h3 classtext-xl font-bold mb-4>Digital Reach MY/h3> p classtext-sm opacity-90 mb-4>Empowering your digital vision in Malaysia./p> p classtext-sm opacity-90>10 Jalan Sultan Ismail, Level 25,br> Kuala Lumpur, 50250 Malaysia/p> /div> !-- Quick Links --> div> h3 classtext-xl font-bold mb-4>Quick Links/h3> ul classspace-y-2> li>a href#about classhover:underline opacity-90 nav-link-touch>About Us/a>/li> li>a href#categories classhover:underline opacity-90 nav-link-touch>Resource Library/a>/li> li>a href#contact classhover:underline opacity-90 nav-link-touch>Contact Us/a>/li> /ul> /div> !-- Legal & Social --> div> h3 classtext-xl font-bold mb-4>Legal & Connect/h3> ul classspace-y-2 mb-6> li>a href./privacy.html classhover:underline opacity-90 nav-link-touch>Privacy Policy/a>/li> li>a href./tos.html classhover:underline opacity-90 nav-link-touch>Terms of Service/a>/li> /ul> div classflex justify-center md:justify-start space-x-4> a href# target_blank aria-labelVisit us on Facebook classnav-link-touch>img srcimages/social-facebook.jpeg altFacebook icon width32 height32 classw-8 h-8>/a> a href# target_blank aria-labelVisit us on Instagram classnav-link-touch>img srcimages/social-instagram.jpeg altInstagram icon width32 height32 classw-8 h-8>/a> a href# target_blank aria-labelVisit us on LinkedIn classnav-link-touch>img srcimages/social-linkedin.jpeg altLinkedIn icon width32 height32 classw-8 h-8>/a> a href# target_blank aria-labelVisit us on X (Twitter) classnav-link-touch>img srcimages/social-twitter.jpeg altX (Twitter) icon width32 height32 classw-8 h-8>/a> /div> /div> /div> div classcontainer mx-auto px-4 mt-8 text-center text-sm opacity-75> © script>document.write(new Date().getFullYear())/script> Digital Reach MY. All rights reserved. /div> /footer> !-- Cookie Consent Banner --> div idcookieConsentBanner classfixed bottom-0 left-0 right-0 bg-gray-800 text-white px-4 py-3 flex flex-col sm:flex-row items-center justify-between z-1000 hidden data-cookie-name> div classtext-sm mb-2 sm:mb-0> We use cookies to ensure you get the best experience on our website. By continuing, you accept our use of cookies. /div> button idacceptCookieConsent classbg-green-500 hover:bg-green-600 text-white text-sm font-bold py-2 px-4 rounded nav-link-touch> Accept /button> /div> script> // Mobile menu toggle document.getElementById(mobile-menu-button).addEventListener(click, function() { const mobileMenu document.getElementById(mobile-menu); mobileMenu.classList.toggle(hidden); }); // Smooth scrolling for anchor links document.querySelectorAll(ahref^#).forEach(anchor > { anchor.addEventListener(click, function (e) { e.preventDefault(); document.querySelector(this.getAttribute(href)).scrollIntoView({ behavior: smooth }); // Hide mobile menu after clicking a link const mobileMenu document.getElementById(mobile-menu); if (!mobileMenu.classList.contains(hidden)) { mobileMenu.classList.add(hidden); } }); }); // Cookie Consent Logic document.addEventListener(DOMContentLoaded, function() { const cookieBanner document.getElementById(cookieConsentBanner); // Generate a random cookie name (combination of prefix and random string) const cookiePrefix consent_; const randomString Math.random().toString(36).substring(2, 10); const cookieName cookiePrefix + randomString; // Store the random cookie name in a data attribute for future reference cookieBanner.setAttribute(data-cookie-name, cookieName); // Check if the consent cookie exists by looking for any cookie starting with the prefix const hasConsent document.cookie.split(;).some((item) > { const trimmedItem item.trim(); return trimmedItem.startsWith(cookiePrefix); }); if (!hasConsent) { // Show the cookie banner if no consent cookie exists cookieBanner.style.display flex; // Use flex to maintain layout } // Set up event listener for the accept button document.getElementById(acceptCookieConsent).addEventListener(click, function() { // Get the generated cookie name from the data attribute const currentCookieName cookieBanner.getAttribute(data-cookie-name); // Set the cookie with 1-year expiration const date new Date(); date.setTime(date.getTime() + (365 * 24 * 60 * 60 * 1000)); document.cookie currentCookieName + accepted; expires + date.toUTCString() + ; path/; SameSiteStrict; // Hide the banner cookieBanner.style.display none; }); }); /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
]