+++ /dev/null
-{% extends "../base.html" %}
-
-{% block title %}{{ _("Chat") }}{% end block %}
-
-{% block container %}
- <section>
- <div class="container">
- <div class="row">
- <div class="col col-lg-6">
- <h1 class="display-2">{{ _("Chat") }}</h1>
-
- <p>
- You can join a live chat with fellow IPFire users and developers
- </p>
- </div>
- </div>
- </div>
- </section>
-
- <section class="inverse">
- <div class="container">
- <h4 class="mb-5">XMPP</h4>
-
- <p>
- For chat, we use XMPP (also known as the Jabber Protocol).
- </p>
-
- <p>
- To join our chat room, point your XMPP client to:
- <a href="xmpp:ipfire@conference.ipfire.org?join">ipfire@conference.ipfire.org</a>
- </p>
- </div>
- </section>
-{% end block %}
</div>
</section>
+ <section class="inverse">
+ <div class="container">
+ <div class="row justify-content-between">
+ <div class="col-12 col-md-7">
+ <h1>{{ _("Documentation") }}</h1>
+
+ <p>
+ The IPFire Wiki is the prime resource for everything
+ you need to know about IPFire.
+ There is almost nothing that cannot be found there.
+ </p>
+
+ <p>
+ The wiki is written by the community.
+ Everyone can join and improve it.
+ </p>
+
+ <a class="btn btn-primary" href="https://wiki.ipfire.org/">
+ {{ _("Go to Wiki") }}
+ </a>
+ </div>
+
+ <div class="col-12 col-md-3 d-flex align-items-center justify-content-center justify-content-md-end">
+ <i class="fas fa-pen-alt icon-large my-5"></i>
+ </div>
+ </div>
+ </div>
+ </section>
+
+ <section>
+ <div class="container">
+ <div class="row justify-content-between">
+ <div class="col-12 col-md-3 d-flex align-items-center justify-content-center justify-content-md-start">
+ <span class="fas fa-hands-helping icon-large my-5"></span>
+ </div>
+
+ <div class="col-12 col-md-7">
+ <h1>{{ _("Community") }}</h1>
+
+ <p>
+ Talk to the IPFire Community on our community portal.
+ </p>
+
+ <p>
+ Ask about how to get started with IPFire, how you can
+ contribute to the project, and what else you always
+ wanted to know about IPFire...
+ </p>
+
+ <a class="btn btn-secondary" href="https://community.ipfire.org/">
+ {{ _("Go to Community") }}
+ </a>
+ </div>
+ </div>
+ </div>
+ </section>
+
<section class="inverse">
<div class="container">
<div class="row justify-content-between flex-md-row-reverse">
alt="{{ _("Lightning Wire Labs") }}">
</div>
- <div class="col-12 col-md-6">
+ <div class="col-12 col-md-7">
<h1>{{ _("Get Professional Support") }}</h1>
<p>
of IPFire.
</p>
- <a class="btn btn-lwl mb-5" href="https:////www.lightningwirelabs.com">
+ <a class="btn btn-lwl mb-5" href="https://www.lightningwirelabs.com/">
{{ _("Go to Website") }}
</a>
</div>
<section>
<div class="container">
- <h4 class="mb-5">{{ _("Further Resources") }}</h4>
-
- <div class="card-deck">
- <div class="card">
- <div class="card-body d-flex flex-column">
- <h5 class="card-title">{{ _("Documentation") }}</h5>
-
- <p>
- The knowledge base that has everything about IPFire
- </p>
-
- <a class="btn btn-primary btn-block mt-auto align-self-end" href="https://wiki.ipfire.org/">
- {{ _("Go to Wiki") }}
- </a>
- </div>
+ <div class="row justify-content-between">
+ <div class="col-12 col-md-3 d-flex align-items-center justify-content-center justify-content-md-start">
+ <span class="fas fa-comments icon-large my-5"></span>
</div>
- <div class="card">
- <div class="card-body d-flex flex-column">
- <h5 class="card-title">{{ _("Forum") }}</h5>
-
- <p>
- The support forums are a great place to ask questions
- </p>
+ <div class="col-12 col-md-7">
+ <h1>{{ _("Chat") }}</h1>
- <a class="btn btn-primary btn-block mt-auto align-self-end" href="https://forum.ipfire.org/">
- {{ _("Go to Forum") }}
- </a>
- </div>
- </div>
-
- <div class="card">
- <div class="card-body d-flex flex-column">
- <h5 class="card-title">{{ _("Chat") }}</h5>
-
- <p>
- Live chat to fellow IPFire users
- </p>
+ <p>
+ You can chat live with other IPFire users and developers.
+ To join our chat room, point your XMPP client to:
+ </p>
- <a class="btn btn-primary btn-block mt-auto align-self-end" href="/chat">
- {{ _("Go to Chat") }}
- </a>
- </div>
+ <a class="btn btn-light" href="xmpp:ipfire@conference.ipfire.org?join">
+ ipfire@conference.ipfire.org
+ </a>
</div>
</div>
</div>