Skip to content

Commit dd26fbe

Browse files
committed
Add report post
1 parent 69c8682 commit dd26fbe

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

_posts/2015-03-23-meetup-report.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
layout: post
3+
title: "Report for Code Beers March, 2015"
4+
date: 2015-03-23 12:00:00
5+
categories: meetup report
6+
---
7+
8+
This is a report for the [first Code Beers][cb1], realized on March, 2015,
9+
at Campus 3 Rock Bar, in Novo Hamburgo - RS, Brazil.
10+
11+
## Participants
12+
13+
| Method | Subscribed | Attended |
14+
| -- | --: | --: |
15+
| Through EventTick | 32 | 16 |
16+
| At the meeting | 11 | 11 |
17+
| **Total** | | **27** |
18+
19+
There were still about 10 people that not signed the attendence papers.
20+
21+
## Sponsorship and costs
22+
23+
| Origin | Collected | Spend | Balance |
24+
| -- | --: | --: | --: |
25+
| Sponsor | R$ 750,00 | | |
26+
| Printing services | | R$ 0,33 | |
27+
| Drinks and beer | | R$ 517,75 | |
28+
| **Totals** | **R$ 750,00** | **R$ 518,08** | **+ R$ 231,92** |
29+
30+
The remaining value will be used for the next meetings.
31+
32+
Recepts for the values can be required with the meetup organizers.
33+
34+
[cb1]: {% post_url 2015-03-17-code-beers-march-2015 %}

_sass/_base.scss

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,25 @@ pre {
184184
}
185185
}
186186

187+
/**
188+
* Tables
189+
*/
190+
table {
191+
width: 100%;
192+
padding: 10px 0 20px 0;
193+
194+
thead {
195+
tr {
196+
background-color: #ccc;
197+
}
198+
}
187199

200+
tbody {
201+
tr:nth-child(even) {
202+
background-color: #eee;
203+
}
204+
}
205+
}
188206

189207
/**
190208
* Icons

0 commit comments

Comments
 (0)