Skip to content

Commit

Permalink
Merge branch 'gh-pages' of github.com:gnss-sdr/geniuss-place
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesfernandez committed Sep 10, 2024
2 parents 369f11c + adc54e8 commit 7a66096
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
6 changes: 2 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.6)
strscan
rexml (3.3.7)
rouge (3.30.0)
rubyzip (2.3.2)
safe_yaml (1.0.5)
Expand All @@ -258,14 +257,13 @@ GEM
faraday (>= 0.17.3, < 3)
securerandom (0.3.1)
simpleidn (0.2.3)
strscan (3.1.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
typhoeus (1.4.1)
ethon (>= 0.9.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2024.1)
tzinfo-data (1.2024.2)
tzinfo (>= 1.0.0)
unicode-display_width (1.8.0)
uri (0.13.1)
Expand Down
3 changes: 2 additions & 1 deletion _data/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ Damian Miralles:

Xavier Guerrero:
name : "Xavier Guerrero"
uri :
uri : "https://www.cttc.cat/people/xavier-guerrero/"
home : "https://www.cttc.cat/people/xavier-guerrero/"
email : "[email protected]"
bio : "Researcher<br/>CTTC"
avatar : "/assets/images/xguerrero.jpg"
Expand Down
4 changes: 4 additions & 0 deletions assets/js/_main.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ $(function() {
$(".author__urls#urls-DamianMiralles").toggleClass("is--visible");
$(".author__urls-wrapper").find("button#DamianMiralles").toggleClass("open");
});
$(".author__urls-wrapper").find("button#XavierGuerrero").on("click", function () {
$(".author__urls#urls-XavierGuerrero").toggleClass("is--visible");
$(".author__urls-wrapper").find("button#XavierGuerrero").toggleClass("open");
});
$(".author__urls-wrapper").find("button#AntonioRamosdeTorres").on("click", function () {
$(".author__urls#urls-AntonioRamosdeTorres").toggleClass("is--visible");
$(".author__urls-wrapper").find("button#AntonioRamosdeTorres").toggleClass("open");
Expand Down
2 changes: 1 addition & 1 deletion assets/js/main.min.js

Large diffs are not rendered by default.

0 comments on commit 7a66096

Please sign in to comment.