Skip to content

Commit 3f430a8

Browse files
author
Christophe Schwyzer
committed
Merge pull request #1 from christopheschwyzer/master
Initial
2 parents 870491e + 0ecf380 commit 3f430a8

37 files changed

+6177
-2
lines changed

404.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: default
3+
title: 404
4+
---
5+
6+
<h1>This was not made in Basel.</h1>

README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
1-
madeinbasel.github.io
1+
Made in Basel
22
=====================
33

4-
http://www.madeinbasel.org
4+
__WORK IN PROGRESS__
5+
6+
http://www.madeinbasel.org - a [Jekyll](http://jekyllrb.com/) powered website, hosted with Github pages.
7+
8+
[Follow on Twitter](https://twitter.com/MadeInBasel).
9+
10+
### Appear
11+
12+
Want to be represented as a Basel based web-project or web-company? Go ahead, and add your logo to the website:
13+
14+
- Fork this project
15+
- Add your logo file (png, svg) to `/img/partner/<your-logo>`
16+
- Add your company info to `_data/partner.yml`
17+
- Make a PR
18+
19+
### Contribute
20+
21+
- Use a PR to fix bugs or to make improvements in usability.
22+
- For additional ideas on how to improve the website please open an issue and describe your proposition.
23+
- For ideas regarding the label, marketing, or similar, please contact me via email: [email protected].

_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name: Made in Basel
2+
markdown: redcarpet
3+
pygments: true

_data/meetups.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
- name: Webilea
2+
link: http://www.meetup.com/webilea/
3+
description: The event series Webilea powered by i-net offers a platform for web developers, users, IT entrepreneurs, researchers and other web pioneers in the area of Northwestern Switzerland to exchange experiences and find synergies.
4+
5+
- name: Basel.js
6+
link: http://www.meetup.com/basel-js/
7+
description: Its heating up. Browsers are getting mature with very good support for javascript. Application logic is moving into the browsers. Where is this all going? Shall we geek-out?
8+
9+
- name: Coding Sessions Basel
10+
link: http://www.meetup.com/Coding-Sessions-Basel/
11+
description: This group is targeted at people that enjoy programming and anyone that would like to learn it.
12+
13+
- name: $foobar
14+
link: http://www.meetup.com/foobar/
15+
description: Monthly Drinkup for Web Developers in Basel.

_data/partner.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- name: Cargo Media AG
2+
link: http://cargomedia.ch
3+
imgSrc: cargomedia.png

_layouts/default.html

Lines changed: 349 additions & 0 deletions
Large diffs are not rendered by default.

css/lesshat.less

Lines changed: 2854 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)