diff --git a/src/main.rs b/src/main.rs index 0696887..270c45a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -160,6 +160,15 @@ fn fungi_network_resilience() -> Template { Template::render("fungi/network_resilience", &context) } +#[get("/fungi/photo-guide")] +fn fungi_photo_guide() -> Template { + let context = FlashContext { + flash_name: None, + flash_msg: None, + }; + Template::render("fungi/photo_guide", &context) +} + #[get("/")] fn home() -> Template { let context = FlashContext { @@ -281,6 +290,7 @@ fn main() { fungi_grow_together, fungi_lichen_space, fungi_network_resilience, + fungi_photo_guide, home, lists, meditation, diff --git a/static/fungi/photo_guide/bottom_view.jpg b/static/fungi/photo_guide/bottom_view.jpg new file mode 100644 index 0000000..a987301 Binary files /dev/null and b/static/fungi/photo_guide/bottom_view.jpg differ diff --git a/static/fungi/photo_guide/development.jpg b/static/fungi/photo_guide/development.jpg new file mode 100644 index 0000000..2c58dee Binary files /dev/null and b/static/fungi/photo_guide/development.jpg differ diff --git a/static/fungi/photo_guide/habitat.jpg b/static/fungi/photo_guide/habitat.jpg new file mode 100644 index 0000000..20f5869 Binary files /dev/null and b/static/fungi/photo_guide/habitat.jpg differ diff --git a/static/fungi/photo_guide/side_view.jpg b/static/fungi/photo_guide/side_view.jpg new file mode 100755 index 0000000..e6cd89d Binary files /dev/null and b/static/fungi/photo_guide/side_view.jpg differ diff --git a/static/fungi/photo_guide/spore_print.jpg b/static/fungi/photo_guide/spore_print.jpg new file mode 100755 index 0000000..089e774 Binary files /dev/null and b/static/fungi/photo_guide/spore_print.jpg differ diff --git a/static/fungi/photo_guide/substrate.jpg b/static/fungi/photo_guide/substrate.jpg new file mode 100644 index 0000000..4d07037 Binary files /dev/null and b/static/fungi/photo_guide/substrate.jpg differ diff --git a/static/fungi/photo_guide/top_view.jpg b/static/fungi/photo_guide/top_view.jpg new file mode 100644 index 0000000..75461e8 Binary files /dev/null and b/static/fungi/photo_guide/top_view.jpg differ diff --git a/templates/art.html.tera b/templates/art.html.tera index 8f06367..04f40f7 100644 --- a/templates/art.html.tera +++ b/templates/art.html.tera @@ -1,4 +1,5 @@ {% extends "nav" %} +{% block title %}mycelial technology | art{% endblock title %} {% block content %}

Art

diff --git a/templates/background.html.tera b/templates/background.html.tera index ab20d9e..935a761 100644 --- a/templates/background.html.tera +++ b/templates/background.html.tera @@ -1,4 +1,5 @@ {% extends "nav" %} +{% block title %}mycelial technology | background{% endblock title %} {% block content %}

Background

diff --git a/templates/bacteria.html.tera b/templates/bacteria.html.tera index 459c080..ec5dc94 100644 --- a/templates/bacteria.html.tera +++ b/templates/bacteria.html.tera @@ -1,4 +1,5 @@ {% extends "nav" %} +{% block title %}mycelial technology | bacteria{% endblock title %} {% block content %}

Bacteria