Landing page for https://parley.be
 
 
 
 
Go to file
Ilja cf4ed30ea8 Made the landing page
* Unneeded demo files where removed
* Content was added
* I changed things to make the site work without javascript
    * It still uses javascript, but disabeling javascript made it that text wasn't shown, this isn't the case any more
        * I just removed the class from the body element
        * When opening the site it has a weird "jump" effect instead of comming up. This could be better, but is good enough for now
        * I only removed the class in the html, not from the css or javascript
            * This should also be done, but feels like too much work for now
    * Images didn't properly fit any more when javascript was disabled. This has been fixed with css and there is no distinction anymore between js and non-js
        * This probably means that there is javascript or something that should be removed. I didn't do that
* The "Our Services" section had three shades for the children, but then fell back on the first shade for other sections. It now uses two shades, one for odd children and one for even children
* Changed the README file for the Parley landing page and changed to markdown
2020-07-17 21:29:05 +02:00
assets Made the landing page 2020-07-17 21:29:05 +02:00
images Made the landing page 2020-07-17 21:29:05 +02:00
LICENSE.txt Initial commit 2020-07-17 21:26:24 +02:00
README.md Made the landing page 2020-07-17 21:29:05 +02:00
index.html Made the landing page 2020-07-17 21:29:05 +02:00

README.md

What's this

This is the landing page for Parley.

How to use

This repo only contains static content. Put the files where you want to host them and point your server software (nginx, apache...) to it.

How to update

This depends on how you installed it on the server. If you used git clone <url>, you can simply do git pull and your done. Otherwise optionally remove the current content and overwrite it with the new content.

License

The website and theme are both licensed under a Creative Commons Attribution 3.0 Unported license

Credits