Banner updates, new fancy header.

This commit is contained in:
Netscape Navigator 2019-12-07 13:25:39 -06:00
parent 8b6084632d
commit 51ca728037
8 changed files with 20 additions and 10 deletions

View File

@ -2,7 +2,10 @@
It me.
# TODO
# How 2 Publish
* Way of feeding my SSB stream into here.
* Degrade image quality to 256 colors using image magick?
Run
```
./publish.rb
```

2
publish.sh Executable file
View File

@ -0,0 +1,2 @@
#!/usr/bin/fish
ruby ssb_import.rb; middleman build; middleman deploy

View File

@ -0,0 +1,9 @@
---
title: SSB Log Entry 229
date: 2019-11-21T20:07:20-06:00
tags:
---
That moment when your browser asks you to enable DRM so that you can watch an ad. This is insanity, folks. How did we get here?

BIN
source/img/rainynight1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 621 B

BIN
source/img/statue2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 KiB

View File

@ -17,7 +17,7 @@
<% end %>
</a>
</td>
<td>
<td background="img/statue2.jpg" style="text-shadow: 3px 3px 6px aqua">
<%= partial "layout/header" %>
</td>
</tr>

View File

@ -1,10 +1,5 @@
<center>
<font color="#008080" size="7">
<font color="#008080" size="11">
【Netscape Navigator™】
</font>
<p>
<font color="#008080" size="3">
Time traveller from the year 1999.
</font>
</p>
</center>

View File

@ -75,4 +75,5 @@
<%= link_to 'https://www.mirc.com/' do image_tag "img/mirc.gif" end %>
<br/>
<%= link_to 'https://tilde.town/' do image_tag "img/tildetown.bmp" end %>
<%= link_to 'http://rainynight.city/' do image_tag "img/rainynight1.png" end %>
</p>