10
Teams
36
Hours

5
Per Team
2
Winners
WHAT IS A HACKATHON
A hackathon is an event where programmers, designers, and other tech enthusiasts come together to collaborate intensively on software projects. Participants form teams and work to create innovative solutions, apps, or prototypes around specific themes or challenges.
WHAT TO EXPECT

Access to Mentorship

Team Building

Learning and Growth

Networking and Collaboration

Sharing Ressources
THEMATICS

Digitalisation de la Relation Assureur/Assuré : Nouveaux Défis et Opportunités


La Digitalisation de la Gestion RH : Vers une Relation Simplifiée entre Employés, Employeurs et Comptables

child:
Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Container(
padding: const EdgeInsets.only(bottom: 8),
child: const Text(
'Oeschinen Lake Campground',
style: TextStyle(
fontWeight: FontWeight.bold,
),
),
),
],
)
<div className="container mx-auto flex items-center justify-between">
<Link href="/">
<Image src={logo} width={140} height={50} alt="logo" />
</Link>
<div className="md:hidden">
<button onClick={toggleMenu} className="text-white text-2xl">
☰
</button>
</div>
<nav className="md:flex hidden items-center space-x-6">
<NavLink label="Home" link="/" />
<NavLink label="Agenda" link="/agenda" />

