Skip to content

Commit 9776c26

Browse files
committed
Merge pull request #16 from NodeDC/homepage-copy
Update (create?) copy for the homepage.
2 parents 308a3af + d13beec commit 9776c26

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

views/layout.jade

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ html(ng-app="nodeDC")
4242
hr
4343
footer
4444
p
45-
| Node.DC Web App: v
46-
span(app-version)
47-
span.pull-right
48-
© 2014 - Node.DC
45+
a(href="https://github.com/NodeDC/node.dc") Node.DC Web App: v
46+
span(app-version)
47+
span.pull-right
48+
© 2014 - Node.DC
4949

5050
!= js(src='lib/jquery/dist/jquery.min.js')
5151
!= js(src='lib/angular/angular.min.js')

views/partials/partialHome.jade

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
h2#header Home
1+
h2#header Node.DC
22
div(ng-controller='HomeCtrl')
3-
h3 Hello {{name}}
3+
p A friendly group of humans meeting at least monthly to talk about node.js and other things.
4+
5+
p We organize ourselves on <a href="https://meetup.com/node-dc">Meetup</a>, make some bird noises <a href="https://twitter.com/nodedc">@NodeDC</a>, and would love to have you join us. We welcome humans (and robots) of all skill levels, from beginners to people who shouldn’t be calling themselves experts (okay, and experts too, but you really should embrace a lifelong commitment to learning).
6+
7+
p Some of us spend some time on IRC at <a href="http://webchat.freenode.net/?channels=node.dc">freenode.net#node.dc</a>, and we’d love to have you drop in — even if it’s just to ask a question or say hello.

0 commit comments

Comments
 (0)