{"id":5597,"date":"2026-05-26T13:35:57","date_gmt":"2026-05-26T08:05:57","guid":{"rendered":"https:\/\/digitalmarketingguru.info\/new\/?page_id=5597"},"modified":"2026-05-27T16:58:02","modified_gmt":"2026-05-27T11:28:02","slug":"digital-marketing-fundamentals","status":"publish","type":"page","link":"https:\/\/digitalmarketingguru.info\/new\/digital-marketing-fundamentals\/","title":{"rendered":"Digital Marketing Fundamentals"},"content":{"rendered":"\n<div class=\"wp-block-greenshift-blocks-row alignfull gspb_row gspb_row-id-gsbp-8cbbcd5\" id=\"gspb_row-id-gsbp-8cbbcd5\">\n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-f66460e\" id=\"gspb_col-id-gsbp-f66460e\">\n<meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Digital Marketing Fundamentals &#8211; Digital Marketing GURU<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700&amp;display=swap\" rel=\"stylesheet\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        :root {\n            --orange: #F69333;\n            --blue: #00A4DE;\n            --navy: #0A1F3D;\n            --dark-gray: #1a1a1a;\n            --light-gray: #f5f5f5;\n            --white: #ffffff;\n        }\n\n        body {\n            font-family: 'Poppins', sans-serif;\n            color: var(--dark-gray);\n            line-height: 1.6;\n            background: var(--white);\n        }\n\n        \/* ===== HERO SECTION ===== *\/\n        .hero {\n            background: linear-gradient(135deg, var(--navy) 0%, #0d2a52 100%);\n            color: var(--white);\n            padding: 60px 20px;\n            text-align: center;\n        }\n\n        .hero-container {\n            max-width: 1290px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        .hero h1 {\n            font-size: 36px;\n            font-weight: 700;\n            margin-bottom: 16px;\n            line-height: 1.2;\n        }\n\n        .hero-subtext {\n            font-size: 18px;\n            margin-bottom: 32px;\n            opacity: 0.95;\n            font-weight: 400;\n        }\n\n        .cta-buttons {\n            display: flex;\n            gap: 16px;\n            justify-content: center;\n            flex-wrap: wrap;\n            margin-bottom: 24px;\n        }\n\n        .btn {\n            padding: 14px 28px;\n            border: none;\n            border-radius: 6px;\n            font-size: 16px;\n            font-weight: 600;\n            cursor: pointer;\n            text-decoration: none;\n            display: inline-block;\n            transition: all 0.3s ease;\n            font-family: 'Poppins', sans-serif;\n        }\n\n        .btn-primary {\n            background: var(--orange);\n            color: var(--white);\n        }\n\n        .btn-primary:hover {\n            background: #e67e1f;\n            transform: translateY(-2px);\n        }\n\n        .btn-secondary {\n            background: transparent;\n            color: var(--white);\n            border: 2px solid var(--blue);\n        }\n\n        .btn-secondary:hover {\n            background: var(--blue);\n            border-color: var(--blue);\n        }\n\n        .trust-line {\n            font-size: 14px;\n            opacity: 0.85;\n            margin-top: 20px;\n        }\n\n        \/* ===== WHAT YOU GET ===== *\/\n        .section {\n            padding: 60px 0;\n            max-width: 1290px;\n            margin: 0 auto;\n        }\n\n        .section-title {\n            font-size: 28px;\n            font-weight: 700;\n            color: var(--navy);\n            margin-bottom: 12px;\n            text-align: center;\n            padding: 0 20px;\n        }\n\n        .section-subtitle {\n            font-size: 16px;\n            color: #666;\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 0 20px;\n        }\n\n        .modules-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n            gap: 24px;\n            margin-bottom: 40px;\n            padding: 0 5px;\n        }\n\n        .module-card {\n            background: var(--light-gray);\n            padding: 28px;\n            border-radius: 8px;\n            border-left: 5px solid var(--blue);\n        }\n\n        .module-card h3 {\n            color: var(--navy);\n            margin-bottom: 12px;\n            font-size: 18px;\n        }\n\n        .module-card p {\n            font-size: 14px;\n            color: #555;\n            line-height: 1.5;\n        }\n\n        .timeline {\n            background: var(--light-gray);\n            padding: 24px 20px;\n            border-radius: 8px;\n            text-align: center;\n            margin-top: 24px;\n        }\n\n        .timeline p {\n            font-size: 16px;\n            margin: 8px 0;\n        }\n\n        .timeline strong {\n            color: var(--blue);\n            font-weight: 600;\n        }\n\n        \/* ===== TESTIMONIALS ===== *\/\n        .testimonials {\n            background: var(--light-gray);\n        }\n\n        .testimonial-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 32px;\n            padding: 0 5px;\n        }\n\n        .testimonial-card {\n            background: var(--white);\n            padding: 32px;\n            border-radius: 8px;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);\n            border-top: 4px solid var(--orange);\n        }\n\n        .testimonial-card p {\n            font-size: 15px;\n            color: #333;\n            margin-bottom: 20px;\n            font-style: italic;\n        }\n\n        .testimonial-author {\n            font-weight: 600;\n            color: var(--navy);\n            font-size: 15px;\n        }\n\n        .testimonial-title {\n            font-size: 13px;\n            color: var(--blue);\n            margin-top: 4px;\n        }\n\n        \/* ===== HOW IT WORKS ===== *\/\n        .how-it-works {\n            background: var(--white);\n        }\n\n        .steps {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 24px;\n            padding: 0 20px;\n        }\n\n        .step {\n            text-align: center;\n        }\n\n        .step-number {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            width: 50px;\n            height: 50px;\n            background: var(--blue);\n            color: var(--white);\n            border-radius: 50%;\n            font-size: 20px;\n            font-weight: 700;\n            margin-bottom: 16px;\n        }\n\n        .step h3 {\n            color: var(--navy);\n            margin-bottom: 8px;\n            font-size: 16px;\n        }\n\n        .step p {\n            font-size: 14px;\n            color: #555;\n        }\n\n        \/* ===== WHO THIS IS FOR ===== *\/\n        .audience-filter {\n            background: var(--light-gray);\n        }\n\n        .audience-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n            gap: 20px;\n            padding: 0 5px;\n        }\n\n        .audience-item {\n            background: var(--white);\n            padding: 20px;\n            border-radius: 6px;\n            border-left: 4px solid var(--orange);\n        }\n\n        .audience-item h3 {\n            color: var(--navy);\n            margin-bottom: 8px;\n            font-size: 16px;\n        }\n\n        .audience-item p {\n            font-size: 14px;\n            color: #555;\n        }\n\n        \/* ===== TRUST SIGNALS ===== *\/\n        .trust-signals {\n            background: var(--white);\n        }\n\n.trust-columns {\n    display: grid;\n    grid-template-columns: 1fr 1.5fr;\n    gap: 40px;\n    align-items: center;\n    padding: 0 20px;\n}\n\n.trust-columns .founder-image {\n    justify-self: end;\n}\n\n@media (max-width: 768px) {\n    .trust-columns {\n        grid-template-columns: 1fr;\n        justify-items: center;\n    }\n\n    .trust-columns .founder-image {\n        justify-self: center;\n        max-width: 300px;\n        margin: 0 auto;\n    }\n}\n\n        .trust-text h3 {\n            color: var(--navy);\n            font-size: 20px;\n            margin-bottom: 16px;\n        }\n\n        .trust-text p {\n            font-size: 15px;\n            color: #555;\n            margin-bottom: 12px;\n            line-height: 1.6;\n        }\n\n        .certs {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 12px;\n            margin-top: 16px;\n        }\n\n        .cert-badge {\n            background: var(--blue);\n            color: var(--white);\n            padding: 8px 16px;\n            border-radius: 20px;\n            font-size: 13px;\n            font-weight: 600;\n        }\n\n.founder-image {\n    width: 100%;\n    max-width: 300px;\n    aspect-ratio: 1;\n    background: var(--light-gray);\n    border-radius: 8px;\n    display: flex;\n    align-items: right;\n    justify-content: right;\n    color: #999;\n    font-size: 14px;\n    overflow: hidden;\n}\n\n.founder-image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    border-radius: 8px;\n}\n\n        \/* ===== FINAL CTA BAND ===== *\/\n        .final-cta {\n            background: linear-gradient(135deg, var(--navy) 0%, #0d2a52 100%);\n            color: var(--white);\n            padding: 50px 20px;\n            text-align: center;\n        }\n\n        .final-cta h2 {\n            font-size: 28px;\n            margin-bottom: 16px;\n        }\n\n        .final-cta p {\n            font-size: 16px;\n            margin-bottom: 32px;\n            opacity: 0.95;\n        }\n\n        \/* ===== EXPLORE COURSES ===== *\/\n        .explore-courses {\n            background: var(--light-gray);\n        }\n\n        .course-cards {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 24px;\n            padding: 0 5px;\n        }\n\n        .course-card {\n            background: var(--white);\n            padding: 28px;\n            border-radius: 8px;\n            border-left: 5px solid var(--blue);\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);\n        }\n\n        .course-card h3 {\n            color: var(--navy);\n            margin-bottom: 12px;\n            font-size: 18px;\n            font-weight: 600;\n        }\n\n        .course-card p {\n            font-size: 15px;\n            color: #555;\n            margin-bottom: 16px;\n            line-height: 1.5;\n        }\n\n        .course-link {\n            color: var(--blue);\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 15px;\n            transition: all 0.3s ease;\n            display: inline-block;\n        }\n\n        .course-link:hover {\n            color: #0085b2;\n            transform: translateX(4px);\n        }\n\n        \/* ===== RESPONSIVE ===== *\/\n        @media (max-width: 768px) {\n            .hero h1 {\n                font-size: 28px;\n            }\n\n            .section-title {\n                font-size: 24px;\n            }\n\n            .cta-buttons {\n                flex-direction: column;\n            }\n\n            .btn {\n                width: 100%;\n            }\n\n            .trust-columns {\n                grid-template-columns: 1fr;\n            }\n\n            .modules-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .testimonial-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .steps {\n                grid-template-columns: 1fr;\n            }\n\n            .audience-list {\n                grid-template-columns: 1fr;\n            }\n\n            .course-cards {\n                grid-template-columns: 1fr;\n            }\n\n            .final-cta h2 {\n                font-size: 24px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .hero {\n                padding: 40px 16px;\n            }\n\n            .hero h1 {\n                font-size: 24px;\n            }\n\n            .section {\n                padding: 40px 16px;\n            }\n\n            .section-title {\n                font-size: 20px;\n            }\n\n            .module-card {\n                padding: 20px;\n            }\n        }\n    <\/style>\n\n\n\n    <!-- HERO SECTION -->\n    <section class=\"hero\">\n        <div class=\"hero-container\">\n            <h1 style=\"color: white;\">Master Social Media, Content &amp; SEO \u2014 Get Hired or Start Freelancing<\/h1>\n            <p class=\"hero-subtext\">Build skills that land entry-level jobs and freelance clients. Learn from someone who&#8217;s generated real results for real businesses.<\/p>\n            <div class=\"cta-buttons\">\n                <button class=\"btn btn-primary\" onclick=\"handleCTA('call')\">Talk to an Expert<\/button>\n                <button class=\"btn btn-secondary\" onclick=\"handleCTA('whatsapp')\">WhatsApp Instead<\/button>\n            <\/div>\n            <div class=\"trust-line\">Proven track record across 100+ students and 100+ businesses<\/div>\n        <\/div>\n    <\/section>\n\n    <!-- WHAT YOU GET -->\n    <section class=\"section\">\n        <h2 class=\"section-title\">What You&#8217;ll Learn<\/h2>\n        <p class=\"section-subtitle\">Six core modules that cover social media, content, and local SEO<\/p>\n        \n        <div class=\"modules-grid\">\n            <div class=\"module-card\">\n                <h3>Social Media Management<\/h3>\n                <p>Build presence on Instagram, Facebook, LinkedIn. Content calendars, posting strategy, community management.<\/p>\n            <\/div>\n            <div class=\"module-card\">\n                <h3>Content Marketing<\/h3>\n                <p>Blog writing, storytelling, copywriting for social. Create content that engages and converts.<\/p>\n            <\/div>\n            <div class=\"module-card\">\n                <h3>Video Marketing<\/h3>\n                <p>YouTube basics, short-form video for social, editing fundamentals. Make videos that people actually watch.<\/p>\n            <\/div>\n            <div class=\"module-card\">\n                <h3>Local SEO<\/h3>\n                <p>Rank local businesses in Google Maps and search. Google My Business optimization, local citations, reviews.<\/p>\n            <\/div>\n            <div class=\"module-card\">\n                <h3>Affiliate Marketing<\/h3>\n                <p>Build income through affiliate promotions. Finding products, creating campaigns, tracking commissions.<\/p>\n            <\/div>\n            <div class=\"module-card\">\n                <h3>Graphic Design with Canva<\/h3>\n                <p>Design social posts, graphics, thumbnails without needing Photoshop. Templates, branding, visual storytelling.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"timeline\">\n            <p><strong>5 weeks<\/strong> | Live daily classes<\/p>\n            <p><strong>1.2 hours\/day<\/strong> | Mornings only<\/p>\n            <p><strong>Most students land entry-level roles or first clients within 8 weeks of finishing<\/strong><\/p>\n        <\/div>\n    <\/section>\n\n    <!-- TESTIMONIALS -->\n    <section class=\"section testimonials\">\n        <h2 class=\"section-title\">Students Who Got Results<\/h2>\n        <p class=\"section-subtitle\">They started where you are. Now they&#8217;re earning and growing.<\/p>\n        \n        <div class=\"testimonial-grid\">\n            <div class=\"testimonial-card\">\n                <p>&#8220;Landed a Digital Marketing Executive role within 2 months of finishing the course. Now running 5+ freelance clients on the side.&#8221;<\/p>\n                <div class=\"testimonial-author\">Sashidhar Reddy<\/div>\n                <div class=\"testimonial-title\">Digital Marketing Executive<\/div>\n            <\/div>\n            <div class=\"testimonial-card\">\n                <p>&#8220;Got placed as a Digital Marketing Executive in just 1 month. Already managing 7+ freelance clients and earning well.&#8221;<\/p>\n                <div class=\"testimonial-author\">R Wilson<\/div>\n                <div class=\"testimonial-title\">Digital Marketing Executive<\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- HOW IT WORKS -->\n    <section class=\"section how-it-works\">\n        <h2 class=\"section-title\">How This Works<\/h2>\n        <p class=\"section-subtitle\">A simple process from curious to enrolled<\/p>\n        \n        <div class=\"steps\">\n            <div class=\"step\">\n                <div class=\"step-number\">1<\/div>\n                <h3>Book a Call<\/h3>\n                <p>15 minutes with Jogesh. We talk about your background and what you want to achieve.<\/p>\n            <\/div>\n            <div class=\"step\">\n                <div class=\"step-number\">2<\/div>\n                <h3>Get Clarity<\/h3>\n                <p>You&#8217;ll know if this is right for you. No sales pitch. Just honest feedback.<\/p>\n            <\/div>\n            <div class=\"step\">\n                <div class=\"step-number\">3<\/div>\n                <h3>Join the Next Cohort<\/h3>\n                <p>Enroll and start learning with 5-10 other serious students.<\/p>\n            <\/div>\n            <div class=\"step\">\n                <div class=\"step-number\">4<\/div>\n                <h3>Get Results<\/h3>\n                <p>By week 8, you&#8217;ll have real skills. Most land jobs or first clients within 2-3 months.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- WHO THIS IS FOR -->\n    <section class=\"section audience-filter\">\n        <h2 class=\"section-title\">Who This Is For<\/h2>\n        <p class=\"section-subtitle\">Three clear paths. One powerful course.<\/p>\n        \n        <div class=\"audience-list\">\n            <div class=\"audience-item\">\n                <h3>Job Seekers<\/h3>\n                <p>Want an entry-level digital marketing role. Need foundational skills and confidence for interviews.<\/p>\n            <\/div>\n            <div class=\"audience-item\">\n                <h3>Freelancers<\/h3>\n                <p>Ready to manage social media for clients. Need core skills to land first projects and charge premium rates.<\/p>\n            <\/div>\n            <div class=\"audience-item\">\n                <h3>Small Business Owners<\/h3>\n                <p>Want to manage your own social media and content instead of hiring an agency.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- TRUST SIGNALS -->\n    <section class=\"section trust-signals\">\n        <h2 class=\"section-title\">Why Jogesh<\/h2>\n        \n        <div class=\"trust-columns\">\n            <div class=\"trust-text\">\n                <h3>The Person Behind This<\/h3>\n                <p>Jogesh has been in sales, marketing, and digital for over 25 years. He&#8217;s trained 1000+ students since 2015. More importantly, he practices what he teaches.<\/p>\n                <p>Every skill in this course comes from live campaigns he&#8217;s run. Every example is real. Every result is verified.<\/p>\n                <h3 style=\"margin-top: 20px;\">Certifications<\/h3>\n                <div class=\"certs\">\n                    <div class=\"cert-badge\">Google Ads Certified<\/div>\n                    <div class=\"cert-badge\">HubSpot Certified<\/div>\n                    <div class=\"cert-badge\">YouTube Certified<\/div>\n                <\/div>\n            <\/div>\n            <div class=\"founder-image\">\n    <img decoding=\"async\" src=\"https:\/\/digitalmarketingguru.info\/new\/wp-content\/uploads\/2026\/05\/jogesh4.png\" alt=\"Jogesh Ammu - Founder\" style=\"width: 100%; height: 100%; object-fit: cover; border-radius: 8px;\">\n<\/div>\n        <\/div>\n    <\/section>\n\n    <!-- EXPLORE OTHER COURSES -->\n    <section class=\"section explore-courses\">\n        <h2 class=\"section-title\">Ready to Level Up?<\/h2>\n        <p class=\"section-subtitle\">After mastering fundamentals, explore these advanced offerings.<\/p>\n        \n        <div class=\"course-cards\">\n            <div class=\"course-card\">\n                <h3>Performance Marketing Mastery<\/h3>\n                <p>Master Google Ads, Meta Ads, and funnel optimization. Land jobs or run 5+ client accounts.<\/p>\n                <a href=\"https:\/\/digitalmarketingguru.info\/new\/performance-marketing-mastery\/\" class=\"course-link\">Explore Performance Marketing \u2192<\/a>\n            <\/div>\n            <div class=\"course-card\">\n                <h3>WordPress Design Mastery<\/h3>\n                <p>Build WordPress sites, e-commerce stores, landing pages. Charge \u20b920K-50K per project.<\/p>\n                <a href=\"https:\/\/digitalmarketingguru.info\/new\/website-development-mastery\/\" class=\"course-link\">Explore WordPress Mastery \u2192<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- FINAL CTA BAND -->\n    <section class=\"final-cta\">\n        <h2 style=\"color: white;\">Ready to Start Building?<\/h2>\n        <p>Book your 15-minute call. Let&#8217;s talk about your situation and see if this is the right fit.<\/p>\n        <div class=\"cta-buttons\">\n            <button class=\"btn btn-primary\" onclick=\"handleCTA('call')\">Call Jogesh Now<\/button>\n            <button class=\"btn btn-secondary\" onclick=\"handleCTA('whatsapp')\">Message on WhatsApp<\/button>\n        <\/div>\n    <\/section>\n\n    <script>\n        function handleCTA(action) {\n            const phoneNumber = '+91 7799482828';\n            \n            if (action === 'call') {\n                \/\/ Phone call - using tel: protocol\n                window.location.href = `tel:${phoneNumber}`;\n            } else if (action === 'whatsapp') {\n                \/\/ WhatsApp - using WhatsApp API\n                const encodedMessage = encodeURIComponent('Hi Jogesh, I\\'m interested in the Digital Marketing Fundamentals course. Can we schedule a call?');\n                window.location.href = `https:\/\/wa.me\/${phoneNumber.replace(\/\\D\/g, '')}?text=${encodedMessage}`;\n            }\n        }\n    <\/script>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_gspb_post_css":"#gspb_row-id-gsbp-8cbbcd5{justify-content:space-between;margin-top:0;margin-bottom:0;display:flex;flex-wrap:wrap}#gspb_row-id-gsbp-8cbbcd5>.gspb_row__content{display:flex;justify-content:space-between;margin:0 auto;width:100%;flex-wrap:wrap}.gspb_row{position:relative}div[id^=gspb_col-id]{box-sizing:border-box;position:relative;padding:var(--gs-row-column-padding, 15px min(3vw, 20px))}#gspb_col-id-gsbp-f66460e.gspb_row__col--12{width:100%}@media (max-width:575.98px){#gspb_col-id-gsbp-f66460e.gspb_row__col--12{width:100%}}.gspb_row #gspb_col-id-gsbp-f66460e.gspb_row__col--12{padding:0}","footnotes":""},"class_list":["post-5597","page","type-page","status-publish","hentry"],"blocksy_meta":{"has_hero_section":"disabled","vertical_spacing_source":"custom","content_area_spacing":"none","styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6}},"_links":{"self":[{"href":"https:\/\/digitalmarketingguru.info\/new\/wp-json\/wp\/v2\/pages\/5597","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/digitalmarketingguru.info\/new\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/digitalmarketingguru.info\/new\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/digitalmarketingguru.info\/new\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/digitalmarketingguru.info\/new\/wp-json\/wp\/v2\/comments?post=5597"}],"version-history":[{"count":2,"href":"https:\/\/digitalmarketingguru.info\/new\/wp-json\/wp\/v2\/pages\/5597\/revisions"}],"predecessor-version":[{"id":5733,"href":"https:\/\/digitalmarketingguru.info\/new\/wp-json\/wp\/v2\/pages\/5597\/revisions\/5733"}],"wp:attachment":[{"href":"https:\/\/digitalmarketingguru.info\/new\/wp-json\/wp\/v2\/media?parent=5597"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}