|
1 | 1 | ---
|
2 |
| -<<<<<<< Updated upstream |
3 |
| -layout: default |
4 |
| ---- |
5 |
| - |
6 |
| -<div class="blog-index"> |
7 |
| - {% assign index = true %} |
8 |
| - {% for post in paginator.posts %} |
9 |
| - {% assign content = post.content %} |
10 |
| - <article> |
11 |
| - {% include article.html %} |
12 |
| - </article> |
13 |
| - {% endfor %} |
14 |
| - <div class="pagination"> |
15 |
| - {% if paginator.next_page %} |
16 |
| - <a class="prev" href="{{paginator.next_page}}">← Older</a> |
17 |
| - {% endif %} |
18 |
| - <a href="/blog/archives">Blog Archives</a> |
19 |
| - {% if paginator.previous_page %} |
20 |
| - <a class="next" href="{{paginator.previous_page}}">Newer →</a> |
21 |
| - {% endif %} |
22 |
| - </div> |
23 |
| -</div> |
24 |
| -<aside class="sidebar"> |
25 |
| - {% if site.blog_index_asides.size %} |
26 |
| - {% include_array blog_index_asides %} |
27 |
| - {% else %} |
28 |
| - {% include_array default_asides %} |
29 |
| - {% endif %} |
30 |
| -</aside> |
31 |
| -======= |
32 | 2 | layout: page
|
33 | 3 | role: info
|
34 | 4 | ---
|
35 | 5 |
|
36 |
| -{% img http://gravatar.com/avatar/4386ec0f63bb281e233834751f2ad179 %} |
37 |
| -<br/> |
38 |
| -{% img http://gravatar.com/avatar/076ddab874e5e370a451f0da52afb85c %} |
39 |
| -<br/> |
40 |
| -{% img http://gravatar.com/avatar/da0d3b119d1315c6c1097a218062272e %} |
41 |
| ->>>>>>> Stashed changes |
| 6 | +<div id="gravatars" style="text-align: center"> |
| 7 | + <a href="http://github.com/shifi">{% img http://gravatar.com/avatar/4386ec0f63bb281e233834751f2ad179 %}</a> |
| 8 | + <a href="http://github.com/shime">{% img http://gravatar.com/avatar/076ddab874e5e370a451f0da52afb85c %}</a> |
| 9 | + <a href="http://github.com/dabrorius">{% img http://gravatar.com/avatar/d5198cf315801c6e58fa1f1192adb114 %}</a> |
| 10 | + <a href="http://github.com/mmcdaris">{% img http://gravatar.com/avatar/2fbed5c5fe5a5e48dd21b7035c3a6787 %}</a> |
| 11 | + <a href="http://github.com/pankoholic">{% img http://gravatar.com/avatar/da0d3b119d1315c6c1097a218062272e %}</a> |
| 12 | +</div> |
| 13 | +<hr/> |
| 14 | + |
| 15 | +Our goal is to <span style="font-weight: bold">contribute</span> to various projects and to build our own cool things. We like to learn about <span style="font-weight: bold">web</span> |
| 16 | +technologies and colaborate to become better. We prefer using <span style="font-weight: bold">Ruby</span> since we like it's elegancy and expressiveness. |
| 17 | + |
0 commit comments