Commit Graph

9 Commits (stable)

Author SHA1 Message Date
Ilja Baert 0c67ea4f3a Remove Jirafeau from list of provided services 2023-01-25 18:28:34 +01:00
Ilja 99387d340b Change French pp Jitsi to Austrian pp Jitsi
From vanecx via pp has internetz matrix room:
> so, on the parley website, https://parley.be/welcome/#two refers to the french jitsi instance. But this instance has been shut down a little while ago for reasons unknown to me. But the good news is that the Austrian pirates have their own jitsi instance, so it's a simple case of replacing "French" by "Austrian" and update the link to this one: https://meet.piratenpartei.at/
2022-04-25 13:06:25 +02:00
Ilja 7967c64443 Remove hextris
I noticed that hextris did calls to twitter and others. This isn't in line with what Parley wants to represent.
Maybe another game can be added, but this is just the removal.
2020-11-06 21:18:25 +01:00
root c2debad429 Make a bit more explicit that instances on fedi all have their own rules and values, not all are the same as ppbe 2020-08-16 17:40:34 +02:00
Ilja ffe6118fda Make text less transparant for readability
* The text in general went from 0.55 to 0.75
* The non-active navigation went from 0.35 to 0.55
* The non-active :hoover navigation went from 0.55 to 0.75 (which is the same as the active navigation text)
* The text in the footer went from 1.5 to 3.5
2020-07-20 13:07:13 +02:00
Ilja f0f20f28b6 Make loading work properly again
When making the page work without JS I removed a class from the body which made loading the page change behaviour.
I have added a line in javascript to add the class back. It will load before the rest of the javascript gets loaded.
It works as intended again.

I also removed a css file that shouldn't have been in the initial commit.
2020-07-20 12:49:27 +02:00
Ilja 85de752124 Add Source Code link
* I added a link to the source code in the footer
    * It opens in a new page because that's consistent with the rest of the site
* I also added a section for contributors to the README.md with where they can contact us via mail or via matrix
2020-07-18 14:08:08 +02:00
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
Ilja fb0d4fa41d Initial commit
* This is the unmodified theme we start with for the new landing page for https://parley.be
* The theme can be found at https://html5up.net/hyperspace
2020-07-17 21:26:24 +02:00