drone build Mon Jul 20 16:27:54 PDT 2026
This commit is contained in:
@ -213,16 +213,13 @@ footer a:focus-visible {
|
|||||||
|
|
||||||
/* Misc */
|
/* Misc */
|
||||||
#hero {
|
#hero {
|
||||||
aspect-ratio: 9 / 16;
|
aspect-ratio: 40 / 9;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
width: 33%;
|
|
||||||
margin: .5rem 1rem .5rem 0;
|
|
||||||
float: left;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.inset-left,
|
.inset-left,
|
||||||
.inset-right {
|
.inset-right {
|
||||||
margin-block: .5rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* only float on larger screens */
|
/* only float on larger screens */
|
||||||
@ -230,16 +227,16 @@ footer a:focus-visible {
|
|||||||
.inset-left,
|
.inset-left,
|
||||||
.inset-right {
|
.inset-right {
|
||||||
clear: both;
|
clear: both;
|
||||||
width: 33%;
|
width: 40%;
|
||||||
margin-inline: 0;
|
margin: .5rem 0;
|
||||||
}
|
}
|
||||||
.inset-left {
|
.inset-left {
|
||||||
float: left;
|
float: left;
|
||||||
margin-inline-end: 1rem;
|
margin-right: 1rem;
|
||||||
}
|
}
|
||||||
.inset-right {
|
.inset-right {
|
||||||
float: right;
|
float: right;
|
||||||
margin-inline-start: 1rem;
|
margin-left: 1rem;
|
||||||
}
|
}
|
||||||
}</style>
|
}</style>
|
||||||
|
|
||||||
@ -267,8 +264,6 @@ footer a:focus-visible {
|
|||||||
<div id="content">
|
<div id="content">
|
||||||
<h1>Attribution</h1>
|
<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>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>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>
|
<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>
|
<p><a href="/attribution/">site attribution</a></p>
|
||||||
</footer>
|
</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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 176 KiB |
19
index.html
19
index.html
@ -284,16 +284,13 @@ footer a:focus-visible {
|
|||||||
|
|
||||||
/* Misc */
|
/* Misc */
|
||||||
#hero {
|
#hero {
|
||||||
aspect-ratio: 9 / 16;
|
aspect-ratio: 40 / 9;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
width: 33%;
|
|
||||||
margin: .5rem 1rem .5rem 0;
|
|
||||||
float: left;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.inset-left,
|
.inset-left,
|
||||||
.inset-right {
|
.inset-right {
|
||||||
margin-block: .5rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* only float on larger screens */
|
/* only float on larger screens */
|
||||||
@ -301,16 +298,16 @@ footer a:focus-visible {
|
|||||||
.inset-left,
|
.inset-left,
|
||||||
.inset-right {
|
.inset-right {
|
||||||
clear: both;
|
clear: both;
|
||||||
width: 33%;
|
width: 40%;
|
||||||
margin-inline: 0;
|
margin: .5rem 0;
|
||||||
}
|
}
|
||||||
.inset-left {
|
.inset-left {
|
||||||
float: left;
|
float: left;
|
||||||
margin-inline-end: 1rem;
|
margin-right: 1rem;
|
||||||
}
|
}
|
||||||
.inset-right {
|
.inset-right {
|
||||||
float: right;
|
float: right;
|
||||||
margin-inline-start: 1rem;
|
margin-left: 1rem;
|
||||||
}
|
}
|
||||||
}</style>
|
}</style>
|
||||||
|
|
||||||
@ -338,8 +335,6 @@ footer a:focus-visible {
|
|||||||
<div id="content">
|
<div id="content">
|
||||||
<h1>Welcome to District Dharma</h1>
|
<h1>Welcome to District Dharma</h1>
|
||||||
|
|
||||||
<img class="inset-left" src="/img/52iFlGsHqZ-1800.jpeg" alt="chickadee" loading="lazy" decoding="async" width="1800" height="1200">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2>Who we are</h2>
|
<h2>Who we are</h2>
|
||||||
@ -393,6 +388,6 @@ footer a:focus-visible {
|
|||||||
<p><a href="/attribution/">site attribution</a></p>
|
<p><a href="/attribution/">site attribution</a></p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- This page `/` was built on 2026-07-20T23:22:50.754Z -->
|
<!-- This page `/` was built on 2026-07-20T23:27:48.097Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user