// Sosympl is a SaaS company
// aimed at building remarkable
// and modern products for the
// underserved Swiss SMB market.
// We focus on everyday administrative
// processes that should be done
// without using paper.
console.warning(`
Project page building. 🏗️
In the meantime, get more
information on our website.
`);
const general = {
created: "August 1st 2019",
status: "ongoing",
hasProduct: true,
position: "Founder/CTO",
contact: "mg@sosympl.com",
web: "https://sosympl.com"
}
const technologies = {
back: "Node.js",
front: "Angular",
dataCrunching: "Python",
APIs: "Node.js"
}
window.location.href = this.general?.web;