chore: style cleanup
This commit is contained in:
parent
c3cf28179a
commit
552b342051
31 changed files with 62 additions and 78 deletions
|
@ -4,7 +4,7 @@ layout: default
|
|||
permalink: /contact.html
|
||||
description: How to contact me.
|
||||
---
|
||||
<h2 class="page-header">{{ title }}</h2>
|
||||
<h2>{{ title }}</h2>
|
||||
<div class="contact-wrapper">
|
||||
<div class="column description">
|
||||
<p>Fill out the form to get in touch. Or I've got other options 👇🏻</p>
|
||||
|
|
|
@ -54,7 +54,7 @@ permalink: /search.html
|
|||
}
|
||||
})()
|
||||
</script>
|
||||
<h2 class="page-header">Search</h2>
|
||||
<h2>Search</h2>
|
||||
<p>You can find <a href="/posts">posts</a>, <a href="/links">links</a>, <a href="/music/#artists">artists</a>, genres, <a href="/watching#movies">movies</a> and <a href="/books">books</a> via the field below (though it only surfaces movies and books I've written something about).</p>
|
||||
<noscript>
|
||||
<p><strong class="highlight-text">If you're seeing this it means that you've (quite likely) disabled JavaScript (that's a totally valid choice!).</strong> You can search for anything on my site using the form below, but your query will be routed through <a href="https://duckduckgo.com">DuckDuckGo</a>.</p>
|
||||
|
|
|
@ -4,7 +4,7 @@ layout: page
|
|||
permalink: /webrings.html
|
||||
description: Webrings are awesome! These are the ones I'm a member of.
|
||||
---
|
||||
<h2 class="page-header">{{ title }}</h2>
|
||||
<h2>{{ title }}</h2>
|
||||
|
||||
[Webrings](https://en.wikipedia.org/wiki/Webring) are _awesome_. I'm a member of a few that follow. Check them out!
|
||||
|
||||
|
|
Reference in a new issue