Skip to content

Commit

Permalink
Sticker
Browse files Browse the repository at this point in the history
  • Loading branch information
rknightuk committed Dec 8, 2023
1 parent 706d60b commit 636f44b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions _includes/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@
h1 {
margin-bottom: 0;
margin-top: 0;
text-shadow: 3px 3px 0 #01a4df;
color: white;
}
a {
Expand Down Expand Up @@ -166,6 +169,20 @@
border: 1px solid #fdbd30;
padding: 10px 5px;
}
.banner {
background-color: #01a4df;
max-width: 600px;
margin: 0 auto;
padding: 10px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
border-radius: 10px;
border: 4px solid white;
}
</style>

{% if isNetworkPage %}
Expand All @@ -185,6 +202,13 @@
<iframe src="https://player.fireside.fm/v2/6MInpziV+pRrVuoJB?theme=dark" frameborder="0" scrolling="no"></iframe>
{% endif %}

<div class="banner">
<a href="https://hemisphericviews.bigcartel.com/product/hemispheric-views-defaults-laptop-sticker">
<img src="/icons/sticker_small.png" alt="App Defaults sticker"><br>
Get a limited edition App Defaults sticker on the Hemispheric Views store
</a>
</div>

<nav>
<a href="/">Blog Post List</a>
<a href="/network">Network Graph</a>
Expand Down
Binary file added icons/sticker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/sticker_small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 636f44b

Please sign in to comment.