You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

328 lines
12 KiB
HTML

---
title: Home
---
<section class="hero is-fullheight is-bold">
<div class="hero-body">
<div class="container">
<div class="columns is-vcentered">
<div class="column is-6">
<h1 class="title is-1 is-bold is-spaced">
Welcome to Aurore
</h1>
<h2 class="subtitle is-5 is-muted">
Aurore is a non-profit organization managed by
students of the Paris-Saclay University.
We strive to provide high-speed wired and Wi-Fi Internet coverage
to students for 50€ per year,
as well as access to many web services.
</h2>
<p>
<a class="button is-medium has-text-weight-bold is-success mb-1" href="{{< ref "register" >}}">
Register
</a>
<a class="button is-medium has-text-weight-bold is-info mb-1" href="{{< ref "faq" >}}">
Need help ?
</a>
<a class="button is-medium has-text-weight-bold is-info mb-1" href="{{< ref "contact" >}}">
Contact Us
</a>
</p>
</div>
<div class="column is-5 is-offset-1 has-text-centered">
{{< figure src="../images/logo.svg" class="mx-6" alt="logo Aurore" >}}
<p>
With the support of:
<a href="https://www.crous-versailles.fr/" target="_blank"><img class="logo-small" src="../images/logo_crous.png" alt="CROUS Versailles logo"/></a>
<a href="https://www.universite-paris-saclay.fr/" target="_blank"><img class="logo-small" src="../images/logo_ups.svg" alt="Paris-Saclay University logo"/></a>
</p>
</div>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="has-text-centered pb-5">
<h2 class="title is-2">The services</h2>
<h3 class="subtitle has-text-grey-lighter">that Aurore provides to its members</h3>
<div class="divider is-centered"></div>
</div>
<div class="columns is-multiline is-mobile has-text-centered">
<div class="column is-half-mobile is-half-tablet is-one-quarter-desktop">
<div class="feature-card">
<div class="card-title">
<h4>Wired Internet</h4>
</div>
<div class="card-icon">
{{< figure src="../images/feature/cable.svg" title="" alt="logo wired internet" >}}
</div>
<div class="card-text">
<p>1Gb/s symetric bandwidth with IPv6 support</p>
</div>
<a class="stretched-link" href="{{< ref "connection" >}}" title="Wired Internet"></a>
</div>
</div>
<div class="column is-half-mobile is-half-tablet is-one-quarter-desktop">
<div class="feature-card">
<div class="card-title">
<h4>Wi-Fi coverage</h4>
</div>
<div class="card-icon">
{{< figure src="../images/feature/wifi.svg" title="" alt="logo wifi internet" >}}
</div>
<div class="card-text">
<p>Wi-Fi in 5 CROUS dormatories and FedeRez Wi-Fi</p>
</div>
<a class="stretched-link" href="{{< ref "connection" >}}" title="Wi-Fi coverage"></a>
</div>
</div>
<div class="column is-half-mobile is-half-tablet is-one-quarter-desktop">
<div class="feature-card">
<div class="card-title">
<h4>NextCloud</h4>
</div>
<div class="card-icon">
{{< figure src="../images/feature/nextcloud.svg" title="" alt="logo nextcloud" >}}
</div>
<div class="card-text">
<p>Life-time 30Go cloud storage</p>
</div>
<a class="stretched-link" href="https://nextcloud.auro.re/" title="NextCloud"></a>
</div>
</div>
<div class="column is-half-mobile is-half-tablet is-one-quarter-desktop">
<div class="feature-card">
<div class="card-title">
<h4>Jitsi</h4>
</div>
<div class="card-icon">
{{< figure src="../images/feature/jitsi.svg" title="" alt="logo jitsi" >}}
</div>
<div class="card-text">
<p>Simple and easy video-conferencing</p>
</div>
<a class="stretched-link" href="https://jitsi.auro.re/" title="Jitsi"></a>
</div>
</div>
<div class="column is-half-mobile is-half-tablet is-one-quarter-desktop">
<div class="feature-card">
<div class="card-title">
<h4>Gitea</h4>
</div>
<div class="card-icon">
{{< figure src="../images/feature/gitea.svg" title="" alt="logo gitea" >}}
</div>
<div class="card-text">
<p>Software development platform</p>
</div>
<a class="stretched-link" href="https://gitea.auro.re/" title="Gitea"></a>
</div>
</div>
<div class="column is-half-mobile is-half-tablet is-one-quarter-desktop">
<div class="feature-card">
<div class="card-title">
<h4>Matrix server</h4>
</div>
<div class="card-icon">
{{< figure src="../images/feature/matrix.svg" title="" alt="logo matrix" >}}
</div>
<div class="card-text">
<p>Secure and federated instant messaging</p>
</div>
<a class="stretched-link" href="https://element.auro.re/" title="Matrix server"></a>
</div>
</div>
<div class="column is-half-mobile is-half-tablet is-one-quarter-desktop">
<div class="feature-card">
<div class="card-title">
<h4>MiniFlux</h4>
</div>
<div class="card-icon">
{{< figure src="../images/feature/miniflux.svg" title="" alt="logo RSS" >}}
</div>
<div class="card-text">
<p>RSS feed reader</p>
</div>
<a class="stretched-link" href="https://rss.auro.re/" title="MiniFlux"></a>
</div>
</div>
<div class="column is-half-mobile is-half-tablet is-one-quarter-desktop">
<div class="feature-card">
<div class="card-title">
<h4>HedgeDoc</h4>
</div>
<div class="card-icon">
{{< figure src="../images/feature/hedgedoc.svg" title="" alt="logo hedgedoc" >}}
</div>
<div class="card-text">
<p>Collaborative document editor in Markdown</p>
</div>
<a class="stretched-link" href="https://codimd.auro.re/" title="HedgeDoc"></a>
</div>
</div>
<div class="column is-half-mobile is-half-tablet is-one-quarter-desktop">
<div class="feature-card">
<div class="card-title">
<h4>Etherpad</h4>
</div>
<div class="card-icon">
{{< figure src="../images/feature/etherpad.svg" title="" alt="logo etherpad" >}}
</div>
<div class="card-text">
<p>Collaborative note taking</p>
</div>
<a class="stretched-link" href="https://pad.auro.re/" title="Etherpad"></a>
</div>
</div>
<div class="column is-half-mobile is-half-tablet is-one-quarter-desktop">
<div class="feature-card">
<div class="card-title">
<h4>PrivateBin</h4>
</div>
<div class="card-icon">
{{< figure src="../images/feature/privatebin.svg" title="" alt="logo privatebin">}}
</div>
<div class="card-text">
<p>Secure text sharing</p>
</div>
<a class="stretched-link" href="https://privatebin.auro.re/" title="PrivateBin"></a>
</div>
</div>
<div class="column is-half-mobile is-half-tablet is-one-quarter-desktop">
<div class="feature-card">
<div class="card-title">
<h4>Kanboard</h4>
</div>
<div class="card-icon">
{{< figure src="../images/feature/kanboard.svg" title="" alt="logo kanboard" >}}
</div>
<div class="card-text">
<p>Projects tracking tool</p>
</div>
<a class="stretched-link" href="https://kanboard.auro.re/" title="Kanboard"></a>
</div>
</div>
</div>
<div class="columns is-vcentered">
<div class="column is-narrow is-hidden-touch">
<img src="../images/chat.png" width="200" alt="cat drawn by David Revoy" title="Artwork by David Revoy"/>
</div>
<div class="column">
<p class="is-size-5">
These services are hosted at dormatories of the CROUS of
Versailles and on a dedicated server at OVH.
We are using free software except for the firmwares of our HPE and
Ubiquiti machines.
We are only collecting data that is required for the operation of the
services (we don't sell them!), for our regulatory compliance or
for anonymized statistics that are
<a href="https://grafana.auro.re">publicly available</a>.
We are backuping our services on a regular schedule.
Our technical documentation is available at
<a href="https://wiki.auro.re">our wiki</a>.
If you feel like a service is missing, you can contact us.
We are also providing public IPv4 addresses to members paying our
Internet connection if you need one.
</p>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="has-text-centered pb-5">
<h2 class="title is-2">Locations</h2>
<h3 class="subtitle has-text-grey-lighter">where Aurore is present</h3>
<div class="divider is-centered"></div>
</div>
<div class="has-text-centered">
<a href="https://umap.openstreetmap.fr/en/map/aurore_675973">
<img src="../images/map.jpg" alt="Map of university domain with residences where Aurore is present" />
</a>
<p class="is-size-5">
We are also peering with
<a href="https://www.crans.org/">the Crans</a> (ENS Paris-Saclay),
<a href="https://www.rezel.net/">Rezel</a> (Télécom Paris) and
<a href="https://viarezo.fr/">ViaRézo</a> (CentraleSupélec).
</p>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="has-text-centered pb-5">
<h2 class="title is-2">Collectives</h2>
<h3 class="subtitle has-text-grey-lighter">of which Aurore is a member</h3>
<div class="divider is-centered"></div>
</div>
<div class="columns is-multiline is-mobile has-text-centered is-centered">
<div class="column is-half-mobile is-half-tablet is-one-quarter-desktop">
<div class="feature-card">
<div class="card-title">
<h4>FedeRez</h4>
</div>
<div class="card-icon">
{{< figure src="../images/federez.png" title="" alt="Logo of FedeRez" >}}
</div>
<div class="card-text">
<p>Federation of student network associations</p>
</div>
<a class="stretched-link" href="https://federez.net" title="Website of FedeRez"></a>
</div>
</div>
<div class="column is-half-mobile is-half-tablet is-one-quarter-desktop">
<div class="feature-card">
<div class="card-title">
<h4>FFDN</h4>
</div>
<div class="card-icon">
{{< figure src="../images/ffdn.svg" title="" alt="Logo of FFDN" >}}
</div>
<div class="card-text">
<p>Federation of ISP associations</p>
</div>
<a class="stretched-link" href="https://ffdn.org" title="Website of FFDN"></a>
</div>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<article class="message is-info">
<div class="message-header is-size-5">
<h2 style="font-weight: bold">Want to help ?</h2>
</div>
<div class="message-body is-size-5">
If you want to discover what is happenning behind the scene,
whether it is the administrative management
of a large-scale organization or the technical management of the
infrastructure, you are welcome to join us.
There is no particular knowledge required to begin, but if you join us,
you will have the opportunity to learn a lot.
The easiest way to get started is to
<a href="{{< ref "contact" >}}">contact us</a>. See you soon!
</div>
</article>
</div>
</section>