Skip to content

Commit

Permalink
feat: replace banner (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio authored Sep 28, 2022
1 parent 5c2077c commit f147241
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 12 deletions.
4 changes: 2 additions & 2 deletions lang/en/banner.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

return [

'internal' => 'A Code for Romania solution.',
'external' => 'Website built with Website Factory: :edition, a solution developed by Code for Romania.',
'internal' => 'A Commit Global solution.',
'external' => 'Website built with Website Factory: :edition, a solution developed by Commit Global.',

'edition' => [
'primarie' => 'Primărie',
Expand Down
4 changes: 2 additions & 2 deletions lang/ro/banner.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

return [

'internal' => 'O soluție Code for Romania.',
'external' => 'Website construit cu Website Factory: :edition, soluție dezvoltată de Asociația Code for Romania.',
'internal' => 'O soluție Commit Global.',
'external' => 'Website construit cu Website Factory: :edition, soluție dezvoltată de Commit Global.',

'edition' => [
'primarie' => 'Primărie',
Expand Down
4 changes: 2 additions & 2 deletions lang/ru/banner.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

return [

'internal' => 'Продукт Code for Romania.',
'external' => 'Веб-сайт создан с помощью Website Factory: :edition, решения, разработанного Code for Romania.',
'internal' => 'Продукт Commit Global.',
'external' => 'Веб-сайт создан с помощью Website Factory: :edition, решения, разработанного Commit Global.',

'edition' => [
'primarie' => 'Primărie',
Expand Down
4 changes: 2 additions & 2 deletions lang/uk/banner.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

return [

'internal' => 'Продукт Code for Romania.',
'external' => 'Веб-сайт, створений за допомогою Website Factory: :edition, рішення, розроблене Code for Romania.',
'internal' => 'Продукт Commit Global.',
'external' => 'Веб-сайт, створений за допомогою Website Factory: :edition, рішення, розроблене Commit Global.',

'edition' => [
'primarie' => 'Primărie',
Expand Down
1 change: 1 addition & 0 deletions resources/svg/commitglobal-sm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions resources/svg/commitglobal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions resources/views/components/site/banner.blade.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<aside class="bg-gray-100">
<div class="container py-3">
<div class="container flex py-3">
<a
href="https://www.code4.ro"
href="https://www.commitglobal.org"
target="_blank"
rel="noopener"
class="inline-flex flex-wrap items-center text-sm gap-x-6 gap-y-3 sm:flex-nowrap hover:text-blue-600 focus:text-blue-600 focus:outline-0 hover:underline focus:underline">
class="flex items-center w-auto gap-3 text-sm hover:text-blue-600 focus:text-blue-600 focus:outline-0 hover:underline focus:underline">

<x-icon-code4 class="h-6 shrink-0" />
<x-icon-commitglobal class="h-6 sm:h-8 shrink-0" />

<span>{{ $text }}</span>
</a>
Expand Down

0 comments on commit f147241

Please sign in to comment.