diff --git a/_pages/404.md b/_pages/404.md index fb3fa80..45165df 100644 --- a/_pages/404.md +++ b/_pages/404.md @@ -7,4 +7,4 @@ permalink: /404.html The page you were trying to view does not exist. Enjoy a kitten. -![Sample Kitten](http://placekitten.com/700/500) \ No newline at end of file +![Sample Kitten](https://placekitten.com/700/500) \ No newline at end of file diff --git a/_posts/2024-02-02-starter.md b/_posts/2024-02-02-starter.md index ef55a59..5eb4ec9 100644 --- a/_posts/2024-02-02-starter.md +++ b/_posts/2024-02-02-starter.md @@ -4,4 +4,4 @@ title: "Welcome to My Site!" This is just a generic homepage post. I haven't done anything decent enough since the creation of this site to warrent adding anything to this. Enjoy a free kitten! -![Sample Kitten](http://placekitten.com/700/500) \ No newline at end of file +![Sample Kitten](https://placekitten.com/700/500) \ No newline at end of file diff --git a/_uh223/2024-02-06-accordion.md b/_uh223/2024-02-06-accordion.md new file mode 100644 index 0000000..0afc8e0 --- /dev/null +++ b/_uh223/2024-02-06-accordion.md @@ -0,0 +1,31 @@ +--- +title: "Accordion" +excerpt: "My first book!." +sidebar: + - title: "A wild KITTEN has appeared!" + image: https://placekitten.com/450/250 + image_alt: "logo" + text: "Meow" +gallery: + - image_path: /assets/uh223/accordian/side.jpg + alt: "Side View of the Accordian Book" + title: "Side Profile" + - image_path: /assets/uh223/accordian/pages.jpg + alt: "The book stood upright" + title: "Full Book" + - image_path: /assets/uh223/accordian/page.jpg + alt: "The book opened to a random page" + title: "Page Spread" +--- + +This is my accordion book - my first ever book binding! + +{% include gallery caption="My Accordian Book" %} + +There are a few things I learned from this book, in no particular order: + +- When cutting paper, invest in a decent paper cutter. A ruler and x-acto knife works, but can dull the blade when shaving bits of metal off the ruler by acccident +- Invest in a few clamps to hold down the ruler, or it will slip and you will waste paper +- When cutting, you need to apply pressure against the ruler or the blade will stray, wasting paper +- Applying a chamfer to the corners is completely unneeded with enough precision - a gentle taper will work just fine +- When doing work in multiple places, being sure to return your tools to your toolkit means nothing if you forget to return your project to your kit as well \ No newline at end of file diff --git a/_uh223/starter.md b/_uh223/starter.md deleted file mode 100644 index ad18bcc..0000000 --- a/_uh223/starter.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Title" -excerpt: "This excerpt will be replaced later." -sidebar: - - title: "Placeholder kitten!" - image: http://placekitten.com/350/250 - image_alt: "logo" - text: "Small text goes here" -gallery: - - image_path: http://placekitten.com/400/500 - alt: "placeholder image 1" - title: "Kitten!" - - image_path: http://placekitten.com/500/500 - alt: "placeholder image 2" - - image_path: http://placekitten.com/700/700 - alt: "placeholder image 3" ---- - -This is only a placeholder for now - we haven't done anything in this class yet! - -{% include gallery caption="This is a sample gallery full of kittens" %} - -Enjoy kittens. \ No newline at end of file diff --git a/assets/uh223/accordian/page.jpg b/assets/uh223/accordian/page.jpg new file mode 100644 index 0000000..bd67b53 Binary files /dev/null and b/assets/uh223/accordian/page.jpg differ diff --git a/assets/uh223/accordian/pages.jpg b/assets/uh223/accordian/pages.jpg new file mode 100644 index 0000000..747296d Binary files /dev/null and b/assets/uh223/accordian/pages.jpg differ diff --git a/assets/uh223/accordian/side.jpg b/assets/uh223/accordian/side.jpg new file mode 100644 index 0000000..8f56922 Binary files /dev/null and b/assets/uh223/accordian/side.jpg differ