changed a little bit the wording in about
parent
75fb88e3cf
commit
72eb976aba
33
index.html
33
index.html
|
@ -2,28 +2,13 @@
|
|||
layout: default
|
||||
nav_pill: home
|
||||
---
|
||||
<p>
|
||||
<img src="/assets/img/banner.svg" alt="onFOSS Logo">
|
||||
</p>
|
||||
<h1>About onFOSS</h1>
|
||||
<p>
|
||||
onFOSS is an online, "Free (as Freedom) and Open Source" LAN-Party.
|
||||
The goal is to get people together, enjoying the
|
||||
art of computer games and having a great time in these days. The FOSS
|
||||
community is a place of being open minded and acceptance to all
|
||||
different kinds of people with the focus of fully transparent systems
|
||||
and protecting individuals. So it does not matter if you are on Windows,
|
||||
Mac or Linux and it is also NOT necessary to have a PC MASTERRACE setup
|
||||
to run those games.
|
||||
</p>
|
||||
<p>This concept was originally started at <a target="_blank" href="https://hribhrib.at/">hribhrib.at</a></p>
|
||||
<h1>Next event</h1>
|
||||
<!--https://talk.jekyllrb.com/t/site-time-tomorrow/6658-->
|
||||
{% assign sitetime = site.time | date: "%FT%T" %}
|
||||
{% assign upcoming = site.data.events | where_exp: "item", "item.date >= sitetime" | last %}
|
||||
{% if upcoming %}
|
||||
<h4 class="eventdate" data-event-datetime="{{ upcoming.date }}">{{ upcoming.date | date: "%A %e %B %Y, %R" }} UTC</h4>
|
||||
<p>See <a href="schedule.html">schedule</a> for more information and <a target="_blank" href="https://play.onfoss.org">play.onFOSS.org</a> for details during the event.</p>
|
||||
<p>See <a href="schedule.html">schedule</a> for more information and for details during the event <a target="_blank" href="https://play.onfoss.org">play.onFOSS.org</a>.</p>
|
||||
<h4>Live streaming</h4>
|
||||
<iframe
|
||||
src="https://live.hribhrib.at/embed/video"
|
||||
|
@ -36,6 +21,22 @@ nav_pill: home
|
|||
{% else %}
|
||||
<p>No next event has been scheduled yet.</p>
|
||||
{% endif %}
|
||||
<p>
|
||||
<img src="/assets/img/banner.svg" alt="onFOSS Logo">
|
||||
</p>
|
||||
<h1>About onFOSS</h1>
|
||||
<p>
|
||||
onFOSS is an online, "Free (as Freedom) and Open Source" LAN-Party-like event.
|
||||
The goal is to get people together, enjoying the
|
||||
art of computer games and having a great time in these days. The FOSS
|
||||
community is a place of being open minded and acceptance to all
|
||||
different kinds of people with the focus of fully transparent systems
|
||||
and protecting individuals. So it does not matter if you are on Windows,
|
||||
Mac or Linux and it is also NOT necessary to have a PC MASTERRACE setup
|
||||
to run those games.
|
||||
</p>
|
||||
<p>This concept was originally started at <a target="_blank" href="https://hribhrib.at/">hribhrib.at</a></p>
|
||||
|
||||
<h1 id="communication">Communication</h1>
|
||||
<p>We use Mumble voice chat on <a href="mumble://hribhrib.at">mumble://hribhrib.at</a>. It is the main mode of cummunication during the event.</p>
|
||||
<p>We also have regular text chat for any time use. You can choose the protocol you like and the program you like, they all point to the same thing in the end</p>
|
||||
|
|
Loading…
Reference in New Issue