Skip to content

Commit 2cf35c4

Browse files
committed
Merge branch 'master' of git://github.com/Code52/code52.github.com
2 parents cde20c4 + 89d112d commit 2cf35c4

File tree

4 files changed

+45
-3
lines changed

4 files changed

+45
-3
lines changed

_layouts/layout.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@
2121
<div class="section">
2222
<ul>
2323
<li><a href="/about.html">about</a></li>
24-
<li><a href="http://jabbr.net/#/rooms/code52">jabbr</a></li>
2524
<li><a href="http://twitter.com/code_52">@code_52</a></li>
26-
<li><a href="http://code52.uservoice.com">uservoice</a></li>
27-
<li><a href="/contributing.html">contributing</a></li>
25+
<li><a href="http://jabbr.net/#/rooms/code52">chatroom</a></li>
26+
<li><a href="http://code52.uservoice.com">project voting</a></li>
27+
<li><a href="/contributing.html">contributing guide</a></li>
28+
<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>
2930
<li><a href="/rss.xml"><img src="/img/25.png" /> announcements</a></li>
3031
<li><a href="/projectsrss.xml"><img src="/img/25.png" /> progress logs</a></li>
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
layout: post
3+
permalink: /weekthree-dayfour.html
4+
date: 2012-01-20 23:59
5+
title: "Ideastrike: Day 4"
6+
feed: "project"
7+
comments: true
8+
---
9+
10+
Ideastrike is in full swing and it's been a big social week for a few of us, so we've held off blogging a bit in order to devote our time to code!
11+
12+
We were told the site was looking a little thin on details though, so here's your update ;)
13+
14+
### What's it looking like?
15+
16+
Paul has done a bit of the UI, as he does and we've got some pretty good looking parts, as you'd expect for the voting and the current layout (using [Twitter Bootstrap](http://twitter.github.com/bootstrap))
17+
18+
![](/img/week3-day4-layout.png)
19+
20+
Of course it's just the start and gives us something to work with while we get the features done, but it's a fairly nice look already.
21+
22+
### What's it built on so far?
23+
24+
We've got [Nancy](http://nancyfx.org/) as we expected, and authentication is being built around [Janrain](http://www.janrain.com/) so we get Twitter, Facebook, Google accounts and more (and we don't have to worry about storing passwords.
25+
26+
We have it all wired up with our favorite IoC container - [autofac](http://code.google.com/p/autofac/), some Markdown and other things being added in.
27+
28+
### Who's involved so far?
29+
30+
Our room has been fairly active with the Nancy guys helping out quite a bit with advice and going through the "Nancy way" of getting things going - and if they are helping you, or you've found it difficult to get some examples of getting it going then please think about giving back to them by helping them document what you had problems with!
31+
32+
Ten people have [contributed](https://github.com/Code52/Ideastrike/contributors) so far, and please if you think you have some time and would like to contribute we'd be happy to have you. Come into the [Jabbr](http://jabbr.net/#/rooms/code52) room and select something from our [Trello](https://trello.com/board/ideastrike/4f137b417201526045146b8a) board or add your own idea to code up.
33+
34+
### What's next?
35+
36+
We're getting a lot of the base infrastructure down but we've still got some integration points, we've got a lot of ideas in progress to merge in and test out, and to get it up somewhere.
37+
38+
The week's not over yet, so if you want to hope in and join us then [come on down!](http://jabbr.net/#/rooms/code52)
39+
40+
41+

img/week3-day4-layout.png

104 KB
Loading

img/week3-day4-voting.png

9.42 KB
Loading

0 commit comments

Comments
 (0)