Compare commits
7 Commits
cf4ed30ea8
...
stable
| Author | SHA1 | Date | |
|---|---|---|---|
| 0c67ea4f3a | |||
|
|
99387d340b | ||
|
|
7967c64443 | ||
|
|
c2debad429 | ||
|
|
ffe6118fda | ||
|
|
f0f20f28b6 | ||
|
|
85de752124 |
@@ -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
@@ -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 {
|
||||||
|
|||||||
35
index.html
35
index.html
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user