• Login / Register
Elli Vasileiadi
  • Menu
  • Portfolio
      • Graphic Design – Brand Identity

        • Honey Μέλισσας that means Bee’s
        • MZ nailz
        • Minas Vasiliadis
        • Traditional Kafenio Eleftheria (Freedom Cafe)
        • emarketers campaing
      • Web Development – UI/UX/Web Design

        • Concierge Club
        • HAOMS 2025
        • Media Suitcase
        • Mideast Travel
      • Motion Graphics – Montage

        • Gold is inedible
        • The water of the earth
  • About me
  • CV & Skills

Author: admin

Hello world!

October 20, 2018

No comments yet

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!


© Copyright - Created by elli vasileiadi

Menu
  • Portfolio
      • Graphic Design – Brand Identity

        • Honey Μέλισσας that means Bee’s
        • MZ nailz
        • Minas Vasiliadis
        • Traditional Kafenio Eleftheria (Freedom Cafe)
        • emarketers campaing
      • Web Development – UI/UX/Web Design

        • Concierge Club
        • HAOMS 2025
        • Media Suitcase
        • Mideast Travel
      • Motion Graphics – Montage

        • Gold is inedible
        • The water of the earth
  • About me
  • CV & Skills
  • Portfolio
    • Graphic Design – Brand Identity
      • Honey Μέλισσας that means Bee’s
      • MZ nailz
      • Minas Vasiliadis
      • Traditional Kafenio Eleftheria (Freedom Cafe)
      • emarketers campaing
    • Web Development – UI/UX/Web Design
      • Concierge Club
      • HAOMS 2025
      • Media Suitcase
      • Mideast Travel
    • Motion Graphics – Montage
      • Gold is inedible
      • The water of the earth
  • About me
  • CV & Skills
  • Login / Register

6988729965
vasileiadi.elli.1989@gmail.com

var root = document.getElementById('portrait'); var mouse_monitor = function(e) { let x = e.clientX/innerWidth; let y = e.clientY/innerHeight; let move_x = (x>0.5) ? '-30px' : '30px'; let move_y = (y>0.5) ? '-20px' : '20px'; root.style.setProperty("--translate-x", move_x); root.style.setProperty("--translate-y", move_y); } root.addEventListener("mousemove", mouse_monitor);