Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/projects #15

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
_site
.sass-cache
node_modules
node_modules
.idea
10 changes: 10 additions & 0 deletions _projects/400Contacts.com.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: "400Contacts.com"
currentStage: "Released"
projectDescription: "Refugee Mentor Program for jobs"
contactPersonId: "Andreas Weenberg"
targetPlatforms: "Platform"
postalAddress.city: "Uppsala"
postalAddress.country: "Sweden"
---
Refugee Mentor Program for jobs
4 changes: 4 additions & 0 deletions _projects/JustArrived.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
name: "JustArrived"
contactPersonId: "Andreas König"
---
11 changes: 11 additions & 0 deletions _projects/Lingio.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: "Lingio"
currentStage: "Released"
projectDescription: "A fun way of learning languages"
contactPersonId: "Yashar Moradbakhti"
targetPlatforms: "iOS App"
postalAddress.city: "Stockholm"
postalAddress.country: "Sweden"
links: "http://lingio.co"
---
A fun way of learning languages
6 changes: 6 additions & 0 deletions _projects/Refugee-Air.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
name: "Refugee Air"
currentStage: "In progress"
---

Refugee Air is an initiative by a group of action-drivern entrepreneurs and humanitarians. We know how to solve problems and get things done and we want to make a difference right now. We're putting crowd-sourced competencies and our extensive network to work to save lives and drive positive change.
4 changes: 4 additions & 0 deletions _projects/Refugee-Link.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
name: "Refugee Link"
contactPersonId: "David Steadson"
---
11 changes: 11 additions & 0 deletions _projects/Refugee-welcome.se.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: "Refugee-welcome.se"
currentStage: "Released"
contactPersonId: "Fredric Landqvist"
startupDate: "Released"
problemDescription: "Housing/Flat sharing"
postalAddress.city: "Gothenburg"
postalAddress.country: "Sweden"
links: "www.refugee­welcome.se"
---
Housing/Flat sharing
4 changes: 4 additions & 0 deletions _projects/Welcome!.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
name: "Welcome"
contactPersonId: "Emma Rosman"
---
13 changes: 9 additions & 4 deletions _projects/boilerplate.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
name: "Refugee Air"
status: "In progress"
name: "Projectname"
currentStage: "Status"
projectDescription: "Description"
contactPersonId: "by"
postalAddress.city: "Place"
postalAddress.country: "Place"
links: "Website"
targetPlatforms: "Type"
---

Refugee Air is an initiative by a group of action-drivern entrepreneurs and humanitarians. We know how to solve problems and get things done and we want to make a difference right now. We're putting crowd-sourced competencies and our extensive network to work to save lives and drive positive change.
"Description"
2 changes: 1 addition & 1 deletion projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permalink: /projects/
<div class="container">
{% for project in site.projects %}
<h2>{{project.name}}</h2>
<small>{{project.status}}</small>
<small>{{project.currentStage}}</small>
{{project.content}}
{% endfor %}
</div>
Expand Down