nolog branding
This commit is contained in:
parent
76e84a2d22
commit
ebe33f2f18
4 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>Croodle</title>
|
||||
<title>decide.nolog.cz</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="referrer" content="no-referrer">
|
||||
|
@ -26,7 +26,7 @@
|
|||
|
||||
<noscript>
|
||||
<nav class="cr-navbar navbar navbar-dark">
|
||||
<h1 class="cr-logo">Croodle</h1>
|
||||
<h1 class="cr-logo">decide.nolog.cz</h1>
|
||||
</nav>
|
||||
|
||||
<main role="main" class="container cr-main">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<HeadLayout />
|
||||
|
||||
{{title "Croodle"}}
|
||||
{{title "Decide - nolog.cz"}}
|
||||
|
||||
<nav class="cr-navbar navbar navbar-dark">
|
||||
<h1 class="cr-logo">
|
||||
<LinkTo @route="index" class="navbar-brand">
|
||||
Croodle
|
||||
decide.nolog.cz
|
||||
</LinkTo>
|
||||
</h1>
|
||||
<div class="collapse" id="headerNavbar">
|
||||
|
|
|
@ -110,7 +110,7 @@ index:
|
|||
have-a-try: 'Začít'
|
||||
hoster:
|
||||
title: 'Hostuj vlastní Croodle:'
|
||||
text: 'Nemusíš věřit tomuhle Croodlu. Croodle je zadarmo a můžeš si ho nainstalovat na vlastní server. Software a tipy pro instalaci najdeš tady: {gitHubLink}.'
|
||||
text: 'Nemusíš věřit tomuhle Croodlu. Croodle je zadarmo a můžeš si ho nainstalovat na vlastní server. Software a tipy pro instalaci najdeš tady: {gitHubLink}. <br/><br/>Tento croodle je hostovaný na serverech kolektivu <a href="https://nolog.cz">NoLog.cz</a>'
|
||||
modal:
|
||||
save-retry:
|
||||
title: 'Uložení selhalo.'
|
||||
|
|
|
@ -110,7 +110,7 @@ index:
|
|||
have-a-try: 'Try it now'
|
||||
hoster:
|
||||
title: 'Host your own Croodle:'
|
||||
text: 'You don’t have to trust this Croodle. Croodle is a free software and you can install it on your own server. You only need some mega byte server space, PHP and SSL-encryption. The software and tips for installation are here: {gitHubLink}.'
|
||||
text: 'You don’t have to trust this Croodle. Croodle is a free software and you can install it on your own server. You only need some mega byte server space, PHP and SSL-encryption. The software and tips for installation are here: {gitHubLink}. <br/><br/>This croodle is hosted by <a href="https://nolog.cz">NoLog.cz</a> collective'
|
||||
modal:
|
||||
save-retry:
|
||||
title: 'Saving failed.'
|
||||
|
|
Loading…
Reference in a new issue