diff --git a/index.html b/index.html index 87ad93b..d474eb4 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,25 @@ + wholesome haus + - -

more to come soon

+

wholesome haus

+

a community for hackers who want an alternative to the corporate driven technoscape that currently exists.

+

we have a few services that we run:

+ + currently these are invite only services (so to not let things get too crazy), but please feel free to get in touch. + +

contact

+ if you feel compelled, reach out to dominik + diff --git a/wholesome.css b/wholesome.css new file mode 100644 index 0000000..9e3cce2 --- /dev/null +++ b/wholesome.css @@ -0,0 +1,6 @@ +body { + font-family: monospace; + background: #b3ffba; + max-width: 50em; + margin: auto; +}