-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
239 lines (223 loc) · 9.83 KB
/
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
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
<!doctype html>
<html lang="fr-FR">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Accueil | Robbie Lens..</title>
<!-- Theme couleur -->
<meta name="theme-color" content="#a5b4fc" />
<meta name="msapplication-TileColor" content="#a5b4fc" />
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="assets/img/logo.png">
<link rel="apple-touch-icon" type="image/png" sizes="192x192" href="assets/img/logo.png">
<!-- link css -->
<link href="dist/output.css" rel="stylesheet" />
<!-- import icone bootstrap -->
<link rel="stylesheet" href="assets/import/icones/bootstrap-icons.css">
<!-- Police d'ecriture -->
<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=Inter:wght@100..900&family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
</head>
<body>
<!-- header -->
<header class="py-9">
<div class="container mx-auto lg:relative flex flex-col lg:flex-row lg:justify-between lg:items-center">
<!-- logo -->
<div class="flex justify-center lg:justify-normal">
<a href="index.html">
<img src="./assets/img/logo.png" alt="logo" width="90px" />
</a>
</div>
<div class="flex flex-col gap-y-4 lg:flex-row lg:gap-x-10 lg:gap-y-0">
<!-- mobile nav -->
<nav
class="mnav bg-white fixed w-[300px] top-0 h-screen -left-[300px] shadow-2xl lg:hidden transition-all duration-300 z-20">
<!-- nav trigger btn phone -->
<div
class="mnav__close-btn bg-primary w-16 h-16 relative -right-full top-8 flex justify-center items-center rounded-tr-lg rounded-br-lg cursor-pointer transition-all pr-2">
<i class="bi bi-filter-right mnav__close-btn-icon text-white text-4xl"></i>
</div>
<!-- logo, list nav, form -->
<div class="px-12 flex flex-col gap-y-12 h-full">
<!-- logo -->
<a href="index.html">
<img src="./assets/img/logo.png" alt="logo" />
</a>
<!-- List -->
<ul class="flex flex-col gap-x-5 gap-y-3">
<li>
<a href="index.html"
class="text-black hover:text-secondary text-2xl mb-6 capitalize transition-all duration-300">Accueil</a>
</li>
<li>
<a href="apropos.html"
class="text-black hover:text-secondary text-2xl mb-6 capitalize transition-all duration-300">à
propos</a>
</li>
<li>
<a href="tarif.html"
class="text-black hover:text-secondary text-2xl mb-6 capitalize transition-all duration-300">Tarifs</a>
</li>
<li>
<a href="portfolio.html"
class="text-black hover:text-secondary text-2xl mb-6 capitalize transition-all duration-300">Portfolio</a>
</li>
</ul>
</div>
</nav>
<!-- desktop nav -->
<nav class="lg:flex lg:items-center lg:justify-between hidden">
<!-- List -->
<ul class="flex gap-x-7">
<li>
<a href="index.html"
class="pr-9 text-black text-xl hover:text-secondary capitalize transition-all duration-300">Accueil</a>
</li>
<li>
<a href="apropos.html"
class="pr-9 text-black text-xl hover:text-secondary capitalize transition-all duration-300">à
propos</a>
</li>
<li>
<a href="tarif.html"
class="pr-9 text-black text-xl hover:text-secondary capitalize transition-all duration-300">Tarifs</a>
</li>
<li>
<a href="portfolio.html"
class="pr-9 text-black text-xl hover:text-secondary capitalize transition-all duration-300">Portfolio</a>
</li>
</ul>
</nav>
</div>
</div>
</header>
<!-- header end -->
<!-- hero -->
<section class="hero bg-primary py-[100px] xl:pt-12 xl:pb-0 overflow-hidden">
<div class="container mx-auto h-full pb-36 pt-12 max-md:pb-10 max-md:pt-3">
<!-- text & img -->
<div class="flex flex-col-reverse xl:flex-row items-center justify-center mx-auto h-full">
<!-- text -->
<div class="hero__text xl:w-[50%] text-center xl:text-left">
<!-- title -->
<h1 class="titre-hero h1 mb-6 text-secondary font-light
max-md:px-4">Robbie Lens photographie</h1>
<!-- desciption -->
<div class="desc-hero mb-[42px] md:max-w-xl text-xl text-white font-extralight max-md:text-lg max-md:px-4">
Où <span class="text-accent">professionalisme</span> s’allie avec <span class="text-accent">passion.</span>
Depuis plus de 5 ans maintenant, j’exerce
mon métier avec la passion qui m’anime :
capturer l’essence de chaque instant.
</div>
<!-- btn -->
<button type="button" class="btn-hero btn btn-lg bg-custom text-white uppercase mx-auto xl:mx-0 xl:py-4">
<a href="#contact">
UN PROJET ? ÉCRIVEZ-MOI
</a>
</button>
</div>
<!-- image -->
<div class="hero__img xl:flex max-xl:mb-6 max-w-[814px]">
<img src="assets/img/robbie-lens.png" alt="image" />
</div>
</div>
</div>
</section>
<!-- hero end -->
<!-- -->
<!-- Projet -->
<section class="section projet">
<!-- title -->
<h2 class="titre-card h2 mb-[50px] mt-[70px] text-center xl:text-center">
Mon dernier projet
</h2>
<!-- flex container -->
<div class="container flex items-center justify-center flex-wrap gap-y-4 mx-auto mt-8">
<div
class="card w-[30%] max-sm:w-full h-[350px] max-md:flex-grow max-md:mx-6 mx-3 bg-element1 bg-no-repeat bg-cover bg-center">
</div>
<div
class="card w-[30%] max-sm:w-full h-[350px] max-md:flex-grow max-md:mx-6 mx-3 bg-element2 bg-no-repeat bg-cover bg-center">
</div>
<div
class="card w-[30%] max-sm:w-full h-[350px] max-md:flex-grow max-md:mx-6 mx-3 bg-element3 bg-no-repeat bg-cover bg-center">
</div>
<div
class="card w-[30%] max-sm:w-full h-[350px] max-md:flex-grow max-md:mx-6 mx-3 mt-3 bg-element4 bg-no-repeat bg-cover bg-center">
</div>
<div
class="card w-[30%] max-sm:w-full h-[350px] max-md:flex-grow max-md:mx-6 mx-3 mt-3 bg-element5 bg-no-repeat bg-cover bg-center">
</div>
<div
class="card w-[30%] max-sm:w-full h-[350px] max-md:flex-grow max-md:mx-6 mx-3 mt-3 bg-element6 bg-no-repeat bg-cover bg-center">
</div>
</div>
<!-- btn -->
<button type="button" class="btn-anim btn btn-lg bg-custom text-white uppercase mx-auto py-4 my-16">
<a href="portfolio.html">
voir mon portfolio
</a>
</button>
</section>
<!-- Projet end -->
<!-- Contact -->
<section class="section contact bg-primary pb-20" id="contact">
<div class="container mx-auto">
<!-- title -->
<h3 class="titre-card h3 mb-[50px] mt-[70px] text-center xl:text-center text-accent text-[30px]">
Parlons de votre projet
</h3>
<div class="grid grid-cols-2 gap-5 w-[600px] items-center mx-auto max-md:w-full max-md:px-6">
<div class="card flex flex-col col-span-1">
<label for="nom" class="text-white">nom</label>
<input type="text" id="nom" name="nom"
class="h-[55px] rounded-sm focus:outline-accent focus:outline-4 border-2 border-white ps-2 placeholder:text-gray-600 placeholder:font-semibold">
</div>
<div class="card flex flex-col col-span-1">
<label for="email" class="text-white">email</label>
<input type="email" id="email" name="email"
class="h-[55px] rounded-sm focus:outline-accent focus:outline-4 border-2 border-white ps-2 placeholder:text-gray-600 placeholder:font-semibold">
</div>
<div class="card flex flex-col flex-grow col-span-2">
<label for="message" class="text-white">message</label>
<textarea name="message" id="message" cols="30" rows="10"
class="pt-4 rounded-sm focus:outline-accent focus:outline-4 border-2 border-white ps-2 placeholder:text-gray-600 placeholder:font-semibold"></textarea>
</div>
</div>
<!-- btn -->
<button type="button" class="btn-anim btn btn-lg bg-custom text-white uppercase mx-auto px-7 py-2 my-16">
<a href="#">
ENVOYER
</a>
</button>
</div>
</section>
<!-- Contact end -->
<!-- footer -->
<footer class="bg-white flex items-center py-10 max-md:py-8">
<div class="container mx-auto flex items-center justify-between px-3 max-md:flex-col">
<div class="max-md:mb-8">
<a href="index.html">
<img src="assets/img/logo.png" alt="logo">
</a>
</div>
<div class="max-md:mb-2 max-md:flex max-md:flex-col max-md:gap-y-4">
<a href="#" class="hover:text-accent transition-all duration-100">
<i class="bi bi-instagram ml-8 text-3xl max-md:ml-0 max-md:text-center max-md:p-4"></i>
</a>
<a href="#" class="hover:text-accent transition-all duration-100">
<i class="bi bi-twitter ml-8 text-3xl max-md:ml-0 max-md:text-center max-md:p-4"></i>
</a>
</div>
</div>
</footer>
<!-- footer end -->
<!-- SCRIPTS -->
<!-- Scroll reveal librairie js pour apparition au scroll-->
<script src="assets/js/scrollreveal.min.js"></script>
<!-- Principale -->
<script src="assets/js/index.js"></script>
</body>
</html>
<!-- 925DEV -->