server ver
This commit is contained in:
@@ -1,34 +1,34 @@
|
||||
@extends('profilelayout')
|
||||
@section('content')
|
||||
<div class="page-header">
|
||||
<h3>IRC</h3>
|
||||
<h3>IRC/[matrix]</h3>
|
||||
</div>
|
||||
|
||||
<div class="irc-content">
|
||||
<div class="webchat">
|
||||
{{--<div class="webchat">
|
||||
@if(auth()->check())
|
||||
<iframe src="https://webirc.n0xy.net?nick={{Auth::user()->username}}&join=%23w0bm&username={{Auth::user()->username}}"></iframe>
|
||||
@else
|
||||
<iframe src="https://webirc.n0xy.net?join=%23w0bm&"></iframe>
|
||||
@endif
|
||||
</div>
|
||||
<div class="irc-info">
|
||||
</div>--}}
|
||||
<div class="irc-matrix-info">
|
||||
<h5>IRC</h5>
|
||||
<h6>irc.n0xy.net +6697 (ssl only) #w0bm</h6>
|
||||
<p>Don't have a desktop client? Why not join our Network via webirc? <a href="https://webirc.n0xy.net/?join=%23w0bm" target="about_blank">>>webirc.n0xy.net</a></p>
|
||||
<p>More information: <a href="https://n0xy.net">n0xy.net</a></p>
|
||||
<h5>[matrix]</h5>
|
||||
<h6>#w0bm on the [matrix] network</h6>
|
||||
<p><a href="https://matrix.to/#/#!w0bm:f0ck.it?via=f0ck.it&via=matrix.org&via=f0.gg">#!w0bm:f0ck.it</a></p>
|
||||
<p>Alternatively you can use the Element web client hosted at <a href="https://element.f0ck.it">f0ck.it</a> to connect to our channel, it has some modifications to make chatting more comfy: <br><small>Note: Registrations are disabled, you can still use this client with every homeserver you have an account on!</small></p>
|
||||
<ul>
|
||||
<li>w0bm.com Stylesheet</li>
|
||||
<li>Greentexting</li>
|
||||
<li>For the German users: The German translation has been updated to not include genderlanguage bullshit</li>
|
||||
<li>A better notification sound</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@if(auth()->check())
|
||||
<div class="page-header">
|
||||
<h3>Discord</h3>
|
||||
</div>
|
||||
<p>Hello there! Join our Discord and have a nice chat with us!</p>
|
||||
<p>w0bm <a href="/rules">rules</a> apply on the discord aswell also the server language is english.</p>
|
||||
<iframe src="https://discordapp.com/widget?id=743079555379626006&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
|
||||
@else
|
||||
@endif
|
||||
@include('footer')
|
||||
@include('footer')
|
||||
@endsection
|
||||
|
||||
|
Reference in New Issue
Block a user