-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
404 lines (326 loc) · 17 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
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
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
<!DOCTYPE html>
<html lang="en" data-theme="html">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title data-i18="page-title">Photographer's Portfolio</title>
<meta name="description" content="Photographer's Portfolio website">
<link rel="icon" href="assets/favicon/favicon.ico" type="image/x-icon">
<link rel="icon" type="image/png" href="assets/favicon/logo-gold-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="assets/favicon/logo-gold-16x16.png" sizes="16x16">
<link href="assets/favicon/logo-gold-96x96.png" rel="shortcut icon" type="image/x-icon">
<link href="assets/favicon/logo-gold-96x96.png" rel="icon" type="image/x-icon">
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="assets/favicon/logo-gold-57x57.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/favicon/logo-gold-72x72.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/favicon/logo-gold-114x114.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/favicon/logo-gold-144x144.png">
<script type="module" src="./js/translation.js"></script>
<script type="module" src="./js/changeLanguage.js"></script>
<script type="module" src="./js/theme-switcher.js"></script>
<link rel="stylesheet" href="stylesheets/style.css">
</head>
<body class="body" data-theme="body">
<!--============ Header ============-->
<header class="header">
<div class="container container-header" data-theme="container-header">
<a class="logo" href="#main" title="Portfolio logo. Click on it to return to the heading" data-theme="logo"></a>
<nav class="nav" data-theme="nav">
<ul class="nav-list">
<li class="nav-item">
<a class="nav-link" href="#skills" data-i18="skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#portfolio" data-i18="portfolio">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#video" data-i18="video">Video</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#price" data-i18="price">Price</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contacts" data-i18="contacts">Contacts</a>
</li>
</ul>
<!-- /.nav-list -->
</nav>
<!-- /.nav -->
<p class="language-switcher">
<span class="language-switcher_en" title="Switch the page language to English"
aria-label="Switch the page to English">EN</span>
<span>/</span>
<span class="language-switcher_ru" title="Switch the page language to Russian"
aria-label="Switch the page to Russian">RU</span>
</p>
<!-- /.language-switcher -->
<span class="theme-switcher" title="Click to switch page color theme" data-theme="theme-switcher"></span>
<button class="hamburger-button" type="button" aria-label="Hamburger button for mobile menu"
data-theme="hamburger-button">
<span class="hamburger-button__line"></span>
</button>
<span class="mask"></span>
</div>
<!-- /.container-header -->
</header>
<!-- /.header -->
<!--============ Main ============-->
<main class="main" id="main">
<article>
<!--============ Hero ============-->
<div class="hero">
<div class="container container-hero" data-theme="container-hero">
<div class="hero__about">
<h1 class="hero-title" data-i18="hero-title">Alexa Rise</h1>
<p class="hero-description" data-i18="hero-text">Save sincere emotions, romantic feelings and happy moments
of life
together with
professional photographer <span class="no-wrap" data-i18="hero-title">Alexa Rise</span></p>
<button class="button button_colored" title="Click to hire me" data-i18="hire" data-theme="button">Hire
me</button>
</div>
<!-- /.hero-about -->
</div>
<!-- /.container -->
</div>
<!-- /.hero -->
<!--============ Skills ============-->
<section class="skills section" id="skills">
<div class="container">
<h2 class="section-title" data-theme="section-title"><span data-i18="skills">Skills</span></h2>
<!-- /.section-title -->
<ul class="skills-list">
<li class="skill-item">
<figure class="skill-icon">
<img src="assets/svg/camera-gold.svg" alt="icon: camera" width="66" height="50">
<figcaption class="skill-description" data-theme="skill-description">
<h3 class="skill-description_title" data-i18="skill-title-1">Digital photography</h3>
<p class="skill-description_text" data-i18="skill-text-1">High-quality photos in the studio and on the
nature</p>
</figcaption>
</figure>
</li>
<!-- /.skills-item -->
<li class="skill-item">
<figure class="skill-icon">
<img src="assets/svg/video-gold.svg" alt="icon: videotape with play button" width="66" height="50">
<figcaption class="skill-description" data-theme="skill-description">
<h3 class="skill-description_title" data-i18="skill-title-2">Video shooting</h3>
<p class="skill-description_text" data-i18="skill-text-2">Capture your moments so that they always
stay with you
</p>
</figcaption>
</figure>
</li>
<!-- /.skills-item -->
<li class="skill-item">
<figure class="skill-icon">
<img src="assets/svg/picture-gold.svg" alt="icon: picture" width="66" height="50">
<figcaption class="skill-description" data-theme="skill-description">
<h3 class="skill-description_title" data-i18="skill-title-3">Retouch</h3>
<p class="skill-description_text" data-i18="skill-text-3">I strive to make photography surpass reality
</p>
</figcaption>
</figure>
</li>
<!-- /.skills-item -->
<li class="skill-item">
<figure class="skill-icon">
<img src="assets/svg/microphone-gold.svg" alt="icon: classic microphone" width="66" height="50">
<figcaption class="skill-description" data-theme="skill-description">
<h3 class="skill-description_title" data-i18="skill-title-4">Audio</h3>
<p class="skill-description_text" data-i18="skill-text-4">Professional sounds recording for video,
advertising,
portfolio
</p>
</figcaption>
</figure>
</li>
<!-- /.skills-item -->
</ul>
<!-- /.skills-list -->
</div>
<!-- /.container -->
</section>
<!-- /.skills section -->
<!--============ Portfolio ============-->
<section class="portfolio section" id="portfolio">
<div class="container">
<h2 class="section-title" data-theme="section-title"><span data-i18="portfolio">Portfolio</span></h2>
<!-- /.section-title -->
<ul class="galleries-list">
<li class="galleries-switcher">
<button class="button button_portfolio" type="button" data-season="winter"
title="Click to view the gallery of winter photos" data-i18="winter"
data-theme="button_colored">Winter</button>
</li>
<li class="galleries-switcher">
<button class="button button_portfolio" type="button" data-season="spring"
title="Click to view the gallery of spring photos" data-i18="spring"
data-theme="button_colored">Spring</button>
</li>
<li class="galleries-switcher">
<button class="button button_portfolio" type="button" data-season="summer"
title="Click to view the gallery of summer photos" data-i18="summer"
data-theme="button_colored">Summer</button>
</li>
<li class="galleries-switcher">
<button class="button button_portfolio" type="button" data-season="autumn"
title="Click to view the gallery of autumn photos" data-i18="autumn"
data-theme="button_colored">Autumn</button>
</li>
</ul>
<!-- /.galleries-list -->
<figure class="portfolio-gallery">
<img class="gallery-image" src="" alt="portfolio gallery photo" width="450" height="560">
<img class="gallery-image" src="" alt="portfolio gallery photo" width="450" height="560">
<img class="gallery-image" src="" alt="portfolio gallery photo" width="450" height="560">
<img class="gallery-image" src="" alt="portfolio gallery photo" width="450" height="560">
<img class="gallery-image" src="" alt="portfolio gallery photo" width="450" height="560">
<img class="gallery-image" src="" alt="portfolio gallery photo" width="450" height="560">
</figure>
<!-- /.portfolio-gallery -->
</div>
<!-- /.container -->
</section>
<!-- /.portfolio section -->
<!--============ Video ============-->
<section class="video section" id="video">
<div class="container container-video">
<h2 class="section-title" data-theme="section-title"><span data-i18="video">Video</span></h2>
<div class="video-presentation">
<video class="video-viewer" preload="auto" poster="assets/img/wedding-videos-poster.jpg">
<source src="assets/video/video.mp4" type="video/mp4" />
<source src="assets/video/video.webm" type="video/webm" />
<p>To view this video please enable JavaScript, and consider upgrading to a
web browser that supports HTML5 video</p>
</video>
<button class="play-video-button" title="press to play video" data-theme="play-video-button"></button>
<!-- /.video-viewer -->
<div class="controls">
<div class="controls__first-line">
<button class="control-button play-icon" title="Click to play/pause video"></button>
<input class="timeline" type="range" value="0" min="0" max="100" step="0.05">
</div>
<div class="controls__second-line">
<button class="control-button volume-icon" title="Click to mute/unmute the sound."></button>
<input class="volume" type="range" value="40" min="0" max="100" step="1">
<button class="control-button fullscreen-icon" title="Click to fullscreen/exit fullscreen"></button>
</div>
</div>
<!-- /.controls -->
</div>
<!-- /.video-presentation -->
</div>
<!-- /.container -->
</section>
<!-- /.video section -->
<!--============ Price ============-->
<section class="price section" id="price">
<div class="container">
<h2 class="section-title" data-theme="section-title"><span data-i18="price">Price</span></h2>
<ul class="price-list">
<li class="price-list__card">
<h3 class="price-list__card-title" data-i18="standart">Standard</h3>
<p class="price-list__card-price" data-theme="card-price">500 $</p>
<ul class="service-list">
<li class="service-list__item" data-i18="price-description-1-span-1">One location</li>
<li class="service-list__item" data-i18="price-description-1-span-2">120 photos in color</li>
<li class="service-list__item" data-i18="price-description-1-span-3">12 photos in retouch</li>
<li class="service-list__item" data-i18="price-description-1-span-4">Readiness 2-3 weeks</li>
<li class="service-list__item" data-i18="price-description-1-span-5">Make up, visage</li>
</ul>
<button class="button button_colored button_price" title="Click to order shooting" data-i18="order"
data-theme="button_colored">Order
shooting</button>
</li>
<!--/.price-list__card -->
<li class="price-list__card">
<h3 class="price-list__card-title" data-i18="premium">Premium</h3>
<p class="price-list__card-price" data-theme="card-price">700 $</p>
<ul class="service-list">
<li class="service-list__item" data-i18="price-description-2-span-1">One or two locations</li>
<li class="service-list__item" data-i18="price-description-2-span-2">200 photos in color</li>
<li class="service-list__item" data-i18="price-description-2-span-3">20 photos in retouch</li>
<li class="service-list__item" data-i18="price-description-2-span-4">Readiness 1-2 weeks</li>
<li class="service-list__item" data-i18="price-description-2-span-5">Make up, visage</li>
</ul>
<button class="button button_colored button_price" title="Click to order shooting" data-i18="order"
data-theme="button_colored">Order
shooting</button>
</li>
<!-- /.price-list__card -->
<li class="price-list__card">
<h3 class="price-list__card-title" data-i18="gold">Gold</h3>
<p class="price-list__card-price" data-theme="text-gold">1000 $</p>
<ul class="service-list">
<li class="service-list__item" data-i18="price-description-3-span-1">Three locations or more</li>
<li class="service-list__item" data-i18="price-description-3-span-2">300 photos in color</li>
<li class="service-list__item" data-i18="price-description-3-span-3">50 photos in retouch</li>
<li class="service-list__item" data-i18="price-description-3-span-4">Readiness 1 week</li>
<li class="service-list__item" data-i18="price-description-3-span-5">Make up, visage, hairstyle</li>
</ul>
<button class="button button_colored button_price" title="Click to order shooting" data-i18="order"
data-theme="button_colored">Order
shooting</button>
</li>
<!-- /.price-list__card -->
</ul>
<!-- /.price-list -->
</div>
<!-- /.container -->
</section>
<!-- /.price section -->
<!--============ Contacts ============-->
<section class="contacts" id="contacts" data-theme="contacts">
<div class="container container-contacts">
<div class="form-section">
<h2 class="last-section-title" data-i18="contact-me" data-theme="section-title">Contact me</h2>
<form class="contact-form" name="contact-form" action="#" method="POST" data-theme="contact-form">
<input type="email" name="email" placeholder="E-mail" title="Enter your e-mail here" data-i18="e-mail"
required>
<input type="tel" name="tel" placeholder="Phone" title="Enter your phone number here"
pattern="[\+]\d{1}[\(]\d{3}[\)]\d{3}[\-]\d{2}[\-]\d{2}" data-i18="phone" required>
<textarea name="comment" placeholder="Message" title="Enter your message here" rows="2" data-i18="message"
required></textarea>
<button class="button button_colored button_form" type="submit" name="submit-btn"
title="Press to send your message" data-i18="send-message" data-theme="button">Send
message</button>
</form>
<!-- /.contact-form -->
</div>
<!-- /.form-section -->
</div>
<!-- /.container -->
</section>
<!-- /.contacts section -->
</article>
<!-- /.article -->
</main>
<!-- /.main -->
<!--============ Footer ============-->
<footer class="footer container">
<p class="copyright">
<small>©</small>
<small>2022</small>
<a href="https://github.com/dobkir" target="_blank">dobkir</a>
</p>
<ul class="social-links">
<li class="social-links_item">
<a class="social-link instagram-link" href="#" target="_blank" data-theme="social-link"></a>
</li>
<li class="social-links_item">
<a class="social-link facebook-link" href="#" target="_blank" data-theme="social-link"></a>
</li>
<li class="social-links_item">
<a class="social-link twitter-link" href="#" target="_blank" data-theme="social-link"></a>
</li>
<li class="social-links_item">
<a class="social-link pinterest-link" href="#" target="_blank" data-theme="social-link"></a>
</li>
</ul>
</footer>
<!-- /.footer -->
<script type="module" src="./js/index.js"></script>
</body>
</html>