-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtryout2.htm
More file actions
170 lines (150 loc) · 4.89 KB
/
Copy pathtryout2.htm
File metadata and controls
170 lines (150 loc) · 4.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="styles.css">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background: #bed2e6;
color: #534141;
}
/* Navbar container */
nav {
background-color: #407bce; /* gris foncé */
padding: 0.8rem 2rem;
display: flex;
justify-content: space-between;
align-items: center;
position: sticky;
top: 0;
z-index: 100;
}
/* Logo */
.logo {
font-weight: bold;
font-size: 1.5rem;
color: #d69566; /* orange pale */
text-decoration: none;
}
/* Menu items */
ul.nav-links {
list-style: none;
display: flex;
gap: 1.8rem;
}
ul.nav-links li a {
color: #f8fafc; /* presque blanc */
text-decoration: none;
font-weight: 500;
transition: color 0.3s ease;
}
ul.nav-links li a:hover {
color: #b48055; /* orange plus vif */
}
/* Bouton Connexion */
.btn-login {
background-color: #fb923c;
color: #fff;
border: none;
padding: 0.5rem 1.2rem;
border-radius: 5px;
cursor: pointer;
font-weight: 600;
transition: background-color 0.3s ease;
}
.erp-services {
padding: 2rem;
background-color: #f8f9fa;
text-align: center;
}
.erp-services h2 {
font-size: 2rem;
margin-bottom: 1.5rem;
}
.services-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 1.5rem;
}
.service-card {
background: #d1edf1;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
transition: transform 0.3s;
}
.service-card:hover {
transform: translateY(-5px);
}
.service-card img {
width: 100%;
height: 180px;
object-fit: cover;
}
.service-card h3 {
margin: 1rem 0 0.5rem;
font-size: 1.2rem;
}
.service-card p {
font-size: 0.95rem;
padding: 0 1rem 1rem;
}
</style>
</head>
<body>
<nav>
<a href="https://quantumvertex.cd" class="logo"><img src="logoerp.png" width="100px" height="80px"alt="Quantum vertex"></a>
<ul class="nav-links">
<li><a href="#accueil">Accueil</a></li>
<li><a href="#solutions">Solutions</a></li>
<li><a href="#fonctionnalites">Fonctionnalités</a></li>
<li><a href="#tarifs">Tarifs</a></li>
<li><a href="#apropos">À propos</a></li>
<li><a href="#temoignages">Témoignages</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<button class="btn-login">Connexion</button>
</nav><br>
<p>
ERP.cd est une solution intelligente développée par <strong>Quantum Vertex</strong> pour moderniser et simplifier la gestion des petites et moyennes entreprises. De la comptabilité à la gestion des stocks, en passant par la facturation et les ressources humaines, notre plateforme regroupe tous les outils essentiels au bon fonctionnement de votre activité. Conçu localement, avec une vision internationale, ERP.cd offre une interface intuitive, une prise en main rapide, et une personnalisation selon vos besoins spécifiques.
</p><br>
<section class="erp-services">
<h2>Nos Services ERP pour PME</h2>
<div class="services-grid">
<div class="service-card">
<img src="dashboard.jpg" alt="Dashboard ERP" />
<h3>Tableau de bord intelligent</h3>
<p>Visualisez toutes vos données en temps réel : ventes, inventaire, performance et plus.</p>
</div>
<div class="service-card">
<img src="inventory.jpg" alt="Gestion des stocks" />
<h3>Gestion des stocks</h3>
<p>Suivi automatisé de vos produits, alertes de réapprovisionnement, et optimisation des entrepôts.</p>
</div>
<div class="service-card">
<img src="reports.jpg" alt="Rapports ERP" />
<h3>Rapports & Statistiques</h3>
<p>Analysez vos performances avec des rapports clairs pour guider vos décisions stratégiques.</p>
</div>
<div class="service-card">
<img src="vendeuse.png" alt="Vendeuse utilisant le POS" />
<h3>Paiement rapide par POS</h3>
<p>Offrez à vos clients un paiement fluide grâce à un POS connecté à votre système de gestion — rapide, sécurisé, et traçable.</p>
</div>
<div class="service-card">
<img src="crm.jpg" alt="CRM ERP" />
<h3>Gestion de la relation client</h3>
<p>Centralisez toutes les informations de vos clients, suivez leurs interactions, fidélisez-les et augmentez vos ventes grâce à un CRM intégré.</p>
</div>
<!-- Ajoutez ici d'autres services si besoin -->
</div>
</section>
</body>
</html>