remove beall header and footer

This commit is contained in:
2026-05-13 10:58:45 -07:00
parent 1acc50e20d
commit 73cc61f99f
3 changed files with 2 additions and 25 deletions

View File

@ -1,7 +1,2 @@
<footer> <footer>
<p>questions?
<a href="mailto:beall.greenhouses@gmail.com">email us!</a>
</p>
<p>brought to you in 2026</p>
<p><a href="/attribution/">site attribution</a></p>
</footer> </footer>

View File

@ -1,23 +1,4 @@
<header> <header>
<nav title="background image shows the peak of a dilapidated greenhouse in black and white"> <nav>
<a href="#main" title="skip to main content" aria-label="skip to main content" id="skip">
skip ↷</a>
<a href="/" aria-label="Beall Greenhouses home" title="Beall Greenhouses home"
{% if page.url == "/" %}aria-current="page"{% endif %}>
<img src="/img/logo.jpg"
alt="block print in black and orange of a rufous hummingbird in flight with tail flared. the hummingbird holds a banner that reads 'become ungovernable.'">
</a>
<ul>
{% for entry in collections.all | eleventyNavigation %}
<li>
<a href="{{ entry.url }}" title="{{ entry.data.title }}"
{% if entry.url == page.url %}aria-current="page"{% endif %}
>{{ entry.title }}</a>
</li>
{% endfor %}
</ul>
</nav> </nav>
</header> </header>

View File

@ -31,6 +31,7 @@ body {
img, picture, video, canvas, svg { img, picture, video, canvas, svg {
display: block; display: block;
max-width: 100%; max-width: 100%;
height: auto;
} }
/* 7. Inherit fonts for form controls */ /* 7. Inherit fonts for form controls */