Skip to content

Commit 12f6791

Browse files
brunoborgesCopilot
andcommitted
Standardize docs site to tailspin template
Align HTML/CSS/JS structure with the tailspin-toys-workshop docs template: - Use shared external styles.css, light-theme.css, theme-toggle.js - Standardize step.html with consistent sidebar, header nav, markdown rendering - Use .markdown class naming, colored GitHub alerts, image path resolution - Add theme toggle in header, confetti on last step, keyboard navigation Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent e971c85 commit 12f6791

File tree

3 files changed

+161
-229
lines changed

3 files changed

+161
-229
lines changed

docs/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>App Modernization with GitHub Copilot</title>
77
<link rel="preconnect" href="https://fonts.googleapis.com">
8-
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;700&display=swap" rel="stylesheet">
8+
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;600&display=swap" rel="stylesheet">
99
<link rel="stylesheet" href="styles.css">
1010
<link rel="stylesheet" href="light-theme.css">
1111
<script src="theme-toggle.js"></script>
@@ -25,7 +25,7 @@ <h1>App Modernization with GitHub Copilot</h1>
2525
</div>
2626
<div class="stats">
2727
<div class="stat">
28-
<div class="stat-value">~1hr</div>
28+
<div class="stat-value">~60min</div>
2929
<div class="stat-label">Duration</div>
3030
</div>
3131
<div class="stat">
@@ -126,7 +126,6 @@ <h3>Containerize Applications</h3>
126126
<h3>Copilot Prompts Guide</h3>
127127
<p>Reference guide with prompts used during development</p>
128128
</div>
129-
<span class="part-time"></span>
130129
</a>
131130
</div>
132131
</div>
@@ -161,7 +160,7 @@ <h2 class="section-title">Prerequisites</h2>
161160
<div class="footer-links">
162161
<a href="https://github.com/copilot-dev-days/appmod-workshop-java" target="_blank">GitHub Repository</a>
163162
<a href="https://docs.github.com/en/copilot" target="_blank">Copilot Docs</a>
164-
<a href="https://github.com/iCSJ/awesome-copilot" target="_blank">Awesome Copilot</a>
163+
<a href="https://github.com/github/awesome-copilot" target="_blank">Awesome Copilot</a>
165164
</div>
166165
<p class="footer-credit">Built with 💜 by the GitHub Copilot Team</p>
167166
</div>

0 commit comments

Comments
 (0)