Skip to content

Commit

Permalink
style: [#3376] favicon and social panel
Browse files Browse the repository at this point in the history
  • Loading branch information
jarekzet committed Jan 27, 2025
1 parent b82db14 commit 550961b
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 7 deletions.
Binary file modified app/assets/images/favicon-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/assets/images/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions app/assets/images/socials-bsky.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 app/assets/images/socials-linkedin.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 app/assets/images/socials-mail.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 app/assets/images/socials-youtube.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions app/assets/images/socials-zenodo.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 app/assets/stylesheets/_ref_designsystem.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ li {
a {
color: $palette-gray-80;

img {
max-width: 25px;
height: auto;
}

&:hover {
opacity: 0.7;
}
Expand Down
19 changes: 12 additions & 7 deletions app/views/layouts/_sections.html.haml
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
.social-wrapper
%ul
%li
= mail_to "contact@eosc-portal.eu", subject: "EOSC Portal" do
%i.fa.fa-envelope
= link_to "https://www.linkedin.com/company/eosc-beyond/" do
= image_tag "socials-linkedin.svg", alt: "Linkedin"
%li
= link_to "https://twitter.com/eoscportal" do
%i.fab.fa-twitter
= link_to "https://www.youtube.com/channel/UCWj5vLL8OJ7I8fRPW3eTzDQ" do
= image_tag "socials-youtube.svg", alt: "youtube"
%li
= link_to "https://www.youtube.com/playlist?index=1&list=UUHsaUFy5LJ3rJ28qDg2StGA&playnext=1" do
%i.fab.fa-youtube

= link_to "https://bsky.app/profile/eosc-beyond.bsky.social" do
= image_tag "socials-bsky.svg", alt: "bsky"
%li
= link_to "https://zenodo.org/communities/eoscbeyond" do
= image_tag "socials-zenodo.svg", alt: "zenodo"
%li
= mail_to "[email protected]", subject: "EOSC Portal" do
= image_tag "socials-mail.svg", alt: "email"
%nav
%eosc-common-main-header.common-header{ username: current_user.present? ? current_user.full_name : "",
"profile-links": eosc_commons_profile_links,
Expand Down

0 comments on commit 550961b

Please sign in to comment.