diff --git a/CONTRIBUTING b/CONTRIBUTING index 63d1c08..d114f1d 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -5,3 +5,7 @@ If you want to close the issue: 1. Fork the repository and work on the fix or the feature. Don't forget to add you name in the CONTRIBUTORS file, no matter how small is your fix, even if it's a typo :wink: 2. Open a Pull Request with commits mentioning which issue are they fixing by adding in their description "Fixes #IssueNumber", in order to auto-resolve the issues after the Pull Request is merged into the master branch 3. Consider joining our [Gitter](https://gitter.im/PanosSakkos/personal-jekyll-theme) channel in order to make our communication easier + +A few simple rules that have to be followed: + +1. No tabs allowed, two spaces should be used instead diff --git a/_includes/about.html b/_includes/about.html index 639b533..9261585 100644 --- a/_includes/about.html +++ b/_includes/about.html @@ -3,9 +3,9 @@
-
- {{ page.content | markdownify }} -
+
+ {{ page.content | markdownify }} +
diff --git a/_includes/contact.html b/_includes/contact.html index 5d217da..d37bb12 100644 --- a/_includes/contact.html +++ b/_includes/contact.html @@ -2,36 +2,36 @@
-
-
+
+
- {{ page.content | markdownify }} + {{ page.content | markdownify }} - {% if site.email %} - {% if site.email contains '@' %} - {% assign newemail = site.email | split: '@' %} -

- -

- {% else %} -

{{ site.email }}

- {% endif %} - {% endif %} + {% if site.email %} + {% if site.email contains '@' %} + {% assign newemail = site.email | split: '@' %} +

+ +

+ {% else %} +

{{ site.email }}

+ {% endif %} + {% endif %} - {% include social-buttons.html %} + {% include social-buttons.html %} -
+
diff --git a/_includes/footer.html b/_includes/footer.html index d87eea4..9d62a36 100755 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -3,7 +3,7 @@ diff --git a/_includes/header.html b/_includes/header.html index eedd7c7..f1d329d 100755 --- a/_includes/header.html +++ b/_includes/header.html @@ -2,21 +2,21 @@
-
-
-
-
-

 

-

 

- {{ content }} -
 
- - - -
-
+
+
+
+
+

 

+

 

+ {{ content }} +
 
+ + + +
+
diff --git a/_includes/navigation.html b/_includes/navigation.html index 3070f13..943fa72 100755 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -2,47 +2,50 @@ diff --git a/_includes/share.html b/_includes/share.html index f0c6f6a..efe9dba 100644 --- a/_includes/share.html +++ b/_includes/share.html @@ -12,7 +12,7 @@ {% if site.twitter-share %}
-
+ {% endif %} {% if site.reddit-share %} @@ -25,46 +25,47 @@ {% endif %} {% if site.linkedin-share %} -
- | Share -
+
+ | Share +
{% endif %} {% if site.google-plus-share %} -
- -
-
- {% endif %} - +
+ +
+
+ {% endif %} {% if site.vkontakte-share %} -
- - - -
- {% endif %} - +
+ + + +
+ {% endif %} {% if site.pinterest-share %} -
- - -
+
+ + +
{% endif %} + + + diff --git a/_includes/timeline.html b/_includes/timeline.html index 3f5a0d7..11e0d83 100644 --- a/_includes/timeline.html +++ b/_includes/timeline.html @@ -2,44 +2,44 @@
-
-
+
+
- {{ page.content | markdownify }} + {{ page.content | markdownify }} -
    +
      - {% for event in site.events %} - {% assign loopindex = forloop.index | modulo: 2 %} - {% capture class %} - {% if loopindex == 0 %} - timeline-inverted - {% endif %} - {% endcapture %} + {% for event in site.events %} + {% assign loopindex = forloop.index | modulo: 2 %} + {% capture class %} + {% if loopindex == 0 %} + timeline-inverted + {% endif %} + {% endcapture %} -
    • -
      - -
      -
      -
      -

      {{ event.date }}

      -
      -
      - {{ event.description | markdownify }} -
      -
      -
    • - {% endfor %} - -
    • -
      - +
    • +
      + +
      +
      +
      +

      {{ event.date }}

      -
    • -
    -
+
+ {{ event.description | markdownify }} +
+
+ + {% endfor %} + +
  • +
    + +
    +
  • +
    +
    diff --git a/_layouts/error.html b/_layouts/error.html index 6b494d4..f2f1b57 100644 --- a/_layouts/error.html +++ b/_layouts/error.html @@ -24,7 +24,7 @@
    {% include social-buttons.html %} -
    +