From 10d0f6c73040bedf8f2a2dc49b0936cfe4090c62 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sun, 17 Mar 2024 16:06:01 -0500 Subject: add tea tasting notes --- index.html | 9 +++++---- projects.html | 5 +++-- tea.html | 18 ++++++++++++++++++ tea/W2T-2022-BoatCaptain.html | 26 ++++++++++++++++++++++++++ tea/template.html | 23 +++++++++++++++++++++++ 5 files changed, 75 insertions(+), 6 deletions(-) create mode 100644 tea.html create mode 100644 tea/W2T-2022-BoatCaptain.html create mode 100644 tea/template.html diff --git a/index.html b/index.html index fbcbb0e..90a40a3 100644 --- a/index.html +++ b/index.html @@ -13,15 +13,16 @@

Jacob Janzen's website

This website is designed to be as minimal as possible. It's written in - HTML with minimal CSS and JavaScript where needed. There are no - frameworks, and no bloat. It's currently hosted on GitHub pages, but I - intend to eventually move it over to a self-hosted server when I get the - hardware (this is years away). + HTML with minimal CSS and JavaScript where needed. There are no frameworks + and no bloat. It's currently hosted on GitHub pages, but I intend to + eventually move it over to a self-hosted server when I get the hardware + (this is years away).

Links

diff --git a/projects.html b/projects.html index c8a70d9..9c73ffe 100644 --- a/projects.html +++ b/projects.html @@ -27,8 +27,9 @@ a project-based course at the University of Manitoba.
  • - IPN Project: - implementing an interplanetary network simulation using ns-3. + IPN Project: implementing an interplanetary network simulation using ns-3.
  • Finished

    diff --git a/tea.html b/tea.html new file mode 100644 index 0000000..938d784 --- /dev/null +++ b/tea.html @@ -0,0 +1,18 @@ + + + + + + Tea Tasting Notes + + + + + + +

    Tea Tasting Notes

    + + + diff --git a/tea/W2T-2022-BoatCaptain.html b/tea/W2T-2022-BoatCaptain.html new file mode 100644 index 0000000..28271a0 --- /dev/null +++ b/tea/W2T-2022-BoatCaptain.html @@ -0,0 +1,26 @@ + + + + + + W2T 2022 Boat Captain + + + + + + +

    White2Tea 2022 Boat Captain

    + +

    This is a 2 year-old sheng pu'er in a 200 gram cake.

    + +

    + The liquor is a yellowy-orange colour, with a thick, soupy texture. The + early steeps were very smooth, while later ones were steeps were drier + with a more tannic mouthfeel. It has a smoky, leather flavour that settles + into a malty sweetness. +

    + +

    Rating: 8/10

    + + diff --git a/tea/template.html b/tea/template.html new file mode 100644 index 0000000..c950504 --- /dev/null +++ b/tea/template.html @@ -0,0 +1,23 @@ + + + + + + Title + + + + + + +

    Title

    + +

    Description

    + +

    + +

    + +

    Rating: x/10

    + + -- cgit v1.2.3