<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SARL FORCE CREATIVE</title>
<style>
/* styles.css */
body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
background-color: #f0f0f0;
color: #333;
}
header {
background-color: #3E629C;
color: white;
padding: 20px 0;
text-align: center;
}
header h1 {
margin: 0;
font-size: 2em;
}
main {
padding: 20px;
background-color: white;
margin: 20px auto;
max-width: 800px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
main p {
line-height: 1.6;
text-align: center;
}
main a {
color: #3E629C;
}
main a:hover {
text-decoration: underline;
}
footer {
background-color: #3E629C;
color: white;
text-align: center;
padding: 10px 0;
position: fixed;
width: 100%;
bottom: 0;
}
</style>
</head>
<body>
<header>
<h1>Force Créative depuis 14 ans</h1>
</header>
<main>
<p>Spécialiste de la création de progiciels.</p>
<p>Quels exemples de nos réalisation :</p>
<ul>
<li>Netstimmo : estimation immobilière</li>
<li>Safegestion : ERP de commercialisation de matériel médical</li>
<li>Genialissimmo : prospection immobilière</li>
<li>Progress : CRM pour prothésistes dentaires</li>
<li>CreativeOpinion : gestion des échanges en entreprise</li>
<li>Maine : mutualisation de ressources entre communes</li>
<li>Homeland : gestion de formations en ligne</li>
</ul>
<p>Pour toute demande d'information, écrivez-nous à :</p>
<p><a href="mailto:contact@force-creative.com">contact@force-creative.com</a></p>
<p>29 rue de Maubeuge 75009 PARIS </p>
</main>
<footer>
<p>© 2024 FORCE CREATIVE. All rights reserved.</p>
</footer>
</body>
</html>