Skip to content

Commit 157ea3a

Browse files
committed
added map to snow and company. Added link to github profile.
1 parent f2c2097 commit 157ea3a

File tree

2 files changed

+54
-46
lines changed

2 files changed

+54
-46
lines changed

public/css/app.styl

Lines changed: 32 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,9 @@ form.join
9292
color #8CC84B
9393
font-size 1em
9494
line-height 1.2em
95+
a
96+
color #8CC84B
9597
a
96-
display block
9798
clear both
9899
color #D2D8BA
99100

@@ -103,35 +104,37 @@ form.join
103104
color #9DD95C
104105
.time
105106
color #999
106-
107-
img
108-
float left
109-
width 48px
110-
height 48px
111-
margin 5px 10px 5px 0
112-
background #333
113-
border none
114-
border-radius(4px)
115-
&.more
107+
.more
108+
a
116109
text-align center
117-
.subtitle
118-
color #888
119-
font-size .7em
120-
margin-top -3px
121-
.time
122-
color #888
123-
font-style italic
124-
float right
125-
font-size .6em
126-
line-height 2.3em
127-
128-
p
129-
border none
130-
font-size .75em
131-
line-height 1.2em
132-
margin-bottom 15px
133-
word-wrap break-word
134-
overflow hidden
110+
display block
111+
img
112+
float left
113+
width 48px
114+
height 48px
115+
margin 5px 10px 5px 0
116+
background #333
117+
border none
118+
border-radius(4px)
119+
120+
.subtitle
121+
color #888
122+
font-size .7em
123+
margin-top -3px
124+
.time
125+
color #888
126+
font-style italic
127+
float right
128+
font-size .6em
129+
line-height 2.3em
130+
131+
p
132+
border none
133+
font-size .75em
134+
line-height 1.2em
135+
margin-bottom 15px
136+
word-wrap break-word
137+
overflow hidden
135138

136139
@media only screen and (max-width: 1000px)
137140
.section

views/layout.jade

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -33,23 +33,28 @@ html(lang="en")
3333
h2 events
3434
ul.container
3535
li
36-
a(href='https://www.google.com/calendar/b/0/embed?src=nodekc.org_e8lg6hesldeld1utui23ebpg7k@group.calendar.google.com&ctz=America/Chicago&gsessionid=RKXEjz6D5m8kzZ0lZunOpQ')
37-
.time Tue, Jan 31 7:00pm CST
38-
h3 EVENT: Inaugural meetup
39-
p We'll discuss the intent of the group and announce the first project.
40-
36+
.time Tue, Jan 31 7:00pm CST
37+
h3 EVENT: Inaugural meetup
38+
.subtitle snow & company -
39+
a(href='http://g.co/maps/s9ms6', target='_blank', title='Map to Snow & Company') map
40+
p We'll discuss the intent of the group and announce the first project.
41+
li.more
42+
a(href='https://www.google.com/calendar/b/0/embed?src=nodekc.org_e8lg6hesldeld1utui23ebpg7k@group.calendar.google.com&ctz=America/Chicago&gsessionid=RKXEjz6D5m8kzZ0lZunOpQ', target='_blank') calendar…
4143
h2 git
4244
ul.container
4345
each item in gitEvents
4446
li
45-
a(href="http://github.com/" + item.actor, target="_blank")
46-
img(src="https://secure.gravatar.com/avatar/" + item.actor_gravatar_id + "?s=140")
47-
.time= item.timeago
48-
h3= item.actor
49-
.subtitle= item.repo
50-
each commit in item.commits
51-
p= commit.message
52-
47+
.time= item.timeago
48+
h3
49+
a(href='http://github.com/' + item.actor, target='_blank')
50+
img(src='https://secure.gravatar.com/avatar/' + item.actor_gravatar_id + '?s=140')
51+
#{item.actor}
52+
.subtitle= item.repo
53+
each commit in item.commits
54+
p= commit.message
55+
li.more
56+
a(href='https://github.com/nodekc') nodekc on github…
57+
5358
.messages.section
5459
h2 messages
5560
ul.container
@@ -60,8 +65,8 @@ html(lang="en")
6065
h3= item.subject
6166
.subtitle by #{item.author}
6267
p= item.body
63-
li
64-
a.more(href='https://groups.google.com/group/nodekc') google group…
68+
li.more
69+
a(href='https://groups.google.com/group/nodekc') google group…
6570
.tweets.section
6671
h2 tweets
6772
ul.container
@@ -72,5 +77,5 @@ html(lang="en")
7277
.time #{item.timeago}
7378
h3= item.created_by
7479
p= item.tweet
75-
li
76-
a.more(href='https://twitter.com/#!/nodekc') more tweets…
80+
li.more
81+
a(href='https://twitter.com/#!/nodekc') more tweets…

0 commit comments

Comments
 (0)