Skip to content

Commit

Permalink
cleanup (footer): design of the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-kerjean committed Jul 12, 2021
1 parent 5516ed3 commit 640f7e0
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 13 deletions.
1 change: 1 addition & 0 deletions _docs/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: documentation
title: Configuration
language: en
order: 3
---

Expand Down
1 change: 1 addition & 0 deletions _docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: documentation
title: Faq
order: 7
language: en
---

## Can I use the local filesystem?
Expand Down
1 change: 1 addition & 0 deletions _docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: documentation
title: Getting started
order: 1
language: en
permalink: /docs/
head:
- <link rel="alternate" href="https://www.filestash.app/docs/" hreflang="en" />
Expand Down
1 change: 1 addition & 0 deletions _docs/install-and-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: documentation
title: Install and upgrade
order: 2
language: en
---

{% include toc.md %}
Expand Down
1 change: 1 addition & 0 deletions _docs/plugin.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: documentation
title: Plugins
language: en
order: 5
---

Expand Down
1 change: 1 addition & 0 deletions _docs/support.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: documentation
title: Support
language: en
order: 6
---

Expand Down
1 change: 1 addition & 0 deletions _docs/tips-and-tricks.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: documentation
title: Tips and tricks
language: en
order: 4
---

Expand Down
33 changes: 22 additions & 11 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
<div id="footer">
<div class="row">
<div class="col-sm-10">
{% if page.language == "en" %}
<div class="flex">
{{ site | tag_cloud }}
<div class="container">
<div class="row">
<div class="col-sm-10">
{% if page.language == "en" %}
<h4>Topics:</h4>
<div class="flex">
{{ site | tag_cloud }}
</div>
{% endif %}
</div>
<div class="col-sm-2">
<img alt="logo" src="https://downloads.filestash.app/brand/logo_footer.svg"/>
</div>
{% endif %}
</div>
<div class="col-sm-2">
<img alt="logo" src="https://downloads.filestash.app/brand/logo_footer.svg"/>
</div>
</div>
</div>

<style>
Expand All @@ -19,21 +23,28 @@
color: #f2f3f5;
padding: 80px 50px 70px;
}
#footer h4 {
font-size: 1.1rem;
color: inherit;
margin: 0 0 10px;
}
#footer img {
height: 50px;
width: 50px;
margin-top: -5px;
}
#footer .flex {
display: flex;
flex-wrap: wrap;
}
#footer .flex a {
display: block;
width: 25%;
width: 33.33%;
color: inherit;
opacity: 0.7;
text-transform: uppercase;
font-size: 0.9rem;
font-size: 0.8rem;
margin-bottom: 10px;
}
#footer .col-sm-2 { text-align: right; }
@media (max-width: 767px){
Expand Down
2 changes: 0 additions & 2 deletions css/landing-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@
margin-bottom: 75px;
text-align: center;
color: var(--secondary);
font-weight: normal;
}
#features .main{
margin-top: 130px;
Expand All @@ -133,7 +132,6 @@
margin: 0 0 15px 0;
text-align: left;
line-height: 1em;
font-weight: normal;
font-size: 1.55em!important;
color: var(--secondary);
text-align: left;
Expand Down

0 comments on commit 640f7e0

Please sign in to comment.