-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
362 lines (326 loc) · 23.2 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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<!-- <base href="/"> -->
<title>Daniel | Web Developer</title>
<meta name="description" content="Daniel,s Chisinau based, web developer portfolio.">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Favicon -->
<!-- /Favicon -->
<!-- Custom Browsers Color -->
<meta name="theme-color" content="#000">
<!-- /Custom Browsers Color -->
<link rel="stylesheet" href="css/main.min.css">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
</head>
<body>
<!----------------------------
#PRELOADER
----------------------------->
<div class="preloader" id = "preloader">
<div class="loader"></div>
</div>
<!----------------------------
#NAVIGATION
----------------------------->
<nav class="navbar">
<div class="wrapper">
<div class="navbar_logo">
{
<span>D</span>
}
</div>
<div class="navbar__links-container clearfix">
<ul class="navbar__links-container__list">
<!-- <li class="navbar__links-container__list_item"><a href="#" class = "navbar__links-container__list_link">Home</a></li> -->
<li class="navbar__links-container__list_item"><a href="#works" class = "navbar__links-container__list_link">Works</a></li>
<li class="navbar__links-container__list_item"><a href="#skills" class = "navbar__links-container__list_link">Skills</a></li>
<li class="navbar__links-container__list_item"><a href="#contact" class = "navbar__links-container__list_link">Contact</a></li>
</ul>
</div>
<button class="navbar__hamburger-button hamburger hamburger--vortex-r" type="button">
<span class="hamburger-box">
<span class="hamburger-inner"></span>
</span>
</button>
</div>
</nav>
<!----------------------------
#HEADER-SECTION
----------------------------->
<header class="header-section">
<h1 class="header-section__heading">
Daniel <span class = "header-section__heading-desc"><span class = "accent-color">{</span> Result Oriented<br>Web Developer <span class = "accent-color">}</span></span>
</h1>
<div class="header-section_down-button">
<a href="#works"><i class="fas fa-chevron-down"></i></a>
</div>
</header>
<!----------------------------
#WORKS-SECTION
----------------------------->
<section class="works-section" id = "works">
<div class="wrapper">
<!-- <h2 class="works-section_heading">WORKS</h2> -->
<!-- Project No.1 -->
<article class="works-section__project">
<div class="works-section__project__left-container">
<img src="img/works-section/folio.jpg" alt="">
</div>
<div class="works-section__project__right-container">
<h3 class="works-section__project_title">.Folio Portfolio</h3>
<p class="works-section__project_desc">
.Folio is a portfolio web-site destinated for photographers to show their stunning works.
<span class = "works-section__project_desc_tech"><span class = "accent-color">Technologies used:</span> HTML5, CSS3, Jquery. </span>
<span class = "works-section__project_desc_features"><span class = "accent-color">Features:</span> Responsive, Adaptive.</span>
</p>
<div class="works-section__project_links">
<a href="https://thedanielras.github.io/PSD-to-HTML-.FOLIO/" class="works-section__project_visit button" target = "_blank">Live Demo</a>
<a href="https://github.com/thedanielras/PSD-to-HTML-.FOLIO" class="works-section__project_code button" target = "_blank"><img src="img/code.svg" alt="See Code" aria-label = "Watch Code on Github"></a>
</div>
</div>
</article>
<!-- Project No.2 -->
<article class="works-section__project">
<div class="works-section__project__left-container">
<img src="img/works-section/snow.jpg" alt="">
</div>
<div class="works-section__project__right-container">
<h3 class="works-section__project_title">Snow Creative Agency</h3>
<p class="works-section__project_desc">
A marketing site for a creative agency, showing their works, clients testimonials, and a contact form for colaboration.
<span class = "works-section__project_desc_tech"><span class = "accent-color">Technologies used:</span> HTML5, CSS3, Jquery. </span>
<span class = "works-section__project_desc_features"><span class = "accent-color">Features:</span> Responsive, Adaptive.</span>
</p>
<div class="works-section__project_links">
<a href="https://thedanielras.github.io/PSD-to-HTML-Snow_Landing/" class="works-section__project_visit button" target = "_blank">Live Demo</a>
<a href="https://github.com/thedanielras/PSD-to-HTML-Snow_Landing" class="works-section__project_code button" target = "_blank"><img src="img/code.svg" alt="See Code" aria-label = "Watch Code on Github"></a>
</div>
</div>
</article>
<!-- Project No.3 -->
<article class="works-section__project">
<div class="works-section__project__left-container">
<img src="img/works-section/bicycle.jpg" alt="">
</div>
<div class="works-section__project__right-container">
<h3 class="works-section__project_title">Bicycle Selling Company</h3>
<p class="works-section__project_desc">
A marketing site for a creative agency, showing their works, clients testimonials, and a contact form for colaboration.
<span class = "works-section__project_desc_tech"><span class = "accent-color">Technologies used:</span> HTML5, CSS3, Jquery. </span>
<span class = "works-section__project_desc_features"><span class = "accent-color">Features:</span> Responsive, Adaptive.</span>
</p>
<div class="works-section__project_links">
<a href="https://thedanielras.github.io/Bicycle/" class="works-section__project_visit button" target = "_blank">Live Demo</a>
<a href="https://github.com/thedanielras/Bicycle" class="works-section__project_code button" target = "_blank"><img src="img/code.svg" alt="See Code" aria-label = "Watch Code on Github"></a>
</div>
</div>
</article>
</div>
</section>
<button type = "button" class = "top-button"><img src="img/top.svg" alt="Goes to the top of the page" title = "Top" aria-label = "To Top"></button>
<!----------------------------
#SKILLS-SECTION
----------------------------->
<section class="skills-section" id = "skills">
<div class="skills-section__skills-container">
<div class="skills-section_toggle-button">
<div class="checkbox">
<input type="checkbox" id = "skills-toggle">
<label for="skills-toggle"></label>
</div>
</div>
<div class="skill-section__skills-container__front-end">
<div class="wrapper">
<h3 class="skills-section__skills-container_heading">Front End</h3>
<div class="skill-section__skills-container__front-end_progress-bar">
<div class="front-end_progress-bar_track"></div>
<span class="front-end_progress-bar_percents">67%</span>
</div>
<div class="skills-section__charts-row">
<div class="skills-section__charts-row__chart-box">
<div class="skills-section__charts-row__chart" data-percent="90" data-scale-color="#fff">
<span class="chart-percents">90%</span>
</div>
<span class = "skills-section__charts-row__chart_title">HTML</span>
</div>
<div class="skills-section__charts-row__chart-box">
<div class="skills-section__charts-row__chart" data-percent="85" data-scale-color="#fff">
<span class="chart-percents">85%</span>
</div>
<span class = "skills-section__charts-row__chart_title">CSS</span>
</div>
<div class="skills-section__charts-row__chart-box">
<div class="skills-section__charts-row__chart" data-percent="85" data-scale-color="#fff">
<span class="chart-percents">85%</span>
</div>
<span class = "skills-section__charts-row__chart_title">Sass</span>
</div>
<div class="skills-section__charts-row__chart-box">
<div class="skills-section__charts-row__chart" data-percent="60" data-scale-color="#fff">
<span class="chart-percents">60%</span>
</div>
<span class = "skills-section__charts-row__chart_title">JavaScript</span>
</div>
<div class="skills-section__charts-row__chart-box">
<div class="skills-section__charts-row__chart" data-percent="70" data-scale-color="#fff">
<span class="chart-percents">70%</span>
</div>
<span class = "skills-section__charts-row__chart_title">Jquery</span>
</div>
<div class="skills-section__charts-row__chart-box">
<div class="skills-section__charts-row__chart" data-percent="87" data-scale-color="#fff">
<span class="chart-percents">87%</span>
</div>
<span class = "skills-section__charts-row__chart_title">Gulp</span>
</div>
</div>
</div>
</div>
<div class="skill-section__skills-container__back-end">
<div class="wrapper">
<h3 class="skills-section__skills-container_heading">Back End</h3>
<div class="skill-section__skills-container__back-end_progress-bar">
<div class="back-end_progress-bar_track"></div>
<span class="back-end_progress-bar_percents">18%</span>
</div>
<div class="skills-section__charts-row">
<div class="skills-section__charts-row__chart-box">
<div class="skills-section__charts-row__chart" data-percent="15" data-scale-color="#fff">
<span class="chart-percents">15%</span>
</div>
<span class = "skills-section__charts-row__chart_title">PHP</span>
</div>
<div class="skills-section__charts-row__chart-box">
<div class="skills-section__charts-row__chart" data-percent="20" data-scale-color="#fff">
<span class="chart-percents">20%</span>
</div>
<span class = "skills-section__charts-row__chart_title">MySql</span>
</div>
</div>
</div>
</div>
</div>
<div class="skills-section__brands-carousel">
<div class="wrapper">
<div class="owl-carousel owl-theme">
<img src="img/skills-section/brands/css.svg" alt="css" class="skills-section__brands-carousel_brand">
<img src="img/skills-section/brands/gulp.svg" alt="gulp" class="skills-section__brands-carousel_brand">
<img src="img/skills-section/brands/html.svg" alt="html" class="skills-section__brands-carousel_brand">
<img src="img/skills-section/brands/js.svg" alt="js" class="skills-section__brands-carousel_brand">
<img src="img/skills-section/brands/jquery.svg" alt="jquery" class="skills-section__brands-carousel_brand">
<img src="img/skills-section/brands/mysql.svg" alt="mysql" class="skills-section__brands-carousel_brand">
<img src="img/skills-section/brands/photoshop.svg" alt="photoshop" class="skills-section__brands-carousel_brand">
<img src="img/skills-section/brands/php.svg" alt="php" class="skills-section__brands-carousel_brand">
<img src="img/skills-section/brands/sass.svg" alt="sass" class="skills-section__brands-carousel_brand">
<img src="img/skills-section/brands/vscode.svg" alt="vscode" class="skills-section__brands-carousel_brand">
<img src="img/skills-section/brands/trello.svg" alt="trello" class="skills-section__brands-carousel_brand">
<img src="img/skills-section/brands/ubuntu.svg" alt="ubuntu" class="skills-section__brands-carousel_brand">
<img src="img/skills-section/brands/chrome.svg" alt="chrome" class="skills-section__brands-carousel_brand"> </div>
</div>
</div>
</section>
<!----------------------------
#CONTACT-SECTION
----------------------------->
<section class="contact-section" id = "contact">
<div class="wrapper container">
<div class="contact-section__form left">
<form action="https://formspree.io/[email protected]" method="POST" id = "main-form">
<p class="contact-section__form_row">
<label for="user-name">Name: </label>
<input type="text" name = "name" id = "user-name" required>
</p>
<p class="contact-section__form_row">
<label for="user-email">Email:</label>
<input type="email" name = "email" id = "user-email" required>
</p>
<p class="contact-section__form_row">
<label for="message-subject">Subject: </label>
<input type="text" name = "subject" id = "message-subject" required>
</p>
<p class="contact-section__form_row">
<label for="user-message">Message:</label>
<textarea name="message" id="user-message" rows="2"></textarea>
</p>
<p class="contact-section__form_row">
<button type="submit" class = "button submit-button">Submit</button>
</p>
</form>
</div>
<div class="right">
<div class = "contact-section_map" id="map"></div>
<div class="contact-section__social-links">
<a href="https://www.linkedin.com/in/daniel-raș-922576159" target = "_blank" class = "contact-section__social-links_link linkedIn-box">
<span class = "visually-hidden">Linked In</span>
<svg aria-hidden="true" data-prefix="fab" data-icon="linkedin-in" class="svg-inline--fa fa-linkedin-in fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M100.3 480H7.4V180.9h92.9V480zM53.8 140.1C24.1 140.1 0 115.5 0 85.8 0 56.1 24.1 32 53.8 32c29.7 0 53.8 24.1 53.8 53.8 0 29.7-24.1 54.3-53.8 54.3zM448 480h-92.7V334.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V480h-92.8V180.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V480z"></path></svg>
</a>
<a href="https://github.com/thedanielras" target = "_blank" class = "contact-section__social-links_link github-box">
<span class = "visually-hidden">Github</span>
<svg aria-hidden="true" data-prefix="fab" data-icon="github" class="svg-inline--fa fa-github fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path fill="currentColor" d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"></path></svg>
</a>
<a href="https://codepen.io/ras98/" target = "_blank" class = "contact-section__social-links_link codepen-box">
<span class = "visually-hidden">CodePen</span>
<svg aria-hidden="true" data-prefix="fab" data-icon="codepen" class="svg-inline--fa fa-codepen fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M502.285 159.704l-234-156c-7.987-4.915-16.511-4.96-24.571 0l-234 156C3.714 163.703 0 170.847 0 177.989v155.999c0 7.143 3.714 14.286 9.715 18.286l234 156.022c7.987 4.915 16.511 4.96 24.571 0l234-156.022c6-3.999 9.715-11.143 9.715-18.286V177.989c-.001-7.142-3.715-14.286-9.716-18.285zM278 63.131l172.286 114.858-76.857 51.429L278 165.703V63.131zm-44 0v102.572l-95.429 63.715-76.857-51.429L234 63.131zM44 219.132l55.143 36.857L44 292.846v-73.714zm190 229.715L61.714 333.989l76.857-51.429L234 346.275v102.572zm22-140.858l-77.715-52 77.715-52 77.715 52-77.715 52zm22 140.858V346.275l95.429-63.715 76.857 51.429L278 448.847zm190-156.001l-55.143-36.857L468 219.132v73.714z"></path></svg>
</a>
<a href="https://www.facebook.com/ras98.daniel" target = "_blank" class = "contact-section__social-links_link facebook-box">
<span class = "visually-hidden">Facebook</span>
<svg aria-hidden="true" data-prefix="fab" data-icon="facebook-f" class="svg-inline--fa fa-facebook-f fa-w-9" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 264 512"><path fill="currentColor" d="M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229"></path></svg>
</a>
</div>
</div>
</div>
</section>
<!----------------------------
#FOOTER-SECTION
----------------------------->
<footer class="footer-section">
<div class="wrapper">
<div class="footer-section__main-content">
<article class = "footer-section__quote">
Follow your passion, be prepared to work hard and sacrifice, and, above all, don't let anyone limit your dreams.<br>
<span class="author"><a href="https://en.wikipedia.org/wiki/Donovan_Bailey">Donovan Bailey</a></span>
</article>
<div class="footer-section__social-links">
<a href="https://www.linkedin.com/in/daniel-raș-922576159" target = "_blank">
<span class = "visually-hidden">Linked In</span>
<svg aria-hidden="true" data-prefix="fab" data-icon="linkedin-in" class="svg-inline--fa fa-linkedin-in fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M100.3 480H7.4V180.9h92.9V480zM53.8 140.1C24.1 140.1 0 115.5 0 85.8 0 56.1 24.1 32 53.8 32c29.7 0 53.8 24.1 53.8 53.8 0 29.7-24.1 54.3-53.8 54.3zM448 480h-92.7V334.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V480h-92.8V180.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V480z"></path></svg>
</a>
<a href="https://github.com/thedanielras" target = "_blank">
<span class = "visually-hidden">Github</span>
<svg aria-hidden="true" data-prefix="fab" data-icon="github" class="svg-inline--fa fa-github fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path fill="currentColor" d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"></path></svg>
</a>
<a href="https://codepen.io/ras98/" target = "_blank">
<span class = "visually-hidden">CodePen</span>
<svg aria-hidden="true" data-prefix="fab" data-icon="codepen" class="svg-inline--fa fa-codepen fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M502.285 159.704l-234-156c-7.987-4.915-16.511-4.96-24.571 0l-234 156C3.714 163.703 0 170.847 0 177.989v155.999c0 7.143 3.714 14.286 9.715 18.286l234 156.022c7.987 4.915 16.511 4.96 24.571 0l234-156.022c6-3.999 9.715-11.143 9.715-18.286V177.989c-.001-7.142-3.715-14.286-9.716-18.285zM278 63.131l172.286 114.858-76.857 51.429L278 165.703V63.131zm-44 0v102.572l-95.429 63.715-76.857-51.429L234 63.131zM44 219.132l55.143 36.857L44 292.846v-73.714zm190 229.715L61.714 333.989l76.857-51.429L234 346.275v102.572zm22-140.858l-77.715-52 77.715-52 77.715 52-77.715 52zm22 140.858V346.275l95.429-63.715 76.857 51.429L278 448.847zm190-156.001l-55.143-36.857L468 219.132v73.714z"></path></svg>
</a>
<a href="https://www.facebook.com/ras98.daniel" target = "_blank">
<span class = "visually-hidden">Facebook</span>
<svg aria-hidden="true" data-prefix="fab" data-icon="facebook-f" class="svg-inline--fa fa-facebook-f fa-w-9" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 264 512"><path fill="currentColor" d="M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229"></path></svg>
</a>
</div>
<article class="footer-section__contact-info">
<div class="container">
<p class="footer-section__contact-info_row">
<svg aria-hidden="true" data-prefix="fas" data-icon="phone" class="svg-inline--fa fa-phone fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z"></path></svg>
<a href="tel:+37360937052">+ (373) 60 937 052</a>
</p>
<p class="footer-section__contact-info_row">
<svg aria-hidden="true" data-prefix="far" data-icon="envelope" class="svg-inline--fa fa-envelope fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z"></path></svg>
<a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</article>
</div>
</div>
<small class = "footer_copy">© Daniel Ras 2018</small>
</footer>
<!-- Scripts -->
<script src="https://api-maps.yandex.ru/2.1/?lang=en_US" type="text/javascript"></script>
<script type="text/javascript" src="js/scripts.min.js"></script>
</body>
</html>