Compare commits

...

7 Commits

Author SHA1 Message Date
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
4 changed files with 15 additions and 3941 deletions

View File

@@ -10,6 +10,10 @@ This repo only contains static content. Put the files where you want to host the
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. 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.
# How to contribute
If you have feedback or want to make changes, feel free to contact us at [ahoy@parley.be](mailto:ahoy@parley.be) or on matrix at [#ppbe-internetz:matrix.org](https://app.element.io/#/room/#ppbe-internetz:matrix.org).
# License # License
The website and theme are both licensed under a [Creative Commons Attribution 3.0 Unported license](https://creativecommons.org/licenses/by/3.0/) The website and theme are both licensed under a [Creative Commons Attribution 3.0 Unported license](https://creativecommons.org/licenses/by/3.0/)

File diff suppressed because it is too large Load Diff

View File

@@ -115,7 +115,7 @@ input, select, textarea {
/* Type */ /* Type */
body, input, select, textarea { body, input, select, textarea {
color: rgba(255, 255, 255, 0.55); color: rgba(255, 255, 255, 0.75);
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
font-size: 16.5pt; font-size: 16.5pt;
font-weight: normal; font-weight: normal;
@@ -3516,7 +3516,7 @@ input, select, textarea {
#footer > .inner .menu { #footer > .inner .menu {
font-size: 0.8em; font-size: 0.8em;
color: rgba(255, 255, 255, 0.15); color: rgba(255, 255, 255, 0.35);
} }
#header + #wrapper + #footer > .inner { #header + #wrapper + #footer > .inner {
@@ -3740,7 +3740,7 @@ input, select, textarea {
-ms-transition: color 0.2s ease; -ms-transition: color 0.2s ease;
transition: color 0.2s ease; transition: color 0.2s ease;
border: 0; border: 0;
color: rgba(255, 255, 255, 0.35); color: rgba(255, 255, 255, 0.55);
display: block; display: block;
font-size: 0.6em; font-size: 0.6em;
font-weight: bold; font-weight: bold;
@@ -3780,7 +3780,7 @@ input, select, textarea {
} }
#sidebar nav a:hover { #sidebar nav a:hover {
color: rgba(255, 255, 255, 0.55); color: rgba(255, 255, 255, 0.75);
} }
#sidebar nav a.active { #sidebar nav a.active {

View File

@@ -12,7 +12,7 @@
<link rel="stylesheet" href="assets/css/main.css" /> <link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript> <noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head> </head>
<body> <body id='body'>
<!-- Sidebar --> <!-- Sidebar -->
<section id="sidebar"> <section id="sidebar">
@@ -57,18 +57,6 @@
</div> </div>
</div> </div>
</section> </section>
<section>
<a href="https://share.parley.be" target="_blank" class="image"><img src="images/pic-share.png" alt="" data-position="25% 25%" /></a>
<div class="content">
<div class="inner">
<h2>Share</h2>
<p>Share can be used to share files. Simply drag and drop a file and choose how long the file should be available. The file will then be uploaded and you'll be given a link to the file that you can then freely share.</p>
<ul class="actions">
<li><a href="https://share.parley.be" target="_blank" class="button">Go to Share ></a></li>
</ul>
</div>
</div>
</section>
<section> <section>
<a href="https://pad.parley.be" target="_blank" class="image"><img src="images/pic-pad.png" alt="" data-position="25% 25%" /></a> <a href="https://pad.parley.be" target="_blank" class="image"><img src="images/pic-pad.png" alt="" data-position="25% 25%" /></a>
<div class="content"> <div class="content">
@@ -93,18 +81,6 @@
</div> </div>
</div> </div>
</section> </section>
<section>
<a href="https://hextris.parley.be" target="_blank" class="image"><img src="images/pic-hextris.jpg" alt="" data-position="25% 25%" /></a>
<div class="content">
<div class="inner">
<h2>Hextris</h2>
<p>Hextris is a fast paced puzzle game. Because a bit of procrastination every now and then is healthy.</p>
<ul class="actions">
<li><a href="https://hextris.parley.be" target="_blank" class="button">Go to Hextris ></a></li>
</ul>
</div>
</div>
</section>
</section> </section>
<!-- Two --> <!-- Two -->
@@ -117,13 +93,13 @@
<span class="icon solid major fa-desktop"></span> <span class="icon solid major fa-desktop"></span>
<h3>Video Conference</h3> <h3>Video Conference</h3>
<h4>Jitsi</h4> <h4>Jitsi</h4>
<p><a href="https://meet.jit.si/" target="_blank">Meet.jit.si</a> is an online video and audio conference platform. You can easily create a room and invite people. There is the option to use video, audio, chat or share your screen or a window. For desktop and laptop you can do all this from the browser, for mobile you'll be redirected to the app store. Meet.jit.si is the server provided by the project and open to use. The French Pirate party has their own instance at <a href="https://jitsi.partipirate.org/" target="_blank">jitsi.partipirate.org</a> and is also open to use.</p> <p><a href="https://meet.jit.si/" target="_blank">Meet.jit.si</a> is an online video and audio conference platform. You can easily create a room and invite people. There is the option to use video, audio, chat or share your screen or a window. For desktop and laptop you can do all this from the browser, for mobile you'll be redirected to the app store. Meet.jit.si is the server provided by the project and open to use. The Austrian Pirate party has their own instance at <a href="https://meet.piratenpartei.at/" target="_blank">meet.piratenpartei.at</a> and is also open to use.</p>
</section> </section>
<section> <section>
<span class="icon solid major fa-users"></span> <span class="icon solid major fa-users"></span>
<h3>Social Networking</h3> <h3>Social Networking</h3>
<h4>PPBE Mastodon</h4> <h4>PPBE Mastodon</h4>
<p><a href="https://mastodon.pirateparty.be/" target="_blank">Mastodon.pirateparty.be</a> is a federated microblogging social network hosted by the Belgian PirateParty, but open to everyone who feels they share the pirate-values and ideas. Because of the nature of federation you are connected through this platform with thousands of other people who can be on their own separate platform. This whole network is called the fediverse. If you don't know where to set up your account on the fediverse, or you don't know where to send people to, mastodon.pirateparty.be is as good a place as any to start.</p> <p><a href="https://mastodon.pirateparty.be/" target="_blank">Mastodon.pirateparty.be</a> is a federated microblogging social network hosted by the Belgian PirateParty, but open to everyone who feels they share the pirate-values and ideas. Because of the nature of federation you are connected through this platform with thousands of other people who can be on their own separate platform with their own rules and values. This whole network is called the fediverse. If you don't know where to set up your account on the fediverse, or you don't know where to send people to, mastodon.pirateparty.be is as good a place as any to start.</p>
</section> </section>
<section> <section>
<span class="icon solid major fa-search"></span> <span class="icon solid major fa-search"></span>
@@ -163,12 +139,15 @@
<footer id="footer" class="wrapper style1-alt"> <footer id="footer" class="wrapper style1-alt">
<div class="inner"> <div class="inner">
<ul class="menu"> <ul class="menu">
<li><a rel="license" href="http://creativecommons.org/licenses/by/3.0/" target="_blank"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/3.0/" target="_blank">Creative Commons Attribution 3.0 Unported License</a>.</li><li>Design: <a href="https://html5up.net/hyperspace" target="_blank">Hyperspace</a> on <a href="http://html5up.net" target="_blank">HTML5 UP</a></li> <li><a rel="license" href="http://creativecommons.org/licenses/by/3.0/" target="_blank"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/3.0/" target="_blank">Creative Commons Attribution 3.0 Unported License</a>.</li>
<li>Design: <a href="https://html5up.net/hyperspace" target="_blank">Hyperspace</a> on <a href="http://html5up.net" target="_blank">HTML5 UP</a></li>
<li><a href="https://dev.parley.be/PPBe/parley_landing_page/" target="_blank">Source Code</a></li>
</ul> </ul>
</div> </div>
</footer> </footer>
<!-- Scripts --> <!-- Scripts -->
<script>document.getElementById('body').classList.add("is-preload");</script>
<script src="assets/js/jquery.min.js"></script> <script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script> <script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script> <script src="assets/js/jquery.scrolly.min.js"></script>