Skip to content

Commit

Permalink
03
Browse files Browse the repository at this point in the history
  • Loading branch information
oxica committed Aug 30, 2024
1 parent 4c23d53 commit 6d7bcb6
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
33 changes: 33 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,39 @@ <h3>Front End Developer</h3>
</div>
</div>
</div>
<div class="book-page page-right" id="turn-1">
<div class="page-front">
<h1 class="title">Work experience</h1>

<div class="workeduc-box">

<div class="workeduc-content">
<span class="year"><i class='bx bx-calendar'></i>2022 - 2024 Poland</span>
<h3>Sp. z o.o. "KINOKO"</h3>
<p>- learned Polish to a communicative level</p>
<p>- helped improve the website</p>
</div>

<div class="workeduc-content">
<span class="year"><i class='bx bx-calendar'></i>2016 - 2022 Ukraine</span>
<h3>Food Blogger own sites</h3>
<p>- created the semantic core of the site</p>
<p>- wrote articles</p>
<p>- took author's photos for articles</p>
</div>

<div class="workeduc-content">
<span class="year"><i class='bx bx-calendar'></i>2018 - 2020 Ukraine</span>
<h3>Accountant in a Public organization ST"DELTA"</h3>
<p>- automated accounting processes</p>
<p>- created social channels for informing members of the organization</p>
<p>- created the official website of the organization</p>
</div>
</div>
</div>

<div class="page-back"></div>
</div>
</div>
</div>

Expand Down
17 changes: 17 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,20 @@ color: var(--main-color);
background: var(--main-color);
color: var(--white-color);
} */

.book-page.page-right{
position: absolute;
right: 0;
}

.book-page .page-front,
.book-page .page-back{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--pages-color);
}


0 comments on commit 6d7bcb6

Please sign in to comment.