Rough nighttime routine doc

main
Elijah Voigt 3 months ago
parent 3a46977e2f
commit eec7ba8baa

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 392 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

BIN
night-checklist/night-checklist.pdf (Stored with Git LFS)

Binary file not shown.

@ -0,0 +1,59 @@
#set page(
paper: "us-letter",
margin: 40pt,
)
#show heading.where(
level: 1,
): it => block(width: 100%)[
#set text(52pt,
font: "Lexie Readable",
weight: "regular"
)
#set align(center)
#(it.body)
]
#show heading.where(
level: 2,
): it => block(width: 100%)[
#set text(32pt,
font: "Lexie Readable",
weight: "regular"
)
#set align(center)
#image("moon.jpg", height: 2em)
#(it.body)
]
#let item(n, i) = {
grid(
columns: 3,
align(horizon)[#n],
align(horizon)[#box(width: 1fr, repeat([𐬹], gap: 0.15em))],
box(image(i)),
)
};
= Night Time Routine
== Toddler Edition
#set image(height: 2em);
#set text(24pt,
font: "Lexie Readable",
);
#item([Dinner], "dinner.jpg")
#item([Bath], "bath.jpg")
#item([Blankey], "blankey.jpg")
#item([Day Review], "review.png")
#item([Story Time], "books.jpg")
#item([Diaper], "diaper.jpg")
#item([Sounds], "sounds.png")

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Loading…
Cancel
Save