forked from wezm/wezm.net
Change feed icons, tweak post layout
This commit is contained in:
parent
2a8126bcac
commit
1621a946be
6 changed files with 7 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
||||||
<li><a href="/about/">About</a></li>
|
<li><a href="/about/">About</a></li>
|
||||||
<li><a href="mailto:contact@example.com">Contact</a></li>
|
<li><a href="mailto:contact@example.com">Contact</a></li>
|
||||||
<li>
|
<li>
|
||||||
<a href="<%= feed_url %>"><img src="/images/feed-icon-14x14.png" width="14" height="14" /></a>
|
<a href="<%= feed_url %>"><img src="/images/white-feed-icon.png" width="12" height="12" /></a>
|
||||||
<a href="<%= feed_url %>">Feed</a>
|
<a href="<%= feed_url %>">Feed</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -15,7 +15,9 @@
|
||||||
<%= render 'header' %>
|
<%= render 'header' %>
|
||||||
<div id="technical" class="first column">
|
<div id="technical" class="first column">
|
||||||
<div>
|
<div>
|
||||||
<h1>Geeky</h1>
|
<h1>Geeky
|
||||||
|
<sup><a href="<%= feed_url %>"><img src="/images/black-feed-icon.png" width="12" height="12" /></a></sup>
|
||||||
|
</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<% sorted_articles[0..4].each do |article| %>
|
<% sorted_articles[0..4].each do |article| %>
|
||||||
<% post_date = WezM::Helpers.post_date(article) %>
|
<% post_date = WezM::Helpers.post_date(article) %>
|
||||||
|
@ -37,7 +39,9 @@
|
||||||
|
|
||||||
<div id="personal" class="column">
|
<div id="personal" class="column">
|
||||||
<div>
|
<div>
|
||||||
<h1>Non-Geeky</h1>
|
<h1>Non-Geeky
|
||||||
|
<sup><a href="<%= feed_url %>"><img src="/images/black-feed-icon.png" width="12" height="12" /></a></sup>
|
||||||
|
</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<abbr class="calender date" title="2009-09-19T04:02:43+10:00">
|
<abbr class="calender date" title="2009-09-19T04:02:43+10:00">
|
||||||
|
|
|
@ -174,7 +174,6 @@ ul#menu li {
|
||||||
}
|
}
|
||||||
.column ul li {
|
.column ul li {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border-top: 1px solid #eee;
|
|
||||||
padding-top: 1em;
|
padding-top: 1em;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
}
|
}
|
||||||
|
@ -185,7 +184,6 @@ ul#menu li {
|
||||||
.column abbr {
|
.column abbr {
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
float: right;
|
|
||||||
color: #aaa;
|
color: #aaa;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
BIN
output/images/black-feed-icon.png
Normal file
BIN
output/images/black-feed-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 482 B |
Binary file not shown.
Before Width: | Height: | Size: 689 B |
BIN
output/images/white-feed-icon.png
Normal file
BIN
output/images/white-feed-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 456 B |
Loading…
Reference in a new issue