drone build Mon Jul 20 16:27:54 PDT 2026
This commit is contained in:
@ -213,16 +213,13 @@ footer a:focus-visible {
|
||||
|
||||
/* Misc */
|
||||
#hero {
|
||||
aspect-ratio: 9 / 16;
|
||||
aspect-ratio: 40 / 9;
|
||||
object-fit: cover;
|
||||
width: 33%;
|
||||
margin: .5rem 1rem .5rem 0;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.inset-left,
|
||||
.inset-right {
|
||||
margin-block: .5rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
/* only float on larger screens */
|
||||
@ -230,16 +227,16 @@ footer a:focus-visible {
|
||||
.inset-left,
|
||||
.inset-right {
|
||||
clear: both;
|
||||
width: 33%;
|
||||
margin-inline: 0;
|
||||
width: 40%;
|
||||
margin: .5rem 0;
|
||||
}
|
||||
.inset-left {
|
||||
float: left;
|
||||
margin-inline-end: 1rem;
|
||||
margin-right: 1rem;
|
||||
}
|
||||
.inset-right {
|
||||
float: right;
|
||||
margin-inline-start: 1rem;
|
||||
margin-left: 1rem;
|
||||
}
|
||||
}</style>
|
||||
|
||||
@ -267,8 +264,6 @@ footer a:focus-visible {
|
||||
<div id="content">
|
||||
<h1>Attribution</h1>
|
||||
|
||||
<img class="inset-left" src="/img/52iFlGsHqZ-1800.jpeg" alt="chickadee" loading="lazy" decoding="async" width="1800" height="1200">
|
||||
|
||||
<p>This site is built using <a href="https://www.11ty.dev/" target="_blank">Eleventy v3.1.5</a> by <a href="https://leecat.art" target="_blank">Lee Cattarin</a>.</p>
|
||||
<p>The header font is <a href="https://fonts.google.com/specimen/Montserrat" target="_blank">Monserrat</a>. The body font is <a href="https://www.brailleinstitute.org/freefont/" target="_blank">Atkinson Hyperlegible Next</a>, developed by the Braille Institute.</p>
|
||||
<p>This site is created <a href="https://declare-ai.org/1.0.0/none.html" target="_blank">without the use of generative AI</a>.</p>
|
||||
@ -281,6 +276,6 @@ footer a:focus-visible {
|
||||
<p><a href="/attribution/">site attribution</a></p>
|
||||
</footer>
|
||||
|
||||
<!-- This page `/attribution/` was built on 2026-07-20T23:22:50.754Z -->
|
||||
<!-- This page `/attribution/` was built on 2026-07-20T23:27:48.097Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user