Skip to content

Commit 10f6dd0

Browse files
author
aeoth
committed
fixed up project rss, reverted logo, more layout tweaking
1 parent 486fa66 commit 10f6dd0

File tree

6 files changed

+24
-17
lines changed

6 files changed

+24
-17
lines changed

_includes/footer.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
<div class="footer">
33
<ul>
44
<li><a href="/blog.html">blog</a></li>
5+
<li><a href="/about.html">about</a></li>
6+
<li><a href="/projects.html">previous projects</a></li>
7+
<li><a href="http://ci.code52.org">TeamCity</a></li>
58
<li><a href="/rss.xml"><img src="/img/25.png" /> announcements</a></li>
69
<li><a href="/projectsrss.xml"><img src="/img/25.png" /> progress logs</a></li>
710
</ul>

_includes/latest_project.html

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
<div class="pivot-item">
2-
<h3>current</h3>
3-
<h3>The latest Code52 project is <a href="/metro-dot-css.html">metro.css</a></h3>
4-
5-
<div class="description">Metro.css is a CSS/JS package for bootstrapping Metro-styled websites. Read more about it <a href="/metro-dot-css.html">here</a>.</div>
6-
7-
<div class="details">
8-
9-
<ul>
10-
<li>Fork and contribute on <a href="https://github.com/Code52/metro.css">GitHub</a></li>
11-
<li>Follow the conversation on <a href="https://jabbr.net/">JabbR</a></li>
12-
<li>Track the progress on <a href="https://trello.com/board/metro-css/4f2fd841a5146fa91fbff127">Trello</a></li>
13-
</ul>
14-
15-
</div>
16-
<div class="description">We are currently planning to start the next project at approx <a href="http://timeanddate.com/worldclock/fixedtime.html?iso=20120206T22&p1=240">10pm Monday, Sydney Time</a></div>
1+
<div class="pivot-item">
2+
<h3>current</h3>
3+
<h4>The latest Code52 project is <a href="/metro-dot-css.html">metro.css</a></h4>
4+
5+
<div class="description">Metro.css is a CSS/JS package for bootstrapping Metro-styled websites. Read more about it <a href="/metro-dot-css.html">here</a>.</div>
6+
7+
<div class="details">
8+
9+
<ul>
10+
<li>Fork and contribute on <a href="https://github.com/Code52/metro.css">GitHub</a></li>
11+
<li>Follow the conversation on <a href="https://jabbr.net/">JabbR</a></li>
12+
<li>Track the progress on <a href="https://trello.com/board/metro-css/4f2fd841a5146fa91fbff127">Trello</a></li>
13+
</ul>
14+
15+
</div>
16+
<div class="description">We are currently planning to start the next project at approx <a href="http://timeanddate.com/worldclock/fixedtime.html?iso=20120206T22&p1=240">10pm Monday, Sydney Time</a></div>
1717
</div>

_layouts/layout.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<body>
1717
<div id="container">
1818
<div id="side">
19+
<a href="/" id="home" title="home" alt="home"><img src="/img/logo.png" alt="Code 52 - a new coding project every week" /></a>
1920
<div id="hometext"><a href="/" >code52</a></div>
2021
<div class="section">
2122
<ul>
@@ -26,6 +27,7 @@
2627
<li><a href="/contributing.html">contributing guide</a></li>
2728
<li><a href="https://github.com/Code52/code52.github.com/wiki">getting started</a></li>
2829
<li><a href="/projects.html">previous projects</a></li>
30+
<li><a href="http://ci.code52.org">TeamCity</a></li>
2931
<li><a href="/rss.xml"><img src="/img/25.png" /> announcements</a></li>
3032
<li><a href="/projectsrss.xml"><img src="/img/25.png" /> progress logs</a></li>
3133
</ul>

css/base.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ h2
4444
color: #41b1e1;
4545
font-size: 2.5em;
4646
}
47+
48+
h4 { text-transform :uppercase; font-weight:700; }
4749
a, a:visited
4850
{
4951
text-decoration: none;

img/logo.png

-63.1 KB
Loading

projectsrss.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ layout: nil
1212
<pubDate>{{ site.time | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
1313
<lastBuildDate>{{ site.time | date: "%a, %d %b %Y %H:%M:%S %z" }}</lastBuildDate>
1414

15-
{% for post in site.posts limit:10 %}
15+
{% for post in site.posts %}
1616
{% if post.feed == "project" %}
1717
<item>
1818
<title>{{ post.title | xml_escape }}</title>

0 commit comments

Comments
 (0)