diff --git a/_uh223/2024-02-13-flutter.md b/_uh223/2024-02-13-flutter.md new file mode 100644 index 0000000..f42da61 --- /dev/null +++ b/_uh223/2024-02-13-flutter.md @@ -0,0 +1,40 @@ +--- +title: "Flutter" +excerpt: "My second book!." +sidebar: + - title: "A wild KITTEN has appeared!" + image: https://placekitten.com/450/350 + image_alt: "logo" + text: "Meow" +gallery: + - image_path: /assets/uh223/accordian/side.jpg + url: /assets/uh223/accordian/side.jpg # Full-size + alt: "Side View of the Flutter Book" + title: "Side Profile" + - image_path: /assets/uh223/accordian/cover.jpg + url: /assets/uh223/accordian/cover.jpg # Full-size + alt: "The book stood upright" + title: "Full Book" + - image_path: /assets/uh223/accordian/open.jpg + url: /assets/uh223/accordian/open.jpg # Full-size + alt: "The book stood upright with pages visible" + title: "Full Book (Page Spread)" + - image_path: /assets/uh223/accordian/page.jpg + url: /assets/uh223/accordian/page.jpg # Full-size + alt: "The book opened to a random page" + title: "Page Spread" +--- + +This is my flutter book - my second ever book binding! + +{% include gallery caption="My Flutter Book" %} + +Again, in no particular order, I learned the following: + +- My x-acto knife will gladly take slivers off of my metal ruler when given the chance +- My professor has a first-aid kit in the building (though it thankfully went unused) +- It is nearly impossible for me to get anything to end up flush without giving myself a 5mm tolerance to each edge +- To cut through paper, use pressure with the knife, or else it won't cut fully +- Adhesive can warp the paper in the most annoying ways +- Going through each step with all the paper at once is great, until you misinterpret a step and all your work is scrapped instead of one or two folios +- Conversely, having to shuffle a pile of tools around is annoying, and re-doing your work may be faster and safer than risking a grab into the toolbag when your x-acto knife's cover may have come loose (though with experience, this becomes less of an issue) \ No newline at end of file diff --git a/assets/uh223/flutter/cover.jpg b/assets/uh223/flutter/cover.jpg new file mode 100644 index 0000000..611eb0f Binary files /dev/null and b/assets/uh223/flutter/cover.jpg differ diff --git a/assets/uh223/flutter/open.jpg b/assets/uh223/flutter/open.jpg new file mode 100644 index 0000000..8938b4d Binary files /dev/null and b/assets/uh223/flutter/open.jpg differ diff --git a/assets/uh223/flutter/side.jpg b/assets/uh223/flutter/side.jpg new file mode 100644 index 0000000..45a56f4 Binary files /dev/null and b/assets/uh223/flutter/side.jpg differ diff --git a/assets/uh223/flutter/spread.jpg b/assets/uh223/flutter/spread.jpg new file mode 100644 index 0000000..7276586 Binary files /dev/null and b/assets/uh223/flutter/spread.jpg differ