Footer links work.

This commit is contained in:
Netscape Navigator 2019-11-16 15:00:13 -06:00
parent d565ec9cae
commit 51a5d23690
3 changed files with 18 additions and 10 deletions

View File

@ -7,7 +7,7 @@
<title>Netscape Blog<%= ' - ' + current_article.title unless current_article.nil? %></title>
</head>
<body bgcolor="#000000" text="#FFFFFF">
<body bgcolor="#000000" text="#FFFFFF" vlink="#cccccc" link="aaaaaa">
<table border="0">
<tr>
@ -22,10 +22,14 @@
</td>
</tr>
<tr>
<td valign="top" bgcolor="#8BE4E9">
<td valign="top" bgcolor="#008080">
<%= partial "layout/sidebar" %>
</td>
<td>
<%if current_article %>
<h1><%= current_article.title %></h1>
<hr/>
<%end%>
<%= yield %>
<%= partial "layout/pager" %>
<%= partial "layout/footer" %>

View File

@ -1,12 +1,11 @@
<p align="center">
<%= image_tag "img/debian.gif" %>
<%= image_tag "img/frontpage.gif" %>
<%= image_tag "img/mirc.gif" %>
<%= image_tag "img/neocities.gif" %>
<%= image_tag "img/netscape.gif" %>
<%= image_tag "img/office.gif" %>
<%= image_tag "img/onion.gif" %>
<%= image_tag "img/ssb.gif" %>
<%= link_to 'https://en.wikipedia.org/wiki/Microsoft_FrontPage' do image_tag "img/frontpage.gif" end %>
<%= link_to 'https://www.mirc.com/' do image_tag "img/mirc.gif" end %>
<%= link_to 'https://neocities.org/' do image_tag "img/neocities.gif" end %>
<%= link_to 'https://en.wikipedia.org/wiki/Netscape_(web_browser)' do image_tag "img/netscape.gif" end %>
<%= link_to 'https://www.theonion.com/' do image_tag "img/onion.gif" end %>
<%= link_to 'https://en.wikipedia.org/wiki/Microsoft_Office_97' do image_tag "img/office.gif" end %>
<%= link_to 'https://scuttlebutt.nz/' do image_tag "img/ssb.gif" end %>
</p>
<p align="center">
<img src="https://www.cutercounter.com/hits.php?id=gmmpqqpo&amp;nd=6&amp;style=21">

View File

@ -14,3 +14,8 @@
<li> <%= link_to article.title, article %> </li>
<% end %>
</ul>
<center><u><b>BANNER EXCHANGE</b></u></center>
<p>
Please contact me for banner exchange opportunities.
</p>