a lot of changes

This commit is contained in:
david 2016-06-10 22:42:15 +02:00
parent f1d9f91d00
commit a24c600251
7 changed files with 11 additions and 17 deletions

View File

@ -1,2 +1,5 @@
- title: contact - title: contact
url: mailto:hello@socialnerds.org url: mailto:hello@socialnerds.org
- title: about
url: /about

View File

@ -1,8 +1,8 @@
- name: "E-Mail - excelsior.socialnerds.org" - name: "Mail server - excelsior.socialnerds.org"
url: https://excelsior.socialnerds.org url: https://excelsior.socialnerds.org
- name: "ownCloud - cloud.socialnerds.org" - name: "ownCloud - socialnerds.org/cloud"
url: https://cloud.socialnerds.org url: https://www.socialnerds.org/cloud
- name: "Git - socialg.it" - name: "Git - socialg.it"
url: https://socialg.it url: https://socialg.it

View File

@ -6,7 +6,7 @@ layout: default
<div class="about"> <div class="about">
<a class="about__back" href="/">&lt;-- back</a> <a class="about__back" href="/">&lt;-- back</a>
<h1 class="about__title">About Me:</h1> <h1 class="about__title">About:</h1>
<div class="about__content"> <div class="about__content">
{{ content }} {{ content }}
</div> </div>

View File

@ -1,6 +0,0 @@
---
layout: post
title: The new socialnerds.org
---
This is some sample content.

View File

@ -2,4 +2,4 @@
layout: about layout: about
--- ---
socialnerds.org connects a couple of nerds (who do also exist in a social “real life” environment) doing interesting stuff like writing code, playing around with hardware, getting to know the latest operating systems, gaming old classics and doing whatever is fun doing with a computer (or something similar). [socialnerds.org](/) connects a couple of nerds (who do also exist in a social “real life” environment) doing interesting stuff like writing code, playing around with hardware, getting to know the latest operating systems, gaming old classics and doing whatever is fun doing with a computer (or something similar).

View File

@ -5,12 +5,9 @@ layout: default
{% include header.html %} {% include header.html %}
<div class="portfolio"> <div class="portfolio">
<p> Below you'll find a list of projects we host.
SocialNerds is bla...
</p>
</div> </div>
<div class="portfolio"> <div class="portfolio">
<h1>Projects:</h1> <h1>Projects:</h1>
<ul> <ul>
@ -23,7 +20,7 @@ layout: default
</div> </div>
<div class="blog"> <!--<div class="blog">
<h1>Blog Posts:</h1> <h1>Blog Posts:</h1>
<ul> <ul>
{% for post in site.posts %} {% for post in site.posts %}
@ -32,4 +29,4 @@ layout: default
</li> </li>
{% endfor %} {% endfor %}
</ul> </ul>
</div> </div>-->