Skip to content

Commit a5f9340

Browse files
Merge pull request #113 from deariary/docs/lp-card-position
docs: move profile card section after themes on landing page
2 parents 6062722 + b4cc5d1 commit a5f9340

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

scripts/generate-preview-index.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -241,17 +241,6 @@ const html = `<!DOCTYPE html>
241241
</div>
242242
</header>
243243
244-
<section class="fade-in">
245-
<h2>Profile Card</h2>
246-
<p class="lead">Embed an animated news ticker in your GitHub Profile README. AI writes the headlines.</p>
247-
<div style="border:1px solid #222;border-radius:6px;overflow:hidden;margin-bottom:1rem;">
248-
<img src="screenshots/card-dark.svg" alt="Weekly News Ticker" style="width:100%;display:block;" />
249-
</div>
250-
<p class="qs-note" style="margin-top:0.5rem;">
251-
Generated automatically with each weekly report. Headlines use dramatic, tongue-in-cheek labels like a TV news broadcast.
252-
</p>
253-
</section>
254-
255244
<section class="fade-in">
256245
<h2>Features</h2>
257246
<ul class="feature-list">
@@ -309,6 +298,17 @@ ${themes
309298
</ul>
310299
</section>
311300
301+
<section class="fade-in">
302+
<h2>Profile Card</h2>
303+
<p class="lead">Embed an animated news ticker in your GitHub Profile README. AI writes the headlines.</p>
304+
<div style="border:1px solid #222;border-radius:6px;overflow:hidden;margin-bottom:1rem;">
305+
<img src="screenshots/card-dark.svg" alt="Weekly News Ticker" style="width:100%;display:block;" />
306+
</div>
307+
<p class="qs-note" style="margin-top:0.5rem;">
308+
Generated automatically with each weekly report. Headlines use dramatic, tongue-in-cheek labels like a TV news broadcast.
309+
</p>
310+
</section>
311+
312312
<footer class="lp-footer">
313313
<div class="footer-links">
314314
<a href="https://github.com/deariary/github-weekly-reporter">GitHub</a>

0 commit comments

Comments
 (0)