Skip to content

Commit

Permalink
Merge pull request #32 from ninjadev/external-links
Browse files Browse the repository at this point in the history
Add header links to Ninjadev accounts
  • Loading branch information
sigvef committed Sep 16, 2024
2 parents 2bf68f7 + 8c3976c commit fa2d8b3
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/images/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/images/pouet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 55 additions & 0 deletions assets/images/youtube.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 35 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
background: #1d3459;
position: relative;
overflow: hidden;
margin-bottom: 40px;
margin-bottom: 20px;
text-align: center;
color: white;
}
Expand Down Expand Up @@ -95,6 +95,13 @@
transform: translate3d(0px, 0px, 2px);
}

.external-links {
display: flex;
justify-content: center;
gap: 16px;
margin-bottom: 30px;
}

.demo {
max-width: 625px;
margin: 15px auto 30px;
Expand Down Expand Up @@ -157,6 +164,33 @@
</div>
</div>

<div class="external-links">
<a href="https://github.com/ninjadev/">
<img
src="/assets/images/github.svg"
alt="GitHub"
width="20"
height="20"
/>
</a>
<a href="https://www.pouet.net/groups.php?which=11702">
<img
src="/assets/images/pouet.svg"
alt="Pouet"
width="20"
height="20"
/>
</a>
<a href="https://www.youtube.com/@ninjadev_demos">
<img
src="/assets/images/youtube.svg"
alt="Pouet"
width="20"
height="20"
/>
</a>
</div>

{% for post in site.posts %}
<div class="demo">
<div class="aspect-16-9">
Expand Down

0 comments on commit fa2d8b3

Please sign in to comment.