Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Left align footer and capitalize item #4690

Merged
merged 2 commits into from
Jul 31, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions app/templates/components/footer-main.hbs
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<div class="ui center aligned container">
<div class="ui stackable inverted divided grid">
<div class="four wide column">
<div class="ui inverted link list">
<div class="ui left aligned container inverted link list">
<strong class="item">{{t 'Use'}} {{this.settings.appName}}</strong>
<a class="item" href="https://support.eventyay.com" target="_blank" rel="noopener noreferrer">{{t 'How it Works'}}</a>
<a class="item" href="https://support.eventyay.com/pricing" rel="noopener noreferrer">{{t 'Pricing'}}</a>
<a class="item" href="https://blog.fossasia.org/tags/open-event" rel="noopener noreferrer">{{t 'Event Blog'}}</a>
</div>
</div>
<div class="four wide column">
<div class="ui inverted link list">
<div class="ui left aligned container inverted link list">
<strong class="item">{{t 'Plan Events'}}</strong>
<a class="item" href="https://support.eventyay.com/online-registration" target="_blank" rel="noopener noreferrer">
{{t 'Online Registration'}}
@@ -23,7 +23,7 @@
</div>
</div>
<div class="four wide column">
<div class="ui inverted link list">
<div class="ui left aligned container inverted link list">
<strong class="item">{{t 'Find Events'}}</strong>
<a class="item" href="{{href-to 'explore'}}" target="_blank" rel="noopener noreferrer">
{{t 'Browse Local Events'}}
@@ -38,8 +38,8 @@
</div>

<div class="four wide column">
<div class="ui inverted link list">
<strong class="item">{{t 'Connect with us'}}</strong>
<div class="ui left aligned container inverted link list">
<strong class="item">{{t 'Connect With Us'}}</strong>
{{#if this.socialLinks.supportUrl}}
<a class="item" href="{{this.socialLinks.supportUrl}}" target="_blank" rel="noopener noreferrer">
<i class="info icon"></i> {{t 'Blog'}}