-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
225 lines (221 loc) · 10.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
<!DOCTYPE html>
<html lang="en">
<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>Portfolio</title>
<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@400;700&family=Merriweather:wght@700&display=swap"
rel="stylesheet" />
<link rel="icon" href="./assets/svg/logo.ico">
<link rel="stylesheet" type="text/css" href="reset.css" />
<link rel="stylesheet" type="text/css" href="styles.css" />
<link rel="stylesheet" type="text/css" href="burger-menu.css" />
<link rel="stylesheet" type="text/css" href="media.css" />
</head>
<body>
<header>
<div class="container header-menu">
<div class="header-logo">
</div>
<nav class="nav-active">
<ul class="menu-list">
<li>
<a href="#skills" class="menu-link menu" data-i18="skills">
Skills
</a>
</li>
<li>
<a href="#portfolio" class="menu-link menu" data-i18="portfolio">
Portfolio
</a>
</li>
<li>
<a href="#video" class="menu-link menu" data-i18="video">
Video
</a>
</li>
<li>
<a href="#price" class="menu-link menu" data-i18="price">
Price
</a>
</li>
<li>
<a href="#contacts" class="menu-link menu" data-i18="contacts">
Contacts
</a>
</li>
</ul>
</nav>
<div class="enru">
<p class="en enru-btn">en</p>
<p class="flash"> / </p>
<p class="ru enru-btn">ru</p>
</div>
<div class="header-theme">
<span class="header-theme-toogle dark" ></span>
</div>
<div class="hamburger">
<div class="line line1"></div>
<div class="line line2"></div>
<div class="line line3"></div>
</div>
</div>
</header>
<main>
<section class="section hero">
<div class="hero-div">
<h1 data-i18="hero-title">Alexa Rise</h1>
<p class="hero-content" data-i18="hero-text">
Save sincere emotions, romantic feelings and happy moments of life
together with professional photographer Alexa Rise
</p>
<button class="button gold hero-send" data-i18="hire">Hire me</button>
</div>
</section>
<div class="container">
<section id="skills" class="section skills">
<div class="title-container">
<h2 class="section-title" data-i18="skills">Skills</h2>
</div>
<ul class="skills-items">
<li class="skills-li">
<h3 class="skills-title" data-i18="skill-title-1">Digital photography</h3>
<p class="skills-text" data-i18="skill-text-1">High-quality photos in the studio and on the nature</p>
</li>
<li class="skills-li">
<h3 class="skills-title" data-i18="skill-title-2">Video shooting</h3>
<p class="skills-text" data-i18="skill-text-2">Capture your moments so that they always stay with you</p>
</li>
<li class="skills-li">
<h3 class="skills-title" data-i18="skill-title-3">Retouch</h3>
<p class="skills-text" data-i18="skill-text-3">I strive to make photography surpass reality</p>
</li>
<li class="skills-li">
<h3 class="skills-title" data-i18="skill-title-4">Audio</h3>
<p class="skills-text" data-i18="skill-text-4">Professional sounds recording for video, advertising,portfolio</p>
</li>
</ul>
</section>
<section id="portfolio" class="section portfolio">
<div class="title-container">
<h2 class="section-title" data-i18="portfolio">Portfolio</h2>
</div>
<div class="button-group">
<button class="button black portfolio-active portfolio-btn" data-season="winter" data-i18="winter">Winter</button>
<button class="button black portfolio-active portfolio-btn" data-season="spring" data-i18="spring">Spring</button>
<button class="button black portfolio-active portfolio-btn" data-season="summer" data-i18="summer">Summer</button>
<button class="button black active gold portfolio-active portfolio-btn" data-season="autumn" data-i18="autumn"> Autumn</button>
</div>
<div class="portfolio-img-list">
<img class="portfolio-img" src="./assets/img/portfolio-img.jpg" alt="portfolio-img">
<img class="portfolio-img" src="./assets/img/portfolio-img1.jpg" alt="portfolio-img">
<img class="portfolio-img" src="./assets/img/portfolio-img2.jpg" alt="portfolio-img">
<img class="portfolio-img" src="./assets/img/portfolio-img3.jpg" alt="portfolio-img">
<img class="portfolio-img" src="./assets/img/portfolio-img4.jpg" alt="portfolio-img">
<img class="portfolio-img" src="./assets/img/portfolio-img5.jpg" alt="portfolio-img">
</div>
</section>
<section id="video" class="section video">
<div class="title-container">
<h2 class="section-title" data-i18="video">Video</h2>
</div>
<div class="video-player">
<img class="norm-img" src="./assets/img/video_player.jpg" alt="video-player">
<button class="video-button button">
</button>
</div>
</section>
<section id="price" class="section price">
<div class="title-container">
<h2 class="section-title" data-i18="price">Price</h2>
</div>
<ul class="price-list">
<li class="price-item">
<h3 class="price-title">Standard</h3>
<span class="price-summa">500 $</span>
<span class="price-text" data-i18="price-description-1-span-1">One location</span>
<span class="price-text" data-i18="price-description-1-span-2">120 photos in color</span>
<span class="price-text" data-i18="price-description-1-span-3">12 photos in retouch</span>
<span class="price-text" data-i18="price-description-1-span-4"> Readiness 2-3 weeks</span>
<span class="price-text" data-i18="price-description-1-span-5" >Make up, visage</span>
<button class="button gold" data-i18="order">Order shooting</button>
</li>
<li class="price-item">
<h3 class="price-title">Premium</h3>
<span class="price-summa">700 $</span>
<span class="price-text" data-i18="price-description-2-span-1">One or two locations</span>
<span class="price-text" data-i18="price-description-2-span-2">200 photos in color</span>
<span class="price-text" data-i18="price-description-2-span-3">20 photos in retouch</span>
<span class="price-text" data-i18="price-description-2-span-4">Readiness 1-2 weeks</span>
<span class="price-text" data-i18="price-description-2-span-5">Make up, visage</span>
<button class="button gold" data-i18="order">Order shooting</button>
</li>
<li class="price-item">
<h3 class="price-title">Gold</h3>
<span class="price-summa">1000 $</span>
<span class="price-text" data-i18="price-description-3-span-1">Three locations or more</span>
<span class="price-text" data-i18="price-description-3-span-2">300 photos in color</span>
<span class="price-text" data-i18="price-description-3-span-3">50 photos in retouch</span>
<span class="price-text" data-i18="price-description-3-span-4">Readiness 1 week</span>
<span class="price-text" data-i18="price-description-3-span-5">Make up, visage, hairstyle</span>
<button class="button gold" data-i18="order">Order shooting</button>
</li>
</ul>
</section>
</div>
<section id="contacts" class="section contacts">
<div class="container">
<div class="contacts-container">
<h2 class="contact section-title" data-i18="contact-me">Contact me</h2>
<form class="contact-input">
<input type="email" class="email form-input" id="email" name="email" placeholder="E-mail" required>
<input type="tel" class="tel form-input" id="phone" name="phone" placeholder="Phone" required>
<textarea class="message form-input" placeholder="Message" required></textarea>
<button type="submit" class="button gold" data-i18="send-message">Send message</button>
</form>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<div class="footer-data">
<span class="footer-data-item">©</span>
<span class="footer-data-item">2022</span>
<span>
<a href="https://github.com/pestler" class="footer-data-item github link" target="_blank">
github
</a>
</span>
</div>
<a href="https://rs.school/js-stage0/" class="rss link" target="_blank">Rolling Scopes School</a>
<ul class="social-list">
<li class="social-item">
<a href="https://www.instagram.com/" class="social-link ">
<img src="./assets/svg/inst.svg" class="social-gold" alt="instagram">
</a>
</li>
<li class="social-item">
<a href="https://www.facebook.com/" class="social-link ">
<img src="./assets/svg/fb.svg" class="social-gold" alt="facebook">
</a>
</li>
<li class="social-item">
<a href="https://twitter.com/" class="social-link link">
<img src="./assets/svg/tw.svg" class="social-gold" alt="twitter">
</a>
</li>
<li class="social-item">
<a href="https://www.pinterest.com/" class="social-link ">
<img src="./assets/svg/pinterest.svg" class="social-gold" alt="pinterest">
</a>
</li>
</ul>
</div>
</footer>
<script type="module" src="script.js"></script>
</body>
</html>