File tree Expand file tree Collapse file tree 2 files changed +24
-4
lines changed
Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,16 @@ form.join
8484
8585 li
8686 clear both
87+ ul .inset
88+ margin-left 58px
89+ li
90+ font-size .75em
91+ line-height 1.2em
92+ word-wrap break-word
93+ overflow hidden
94+ clear none
95+ margin-bottom 10px
96+
8797 h2
8898 margin-top 20px
8999 text-align center
@@ -95,6 +105,8 @@ form.join
95105 color #8C C8 4B
96106 font-size 1em
97107 line-height 1.2em
108+ & .dim
109+ color #7 7 7
98110 a
99111 color #8C C8 4B
100112 a
Original file line number Diff line number Diff line change @@ -31,10 +31,17 @@ html(lang="en")
3131
3232 .events.section
3333 h2 events
34- ul.container
34+ ul.container
35+ li
36+ .time Wed, Feb 8 7:00pm CST
37+ h3 EVENT: Makeup Meetup
38+ .subtitle snow & company -
39+ a( href ='http://g.co/maps/s9ms6' , target ='_blank' , title ='Map to Snow & Company' ) map
40+ p For those who couldn't make the first meetup. We'll go over the principles of the group, discuss the project we're working on, and write some code.
41+
3542 li
3643 .time Tue, Jan 31 7:00pm CST
37- h3 EVENT: Inaugural meetup
44+ h3.dim EVENT: Inaugural meetup
3845 .subtitle snow & company -
3946 a( href ='http://g.co/maps/s9ms6' , target ='_blank' , title ='Map to Snow & Company' ) map
4047 p We'll discuss the intent of the group and announce the first project.
@@ -50,8 +57,9 @@ html(lang="en")
5057 img( src ='https://secure.gravatar.com/avatar/' + item .actor_gravatar_id + '?s=140' )
5158 #{item .actor }
5259 .subtitle = item .repo
53- each commit in item .commits
54- p= commit .message
60+ ul.inset
61+ each commit in item .commits
62+ li= commit .message
5563 li.more
5664 a( href ='https://github.com/nodekc' ) nodekc on github…
5765
You can’t perform that action at this time.
0 commit comments