-
Notifications
You must be signed in to change notification settings - Fork 0
/
terms.html
361 lines (343 loc) · 12.2 KB
/
terms.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
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Terms and Conditions</title>
<!-- Modern Normalize -->
<link rel="stylesheet" href="./css/modern-normalize.css" />
<!-- Favicon -->
<link rel="icon" href="./images/favicon/favicon.ico" />
<!-- Fonts -->
<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=Raleway:wght@700&family=Roboto:wght@400;500;700;900&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./css/styles.css" />
</head>
<body>
<!-- Menu Drawer Container Section -->
<div class="js-menu-container">
<button class="menu-toggle js-close-menu">
<svg
fill="currentColor"
viewBox="0 0 20 20"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
>
<path
fill-rule="evenodd"
d="M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z"
clip-rule="evenodd"
></path>
</svg>
</button>
<nav class="drawer-nav-container">
<ul class="drawer-nav">
<li>
<a href="index.html" class="drawer-nav-page">Studio</a>
</li>
<li>
<a href="portfolio.html" class="drawer-nav-page">Portfolio</a>
</li>
<li>
<a href="contacts.html" class="drawer-nav-page">Contacts</a>
</li>
</ul>
</nav>
<ul class="drawer-contacts">
<li>
<a href="tel:+12127724150" class="drawer-phone">+40 753 023 616</a>
</li>
<li>
<a href="mailto:[email protected]" class="drawer-email"
>
</li>
</ul>
<ul class="drawer-social-links">
<li class="">
<a
href="https://www.instagram.com/"
class="drawer-social-link"
target="_blank"
rel="nofollow noopener noreferrer"
aria-label="Instagram"
>Instagram
</a>
</li>
<li>
<svg class="vertical-line" width="1px" height="22px">
<use href="./images/icons.svg#icon-line"></use>
</svg>
</li>
<li class="">
<a
href="https://twitter.com/"
class="drawer-social-link"
target="_blank"
rel="nofollow noopener noreferrer"
aria-label="Twitter"
>Twitter
</a>
</li>
<li>
<svg class="vertical-line" width="1px" height="22px">
<use href="./images/icons.svg#icon-line"></use>
</svg>
</li>
<li class="">
<a
href="https://www.facebook.com/"
class="drawer-social-link"
target="_blank"
rel="nofollow noopener noreferrer"
aria-label="Facebook"
>Facebook
</a>
</li>
<li>
<svg class="vertical-line" width="1px" height="22px">
<use href="./images/icons.svg#icon-line"></use>
</svg>
</li>
<li class="">
<a
href="https://www.linkedin.com/in/dan-retegan-25a7a92a4/"
class="drawer-social-link"
target="_blank"
rel="nofollow noopener noreferrer"
aria-label="Linkedin"
>Linkedin
</a>
</li>
</ul>
</div>
<!-- Header Section -->
<header class="header container">
<div class="header-container">
<h1 class="logo-title">
<a href="index.html" class="logo active"><span>Web</span>Studio</a>
</h1>
<!-- Text Section -->
<div class="header-text">
<!-- Navigation Section -->
<nav class="navigation">
<ul class="navigation-links">
<li>
<a href="index.html" class="navigation-link active">Studio</a>
</li>
<li>
<a href="portfolio.html" class="navigation-link active"
>Portfolio</a
>
</li>
<li>
<a href="contacts.html" class="navigation-link active"
>Contacts</a
>
</li>
</ul>
</nav>
<!-- Contacts Section -->
<ul class="contacts">
<li class="active">
<a class="contact active" href="mailto:[email protected]">
<svg width="16px" height="10px">
<use href="./images/icons.svg#icon-envelope"></use>
</svg>
</a>
</li>
<li class="active">
<a class="contact active" href="tel:+12127724150">
<svg width="10px" height="16px">
<use href="./images/icons.svg#icon-smartphone"></use>
</svg>
+40 753 023 616
</a>
</li>
</ul>
</div>
<button class="menu-button js-open-menu">
<svg width="40px" height="40px">
<use href="./images/icons.svg#icon-menu"></use>
</svg>
</button>
</div>
</header>
<section class="container">
<h1>Terms and Conditions</h1>
<p>
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Sapiente,
animi.
</p>
<h2>Terms and Conditions</h2>
<p>
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Nobis sapiente
accusamus dicta. Doloribus fuga dolorum sint in omnis molestias!
Aspernatur.
</p>
<h3>Terms and Conditions</h3>
<p>
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Atque
voluptatum assumenda, eligendi distinctio ducimus nulla obcaecati quo
maxime ab laboriosam vel odit quidem inventore earum velit repudiandae
harum voluptates sit.
</p>
<h4>Terms and Conditions</h4>
<p>
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Sint, libero
accusamus eos magni doloremque, corrupti incidunt dicta in error beatae
labore cum voluptates fugit minima recusandae tempore aspernatur quae
praesentium consequatur numquam vel ratione exercitationem placeat? Iure
reprehenderit harum quis.
</p>
<h5>Terms and Conditions</h5>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio aliquid,
cum distinctio aut quos voluptates doloremque iste alias atque laborum
itaque voluptate reprehenderit beatae velit nesciunt saepe ex amet
delectus id dolore. Placeat laborum deserunt maxime voluptate cum beatae
esse accusantium in incidunt suscipit. Velit hic voluptate quam
consequatur labore.
</p>
<h6>Terms and Conditions</h6>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Nisi, natus
placeat. Ad, voluptatum similique ipsum corporis rem aliquam enim
expedita tenetur vitae dolorem sint, ab repellendus, quis soluta
molestias provident eum. Labore necessitatibus, quod magnam excepturi,
ex id perferendis quaerat beatae modi saepe eveniet eos eaque voluptatum
soluta. In culpa aperiam dicta ipsum laboriosam nesciunt exercitationem
ex aliquid nam illo.
</p>
</section>
<!-- Footer Section -->
<footer class="footer container">
<section class="footer-text">
<section class="footer-text-gap">
<section class="footer-adress-contacts">
<h2 class="logo-title">
<a class="logo-footer active" href="index.html">
<span>Web</span>Studio</a
>
</h2>
<ul class="contacts-footer">
<li>
<address class="address">
<a
href="https://goo.gl/maps/ySGtrkY3DtCxrfNZ6"
class="address"
target="_blank"
rel="nofollow noopener noreferrer"
aria-label="695 Park Ave, NY 10065, USA"
>
695 Park Ave, NY 10065, USA
</a>
</address>
</li>
<li>
<a
href="mailto:[email protected]"
class="contact-footer active"
>
</li>
<li>
<a href="tel:+12127724150" class="contact-footer active"
>+40 753 023 616</a
>
</li>
</ul>
</section>
<!-- Find us on Sectoin -->
<section class="center-column">
<h3 class="find-us-on-text">Find us on</h3>
<ul class="footer-icons-list">
<li>
<a
href="https://www.instagram.com/"
class="icon-footer"
target="_blank"
rel="nofollow noopener noreferrer"
aria-label="Instagram"
>
<svg width="20px" height="20px">
<use href="./images/icons.svg#icon-instagram"></use>
</svg>
</a>
</li>
<li>
<a
href="https://twitter.com/"
class="icon-footer"
target="_blank"
rel="nofollow noopener noreferrer"
aria-label="Twitter"
>
<svg width="20px" height="20px">
<use href="./images/icons.svg#icon-twitter"></use>
</svg>
</a>
</li>
<li>
<a
href="https://www.facebook.com/"
class="icon-footer"
target="_blank"
rel="nofollow noopener noreferrer"
aria-label="Facebook"
>
<svg width="20px" height="20px">
<use href="./images/icons.svg#icon-facebook"></use>
</svg>
</a>
</li>
<li>
<a
href="https://www.linkedin.com/in/dan-retegan-25a7a92a4/"
class="icon-footer"
target="_blank"
rel="nofollow noopener noreferrer"
aria-label="Linkedin"
>
<svg width="20px" height="20px">
<use href="./images/icons.svg#icon-linkedin"></use>
</svg>
</a>
</li>
</ul>
</section>
</section>
<!-- Subscribe Section -->
<form class="subscribe">
<label class="subscribe-label" for="subscribe-email">
Subscribe to the newsletter</label
>
<div class="subscribe-area">
<input
class="subscribe-input"
type="email"
name="email"
id="subscribe-email"
placeholder="E-mail"
required
/>
<button class="subscribe-btn" type="submit">
Subscribe
<svg height="24px" width="24px">
<use href="./images/icons.svg#icon-send"></use>
</svg>
</button>
</div>
</form>
</section>
</footer>
<!-- Plasăm înainte de tag-ul de închidere body -->
<script src="./js/mobile-menu.js"></script>
</body>
</html>