File tree Expand file tree Collapse file tree 7 files changed +66
-29
lines changed Expand file tree Collapse file tree 7 files changed +66
-29
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ contacts:
20
20
github_username : paulodiovani
21
21
22
22
# permalinks for blog posts
23
- permalink : " /blog/:categories/: year/:month/:day/:title/"
23
+ permalink : " /blog/:year/:month/:day/:title/"
24
24
paginate_path : " blog/page:num/"
25
25
paginate : 5
26
26
Original file line number Diff line number Diff line change @@ -63,6 +63,6 @@ touch with our website and contacts to know when and where is the next.
63
63
64
64
[ eventick ] : http://eventick.com.br/code-beers
65
65
66
- [ call-papers] : mailto:{{ site.contacts [ 1 ] .email }}?cc={{ site.contacts [ 0 ] .email }}&subject=" [ Code Beers ] I want to submit a work"
66
+ [ call-papers] : {% post_url 2015-02-03-call-for-papers %}
67
67
68
68
[ github] : {{ site.github_url }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : post
3
+ title : " Call for papers!"
4
+ date : 2015-02-03 21:17:00
5
+ categories : meetup call-for-papers
6
+ ---
7
+
8
+ We're looking for small presentations (5 to 15 minutes) or lightalks that can
9
+ start a topic and motivate further discussion.
10
+
11
+ You can propose a talk or presentation through [ Submition form] [ submit-form ]
12
+ by folowing the link bellow.
13
+
14
+ <ul class =" banners " >
15
+ <li class =" schedule " >
16
+ <i class="watermark fa fa-pencil-square-o"></i>
17
+ <div class="info">
18
+ <h3 markdown="1">[Submition form][submit-form]</h3>
19
+ </div>
20
+ </li >
21
+ </ul >
22
+
23
+ <div class =" clear " ></div >
24
+
25
+ The topics are free, but must be somewhat related to _ Technology <small >(or beer)</small >_ .
26
+
27
+ If you are finding it hard to choose a topic, we can suggest some:
28
+
29
+ <div class =" topic-choose " >
30
+ <b class =" topic " >programming languages</b > <b class =" topic " >tendencies</b >
31
+ <b class =" topic " >internet of things</b > <b class =" topic " >tools and apps</b >
32
+ <b class =" topic " >best pratices</b > <b class =" topic " >frameworks</b >
33
+ <b class =" topic " >software as a service</b > <b class =" topic " >homebrewing</b >
34
+ <b class =" topic " >mobile development</b > <b class =" topic " >startups</b >
35
+ <b class =" topic " >conferences</b > <b class =" topic " >cloud computing</b >
36
+ <b class =" topic " >wearables</b >
37
+ <b class =" topic " >...</b >
38
+ </div >
39
+
40
+ [ submit-form ] : http://goo.gl/forms/M3Pf24Otkv
Original file line number Diff line number Diff line change @@ -59,4 +59,26 @@ h3 small {
59
59
}
60
60
}
61
61
}
62
+ }
63
+
64
+ .topic-choose {
65
+ b .topic {
66
+ font-family : monospace ;
67
+ font-size : 0.8em ;
68
+ font-weight : normal ;
69
+ border : 1px solid gray ;
70
+ border-radius : 2px ;
71
+ white-space : nowrap ;
72
+ padding : 2px 4px ;
73
+ cursor : default ;
74
+
75
+ & :hover {
76
+ color : $background-color ;
77
+ background : $text-color ;
78
+ }
79
+ }
80
+ }
81
+
82
+ div .clear {
83
+ @extend %clearfix ;
62
84
}
Original file line number Diff line number Diff line change 1
1
---
2
2
layout: default
3
- <!-- title: Blog -->
3
+ title: Blog
4
4
---
5
5
6
6
< div class ="home ">
Original file line number Diff line number Diff line change @@ -48,6 +48,6 @@ $on-laptop: 800px;
48
48
@import
49
49
" base" ,
50
50
" layout" ,
51
- " home " ,
51
+ " banners " ,
52
52
" syntax-highlighting"
53
53
;
You can’t perform that action at this time.
0 commit comments