Browse Source

Add background images to posts

master
onryo 3 months ago
parent
commit
6b13750243
  1. 19
      css/style.css
  2. BIN
      images/posters/eel.png
  3. BIN
      images/posters/grant.png
  4. BIN
      images/posters/octopus.png
  5. BIN
      images/posters/siphonophore.png
  6. BIN
      images/posters/sundew.png
  7. BIN
      images/posters/supersonic.png
  8. BIN
      images/posters/weevil.png
  9. 14
      index.html

19
css/style.css

@ -1396,6 +1396,20 @@ width: 95%;
box-sizing: border-box;
}
.poster0 { background-image: url("../images/posters/weevil.png") }
.poster1 { background-image: url("../images/posters/eel.png") }
.poster2 { background-image: url("../images/posters/grant.png") }
.poster3 { background-image: url("../images/posters/supersonic.png") }
.poster4 { background-image: url("../images/posters/octopus.png") }
.poster5 { background-image: url("../images/posters/sundew.png") }
.poster6 { background-image: url("../images/posters/siphonophore.png") }
.blog-post-item h2 {
font-size: 2.5rem;
text-align: left;
@ -1494,13 +1508,14 @@ width: 95%;
transition: all ease-in-out 100ms;
color: #f2f2f2;
text-decoration: none;
background-color: rgba(255, 255, 255, 0.25);
background-color: #333333;
padding: .25rem .5rem;
border-radius: 0;
outline: .1rem solid #4d4d4d;
}
.blog-post-item a:hover {
background-color: rgba(80, 80, 80);
background-color: #4d4d4d;
}
@media (max-width: 1024px) {

BIN
images/posters/eel.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 421 KiB

BIN
images/posters/grant.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 438 KiB

BIN
images/posters/octopus.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 482 KiB

BIN
images/posters/siphonophore.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 569 KiB

BIN
images/posters/sundew.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 KiB

BIN
images/posters/supersonic.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 KiB

BIN
images/posters/weevil.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 618 KiB

14
index.html

@ -141,7 +141,7 @@
<section class="section-default">
<article class="blog-post-item">
<article class="blog-post-item poster0">
<h2>SilentDragon v1.4.2 <br>"Waggish Weevil"</h2>
<p>In this release we fixed a coredump that can happen after importing a private key. When compiling it is now possible to set a custom number of jobs, when building, SD now also prevents the logging of sensitive data to STDOUT.</p>
@ -150,7 +150,7 @@
</div>
</article>
<article class="blog-post-item">
<article class="blog-post-item poster1">
<h2>SilentDragonLite v2.0.1 <br>"Ethereal Electric Eel"</h2>
<p>This release has new Notes Automation code that increases the number of unspent outputs to be able to send multiple transactions at once hence giving users an opportunity to send messages in bulk.</p>
@ -159,7 +159,7 @@
</div>
</article>
<article class="blog-post-item">
<article class="blog-post-item poster2">
<h2>Hush Community Grant #0</h2>
<p>We are thrilled to announce that lucretius was granted with 10800 HUSH for its work on the latest SilentDragonLite releases. It includes Instant HushChat that has mempool integration and notes automation that guarantees instant messaging experience, likewise bug fixes and new features.</p>
<div class="blog-links">
@ -167,14 +167,14 @@
</div>
</article>
<article class="blog-post-item">
<article class="blog-post-item poster3">
<h2>SilentDragonLite 2.0.0 <br>"Shielded Supersonic"</h2>
<p>Now HushChat supports mempool transactions to render messages instantly! Other changes are related to how Lite wallet connects to various community servers ensuring a stable connection.</p>
<div class="blog-links">
<a href="https://git.hush.is/hush/SilentDragonLite/releases/tag/v2.0.0">Release Notes</a> <span class="date">Jan 07, 2024</span>
</div>
</article>
<article class="blog-post-item">
<article class="blog-post-item poster4">
<h2>Hush 3.10.1 <br>"Oneiric Octopus"</h2>
<p>This is an OPTIONAL but RECOMMENDED release. This version fixes a bug that causes "payment to wrong pubkey" error when syncing a new node and an increase in synchronization speed.</p>
@ -183,7 +183,7 @@
</div>
</article>
<article class="blog-post-item">
<article class="blog-post-item poster5">
<h2>SilentDragon 1.4.1 <br>"Scintillating Sundew"</h2>
<p>
This release has improved Private Key Importing function, new tab "Debug Log" that renders content of debug.log and helps in troubleshooting and a new tab "View transaction" so simulate a built-in explorer but in the GUI wallet.
@ -194,7 +194,7 @@
</div>
</article>
<article class="blog-post-item">
<article class="blog-post-item poster6">
<h2>Hush 3.10.0 <br>"Sassy Siphonophore"</h2>
<p>This is a MANDATORY release for Hush and ALL nodes must upgrade by Dec 16th 2023. This version has AntiSpam defenses against shielded spam, optimization, various bug fixes and new Decentralized FR.
</p>

Loading…
Cancel
Save