Skip to content

Commit ebe53ea

Browse files
committed
feat: button View CV
1 parent d1a8bfa commit ebe53ea

File tree

5 files changed

+42
-12
lines changed

5 files changed

+42
-12
lines changed
190 KB
Binary file not shown.

index.html

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -442,15 +442,31 @@ <h2 class="hero__title-absolute" data-js-hero-title>
442442
</div>
443443
</div>
444444
</div>
445-
<div class="hero__explore-button-outer">
446-
<a class="hero__explore-button button glass-block" href="#about">
447-
Details below
448-
<svg fill="#000000" height="20px" width="20px" viewBox="0 0 330 330">
449-
<path
450-
d="M325.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001l-139.39,139.393L25.607,79.393 c-5.857-5.857-15.355-5.858-21.213,0.001c-5.858,5.858-5.858,15.355,0,21.213l150.004,150c2.813,2.813,6.628,4.393,10.606,4.393 s7.794-1.581,10.606-4.394l149.996-150C331.465,94.749,331.465,85.251,325.607,79.393z"
451-
/>
452-
</svg>
453-
</a>
445+
<div class="hero__explore-buttons">
446+
<div class="hero__explore-button-outer">
447+
<a
448+
href="./Dmitrii_Golovicichin_CV_EN_no_photo.pdf"
449+
class="hero__explore-button button glass-block"
450+
target="_blank"
451+
rel="noopener noreferrer"
452+
>View CV</a
453+
>
454+
</div>
455+
<div class="hero__explore-button-outer">
456+
<a class="hero__explore-button button glass-block" href="#about">
457+
Details
458+
<svg
459+
fill="#000000"
460+
height="20px"
461+
width="20px"
462+
viewBox="0 0 330 330"
463+
>
464+
<path
465+
d="M325.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001l-139.39,139.393L25.607,79.393 c-5.857-5.857-15.355-5.858-21.213,0.001c-5.858,5.858-5.858,15.355,0,21.213l150.004,150c2.813,2.813,6.628,4.393,10.606,4.393 s7.794-1.581,10.606-4.394l149.996-150C331.465,94.749,331.465,85.251,325.607,79.393z"
466+
/>
467+
</svg>
468+
</a>
469+
</div>
454470
</div>
455471
</div>
456472
</section>
@@ -1070,7 +1086,7 @@ <h3 class="slider__item-title">
10701086
</div>
10711087
</div>
10721088
</section>
1073-
<section id="work-experience" class="container">
1089+
<section id="work-experience" data-aos="fade-right" class="container">
10741090
<header class="container__header">
10751091
<h2 class="container__header-title">
10761092
Work <span class="highlighted-text">Experience</span>
@@ -1083,7 +1099,7 @@ <h2 class="container__header-title">
10831099
<time
10841100
datetime="2023-09"
10851101
class="work-experience-card__date highlighted-text"
1086-
>September 2023 - Present</time
1102+
>September 2023 - May 2025</time
10871103
>
10881104
<h3 class="work-experience-card__title">
10891105
<a

styles/blocks/sections/_hero.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@
7878
}
7979
}
8080

81+
&__explore-buttons {
82+
display: flex;
83+
align-items: center;
84+
justify-content: center;
85+
column-gap: 20px;
86+
}
87+
8188
&__explore-button {
8289
display: flex;
8390
align-items: center;

styles/main.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1476,6 +1476,13 @@ body.loaded .header {
14761476
margin-inline: auto;
14771477
}
14781478
}
1479+
.hero__explore-buttons {
1480+
display: flex;
1481+
align-items: center;
1482+
justify-content: center;
1483+
-moz-column-gap: 20px;
1484+
column-gap: 20px;
1485+
}
14791486
.hero__explore-button {
14801487
display: flex;
14811488
align-items: center;

styles/main.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)