Life after graduation: academic and professional opportunities for EU and non-EU students in the EU
Bio
Alena graduated from LCC in 2014 with the Bachelor’s degree in International Business Administration. She also is a graduate of the BPP University Law School in London.
Alena works as Senior Consultant at Legalis Legal Recruitment in London, United Kingdom
window.addEventListener('message', function(event) {
console.log('Received postMessage event:', event);
// Check for a specific message if needed
if (event.data === 'chatClosed') {
console.log('The chat has been closed.');
// You could hide the chat container here, e.g.,
// document.getElementById('chatbox').style.display = 'none';
}
});