From 395b1f4de4d51b8a36765c657c8dd628ac4a05fe Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 15 Apr 2026 15:23:46 +0200 Subject: initial commit --- .../26102-1776256459/content/layout-mockups.html | 154 +++++++++++++++++++++ 1 file changed, 154 insertions(+) create mode 100644 .superpowers/brainstorm/26102-1776256459/content/layout-mockups.html (limited to '.superpowers/brainstorm/26102-1776256459/content/layout-mockups.html') diff --git a/.superpowers/brainstorm/26102-1776256459/content/layout-mockups.html b/.superpowers/brainstorm/26102-1776256459/content/layout-mockups.html new file mode 100644 index 0000000..776b786 --- /dev/null +++ b/.superpowers/brainstorm/26102-1776256459/content/layout-mockups.html @@ -0,0 +1,154 @@ +

Page Layouts & Visual Hierarchy

+

Desktop and mobile layouts for key pages

+ +
+

Landing Page (Homepage)

+
+
Homepage / _index.md
+
+
+
+ 📷 +
+

Danilo Macrì

+

Brief introduction about yourself, your focus, what you do. Keep it concise and personal. (From _index.md)

+
+
Read Articles
+
Get in Touch
+
+
+
+
+
+ +
+

Articles List Page

+
+
Articles / List View
+
+
+

Articles

+ + +
+
+ 📌 PINNED +
+

Why I Started This Blog

+
+ Apr 14, 2026 + • + Life +
+
+ + +
+

Building a Go CLI Tool

+
+ Apr 12, 2026 + • + Tech +
+
+ +
+

Mountain Hiking Adventure

+
+ Apr 10, 2026 + • + Photo +
+
+ +
+

On Simplicity

+
+ Apr 8, 2026 + • + Quote +
+
+ +
+

Interesting Read: The Unix Philosophy

+
+ Apr 5, 2026 + • + Link +
+
+
+
+
+
+ +
+

Single Article Page (Tech Example)

+
+
Article View / Single
+
+
+
+ TECH +
+

Building a Go CLI Tool

+
+ Apr 12, 2026 + • + 5 min read +
+ +
+

Article content goes here. This is where your markdown is rendered with proper typography and spacing.

+ +
+
$ go run main.go
+
Hello, CLI!
+
+ +

More content and explanation about the code...

+
+ +
+
Tags:
+
+ #golang + #cli + #programming +
+
+
+
+
+
+ +
+

Static Pages (About, Contact, Privacy)

+
+

Static pages use a clean single-column layout. Content managed via markdown files in content/. All pages share the same template with consistent styling.

+

Example: /is (About), /is/here (Contact), /is/legal (Privacy) — all defined in hugo.toml for easy management.

+
+
+ +
+

Responsive Behavior

+
+
+

Desktop (1024px+)

+
    +
  • Full navigation visible
  • +
  • Max content width ~800px
  • +
  • Comfortable spacing
  • +
+
+
+

Mobile (<768px)

+
    +
  • Hamburger menu toggle
  • +
  • Full-screen overlay on tap
  • +
  • Optimized spacing
  • +
+
+
+
\ No newline at end of file -- cgit v1.2.3