target blank, image resize and repo lin moved
This commit is contained in:
@@ -4,7 +4,8 @@ import "../styles/footer.scss";
|
|||||||
---
|
---
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
© vaporvee 2021-{year} 🞄 <a href="https://github.com/vaporvee/web"
|
© vaporvee 2021-{year} 🞄 <a
|
||||||
>Sourcecode</a
|
href="https://github.com/vaporvee/web"
|
||||||
>
|
target="_blank">Sourcecode</a
|
||||||
|
>
|
||||||
</footer>
|
</footer>
|
||||||
|
@@ -24,13 +24,13 @@ const docs = unsortedDocs
|
|||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h1 style="text-align: center;">{frontmatter.title}</h1>
|
<a href={"https://github.com/vaporvee/" + frontmatter.repo} target="_blank"
|
||||||
<a href={"https://github.com/vaporvee/" + frontmatter.repo}
|
|
||||||
><img
|
><img
|
||||||
src="/github-mark.svg"
|
src="/github-mark.svg"
|
||||||
style="margin-bottom: -10px; margin-right:3px;"
|
style="margin-bottom: -10px; margin-right:3px;"
|
||||||
/>Respository</a
|
/>Respository</a
|
||||||
><br />
|
><br />
|
||||||
|
<h1 style="text-align: center;">{frontmatter.title}</h1>
|
||||||
<br />
|
<br />
|
||||||
<hr style="width: 100%; margin: 2vh;" />
|
<hr style="width: 100%; margin: 2vh;" />
|
||||||
<br />
|
<br />
|
||||||
|
@@ -16,17 +16,22 @@ const docs = unsortedDocs.sort(
|
|||||||
{
|
{
|
||||||
docs.map((doc) => (
|
docs.map((doc) => (
|
||||||
<div class="second-content">
|
<div class="second-content">
|
||||||
|
<div style="text-align: left;">
|
||||||
|
<a
|
||||||
|
href={"https://github.com/vaporvee/" + doc.frontmatter.repo}
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
<img
|
||||||
|
src="/github-mark.svg"
|
||||||
|
style="margin-bottom: -10px; margin-right:3px;"
|
||||||
|
/>
|
||||||
|
Respository
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
<a href={doc.url}>
|
<a href={doc.url}>
|
||||||
<h2>{doc.frontmatter.title}</h2>
|
<h2>{doc.frontmatter.title}</h2>
|
||||||
</a>
|
</a>
|
||||||
<p>{doc.frontmatter.subtitle}</p>
|
<p>{doc.frontmatter.subtitle}</p>
|
||||||
<a href={"https://github.com/vaporvee/" + doc.frontmatter.repo}>
|
|
||||||
<img
|
|
||||||
src="/github-mark.svg"
|
|
||||||
style="margin-bottom: -10px; margin-right:3px;"
|
|
||||||
/>
|
|
||||||
<p>Respository</p>
|
|
||||||
</a>
|
|
||||||
{doc.frontmatter.has_thumbnail ? (
|
{doc.frontmatter.has_thumbnail ? (
|
||||||
<a href={doc.url}>
|
<a href={doc.url}>
|
||||||
<img
|
<img
|
||||||
|
@@ -74,7 +74,7 @@ func _ready():
|
|||||||
|
|
||||||
**Then it will look similar to this:**
|
**Then it will look similar to this:**
|
||||||
|
|
||||||
<img width="30%" src="https://raw.githubusercontent.com/vaporvee/discord-sdk-godot/main/project/assets/ActivityPreview.svg" />
|
<img width="400px" src="https://raw.githubusercontent.com/vaporvee/discord-sdk-godot/main/project/assets/ActivityPreview.svg" />
|
||||||
|
|
||||||
[**Try a built demo**](https://github.com/vaporvee/discord-sdk-godot/releases/latest/download/Demo-Export.zip)<br /><br />
|
[**Try a built demo**](https://github.com/vaporvee/discord-sdk-godot/releases/latest/download/Demo-Export.zip)<br /><br />
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user