-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsupport-sobel-tech.html
82 lines (78 loc) · 2.33 KB
/
support-sobel-tech.html
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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Support de l'application iOS</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
.container {
width: 80%;
margin: 0 auto;
padding: 20px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header {
text-align: center;
padding: 20px 0;
}
header h1 {
margin: 0;
font-size: 2.5em;
color: #333;
}
section {
margin-bottom: 30px;
}
section h2 {
font-size: 1.8em;
margin-bottom: 10px;
color: #555;
}
.faq dt {
font-weight: bold;
margin-top: 10px;
}
.faq dd {
margin-bottom: 10px;
padding-left: 20px;
}
footer {
text-align: center;
padding: 10px 0;
background-color: #333;
color: #fff;
}
footer a {
color: #fff;
text-decoration: none;
}
</style>
</head>
<body>
<div class="container">
<header>
<h1>Support pour Sobel Photo</h1>
</header>
<section id="app-info">
<h2>Sobel Photo</h2>
<p>Bienvenue sur la page de support de Sobel Photo. Cette application est uu outil permettant de créer des photos d'identités pour Sobel ID.
Avec votre compte Sobel ID, vous utilisez cette application pour créer les photos et les mettre à jour pour la phase d'impression.</p>
</section>
<section id="contact">
<h2>Contactez-nous</h2>
<p>Si vous avez des questions ou avez besoin d'assistance, veuillez nous contacter à l'adresse email suivante : <a href="mailto:[email protected]">[email protected]</a>.</p>
<p>Vous pouvez aussi nous contacter directement par téléphone : Canada: +1 438 345 1297 ou au Sénégal: +221 77 274 46 71.</p>
</section>
</div>
<footer>
<p>Sobel Photo 2024</p>
</footer>
</body>
</html>