Skip to content

Commit

Permalink
portfilio fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanna committed Nov 16, 2024
1 parent f67c4b9 commit 808f24b
Show file tree
Hide file tree
Showing 14 changed files with 10 additions and 6 deletions.
Binary file added assets/img/.DS_Store
Binary file not shown.
Binary file modified assets/img/agency.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 removed assets/img/client.jpg
Binary file not shown.
Binary file removed assets/img/face.jpg
Binary file not shown.
Binary file removed assets/img/favicon.ico
Binary file not shown.
Binary file modified assets/img/img1.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 removed assets/img/logo.png
Binary file not shown.
Binary file removed assets/img/map.png
Binary file not shown.
Binary file removed assets/img/post_1.jpg
Binary file not shown.
Binary file modified assets/img/serv.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 removed assets/img/site-hero2.jpg
Binary file not shown.
3 changes: 2 additions & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2565,6 +2565,7 @@ header.main-header .menu-icon .line:last-child {
border-radius: 5px;
-webkit-transition: border-color 0.3s;
transition: border-color 0.3s;
max-width: 100%;
}
#reviewForm input[type=text]:focus,
#reviewForm textarea:focus {
Expand Down Expand Up @@ -2666,7 +2667,7 @@ header.main-header .menu-icon .line:last-child {
}
.review .read-more-btn {
background: none;
color: #d5caca;
color: #949494;
border: none;
padding: 0;
border-radius: 5px;
Expand Down
8 changes: 4 additions & 4 deletions portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</div>
</div>
</div>
<div class="container__portfolio">
<div class="container">
<div class="agency">
<div class="col-md-5 col-sm-12">
<div class="row">
Expand All @@ -65,7 +65,7 @@
<div class="col-md-offset-1 col-md-6 col-sm-12">
<div class="row">
<div class="section-title">
<span>history of agency</span>
<span>Ваша ідея — наше рішення</span>
</div>
<p>
Компанія West Decor спеціалізується на створенні стильних та унікальних декоративних покриттів для інтер’єрів та екстер’єрів. Ми пропонуємо широкий асортимент декоративних штукатурок, що ідеально підходять для створення як класичних, так і сучасних дизайнів. Наша продукція — це поєднання естетики, високої якості та екологічності, що дозволяє реалізувати найсміливіші дизайнерські ідеї.
Expand All @@ -77,7 +77,7 @@
</div>

<section class="services">
<div class="container__portfolio">
<div class="container">
<div class="row">
<div class="section-title">
<span>Наші переваги</span>
Expand Down Expand Up @@ -150,7 +150,7 @@
</section>

<section>
<div class="container__portfolio">
<div class="container">
<div class="row">
<div class="section-title">
<span>Чому обирають нас?</span>
Expand Down
5 changes: 4 additions & 1 deletion sass/blocks/_reviews.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ $accent-color: #007acc;
border: 1px solid $border-color;
border-radius: 5px;
transition: border-color 0.3s;
max-width: 100%;


&:focus {
border-color: $secondary-color;
Expand All @@ -65,6 +67,7 @@ $accent-color: #007acc;
}
}


// Повідомлення про успішне відправлення
#successMessage {
display: flex;
Expand Down Expand Up @@ -135,7 +138,7 @@ $accent-color: #007acc;
.read-more-btn {
// background-color: $secondary-color;
background: none;
color: #d5caca;
color: #949494;
border: none;
padding: 0;
border-radius: 5px;
Expand Down

0 comments on commit 808f24b

Please sign in to comment.