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

refactor footer's icons and language selector #292

Merged
merged 1 commit into from
Aug 25, 2023
Merged
Show file tree
Hide file tree
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
23 changes: 13 additions & 10 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,26 @@ <h4>{% t footer.newsletter %}</h4>
</div>
<div class="social">
<h4>{% t footer.comm %}</h4>
<ul>
<li><a href="https://discord.gg/TGZPRbRT3Y" target="_blank"><i class="icona-discord"></i></a></li>
<li><a href="https://t.me/firoorg" target="_blank"><i class="icon-telegram"></i></a></li>
<li><a href="https://twitter.com/firoorg" target="_blank"><i class="icon-twitter"></i></a></li>
<li><a href="https://www.facebook.com/firoorg/" target="_blank"><i class="icon-facebook"></i></a></li>
<li><a href="https://www.youtube.com/c/firoorg" target="_blank"><i class="icon-youtube"></i></a></li>
<li><a href="https://www.reddit.com/r/firoproject/" target="_blank"><i class="icon-reddit"></i></a></li>
</ul>
<div class="social-icons">
<a href="https://discord.gg/TGZPRbRT3Y" target="_blank"><img src="/img/site-icons/footer/discord.svg" title="Discord" alt="Discord logo"></a>
<a href="https://t.me/firoorg" target="_blank"><img src="/img/site-icons/footer/telegram.svg" title="Telegram" alt="Telegram logo"></a>
<a href="https://twitter.com/firoorg" target="_blank"><img src="/img/site-icons/footer/twitter.svg" title="Twitter" alt="Twitter logo"></a>
<a href="https://www.facebook.com/firoorg/" target="_blank"><img src="/img/site-icons/footer/facebook.svg" title="Facebook" alt="Facebook logo"></a>
<a href="https://www.youtube.com/c/firoorg" target="_blank"><img src="/img/site-icons/footer/youtube.svg" title="Youtube" alt="Youtube logo"></a>
<a href="https://www.reddit.com/r/firoproject/" target="_blank"><img src="/img/site-icons/footer/reddit.svg" title="Reddit" alt="Reddit logo"></a>
</div>
</div>
</div>
</div>
<div class="row bottom">
<div class="col">
<div href="#" class="dropdown language-change">
<input class="burger-checkdropdown" id="langdrop" type="checkbox" tabindex="0">
<label for="langdrop">{{ site.data.languages.langs.[site.lang] }}
<div class="arrow-down"></div></label>
<label for="langdrop">
<img src="/img/site-icons/footer/language.svg" alt="Language icon">
{{ site.data.languages.langs.[site.lang] }}
<img id="arrow" src="/img/site-icons/footer/down.svg" alt="Clickable arrow">
</label>
<div class="dropdown-content text-center">
{% for lang in site.languages %}
{% unless site.lang == lang %}
Expand Down
146 changes: 34 additions & 112 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,75 +121,6 @@ sup {
url('../fonts/source-sans-pro-v13-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

@font-face {
font-family: 'icons';
src: url('../fonts/icons.eot?10062167');
src: url('../fonts/icons.eot?10062167#iefix') format('embedded-opentype'),
url('../fonts/icons.woff2?10062167') format('woff2'),
url('../fonts/icons.woff?10062167') format('woff'),
url('../fonts/icons.ttf?10062167') format('truetype'),
url('../fonts/icons.svg?10062167#icons') format('svg');
font-weight: normal;
font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "icons";
font-style: normal;
font-weight: normal;
speak: never;

display: inline-block;
text-decoration: inherit;
text-align: center;
font-variant: normal;
text-transform: none;
}

.icon-android:before { content: '\e800'; } /* '' */
.icon-apple:before { content: '\e801'; } /* '' */
.icon-down:before { content: '\e802'; } /* '' */
.icon-facebook:before { content: '\e803'; } /* '' */
.icon-facebook2:before { content: '\e804'; } /* '' */
.icon-github:before { content: '\e805'; } /* '' */
.icon-sourceforge:before { content: '\e807'; } /* '' */
.icon-telegram:before { content: '\e808'; } /* '' */
.icon-twitter:before { content: '\e809'; } /* '' */
.icon-web:before { content: '\e80a'; } /* '' */
.icon-youku:before { content: '\e80b'; } /* '' */
.icon-youtube:before { content: '\e80c'; } /* '' */
.icon-reddit:before { content: '\e80e'; } /* '' */
.icon-desktop:before { content: '\e80f'; } /* '' */
.icon-language:before { content: '\f1ab'; } /* '' */

@font-face {
font-family: 'icon-addon';
src: url('../fonts/icon-addon.eot?99781827');
src: url('../fonts/icon-addon.eot?99781827#iefix') format('embedded-opentype'),
url('../fonts/icon-addon.woff2?99781827') format('woff2'),
url('../fonts/icon-addon.woff?99781827') format('woff'),
url('../fonts/icon-addon.ttf?99781827') format('truetype'),
url('../fonts/icon-addon.svg?99781827#icon-addon') format('svg');
font-weight: normal;
font-style: normal;
}

[class^="icona-"]:before, [class*=" icona-"]:before {
font-family: "icon-addon";
font-style: normal;
font-weight: normal;
speak: never;

display: inline-block;
text-decoration: inherit;
text-align: center;
font-variant: normal;
text-transform: none;
}

.icona-discord:before { content: '\e800'; } /* '' */


a, button {
cursor: pointer;
}
Expand Down Expand Up @@ -3468,30 +3399,21 @@ footer .col:nth-of-type(3) .social h4 {
margin-top: 2rem;
}

footer .social li {
display: inline-block;
margin-right: 0.5rem;
margin-top: 0.5rem;
}

footer .social li i {
display: block;
font-size: 2.5rem;
color: #8c939a;
-webkit-transition: all ease-out .2s;
-moz-transition: all ease-out .2s;
-o-transition: all ease-out .2s;
transition: all ease-out .2s;
line-height: 1;
margin-right: 1rem;
footer .social img {
width: 2.5rem;
}

footer .social li:hover i {
color: #9b1c2e;
footer .social-icons {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 1rem;
}

footer .social svg {

footer .social-icons img:hover {
transform: scale(1.1);
cursor: pointer;
}

footer .row.bottom {
Expand Down Expand Up @@ -3527,27 +3449,25 @@ footer .bottom .col {
background-color: #d3dbe3;
border-radius: 40px;
}
.language-change label:before, .language-change label:after {
content: "";
position: absolute;

.language-change img {
position: relative;
display: inline-block;
vertical-align: middle;
width: 2rem;
}

.language-change label:before {
content: '\f1ab';
font-family: "icons";
font-size: 1.5rem;
left: 1.9rem;
top: 0.2rem;
.language-change img:first-of-type {
padding-right: 0.6rem;
}

.language-change label:after {
color: #7e848a;
font-family: "icons";
font-size: inherit;
content: "\e802";
pointer-events: none;
right: 1.9rem;
top: 0.5rem;
.language-change img:last-of-type {
padding-left: 0.6rem;
}

.language-change img#arrow {
width: 1.5rem;
bottom: 0.1rem;
}

.language-change .dropdown-content {
Expand Down Expand Up @@ -3580,7 +3500,7 @@ footer .bottom .col {
display: block;
}

.language-change input:checked + label:after {
.language-change input:checked + label #arrow {
transform: rotate(180deg);
}

Expand Down Expand Up @@ -3631,7 +3551,7 @@ footer .bottom .col {
max-width: 100%;
text-align: left;
}

}

@media only screen and (max-width: 38rem) {
Expand Down Expand Up @@ -3660,10 +3580,12 @@ footer form button {
margin: 1rem 0 0 0;
}

footer .social li i {
margin-right: 0;
font-size: 2.2rem;
}

@media only screen and (min-width: 48rem) {

footer .social-icons {
width: 80%;
}

}

37 changes: 37 additions & 0 deletions img/site-icons/footer/android.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions img/site-icons/footer/apple.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions img/site-icons/footer/desktop.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions img/site-icons/footer/discord.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions img/site-icons/footer/down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading