Skip to content

Website Goals

Terrence Murray edited this page Mar 27, 2026 · 1 revision

Website Goals

Intended Audience

The Digital Front targets three primary audience segments:

  1. Technology Enthusiasts - Readers interested in the latest developments across mobile devices, consumer electronics, and major tech companies (Apple, Google, Samsung). These users want concise, well-structured articles that keep them informed about industry trends.

  2. Students and Academics - Fellow students and educators in technology-related disciplines who benefit from accessible tech journalism and opinion writing. The site serves as both a reading resource and a demonstration of modern web development practices.

  3. Casual Readers - General audience members who want a clean, distraction-free reading experience for tech content without the clutter of advertising-heavy mainstream tech publications.

Purpose of the Website

The Digital Front serves a dual purpose:

As a Publication Platform

  • Provide a curated space for tech news articles, opinion pieces, and product reviews
  • Present content in a professional magazine-style layout that prioritizes readability
  • Enable readers to discover content through category browsing, date filtering, and trending sections
  • Foster community engagement through moderated comments and user registration
  • Deliver a responsive reading experience across desktop and mobile devices

As a Course Project

  • Demonstrate mastery of WordPress theme development through a fully custom child theme
  • Showcase custom post type architecture with structured content fields
  • Implement advanced WordPress features including custom queries, shortcodes, and plugins
  • Apply best practices in PHP development, CSS architecture, and responsive design
  • Practice collaborative development using Git, GitHub, and pull request workflows

Design Principles

The site is built around these core principles:

  • Clarity - Clean typography (Manrope font, light weight) and generous spacing ensure content is the focus
  • Structure - Hierarchical navigation, breadcrumbs, and category filtering help users find content efficiently
  • Performance - Single database query per page load, no unnecessary JavaScript libraries, optimized CSS
  • Accessibility - Semantic HTML, keyboard-navigable menus (Escape to close), readable font sizes
  • Modularity - Every feature lives in its own file, making the codebase maintainable and extensible

Clone this wiki locally