Skip to content

Commit

Permalink
fix lucia team image and link to metadata help
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Nov 8, 2024
1 parent 7a223b8 commit 0497bc5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file added app/assets/images/static/lucia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/helpers/ontologies_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def social_share_link(ont, sharer)
data-sharer='#{sharer.downcase}'
data-title='#{ont.name}'
data-url='#{CGI::escapeHTML($UI_URL + ontology_path(ont.acronym))}'>
#{sharer.downcase.eql?('twitter') ? inline_svg_tag('icons/x', width: '21px', height: '18px') : "<i class=\"fab fa-lg fa-#{sharer.downcase} mt-2\"></i>"}
#{sharer.downcase.eql?('twitter') ? inline_svg_tag('icons/x.svg', width: '21px', height: '18px') : "<i class=\"fab fa-lg fa-#{sharer.downcase} mt-2\"></i>"}
</a>
HTML
.html_safe
Expand Down
2 changes: 1 addition & 1 deletion app/views/static_pages/team.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
%p ilaria.rosati[at]cnr.it
.team-card
%div.team-card-image
%img{alt: 'Lucia Vaira', src: 'https://cdn-djihj.nitrocdn.com/IeGNEtFQTgDNmjBKutlxatJePkfnEidb/assets/images/optimized/rev-e5da706/www.lifewatchitaly.eu/wp-content/uploads/LuciaVaira.jpg'}
%img{alt: 'Lucia Vaira', src: asset_path('static/lucia.png')}
%div.team-card-content
%h4 Lucia Vaira
%p Data and Service Architect
Expand Down
2 changes: 1 addition & 1 deletion config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ shared:
virtual_appliance: 'https://ontoportal.github.io/administration/'
widgets: 'http://www.bioontology.org/wiki/NCBO_Widgets'
mappings: 'https://www.bioontology.org/wiki/BioPortal_Help#Mappings_Tab'
metadata_help: 'https://doc.jonquetlab.lirmm.fr/share/32c082ff-97f5-45f4-bafe-05f41c9a5ce4'
metadata_help: 'https://ontoportal.github.io/documentation/user_guide/metadata_schema/EcoPortal'
wiki: 'https://github.com/lifewatch-eric/documentation/wiki'
youtube: 'https://www.youtube.com/channel/UCP6ag3SoJ6oeisE7ibg4-pg'

Expand Down

0 comments on commit 0497bc5

Please sign in to comment.