-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (32 loc) · 975 Bytes
/
index.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
---
layout: default
---
<div id="home-first-block"></div>
<article class="highlight">
<div>
<h2><i class="fas fa-users"></i> Le réseau des <strong>thérapeutes</strong></h2>
<p>Augmentez votre visibilité en rejoignant le <strong style="font-weight: normal">réseau des thérapeutes professionnels</strong>.</p>
<p><strong>Une offre gratuite</strong> qui vous permet de développer votre clientèle et de créer de nouvelles opportunités !</p>
</div>
<a class="button primary" href="/join.html">Rejoindre le réseau</a>
</article>
<style>
#home-first-block {
background: url('https://livedemo00-joomla.template-help.com/joomla_prod-4972_v1/images/slider/slide-1.jpg') no-repeat;
color: #fff;
height: 650px;
background-size: auto 100%;
}
#network {
padding: 5rem 14rem;
background-color: #68b246;
color: white;
}
h1 strong,
h2 strong {
font-weight: normal;
}
main {
position: relative;
}
</style>