Skip to content

Commit 2ecaf89

Browse files
committed
Merge pull request #8 from codebeers/call-for-papers-post
Call for papers post This fix #1
2 parents 4d7338b + d588bb7 commit 2ecaf89

File tree

7 files changed

+66
-29
lines changed

7 files changed

+66
-29
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ contacts:
2020
github_username: paulodiovani
2121

2222
# permalinks for blog posts
23-
permalink: "/blog/:categories/:year/:month/:day/:title/"
23+
permalink: "/blog/:year/:month/:day/:title/"
2424
paginate_path: "blog/page:num/"
2525
paginate: 5
2626

_pages/home.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ touch with our website and contacts to know when and where is the next.
6363

6464
[eventick]: http://eventick.com.br/code-beers
6565

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 %}
6767

6868
[github]: {{ site.github_url }}

_posts/2015-01-08-welcome-to-jekyll.markdown

Lines changed: 0 additions & 25 deletions
This file was deleted.

_posts/2015-02-03-call-for-papers.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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

_sass/_home.scss renamed to _sass/_banners.scss

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,26 @@ h3 small {
5959
}
6060
}
6161
}
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;
6284
}

blog/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
<!-- title: Blog -->
3+
title: Blog
44
---
55

66
<div class="home">

css/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ $on-laptop: 800px;
4848
@import
4949
"base",
5050
"layout",
51-
"home",
51+
"banners",
5252
"syntax-highlighting"
5353
;

0 commit comments

Comments
 (0)