Online Magazine Web Design Requirements Document
Project Name: DISTRICT (Online Magazine of Ideas, Culture, and Philosophy)
Project Scope
This project involves the creation of a minimal, elegant website for an online magazine titled DISTRICT - מחוז. The focus is on long-form editorial content, strong typography, and an immersive, readable experience. The website will be built using Decap CMS, Eleventy, and hosted on Netlify. The design should emphasize clear content hierarchy, generous spacing, and bold, expressive elements for landing pages while maintaining a calm, legible reading experience.
The core of the site will consist of:
-
A visually striking landing page with the text logo over a full-screen image
-
Individual article views for long-form reading
-
An About page and a basic Issues archive or index
The designer is encouraged to bring creative input to the look and feel, particularly in how typography, imagery, and grid are used. Inspiration comes from sites like Materia, Inque, Cero, Byline, Techniques Journal, Noema, and Hazman Hazeh.
About District
Online Magazine of Ideas, Culture, and Philosophy
Born to de-obsess specialization and encourage explorative thought in any one’s “district of interest”.
A platform for articles in English and Hebrew: reflective essays, critical takes, experimental formats, or non-neutral cultural commentary. Articles will be intellectual without being institutional: thoughtful, informed, opinionated, and curious, but deliberately post-academic. The writing is serious in intention, but accessible in form.
It’s a digital space for both writers and readers who explore with the seriousness of formal education but write better without it.
Visually, District should feel colorful but not loud, expressive but readable. The design should lean into values of curiosity and clarity.
Deliverables
The designer will be responsible for delivering the following assets:
Branding & Visual Identity
-
Text Logo: "DISTRICT - מחוז" (typographic mark)
-
Favicon: Small icon for browser tab (can be a simplified version of the logo or standalone symbol)
Page Templates
-
Landing Page: Featuring the logo over an image background, minimal navigation, introductory excerpt or latest issue highlight
-
Article Template: Clean, focused single-column layout optimized for reading. English and Hebrew version.
-
About Page: Text-focused, possibly with image/banner. Distinct from article template
-
Issues Page: Archive or listing of issues or articles, minimal grid layout
-
Navigation Bar: (minimal, clean and simple, shouldn’t distract)
Typography
-
Define styles for:
-
H1 through H6 headings
-
Bylines
-
Article titles
-
Excerpts / short intros or summaries
-
Body text (including paragraph spacing and line height)
-
-
Font suggestions (e.g., Grotesk + Serif pairing like Neue Haas Grotesk & Times Now, or similar free/open alternatives)
Visual Components
We’re looking for a look that reflects the brand’s values—don’t hold back on creativity in this part, as long as it supports clarity and consistency.
-
Image placement guidelines (e.g., full-width top banners, article inline images, curved corners? aspect? color filters?)
-
Margins and spacing (e.g., grid system, line lengths, vertical rhythm)
-
Color palette: (logo, background, text, menus, hyperlink)
Functional Guidelines
-
Site must be fully responsive, with priority on mobile readability
-
Navigation should be minimal and intuitive (e.g., Home, About, Issues, Contact)
-
Emphasis on typographic clarity and reading comfort
-
Landing page can include animation or hover effects if subtle and performance-friendly
-
The website’s primary language will be English, and will be structured as such. However, we will also accommodate Hebrew articles. This includes proper right-to-left (RTL) text alignment, directionality, and font compatibility where applicable.
Technical Considerations
The site will be built using:
-
Eleventy (11ty) as the static site generator
-
Decap CMS for content editing via Markdown files
-
Netlify for hosting and deployment
The designer’s output must be compatible with 11ty’s templating system, which will either use Nunjucks or Liquid templating (TBD).
Templates will be populated with content from Markdown files and should include placeholder variables in double curly braces curly braces {}
, as shown in the example below:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>{{ title }}</title>
<meta name="description" content="{{ description }}">
</head>
<body>
<article>
<header>
<h1>{{ title }}</h1>
<p>
<strong>By {{ author }}</strong><br>
</p>
<p>
<strong>Issue:</strong>
{{ issue }}
</p>
</header>
<section>
{{ content | safe }}
</section>
</article>
</body>
</html>
The designer should avoid embedding text directly into images and instead provide layout and style references that can be translated into semantic HTML with CSS. The styling should be implemented via CSS layered atop standardized semantic HTML elements, ensuring clean separation between structure and presentation. This will make the final product easier to implement and maintain across the templating system. Possible to use frameworks like Tailwind CSS.
Any designs, assets, or style systems can be shared via Figma or static HTML mockups. Code or partial implementations can be made available via GitHub upon request.
These specs will be determined finally in discussion with the chosen designer.
Inspiration References
- https://theoutline.com/post/8932/cell-phones-video-chat-text-messaging-quarantine
- https://www.varyer.com/
- https://www.ceromagazine.com/
- https://materia.press/
- https://anhvn.com/posts/2024/things-im-working-on/
- https://www.inquemag.com/
- https://www.noemamag.com/
- https://hazmanhazeh.org.il/
- https://www.bylinebyline.com/
- https://techniquesjournal.com/
Strong Landing Page Image References
Timeline
The project will be divided into phases:
-
Exploration Phase – Designer will present 2–3 general mockups with different approaches to typography, layout, and homepage feel. This will help define tone and direction.
-
Approval Phase – After review and feedback, we will choose one direction for full design development, and provide detailed further revisions.
-
Implementation Phase – I will handle the technical implementation (Eleventy + Decap CMS), but the designer is expected to stay involved throughout to ensure the design is executed faithfully and to provide support or adjustments where needed.
Notes
Creative interpretation is encouraged. This brief is meant to define boundaries and core requirements, not limit your expression. Let’s make something beautiful, thoughtful, and clear.