Activities

From Redazione
Jump to navigation Jump to search

European Identity between Italy and Georgia (part I)

IT activities

  • WordPress & Elemento Pro: we have created a test site for the Institute exploring all relevant features of Wordpress (like appearance customization, menus, pages language, etc.) and page's design using Elementor's page builder.

"handmade" sticky navbar, diagonal bands and page effects created with Elemento's Page Builder

Specifically we have explored all built-in widgets of Elementor, and we have added custom javascript to the Ocean-wp theme (one of the themes suitable to Elementor) in order to display a sticky header on top with a dynamic shadow. -- basically we have used a jQuery function to change the class name of the top panel on scroll, as above



jQuery(document).ready(function($) {
$(window).scroll(function() {     
    var scroll = $(window).scrollTop();
console.log(scroll);
    if (scroll > 0) {
        $(".my-header").addClass("my-header-active");
    }
    else {
        $(".my-header").removeClass("my-header-active");
    }
});

});

  • we have added a word cloud data visualization widget based on d3.js and we have customized it in order to allow mouse over on single tags, their animation and functioning as links. See here for an example.
Istituto cultura italiana (NGO)/European solidarity corps/IT activities/tag cloud example.jpg
  • we have





European Identity between Italy and Georgia (part II)

European-Bridge 2019-2020

The project has focused on