Skip to content
Snippets Groups Projects
Verified Commit 4f7090b6 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Cleanup, homepage

parent 4cdbf41e
No related branches found
No related tags found
No related merge requests found
Pipeline #10556 passed
0.6.2
0.6.4
......@@ -63,7 +63,6 @@ sub startup( $self ) {
$self->plugin('authentication', {
autoload_user => 1,
load_user => sub($c, $uid) {
# $c->trace($c->session->{user});
return $c->session->{user};
},
validate_user => sub($c, $user, $pass, $extradata) {
......@@ -109,7 +108,6 @@ sub startup( $self ) {
);
$self->hook( before_render => sub($c, $args) {
# my ($c, $args) = @_;
if ( $c->req->method eq 'OPTIONS' && exists $args->{json} ) {
delete $args->{json};
$args->{status} = 204;
......
......@@ -25,15 +25,15 @@ our %Lexicon = (
'About meet' => 'O mistnosti',
'Add groups' => 'Přidat skupiny',
'Add moderators' => 'Přidat moderatory',
'Add people' => 'Přidat osoby',
'Add people' => 'Přidat hosty',
'Create meet' => 'Vytvořit místnost',
'Delete meet' => 'Smazat místnost',
'Save changes' => 'Uložit změny',
'Configuration' => 'Konfigurace',
'Authorized groups' => 'Opravněné skupiny',
'Authorized persons' => 'Opravněné osoby',
'Authorized persons' => 'Hosté',
'Adding groups' => 'Přidávání skupin',
'Adding people' => 'Přidávání osob',
'Adding people' => 'Přidávání hos',
'Adding moderators' => 'Přidávání moderatorů',
'Moderators' => 'Moderatoři',
'Invites' => 'Pozvánky',
......
public/img/bg/1.jpg

61.4 KiB

public/img/bg/2.jpg

144 KiB

public/img/bg/3.jpg

143 KiB

public/img/motivator/1.jpg

36 KiB

public/img/motivator/2.jpg

56.7 KiB

public/img/motivator/3.jpg

75.4 KiB

public/img/motivator/4.jpg

57.1 KiB

public/img/motivator/5.jpg

66.4 KiB

% layout 'default';
<div class="flex flex-row">
<div class="flex flex-row justify-items-center">
<div class="w-80 mr-4">
<div class="w-80 mr-10">
<figure class="figure">
<img src="/img/bg/2.jpg" alt="" />
<img src="/img/motivator/<%= int(rand(5))+1 %>.jpg" alt="" />
</figure>
</div>
<div>
<h1 class="head-alt-lg">Opravdu bezpečný jitsi</h1>
<h1 class="head-alt-lg text-green-400">Žádní náhodní moderatoři</h1>
<h1 class="head-alt-lg text-violet-400">Všechno je pod kontrolou</h1>
<h1 class="head-alt-lg text-blue-300">Vždy víš kdo tě poslouchá</h1>
<h1 class="head-alt-xl text-red-600">Testovací provoz</h1>
<h1 class="head-alt-xl">Opravdu bezpečný jitsi</h1>
<h1 class="head-alt-xl text-blue-300">Vždy víš kdo tě poslouchá</h1>
<h1 class="head-alt-xl text-green-400">Žádní náhodní moderatoři</h1>
<h1 class="head-alt-lg text-red-600 pt-10">Testovací provoz</h1>
</div>
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment