-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patha-propos.html
More file actions
120 lines (110 loc) · 5.36 KB
/
Copy patha-propos.html
File metadata and controls
120 lines (110 loc) · 5.36 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>À Propos - Grégory Pirès | Photographe Paris</title>
<meta name="description" content="Découvrez la vision, la méthode et l'exigence de Grégory Pirès, photographe de mariage de luxe à Paris." />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="assets/css/style.min.css" />
<link rel="icon" type="image/x-icon" href="assets/images/favicon/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/images/favicon/favicon-96x96.png">
<link rel="manifest" href="assets/images/favicon/site.webmanifest">
<script defer src="assets/js/script.min.js"></script>
<link rel="canonical" href="https://gregory-pires.fr/a-propos.html" />
<meta property="og:title" content="À Propos - Grégory Pirès | Photographe Paris" />
<meta property="og:description" content="Découvrez la vision, la méthode et l'exigence de Grégory Pirès, photographe de mariage de luxe à Paris." />
<meta property="og:image" content="https://gregory-pires.fr/assets/images/Gregory_Pires_Photographe_Paris-Noir.png" />
<meta property="og:url" content="https://gregory-pires.fr/a-propos.html" />
<meta property="og:type" content="website" />
</head>
<body>
<header class="site-header">
<div class="container header-inner">
<a href="index.html" class="brand">
<img src="assets/images/Gregory_Pires_Photographe_Paris-blanc.png" alt="Grégory Pirès Photographe" style="height: 50px; width: auto;" loading="lazy" decoding="async">
</a>
<nav class="main-nav" aria-label="Navigation principale">
<button class="menu-toggle" type="button" aria-expanded="false" aria-controls="mobile-menu" aria-label="Ouvrir le menu">
<span></span><span></span>
</button>
<ul class="nav-list">
<li><a href="index.html">Accueil</a></li>
<li><a href="experience.html">L'Expérience</a></li>
<li><a href="galleries.html">Galeries</a></li>
<li><a href="a-propos.html" class="is-current">À Propos</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
<div class="mobile-menu" id="mobile-menu">
<a href="index.html">Accueil</a>
<a href="experience.html">L'Expérience</a>
<a href="galleries.html">Galeries</a>
<a href="a-propos.html">À Propos</a>
<a href="contact.html">Contact</a>
</div>
</header>
<main class="page-main">
<section class="page-hero page-hero-dark">
<div class="container narrow reveal">
<p class="section-label">À Propos</p>
<h1 class="page-title">Je photographie ce qui doit rester digne du temps</h1>
<p class="page-intro">
Mon travail repose sur une idée simple : produire des images vraies, fortes et tenues, sans jamais tomber dans l'effet facile.
</p>
</div>
</section>
<section class="section-light">
<div class="container about-page-grid">
<div class="about-page-copy reveal">
<h2>Une approche construite sur la retenue</h2>
<p>
Je ne cherche pas à surdiriger ni à transformer l'événement en séance photo permanente. Je cherche la justesse, la densité émotionnelle, la beauté sans démonstration.
</p>
<p>
Cette manière de travailler permet d'obtenir des images plus vraies, plus fortes, et surtout plus durables.
</p>
</div>
<div class="about-page-media reveal reveal-delay">
<img src="assets/images/profil.jpg.webp" alt="Grégory Pirès - Photographe" width="1200" height="1400" loading="lazy" decoding="async" />
</div>
</div>
</section>
<section class="section-ivory">
<div class="container values-grid">
<article class="value-card reveal">
<h3>Discrétion</h3>
<p>Être présent sans peser sur le rythme de la journée.</p>
</article>
<article class="value-card reveal reveal-delay">
<h3>Exigence</h3>
<p>Chaque image doit avoir une raison d'exister.</p>
</article>
<article class="value-card reveal">
<h3>Intemporalité</h3>
<p>Créer des photographies capables de traverser les années.</p>
</article>
</div>
</section>
</main>
<footer class="site-footer section-dark">
<div class="container footer-inner">
<div class="footer-brand">
<img src="assets/images/Gregory_Pires_Photographe_Paris-blanc.png" alt="Grégory Pirès Photographe" style="height: 40px; width: auto;" loading="lazy" decoding="async">
</div>
<div class="footer-links">
<a href="mentions-legales.html">Mentions Légales</a>
<a href="cgu-cgv.html">CGU & CGV</a>
</div>
<p class="footer-copy">© 2024 Grégory Pirès. Tous droits réservés.</p>
</div>
</footer>
<div class="mobile-sticky-cta">
<a href="contact.html">Demander un devis</a>
</div>
</body>
</html>