forked from belkhaouas/OCowork
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
261 lines (255 loc) · 12.3 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
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8" >
<!--<meta name="viewport" content="width=device-width, initial-scale=1.0">-->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="icon" type="image/png" href="./images/logo/logo.png" >
<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=Jersey+25&family=Montserrat:wght@500&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&family=Raleway:wght@500&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="./css/styles.css">
<script src="https://kit.fontawesome.com/7399728304.js" crossorigin="anonymous"></script>
<title>OCowork</title>
</head>
<body>
<div class="mainContainer">
<header>
<a href="#" id="logo">
<img src="./images/logo/logo.png" alt="logo OCowork" >
</a>
<nav class="menu">
<a class="menuItem" href="#services">Nos services</a>
<a class="menuItem" href="#coworkingSpaces">Coworking spaces</a>
<a class="menuItem" href="#meetingSpaces">Meeting spaces</a>
</nav>
<div class="membership">
<a class="userButton" href="#">Espace membre</a>
<a class="userIcon" href="#"><i class="fa-solid fa-user" aria-hidden="true"></i></a>
</div>
</header>
<main>
<div class="banner">
<img src="./images/banner/banner.webp" alt="bannière du site">
<div class="values">
<article class="value">
<div class="iconValue">
<i class="fa-solid fa-award" aria-hidden="true"></i>
</div>
<div class="descriptionValue">
<h3>Qualité</h3>
<p>Nous sommes convaincus que la qualité ne doit pas être une simple option, mais une
véritable obligation.<br> C’est pourquoi nous mettons tout en œuvre pour répondre
pleinement aux attentes de nos clients.</p>
</div>
</article>
<article class="value">
<div class="iconValue">
<i class="fa-solid fa-hand-lizard" aria-hidden="true"></i>
</div>
<div class="descriptionValue">
<h3>Flexibilité</h3>
<p>La flexibilité est au cœur de notre approche. Nous nous adaptons à votre mode de travail,
que ce soit dans des espaces partagés ou des bureaux privatifs. <br> Nos solutions
sont conçues pour répondre à toutes vos exigences.</p>
</div>
</article>
<article class="value">
<div class="iconValue">
<i class="fa-solid fa-people-arrows" aria-hidden="true"></i>
</div>
<div class="descriptionValue">
<h3>Communauté</h3>
<p>Vous allez adorer travailler chez OCowork ! <br> Parce que nous valorisons le partage,
favorisons la collaboration, et faisons de la connectivité le cœur de notre communauté.
</p>
</div>
</article>
</div>
</div>
<section id="services">
<h2 class="title">Nos services</h2>
<h4>Trouvez l’espace de travail qui vous inspire</h4>
<div class="services">
<article>
<div class="iconService">
<i class="fa-solid fa-map-marker-alt" aria-hidden="true"></i>
</div>
<h3 class="descriptionService">
2 Espaces coworking
</h3>
</article>
<article>
<div class="iconService">
<i class="fa-solid fa-people-arrows" aria-hidden="true"></i>
</div>
<h3 class="descriptionService">
Communauté active
</h3>
</article>
<article>
<div class="iconService">
<i class="fa-solid fa-smile" aria-hidden="true"></i>
</div>
<h3 class="descriptionService">
Espace de détente
</h3>
</article>
<article>
<div class="iconService">
<i class="fa-solid fa-wifi" aria-hidden="true"></i>
</div>
<h3 class="descriptionService">
Fibre optique
</h3>
</article>
<article>
<div class="iconService">
<i class="fa-solid fa-comments" aria-hidden="true"></i>
</div>
<h3 class="descriptionService">
Événements
</h3>
</article>
</div>
</section>
<section id="coworkingSpaces">
<h2 class="title">Coworking spaces</h2>
<div class="cards">
<a href="#" class="card">
<article>
<img src="./images/coworkingSpaces/1.webp" alt="coworking space 1">
<div class="description">
<div class="room">
<h3 class="roomName">Paris</h3>
<p class="roomCapacity">10 personnes</p>
</div>
<ul class="equipements">
<li>Imprimante </li>
<li>Call box privée</li>
<li>Café & Eau</li>
<li>Accès au Events</li>
</ul>
</div>
</article>
</a>
<a href="#" class="card">
<article>
<img src="./images/coworkingSpaces/2.webp" alt="coworking space 2">
<div class="description">
<div class="room">
<h3 class="roomName">Berlin</h3>
<p class="roomCapacity">6 personnes</p>
</div>
<ul class="equipements">
<li>Imprimante </li>
<li>Call box privée</li>
<li>Wifi</li>
<li>Café & Eau</li>
</ul>
</div>
</article>
</a>
<a href="#" class="card">
<article>
<img src="./images/coworkingSpaces/3.webp" alt="coworking space 3">
<div class="description">
<div class="room">
<h3 class="roomName">London</h3>
<p class="roomCapacity">4 personnes</p>
</div>
<ul class="equipements">
<li>Imprimante </li>
<li>Wifi</li>
<li>Accès au Events</li>
<li>Café & Eau</li>
</ul>
</div>
</article>
</a>
<a href="#" class="card">
<article>
<img src="./images/coworkingSpaces/4.webp" alt="coworking space 4">
<div class="description">
<div class="room">
<h3 class="roomName">Vienne</h3>
<p class="roomCapacity">15 personnes</p>
</div>
<ul class="equipements">
<li>Imprimante </li>
<li>Call box privée</li>
<li>Accès au Events</li>
<li>Café & Eau</li>
</ul>
</div>
</article>
</a>
</div>
</section>
<section id="meetingSpaces">
<h2 class="title">Meeting spaces</h2>
<div class="meetingCards">
<article class="meetingCard">
<img src="./images/meetingSpaces/1.webp" alt="meeting room 1">
<a href="#"><h3>Explorer plus</h3></a>
</article>
<article class="meetingCard">
<img src="./images/meetingSpaces/2.webp" alt="meeting room 2">
<a href="#"><h3>Explorer plus</h3></a>
</article>
<article class="meetingCard">
<img src="./images/meetingSpaces/3.webp" alt="meeting room 3">
<a href="#"><h3>Explorer plus</h3></a>
</article>
</div>
</section>
</main>
<footer>
<div class="contact">
<h3 class="footerTitle">Contact</h3>
<form action="#" method="post">
<label for="email">Email</label>
<input type="email" name="email" id="email">
<label for="message">Message</label>
<textarea name="message" id="message" cols="30" rows="10"></textarea>
<input type="text" value="Envoyer">
</form>
</div>
<div class="links">
<div class="workSpace">
<h3 class="footerTitle">OCowork space 1</h3>
<a href="#" class="linkFooter">
<div><i class="fas fa-map-marker-alt"></i></div>
40 Rue Réaumur, 75003 Paris, France
</a>
<a href="#" class="linkFooter">
<div><i class="fas fa-phone"></i></div>
+33 1 31 65 89 08
</a>
<a href="mailto:[email protected]" class="linkFooter">
<div><i class="fas fa-envelope"></i></div>
</a>
</div>
<div class="workSpace">
<h3 class="footerTitle">OCowork space 2</h3>
<a href="#" class="linkFooter">
<div><i class="fas fa-map-marker-alt"></i></div>
52 Rue Chaubet, 15003 Toulouse, France
</a>
<a href="#" class="linkFooter">
<div><i class="fas fa-phone"></i></div>
+33 1 31 65 89 08
</a>
<a href="#[email protected]" class="linkFooter">
<div><i class="fas fa-envelope"></i></div>
</a>
</div>
</div>
</footer>
</div>
</body>
</html>