Coming soon

We are currently working on our website. We will be here soon. Check our LinkedIn page to be notified.

Project of the EU Life Program:

<div id="my-timeline">
   <ul class="timeline">
   <li>
      <div class="timeline-content">
         <h3 class="timeline-title">Event Title</h3>
         <p class="timeline-date">Date</p>
         <p class="timeline-description">Event description goes here</p>
      </div>
   </li>
   <li>
      <div class="timeline-content">
         <h3 class="timeline-title">Another Event Title</h3>
         <p class="timeline-date">Date</p>
         <p class="timeline-description">Another event description goes here</p>
      </div>
   </li>
   <!-- Add more events as needed -->
</ul>

</div>