We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e840ff2 commit fb8ab29Copy full SHA for fb8ab29
1 file changed
docs/about.md
@@ -1,13 +1,20 @@
1
---
2
parent: Overview
3
title: NR:CX
4
+subtitle: "A Journey Through Modern Design"
5
header_image: "/assets/images/headers/adn01_art_cyberfeeder.png"
6
layout: default
7
has_children: false
8
nav_order: 5
9
-<div class="page-header" style="background-image: url('{{ page.header_image | relative_url }}');">
10
- <h1 class="page-title">{{ page.title }}</h1>
+<div class="header-container">
11
+ <div class="title-box">
12
+ <h1 class="page-title">{{ page.title }}</h1>
13
+ <p class="page-subtitle">{{ page.subtitle }}</p>
14
+ </div>
15
+ <div class="image-box">
16
+ <img src="{{ page.header_image | relative_url }}" alt="{{ page.title }}" />
17
18
</div>
19
20
<div style="text-align: center; margin-top: 0; padding-top: 0;">
0 commit comments