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> </head>
<body> <body>
<div class="header header-orange"> <div class="header header-orange">
<p style="white-space: pre-line">code of <h1 style="white-space: pre-line">code of
conduct</p> conduct</h1>
</div> </div>
<main> <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> <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> </head>
<body> <body>
<div class="header header-blue"> <div class="header header-blue">
<p style="white-space: pre-line">"frequently" asked <h1 style="white-space: pre-line">"frequently" asked
questions</p> questions</h1>
</div> </div>
<main> <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> <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> </head>
<body> <body>
<div class="header"> <div class="header">
<p style="white-space: pre-line">south <h1 style="white-space: pre-line">south
london</p> london</h1>
</div> </div>
<main> <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> <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-family: 'Comic Mono', monospace;
font-size: 14px; font-size: 14px;
background-color: #e4e4e4; background-color: #e4e4e4;
<<<<<<< HEAD
=======
border-radius: 4px; border-radius: 4px;
padding: 0 4px; padding: 0 4px;
>>>>>>> 342438637f8d0d37c7b92a98868c78088d63e85e
font-weight: 400; font-weight: 400;
} }

View File

@ -10,7 +10,7 @@
</head> </head>
<body> <body>
<div class="header header-red"> <div class="header header-red">
<p style="white-space: pre-line">signup</p> <h1 style="white-space: pre-line">signup</h1>
</div> </div>
<main> <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> <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$ $endfor$
$if(title)$ $if(title)$
<header class="header header-wiki $if(color)$ header-$color$$endif$" id="title-block-header"> <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$ $if(subtitle)$<span style="font-size: 24px;" class="subtitle">$subtitle$</span>$endif$
</header> </header>