Skip to content

Commit cfd9117

Browse files
authored
Update index.html
1 parent 6b88324 commit cfd9117

1 file changed

Lines changed: 19 additions & 20 deletions

File tree

index.html

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -149,26 +149,25 @@ <h2>6. Beginner Take-aways</h2>
149149
</ul>
150150

151151
<!-- assets list + copy button -->
152-
<section id="stack-assets">
153-
<h3>Grab the configs</h3>
154-
<button onclick="copyAssets()">
155-
<svg class="copy-icon" ></svg>
156-
Copy URLs
157-
</button>
158-
<svg class="copy-icon" width="16" height="16" viewBox="0 0 16 16" fill="none">
159-
<rect x="3" y="3" width="10" height="10" rx="1" stroke="currentColor" stroke-width="1.4"/>
160-
<rect x="1" y="1" width="10" height="10" rx="1" stroke="currentColor" stroke-width="1.4"/>
161-
</svg>
162-
All
163-
</button>
164-
<ol>
165-
<li><a href="assets/README.md" download>README.md</a></li>
166-
<li><a href="assets/flake.nix" download>flake.nix</a></li>
167-
<li><a href="assets/main.tf" download>main.tf</a></li>
168-
<li><a href="assets/argocd-app.yaml" download>argocd-app.yaml</a></li>
169-
<li><a href="assets/constraint-template.yaml" download>constraint-template.yaml</a></li>
170-
</ol>
171-
</section>
152+
<!-- ===== Grab the configs ===== -->
153+
<section id="stack-assets">
154+
<h3>📦 Grab the configs</h3>
155+
<button onclick="copyAssets()" class="copy-btn">
156+
<svg class="copy-icon" width="16" height="16" viewBox="0 0 16 16" fill="none">
157+
<rect x="3" y="3" width="10" height="10" rx="1" stroke="currentColor" stroke-width="1.4"/>
158+
<rect x="1" y="1" width="10" height="10" rx="1" stroke="currentColor" stroke-width="1.4"/>
159+
</svg>
160+
Copy URLs
161+
</button>
162+
163+
<ol>
164+
<li><a href="assets/README.md" download>README.md</a></li>
165+
<li><a href="assets/flake.nix" download>flake.nix</a></li>
166+
<li><a href="assets/main.tf" download>main.tf</a></li>
167+
<li><a href="assets/argocd-app.yaml" download>argocd-app.yaml</a></li>
168+
<li><a href="assets/constraint-template.yaml" download>constraint-template.yaml</a></li>
169+
</ol>
170+
</section>
172171

173172
<h2>7. The Bigger Picture</h2>
174173
<p>Declarative, Git-driven stacks aren’t tools; they’re a culture.<br>

0 commit comments

Comments
 (0)