-
Notifications
You must be signed in to change notification settings - Fork 0
/
Test-MBP.html
146 lines (125 loc) · 5.55 KB
/
Test-MBP.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
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
<!DOCTYPE html>
<html lang="fr">
<!-- Entête -->
<head>
<meta charset="utf8" />
<meta name="description" content="Des milliers de professionnels Wengo disponibles 7/7j, dans tous les domaines. Les conseillers répondent à vos questions et sont évalués par les clients." />
<meta name="keywords" content="HTML, CSS" />
<meta name="author" content="Mathurin Bourgouin">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wengo, le conseil de Professionnels en ligne par téléphone et email</title>
<link rel="icon" type="image/png" href="img/favicon.png" />
<style>
body{
background:#ccc;
color:#111;
font-family:Arial;
font-size:13px;
}
header #menu{
margin:10px 15px;
text-align:right;
}
ul li{
display:inline-block;
margin:0px;
}
ul li a{
padding:5px;
color:#555;
}
#bold{font-family: bold;}
main table tr td{
border: 1px solid black;
}
</style>
</head>
<!-- Corps de la page -->
<body>
<div id="page">
<!-- Header section -->
<header>
<div id="logo"><a href="Test-MBP.html"><img src="images/logo.jpg" alt="Wengo Logo" /></a></div>
<div id="menu">
<a href="connection.php" title="Se connecter">Login</a> | <b><a href="inscription.php" title="S'inscrire" id="bold">S'enregistrer</b></a>
</br>
<ul>
<li>
<a href="pages/juridique.html" id="bold">Juridique</a>
</li>
<li>
<a href="pages/business.html">Business</a>
</li>
<li>
<a href="pages/informatique.html">Informatique</a>
</li>
<li>
<a href="pages/psychologie.html">Psychologie</a>
</li>
<li>
<a href="pages/bien_etre.html">Bien-être</a>
</li>
<li>
<a href="pages/astro.html">Astro</a>
</li>
</ul>
</div>
</header>
<!-- Contenu principal -->
<main>
<h1>Comment ça marche ?</h1>
<div class="how_content">
<h2>Trouvez votre Expert</h2>
<p>Tous nos voyants, psychologues, avocats et autres experts sont qualifiés et leurs profils vérifiés.</p>
<h2>Demandez une consultation</h2>
<p>Consultez par téléphone, chat ou e-mail - quand vous voulez, où vous voulez</p>
<br />
<h2>Connectez-vous directement</h2>
<p>En quelques minutes, l'expert sélectionné vous guidera en vous proposant les outils dont vous avez besoin pour vous aider à vous sentir mieux.</p>
<h2>Vous êtes un expert ?</h2>
<p>Rejoignez notre brillante équipe d'experts et offrez le meilleur des services de conseils.</p>
<div>
<a href="/expert/registration">Devenez un expert </a>
</div>
<h2>Lorem ipsum dolore sit amet</h2>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque :</p><br />
<ul>
<li>Lorem</li>
<li>Ipsum</li>
<li>Dolore</li>
<li>Sit</li>
</ul>
<img src="images/bugz_commentcamarche.jpg" />
</div>
<div class="derniers_inscrits">
<p>
<strong>Derniers inscrits :</strong>
</p>
<table cellspacing="5" cellpadding="5">
<tr>
<td>Aujourd'hui</td>
<td>Hier</td>
</tr>
<tr>
<td>5</td>
<td>15</td>
</tr>
<td colspan="2">
Total : 20
</td>
</table>
</div>
</main>
<!-- import des scripts -->
<script
src="https://cdnjs.cloudflare.com/ajax/libs/sass.js/0.11.1/sass.js" integrity="sha512-o3uttbIx94NYlTeI0PE6dm6OJRORmL1iBJqeAylDhVm+iwPwCl/x566K4hBFUoSPkr7hG8tur0WVCUR+wNsRXA==" crossorigin="anonymous" referrerpolicy="no-referrer">
</script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.1/jquery.js" integrity="sha512-CX7sDOp7UTAq+i1FYIlf9Uo27x4os+kGeoT7rgwvY+4dmjqV0IuE/Bl5hVsjnQPQiTOhAX1O2r2j5bjsFBvv/A==" crossorigin="anonymous" referrerpolicy="no-referrer">
</script>
</body>
<!-- Pied de page -->
<footer>
<p style="float: left; margin-top: 20px; color: #999; font-size: 9px; font-style: underline;">2021 - MyBestPro - 75 rue d'Amsterdam - 75008 Paris</p>
</footer>
</html>