Skip to content

Commit 5a44597

Browse files
committed
added goal and some gravatars
1 parent 6c0efc0 commit 5a44597

File tree

3 files changed

+14
-42
lines changed

3 files changed

+14
-42
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
url: http://codestack.github.com
66
title: Codestack
7-
subtitle: We are open source hacking collective based in Croatia
7+
subtitle: We are open source hacking collective
88
author: Codestack
99
simple_search: http://google.com/search
1010
description: Home page for Codestack.
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
<ul class="main-navigation">
2-
<li><a href="{{ root_url }}/">Blog</a></li>
3-
<<<<<<< Updated upstream
4-
<li><a href="{{ root_url }}/blog/archives">Archives</a></li>
5-
=======
2+
<li><a href="{{ root_url }}/blog">Blog</a></li>
63
<!-- <li><a href="{{ root_url }}/blog/archives">Archives</a></li> -->
7-
>>>>>>> Stashed changes
84
</ul>

source/index.html

Lines changed: 12 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,17 @@
11
---
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}}">&larr; 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 &rarr;</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-
=======
322
layout: page
333
role: info
344
---
355

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

Comments
 (0)