Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
IIROFESSOR-X committed Oct 4, 2023
2 parents 45cfbc7 + 6b66cf2 commit afdada6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
9 changes: 9 additions & 0 deletions src/css/your-order.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@
.order-container {
width: 375px;
margin-bottom: 80px;
margin-left: auto;
margin-right: auto;
}

.order-title {
Expand Down Expand Up @@ -235,6 +237,8 @@ screen and (max-device-pixel-ratio: 2) and (max-width: 767px) {
height: 1340px;
padding-left: 32px;
padding-right: 32px;
margin-left: auto;
margin-right: auto;
}

.order-form-container {
Expand Down Expand Up @@ -283,6 +287,8 @@ screen and (max-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 12
flex-direction: row-reverse;
justify-content: space-evenly;
gap: 50px;
margin-left: auto;
margin-right: auto;
}
}

Expand All @@ -304,6 +310,7 @@ screen and (max-device-pixel-ratio: 2) and (min-width: 1280px) and (max-width: 1
height: 776px;
background-image: url('../img/your-order/order-bg-desktop-1440w.jpg');
background-size: 1440px 776px;
margin-bottom: 150px;
}

.order-title {
Expand All @@ -326,6 +333,8 @@ screen and (max-device-pixel-ratio: 2) and (min-width: 1280px) and (max-width: 1
flex-direction: row-reverse;
justify-content: space-evenly;
gap: 50px;
margin-left: auto;
margin-right: auto;
}
}

Expand Down
Binary file added src/img/testimonials-img/[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/testimonials-img/[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/testimonials-img/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 6 additions & 3 deletions src/partials/testimonials.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ <h2 class="testimonials-title">Testimonials</h2>
<ul class="testimonials-list">
<li class="testimonials-item testimonials-item-first">
<div class="person-photo-wrapper">
<img src="../img/testimonials-img/Maria.png" alt="Maria Tkachuk" width="64" height="64">
<img srcset="./img/testimonials-img/[email protected] 2x" src="./img/testimonials-img/Maria.png"
alt="Maria Tkachuk" width="64" height="64">
</div>
<div class="person-text-container">
<h3 class="testimonials-person-title">Maria Tkachuk</h3>
Expand All @@ -19,7 +20,8 @@ <h3 class="testimonials-person-title">Maria Tkachuk</h3>
</li>
<li class="testimonials-item testimonials-item-second">
<div class="person-photo-wrapper">
<img src="../img/testimonials-img/Sergey.png" alt="Sergey Rybachok" width="64" height="64">
<img srcset="./img/testimonials-img/[email protected] 2x" src="./img/testimonials-img/Sergey.png"
alt="Sergey Rybachok" width="64" height="64">
</div>
<div class="person-text-container">
<h3 class="testimonials-person-title">Sergey Rybachok</h3>
Expand All @@ -33,7 +35,8 @@ <h3 class="testimonials-person-title">Sergey Rybachok</h3>
</li>
<li class="testimonials-item testimonials-item-third">
<div class="person-photo-wrapper">
<img src="../img/testimonials-img/Natalia.png" alt="Natalia Chatuk" width="64" height="64">
<img srcset="./img/testimonials-img/[email protected] 2x" src="./img/testimonials-img/Natalia.png"
alt="Natalia Chatuk" width="64" height="64">
</div>
<div class="person-text-container">
<h3 class="testimonials-person-title">Natalia Chatuk</h3>
Expand Down

0 comments on commit afdada6

Please sign in to comment.