Skip to content

Commit 3a0b7a9

Browse files
authored
Merge pull request #5 from k4lizen/move-card-up
Move important links up
2 parents fbcf406 + 884e069 commit 3a0b7a9

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

src/pages/index.astro

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,7 @@ const content = marked.parse(extractedMarkdown);
2323
<main>
2424
<h1>Make Debugging Great Again!</h1>
2525
<img id="logo" src="https://pwndbg.re/logo.png" alt="Logo pwndbg" />
26-
2726
<img src="https://pwndbg.re/demo.gif" alt="Demo pwndbg" />
28-
<article set:html={content} />
29-
30-
<p class="instructions">
31-
We supports various Linux distributions.<br />
32-
Installation can be done also with standalone packaged binaries.<br />
33-
<strong>Do you want more?</strong> Please check our code repository and hack with us!
34-
</p>
35-
3627

3728
<ul role="list" class="link-card-grid">
3829
<Card
@@ -56,6 +47,14 @@ const content = marked.parse(extractedMarkdown);
5647
body="Come say hi to our amazing Discord community. ❤️"
5748
/>
5849
</ul>
50+
51+
<article set:html={content} />
52+
53+
<p class="instructions">
54+
We supports various Linux distributions.<br />
55+
Installation can be done also with standalone packaged binaries.<br />
56+
<strong>Do you want more?</strong> Please check our code repository and hack with us!
57+
</p>
5958
</main>
6059
</Layout>
6160

0 commit comments

Comments
 (0)