add headers

This commit is contained in:
ben clark 2021-03-17 20:25:48 +00:00
parent 811bfe100d
commit 0a3a7e4469
6 changed files with 8 additions and 11 deletions

View File

@ -10,8 +10,8 @@
</head>
<body>
<div class="header header-orange">
<p style="white-space: pre-line">code of
conduct</p>
<h1 style="white-space: pre-line">code of
conduct</h1>
</div>
<main>
<p style="text-align: center;"><a href="/">🌿 home</a> · <a href="/signup">🌱 signup</a> · <a href="/wetty">🌺 webterm</a> · <a href="/coc">🌷 code of conduct</a> · <a href="/wiki">🌻 wiki</a> · <a href="/faq">💐 faq</a></p>

View File

@ -10,8 +10,8 @@
</head>
<body>
<div class="header header-blue">
<p style="white-space: pre-line">"frequently" asked
questions</p>
<h1 style="white-space: pre-line">"frequently" asked
questions</h1>
</div>
<main>
<p style="text-align: center;"><a href="/">🌿 home</a> · <a href="/signup">🌱 signup</a> · <a href="/wetty">🌺 webterm</a> · <a href="/coc">🌷 code of conduct</a> · <a href="/wiki">🌻 wiki</a> · <a href="/faq">💐 faq</a></p>

View File

@ -11,8 +11,8 @@
</head>
<body>
<div class="header">
<p style="white-space: pre-line">south
london</p>
<h1 style="white-space: pre-line">south
london</h1>
</div>
<main>
<p style="text-align: center;"><a href="/">🌿 home</a> · <a href="/signup">🌱 signup</a> · <a href="/wetty">🌺 webterm</a> · <a href="/coc">🌷 code of conduct</a> · <a href="/wiki">🌻 wiki</a> · <a href="/faq">💐 faq</a></p>

View File

@ -104,10 +104,7 @@ code {
font-family: 'Comic Mono', monospace;
font-size: 14px;
background-color: #e4e4e4;
<<<<<<< HEAD
=======
border-radius: 4px;
padding: 0 4px;
>>>>>>> 342438637f8d0d37c7b92a98868c78088d63e85e
font-weight: 400;
}

View File

@ -10,7 +10,7 @@
</head>
<body>
<div class="header header-red">
<p style="white-space: pre-line">signup</p>
<h1 style="white-space: pre-line">signup</h1>
</div>
<main>
<p style="text-align: center;"><a href="/">🌿 home</a> · <a href="/signup">🌱 signup</a> · <a href="/wetty">🌺 webterm</a> · <a href="/coc">🌷 code of conduct</a> · <a href="/wiki">🌻 wiki</a> · <a href="/faq">💐 faq</a></p>

View File

@ -42,7 +42,7 @@ $include-before$
$endfor$
$if(title)$
<header class="header header-wiki $if(color)$ header-$color$$endif$" id="title-block-header">
<p style="white-space: pre-line" class="title">$title$</p>
<h1 style="white-space: pre-line" class="title">$title$</h1>
$if(subtitle)$<span style="font-size: 24px;" class="subtitle">$subtitle$</span>$endif$
</header>