-
Notifications
You must be signed in to change notification settings - Fork 0
/
a-propos.html
109 lines (96 loc) · 3.91 KB
/
a-propos.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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>À propos - Robbie Lens Photographie</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/a-propos.css">
</head>
<body>
<!-- ========================= Debuttopbar ========================== -->
<header>
<nav>
<a href="index.html"><img src="images/logo.png" alt="logo" class="logo-entete"></a>
<div>
<a href="index.html">Accueil</a>
<a href="a-propos.html">À propos</a>
<a href="portofolio.html">Portofolio</a>
</div>
</nav>
</header>
<!-- ========================= fin topbar ========================== -->
<!-- ========================= Accueil a-propos ========================== -->
<main class="a-propos-main">
<section>
<div class="fond-noir">
</div>
<div class="conteneur-images-apropos one">
<img src="images/robbie-lens.png" alt="">
<img src="images/robbie-lens.png" alt="">
<img src="images/robbie-lens.png" alt="">
<img src="images/robbie-lens.png" alt="">
<img src="images/robbie-lens.png" alt="">
</div>
<div class="conteneur-images-apropos two border-bottom">
<img src="images/robbie-lens.png" alt="">
<img src="images/robbie-lens.png" alt="">
<img src="images/robbie-lens.png" alt="">
<img src="images/robbie-lens.png" alt="">
<img src="images/robbie-lens.png" alt="">
</div>
</section>
<!-- ========================= fin Accueil a-propos ========================== -->
<!-- ========================= section a propos ========================== -->
<section>
<h1 class="title-a-propos">À propos</h1>
<div class="card-cotent">
<p>
Photographe depuis plus de 5 ans, je réalise des reportages aux photos dynamiques et pertinentes pour vos
projets de communication. Créativité, qualité, et sérénité pour vous! Je gère tout, depuis la direction
artistique, la réalisation du reportage jusqu’à la livraison de vos photos retouchées, prêtes à l’emploi.
</p>
<h2>Services</h2>
<ul>
<li>Portrait seul ou à plusieurs</li>
<li>Shooting mode</li>
<li>Retouches sur mesure</li>
<li>Developpement</li>
</ul>
</div>
<div>
<a href="portofolio.html" class="cta-apropos">Voir mon portfolio</a>
</div>
<table class="table_tarif">
<caption>Tarif</caption>
<tr>
<th>Désigniation</th>
<th>Quantité</th>
<th>Prix</th>
</tr>
<tr>
<td>Retouches photo studio profesionnel</td>
<td>x800 photos</td>
<td>3200 €/800 photos</td>
</tr>
<tr>
<td>Assistant photo lumière profesionnel</td>
<td>x2 sets studio </td>
<td>1500 €/journée</td>
</tr>
</table>
</section>
<!-- ========================= fin section a propos ========================== -->
</main>
<!-- ========================= footer ========================== -->
<footer>
<a href="index.html"><img src="images/logo.png" alt="logo" class="logo-entete"></a>
<div>
<a target="_blank" href="https://twitter.com/"><img src="images/twitter.png" alt="logo twitter" class="icon-socil">
</a>
<a target="_blank" href="https://www.instagram.com/"><img src="images/instagram.png" alt="logo instagram" class="icon-socil">
</a>
</div>
</footer>
<!-- ========================= fin footer ========================== -->
</body>
</html>