Course Content
01 – Website Setup & WordPress Basics
This module teaches the foundational steps required to build a fully functional WordPress website from scratch. You will learn how to choose and register a domain name, set up reliable hosting, configure SSL, create email accounts, and install WordPress using both 1-click and manual methods. The lessons guide you through the WordPress dashboard, essential settings, and the key differences between posts and pages. You’ll also learn how to install and configure critical plugins for SEO, security, and backups, as well as how to select and activate the right theme for your website’s goals. By the end of this module, you will understand how to create pages, build navigation menus, and implement basic security practices to keep your site safe. This section provides the technical foundation needed to confidently build and manage your WordPress website.
0/12
02 – Elementor Page Building
This module shows you how to design professional, visually engaging website pages using Elementor’s drag-and-drop page builder. You will learn how to install Elementor, navigate the editor, and use sections, columns, and widgets to create clean, modern layouts. The lessons cover global colors and typography, designing hero sections, using containers with Flexbox, and building fully responsive pages for desktop, tablet, and mobile. You’ll also learn how to add images, videos, icons, galleries, buttons, forms, and calls-to-action that drive user engagement. This module teaches you how to build site-wide elements such as headers, footers, and reusable templates using Elementor’s Theme Builder. By the end, you’ll be able to design polished, conversion-focused website pages—without writing any code.
0/12
03 – Business Website Essentials
This module teaches you how to structure, plan, and create the essential pages every high-performing business website needs. You’ll learn how to clearly communicate what your business does, who you help, and why visitors should choose you. The lessons walk you through building an effective Home page, writing a compelling About page, creating a Services page that converts, and designing a Contact page with professional forms. You’ll also learn how to add trust-building elements such as testimonials, logos, and badges, as well as how to set up strategic calls-to-action throughout your site. This module covers blog creation, content planning, and the structure of your first posts, along with important legal pages your site must include. By the end, you’ll know how to create a complete, conversion-optimized business website that supports your goals and builds credibility with your audience.
0/12
04 – Branding & Visual Design
This module teaches you how to create a cohesive, professional visual identity for your website and brand. You’ll learn the fundamentals of branding, including how to choose color palettes, pair fonts, and create a consistent look across every page. The lessons cover layout balance, white space, and visual hierarchy so your designs are clean, modern, and easy to navigate. You’ll also learn how to create a simple logo using DIY tools like Canva, select brand-appropriate images, and use icons and graphics effectively. This module shows you how to build a complete brand style guide and avoid common design mistakes, while ensuring your website remains accessible for all users. By the end, you’ll be able to design a cohesive, visually appealing website that strengthens your brand identity and improves user experience.
0/12
05 – SEO & Website Traffic
This module teaches you how to optimize your website for Google search and attract consistent, high-quality traffic. You’ll learn what SEO is, why it matters, and how to choose the right keywords for your business. The lessons cover on-page SEO essentials such as titles, meta descriptions, alt text, internal linking, and proper blog structure. You’ll also learn how to create local SEO pages, optimize images for speed, and set up Google Analytics and Google Search Console to track your performance. This module shows you how to create content that ranks and attracts customers, as well as how to drive additional traffic through social media. By the end, you’ll understand how to build a search-friendly, high-visibility website that brings in more visitors and potential customers over time.
0/12
06 – Website Launch & Maintenance
This module teaches you how to successfully launch, manage, and maintain your WordPress website for long-term performance. You’ll learn how to follow a complete pre-launch checklist, test your site across devices, and ensure all links, forms, and layouts work correctly. The lessons cover essential speed optimization techniques such as caching and minification, along with key security practices including firewalls, malware scans, and automatic backups. You’ll also learn how to connect your domain using DNS, monitor site propagation, and use analytics tools to track traffic and performance. This module shows you how to safely update WordPress, themes, and plugins, troubleshoot common errors, maintain mobile responsiveness, and follow a monthly website maintenance routine. By the end, you’ll know how to keep your site fast, secure, and running smoothly long after launch.
0/12
How to Make a Website

Keeping Your Site Mobile Friendly

Most visitors are on phones. Prioritize readability, speed, and touch-friendly interactions. This guide gives practical steps to design, test, and maintain a mobile-first WordPress site.


1) Mobile-First Layout Basics

    • Start with one column layouts on phones; add columns only for tablet/desktop.

    • Use responsive units (%, vw, rem) for widths, spacing, and typography.

    • Set container max-widths (e.g., 700–800px for text) to keep lines readable.

    • Hide non-essential flourishes on mobile (heavy animations, background videos).

Tip: Use theme or builder responsive controls to set different padding/margins for Mobile, Tablet, and Desktop.


2) Mobile Typography & Readability

    • Body text: 16–18px base size; line-height 1.5–1.7.

    • Headings: Scale down on phones; avoid more than 2–3 levels per screen.

    • Contrast: Meet WCAG AA (use dark text on light backgrounds or vice versa).

    • Whitespace: Increase vertical spacing to separate sections for thumb scroll.

Avoid text in images. Use real headings and copy so content scales and stays sharp on small screens.


3) Touch Targets, Menus & CTAs

    • Buttons & links: Minimum 44×44px tap area; generous padding; high-contrast states.

    • Header nav: Use a sticky, compact header with a clear hamburger menu on phones.

    • Sticky CTA: Consider a sticky “Call / Book / Get Quote” button for service sites.

    • Forms: Use large inputs, correct keyboard types (email, number), and minimal fields.

    • Popups: Avoid intrusive interstitials; keep close buttons large and reachable.

    • Tables: Make tables scrollable or stack rows into cards on mobile.


4) Images, Media & Performance

    • Responsive images: Upload appropriately sized images; enable WebP and lazy loading.

    • Aspect ratios: Set width/height or aspect ratio to prevent layout shifts.

    • Video: Avoid autoplay on mobile; provide posters; host externally when possible.

    • Fonts: Limit families/weights; preload key web fonts; add font-display swap/fallbacks.

    • Scripts: Defer non-critical JS and remove unused widgets that block first paint.

Mobile networks are variable. Design for 3G/4G conditions and keep total page weight lean.


5) Mobile SEO & Accessibility

    • Viewport meta is typically set by the theme; ensure scaling isn’t disabled.

    • Tap-friendly content: Avoid tiny link clusters and ensure focus outlines are visible.

    • Alt text for images and meaningful button/link labels (not “Read more”).

    • Keyboard & screen reader checks for menus, modals, and accordions.

    • Core Web Vitals: Watch LCP, CLS, INP; fix slow templates and shifting elements.


6) Test on Real Devices

    • Browsers: Chrome, Safari, Firefox on iOS/Android; use device emulators for quick checks.

    • Touch & scroll: Test menus, sliders, forms, and sticky bars for overlap or jitter.

    • Breakpoints: Verify at ~360px, 414px, 768px, 1024px, and 1280px widths.

    • Network throttling: Simulate “Slow 4G” when testing performance.

Weekly spot check: Review your top 3 pages on mobile for menu, forms, and media issues after updates.


7) Common Mobile Fixes

    • Overflowing columns: Reduce column count on mobile or stack into cards.

    • Image overflow: Set images to max-width: 100% and define aspect ratio/dimensions.

    • CLS from fonts: Preload key fonts and enable font-display swap; set fallback stacks.

    • Sticky header overlap: Add top padding to anchor targets; offset in-page links.

    • Tap target too small: Increase padding; convert text links to buttons where action-driven.


8) Final Mobile-Friendly Checklist

    • Readable text (≥16px) and comfortable line-height on phones.

    • Single-column mobile layouts with generous spacing.

    • Buttons/links are thumb-friendly and high-contrast.

    • Images/videos responsive, lazy-loaded, and sized correctly.

    • Navigation, forms, and popups work smoothly on touch.

    • No layout shift from fonts/media; Core Web Vitals in the green.

    • Tested on real devices and common breakpoints.