108 lines
4.5 KiB
HTML
108 lines
4.5 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
|
||
<head>
|
||
<title>Andrew's Garden: Foxtail Fern</title>
|
||
<meta charset="utf-8">
|
||
<meta name="description" content="Information about Andrew's Garden">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
||
<script src="../../scripts/themes.min.js"></script>
|
||
<noscript><style>.jsonly{display: none !important;}</style></noscript>
|
||
<link rel="stylesheet" href="../../styles/style.css" type="text/css">
|
||
<link rel="stylesheet" href="../../styles/garden.css" type="text/css">
|
||
<script src="../../scripts/sitestat.js?remote-url=sitestat.andrewlalis.com" async></script>
|
||
|
||
<script type="module">
|
||
import PhotoSwipeLightbox from "../../vendor/photoswipe/photoswipe-lightbox.esm.min.js";
|
||
import PhotoSwipe from "../../vendor/photoswipe/photoswipe.esm.min.js";
|
||
const lightbox = new PhotoSwipeLightbox({
|
||
gallery: ".pswp-gallery",
|
||
children: "a",
|
||
pswpModule: PhotoSwipe
|
||
});
|
||
lightbox.init();
|
||
</script>
|
||
<link rel="stylesheet" href="../../vendor/photoswipe/photoswipe.css" type="text/css">
|
||
</head>
|
||
|
||
<body>
|
||
<header class="page-header">
|
||
<h1>Andrew's Garden</h1>
|
||
<h2 style="font-style: italic">Asparagus aethiopicus</h2>
|
||
<nav>
|
||
<div>
|
||
<a href="../../index.html">Home</a>
|
||
<a href="../../articles.html">Articles</a>
|
||
<a href="../../projects.html">Projects</a>
|
||
<a href="../../training.html">Training</a>
|
||
<a class="page-header-selected" href="../../garden.html">Garden</a>
|
||
<a href="../../contact.html">Contact</a>
|
||
<a href="../../logbook.html">Logbook</a>
|
||
</div>
|
||
<div>
|
||
<a href="https://git.andrewlalis.com">Git</a>
|
||
<a href="https://www.linkedin.com/in/andrew-lalis/">LinkedIn</a>
|
||
<a href="https://www.youtube.com/channel/UC9X4mx6-ObPUB6-ud2IGAFQ">YouTube</a>
|
||
</div>
|
||
</nav>
|
||
<button id="themeToggleButton" class="jsonly">Change Color Theme</button>
|
||
<hr>
|
||
</header>
|
||
|
||
<main>
|
||
<article>
|
||
<h2>About Foxtail Fern</h2>
|
||
<p>A plant native to South Africa that's grown ornamentally in many places. Its roots form water-storage tubers.</p>
|
||
<p>
|
||
<a href="https://en.wikipedia.org/wiki/Asparagus_aethiopicus">
|
||
https://en.wikipedia.org/wiki/Asparagus_aethiopicus
|
||
</a>
|
||
</p>
|
||
</article>
|
||
<article>
|
||
<h2 id="plants">Plants</h2>
|
||
<p>
|
||
Here's a detailed list of all plants I have of this species.
|
||
</p>
|
||
<div class="plant-card">
|
||
<section>
|
||
<h2>foxtail-fern-001</h2>
|
||
<p class="gen">Generation F1</p>
|
||
<p>The foxtail fern in the bottom-left corner of the garden, when looking from the front. It’s right by the sidewalk.</p>
|
||
<p>Transplanted in February, 2024.</p>
|
||
</section>
|
||
<section>
|
||
<div class="pswp-gallery">
|
||
<a href="../../images/garden/plants/foxtail-fern-001/foxtail-fern_20240310_113229.jpg" data-pswp-width="1836" data-pswp-height="2472" target="_blank">
|
||
<img src="../../images/garden/plants/foxtail-fern-001/foxtail-fern_20240310_113229.thumb.jpg" alt="" style="display: block;"/>
|
||
<time datetime="2024-03-10">2024-Mar-10</time>
|
||
</a>
|
||
<a href="../../images/garden/plants/foxtail-fern-001/20240316_192307.jpg" data-pswp-width="1836" data-pswp-height="2120" target="_blank">
|
||
<img src="../../images/garden/plants/foxtail-fern-001/20240316_192307.thumb.jpg" alt="" style="display: block;"/>
|
||
<time datetime="2024-03-16">2024-Mar-16</time>
|
||
</a>
|
||
|
||
</div>
|
||
</section>
|
||
</div><div class="plant-card">
|
||
<section>
|
||
<h2>foxtail-fern-002</h2>
|
||
<p class="gen">Generation F1</p>
|
||
<p>The foxtail fern that’s situated right in the middle of the garden, nearby the first bird-pepper plant.</p>
|
||
<p>Transplanted in February, 2024.</p>
|
||
</section>
|
||
<section>
|
||
<div class="pswp-gallery">
|
||
<a href="../../images/garden/plants/foxtail-fern-002/20240316_192352.jpg" data-pswp-width="1836" data-pswp-height="1721" target="_blank">
|
||
<img src="../../images/garden/plants/foxtail-fern-002/20240316_192352.thumb.jpg" alt="" style="display: block;"/>
|
||
<time datetime="2024-03-16">2024-Mar-16</time>
|
||
</a>
|
||
|
||
</div>
|
||
</section>
|
||
</div>
|
||
</article>
|
||
</main>
|
||
</body>
|