Skip to content

Commit

Permalink
Translations in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
PavlosIsaris committed Dec 18, 2024
1 parent b3ab860 commit da45e5c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
8 changes: 4 additions & 4 deletions resources/views/home/partials/ecas/footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
<div class="row">
<div class="col-md-4 col-sm-12">
<div class="footer-grp">
<h3>ECAS Crowdsourcing Platform</h3>
<h3>ECAS Crowd-sourcing Platform</h3>
<div>
<a href="#about">About</a>
<a href="#about">{{ __('common.about_us') }}</a>
</div>
<div>
<a href="#features">Features</a>
<a href="#features">{{ __('common.features') }}</a>
</div>
<div>
<a href="#projects">{{ __('common.crowd_sourcing_campaigns') }}</a>
</div>
<div>
<a href="https://ecas.org/about-us/" target="_blank">About us</a>
<a href="https://ecas.org/about-us/" target="_blank">About SciFY</a>
</div>
<div>
<a href="{{ route('codeOfConduct') }}" target="_blank">Code of Conduct</a>
Expand Down
10 changes: 4 additions & 6 deletions resources/views/home/partials/together/footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,19 @@
<div class="footer-grp">
<h3><b>"Together"</b> Crowdsourcing Platform</h3>
<div>
<a href="#about">About</a>
<a href="#about">{{ __('common.about_us') }}</a>
</div>
<div>
<a href="#features">Features</a>
<a href="#features">{{ __('common.features') }}</a>
</div>
<div>
<a href="#projects">{{ __('common.crowd_sourcing_campaigns') }}</a>
</div>
<div>
<a href="https://www.scify.gr/site/en/who-we-are/scify" target="_blank">About us</a>
</div>
<div><a href="https://www.scify.gr/site/en/impact-areas-en" target="_blank">Impact Areas</a>
<a href="https://scify.org/en" target="_blank">About SciFY</a>
</div>
<div>
<a href="{{ route('terms.privacy') }}" target="_blank">Platform Privacy Policy</a>
<a href="{{ route('terms.privacy') }}" target="_blank">{{ __('common.terms_privacy') }}</a>
</div>
<div>
<a href="javascript:void(0);" onclick="toggleCookieBanner()">Cookies Preferences</a>
Expand Down

0 comments on commit da45e5c

Please sign in to comment.