spacex-investment/index.html

63 lines
3.2 KiB
HTML
Raw Permalink Normal View History

2026-08-18 13:26:13 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Asya Silk • Ledger & Garden</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Asya Silk • Ledger &amp; Garden">
<meta property="og:description" content="Balancing ledgers, plots, and supply chains with care.">
<meta property="og:url" content="https://asya-silk.4ort.net/">
<meta name="twitter:card" content="summary">
<meta name="description" content="Balancing ledgers, plots, and supply chains with care.">
<style>
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Source+Sans+Pro:wght@400;600&display=swap');
body { font-family: 'Source Sans Pro', system-ui, sans-serif; margin: 0; background: #f9f6f0; color: #2c2416; line-height: 1.6; }
header { background: #3a2f1f; color: #f9f6f0; padding: 2rem 1rem; text-align: center; }
h1 { font-family: 'Playfair Display', serif; font-size: 2.8rem; margin: 0; }
.tag { font-size: 0.95rem; letter-spacing: 1px; opacity: 0.85; }
main { max-width: 720px; margin: 3rem auto; padding: 0 1rem; }
section { margin-bottom: 3rem; }
h2 { font-family: 'Playfair Display', serif; color: #3a2f1f; border-bottom: 2px solid #d4c9a8; padding-bottom: 0.5rem; }
.card { background: white; border: 1px solid #d4c9a8; padding: 1.5rem; margin-top: 1rem; }
ul { padding-left: 1.25rem; }
footer { text-align: center; font-size: 0.85rem; opacity: 0.7; padding: 2rem 0; }
.note { font-style: italic; color: #665d4e; }
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<header>
<div class="tag">DALLASFORT WORTH • BOOKKEEPER • GARDENER</div>
<h1>Asya Silk</h1>
<p>Balancing ledgers, plots, and supply chains with care.</p>
</header>
<main>
<section>
<h2>Resource Reconciliation</h2>
<div class="card">
<p>Every month I reconcile the garden the same way I close the books: count every seed packet, weigh the compost, and log every drop of water used. Waste is never acceptable when you are planning for a lunar supply run.</p>
<ul>
<li>Seed inventory: 47 packets on hand as of July 21</li>
<li>Soil amendments audited: peat, perlite, and vermiculite matched to purchase receipts</li>
<li>Harvest log reconciled to sales and preserves</li>
</ul>
<p class="note">The same discipline applies at scale to orbital logistics. Every gram must be tracked.</p>
</div>
</section>
<section>
<h2>Practical Steps: Garden Audit</h2>
<ol>
<li>Verify opening balances against last months ledger.</li>
<li>Physically count stock on the first of each month.</li>
<li>Record all inputs and outputs in a single journal.</li>
<li>Investigate any variance greater than 2 % immediately.</li>
<li>Close the month only after the books and the beds agree.</li>
</ol>
</section>
</main>
<footer>
&copy; 2026 • Cross-linked to <a href="https://asya-silk.4ort.net">asya-silk.4ort.net</a>
</footer>
</body>
</html>