Elsa Sif Bjørnsdottir joins Smallworld Nordic on March 1st as our new CFO (Chief Financial Officer). She is currently in a similar role at Winorg, a Norwegian Software-as-a-Service (SaaS) provider.

- I am looking forward to starting my new position with great enthusiasm and anticipation, Elsa says. - The size of the company was a decisive factor, as I thrive in a smaller entrepreneurial environment rather than a large, hierarchical "corporate" culture.

Elsa is a 43 year old Icelandic who has also worked as CFO and Director in car dealership, before entering into the IT and software business at Winorg.

- We are very satisfied with recruiting Elsa, Albert Bjørnsund, CEO at Smallworld Nordic, states. - She will join our management team and contribute to improving and growing our business.

- I am looking forward to becoming part of a competitive company that strives to be a leader in its industry, Elsa adds. - I am motivated by challenges and look forward to contributing to the company's success through innovation and hard work.

Smallworld Nordic is looking forward to having Elsa on-board!

document.addEventListener("DOMContentLoaded", function () { setTimeout(() => { if (document.cookie.includes("cookieConsent=accepted") || document.cookie.includes("cookieConsent=rejected")) { return; } const cookiePopup = document.createElement("div"); cookiePopup.id = "cookie-popup"; cookiePopup.style = "position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: white; color: black; padding: 20px; border-radius: 10px; z-index: 10000; box-shadow: 0 0 10px rgba(0,0,0,0.1); text-align: center; font-family: inherit; width: 80%; max-width: 400px;"; cookiePopup.innerHTML = `

We use cookies to enhance your experience. Read more in our Privacy Policy.

`; document.body.appendChild(cookiePopup); document.getElementById("accept-all").addEventListener("click", function () { document.cookie = "cookieConsent=accepted; path=/; max-age=31536000"; cookiePopup.remove(); enableAnalytics(); }); document.getElementById("reject-all").addEventListener("click", function () { document.cookie = "cookieConsent=rejected; path=/; max-age=31536000"; cookiePopup.remove(); }); function enableAnalytics() { const script = document.createElement("script"); script.src = "https://your-analytics-script-url.com"; script.async = true; document.head.appendChild(script); } if (document.cookie.includes("cookieConsent=accepted")) { enableAnalytics(); } }, 500); });