Skip to content
Open

Reviews #1736

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed assets/actions-config-step-1.png
Binary file not shown.
Binary file removed assets/actions-config-step-2.png
Binary file not shown.
Binary file removed assets/how-it-works.png
Binary file not shown.
Binary file removed assets/repo-settings.png
Binary file not shown.
Binary file removed assets/status.png
Binary file not shown.
Empty file added src/css/about-us.css
Empty file.
Empty file added src/css/advantages.css
Empty file.
Empty file added src/css/footer.css
Empty file.
Empty file added src/css/header.css
Empty file.
Empty file added src/css/hero.css
Empty file.
Empty file added src/css/our-yachts.css
Empty file.
143 changes: 143 additions & 0 deletions src/css/rent-a-yacht.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,143 @@
.rent-a-yacht-sect {
background-color: #0E1823;
}
.yacht-renting-container {
min-width: 375px;
padding-left:20px;
padding-right: 20px;
}
.form-title {
color:#FBFBFB;
width: 222px;
height: 28px;
left: 20px;
font-size: 28px;
font-weight: 500;
line-height: 28px;
letter-spacing: -0.02em;
margin-bottom: 40px;
text-align: left;
}
.rent-form {
display:flex;
flex-direction: column;
gap:18px;
min-width:335px;
min-height:288px;
}
.input-form {
padding-left: 18px;
border: 1px solid #FBFBFB33;
background-color: #0E1823;
width:335px;
height:45px;
border-radius: 12px;
font-size: 12px;
font-weight: 400;
line-height: 14px;

}
.form-comment {
width: 335px;
height: 108px;
padding-top: 14px;
padding-left:18px;
border-radius: 12px ;
border: 1px solid #FBFBFB33;
background-color: #0E1823;
resize: none;
font-size: 12px;
font-weight: 400;
line-height: 14px;
text-align: left;
margin-bottom: 20px;

}
.form-btn {

color: #FBFBFB;
background-color: #1B414B;
font-size: 14px;
font-weight: 500;
line-height: 18px;
letter-spacing: -0.02em;
text-align: center;
width: 122px;
height: 46px;
border-radius: 15px;
border:none;
padding: 15px;
}
.yacht-pic {
margin-top: 80px;
border-radius: 24px;

}

/* --tablet-- */
@media (min-width:768px) {
.yacht-renting-container {
min-width: 768px;
padding-left: 148px;
padding-right: 147px;
}
.form-title {
width: 381px;
height: 48px;
font-size: 48px;
font-weight: 500;
line-height: 48px;
letter-spacing: -0.02em;
text-align: left;


}
.input-form {
width:472px;
height:54px;
font-size: 14px;
font-weight: 400;
line-height: 18px;

}
.form-comment {
width:472px;
height: 116px;
font-size: 14px;
font-weight: 400;
line-height: 18px;

}
.form-btn {
width:194px;
height: 56px;
}
.form-container {
display: flex;
flex-direction: column;
margin-left:40px;

}
.yacht-pic {
width: 768px;
}

}

/* --desktop-- */
@media (min-width:1280px) {
.yacht-renting-container {
min-width:1280px;
padding-left:50px;
margin-left:auto;
display: flex;
gap:50px;
flex-direction: row-reverse;
}
.yacht-pic {
width: 658px;
height: 536px;
margin-top: auto;

}
}
146 changes: 146 additions & 0 deletions src/css/reviews.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,146 @@
.reviews-container {
min-width: 375px;
padding-left: 20px;
padding-right: 20px;
}
.reviews_section {
padding-top: 80px;
padding-bottom: 100px;
}
.reviews-section-title {
max-width: 300px;
text-align: center;
margin-bottom: 25px;
font-size: 28px;
font-weight: 500;
line-height: 28px;
letter-spacing: -0.02em;
color:#FBFBFB;


}
.reviews-sect-description {
width:335px;
font-size: 12px;
font-weight: 400;
line-height: 14px;
letter-spacing: -0.02em;
text-align: center;
margin-bottom: 40px;
color:#FBFBFB;

}
.review-list-item {
background-color: #FBFBFB;
border-radius: 24px;
width: 335px;
height: 282px;
padding:20px 16px;
}

.reviewer-name {
color:#040306;
font-size: 18px;
font-weight: 500;
line-height: 19.8px;
letter-spacing: -0.02em;
text-align: center;
margin-top:20px;
margin-bottom: 10px;
}
.the-review {
width: 303px;
height: 110px;
font-size: 16px;
font-weight: 400;
line-height: 22.4px;
letter-spacing: -0.02em;
text-align: center;
color:#04030666;
}
.reviewer-pic {
margin:auto ;


}
@media (min-width:300px) and (max-width:767px) {
.review-type-second, .review-type-last {
display: none;
}
}

/* --tablet-- */
@media (min-width:768px) {
.reviews_section {
padding-left: 50px;
}
.reviews-container {
min-width: 768px;
padding-left: 50px;
padding-right: 32px;
}
.reviews-section-title {
max-width:704px;
margin: auto;
font-size: 48px;
font-weight: 500;
line-height: 48px;
letter-spacing: -0.02em;

}
.reviews-sect-description {
width: 571px;
height: 36px;
font-size: 14px;
line-height: 18px;
letter-spacing: -0.02em;
margin: auto;
margin-top: 25px;
}

.reviews-list {
display: flex;
gap:26px;
margin-top: 75px;
margin-left: 50px;

}
.review-list-item {
padding:30px 16px;

}



}

@media (min-width:768px) and (max-width:1279px){
.review-type-last {
display: none;
}
}

/* --desktop-- */
@media (min-width:1280px) {
.reviews_section {
padding-left: 70px;
}
.reviews-container {
min-width: 1280px;
padding-left: 50px;
padding-right: 50px;
}
.reviews-section-title {
max-width: 854px;
}
.the-review {
width: 320px;
}
.reviews-list {
gap: 32px;
margin-left: 50px;
}
.review-list-item {
width: 376px;
}
}
61 changes: 61 additions & 0 deletions src/css/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
@import url('./header.css');
@import url('./hero.css');
@import url('./about-us.css');
@import url('./our-yachts.css');
@import url('./advantages.css');
@import url('./rent-a-yacht.css');
@import url('./reviews.css');
@import url('./footer.css');




body {
font-family: 'Inter', sans-serif;
color: #fbfbfb;
background-color: #0e1823;
}

a {
color: currentColor;
text-decoration: none;
}

ul,
ol {
list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
margin: 0;
}

img {
display: block;
max-width: 100%;
height: auto;
}

p:last-child {
margin-bottom: 0;
}

ul {
margin: 0;
padding: 0;
list-style: none;
}



button {
cursor: pointer;
}


Binary file added src/images/ihor-pic.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/images/john-wax.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 src/images/logo.png
Binary file not shown.
10 changes: 10 additions & 0 deletions src/images/symbol-defs.svg
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/images/victoria-pic.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/images/yacht-image.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/images/yacht-img.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading