Skip to content

Commit

Permalink
Merge pull request #1 from ElizabethBil/section-about-us
Browse files Browse the repository at this point in the history
Commit N.K. 30.09.2023 11:49 About us
  • Loading branch information
ElizabethBil authored Sep 30, 2023
2 parents a73f9ff + 8c250d9 commit 05ccc98
Show file tree
Hide file tree
Showing 8 changed files with 78 additions and 1 deletion.
47 changes: 46 additions & 1 deletion src/css/about.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,50 @@
/* =======ABOUT US====== */
.section-about-us{
padding: 80px 0;
background-image: url(../img/about/about-ornamets-mobile.png);
background-position: right 3px bottom 18px;
background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {

.section-about-us{
padding: 100px 0;
background-image: url(../img/about/ornamet-about-tablet.png);
background-position: right bottom 50px;
}
}

.about-us-title{
color: var(--white, rgb(252, 249, 249));
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 1.375;
letter-spacing: -0.03em;
margin-bottom: 40px;
}
@media screen and (min-width: 768px){
.about-us-title{
font-size: 44px;
line-height:1.45;
}
}
.about-us-list{
display: flex;
flex-direction: column;
gap: 20px;
margin-bottom: 50px;
}
.about-us-text{
font-size: 14px;
letter-spacing: -0.04em;
width: 335px;
}
@media screen and (min-width: 768px) {
.about-us-text{
font-size: 16px;
width: 704px;
}
}

@media screen and (min-width: 1280px) {
Expand Down
Binary file added src/img/about/about-ornamets-mobile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/about/girl-and-boy-mobile.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/about/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/about/girl-and-boy-tablet.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/about/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/about/ornamet-about-tablet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions src/partials/about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<section class="section-about-us container">
<h2 class="about-us-title">About Us</h2>
<ul class="about-us-list">
<li class="about-us-iteam">
<p class="about-us-text">
The store "Vyshyvanka Vibes" is a place where traditional Ukrainian
vyshyvanka comes to life with new zest and style. Our store offers a
wide selection of high-quality and authentic embroidery, which combines
the elegance of traditional needlework and modern design.
</p>
</li>
<li class="about-us-iteam">
<p class="about-us-text">
In "Vyshyvanka Vibes" you will find various models of embroidery, from
classic to modern, corresponding to the latest fashion trends. Our
embroidery is made using natural fabrics and is embroidered by highly
qualified craftsmen who convey the beauty of Ukrainian culture in every
detail.We believe that vyshyvanka is not just clothing, but a symbol of
national pride, the heritage of our ancestors and a way of expressing
one's individuality. Each embroidery from "Vyshyvanka Vibes" has its own
unique history and symbolism, which gives it a special meaning.
</p>
</li>
</ul>
<img
srcset="../img/about/[email protected] 2x"
src="../img/about/girl-and-boy-mobile.jpg"
alt="pictures vyszyvanka for girll and boy"
width="335px"
height="499px"
/>
</section>

0 comments on commit 05ccc98

Please sign in to comment.