Skip to content
Merged
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
6 changes: 3 additions & 3 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ select {
border: none;
border-radius: 1px;
cursor: pointer;
transition: background-color 0.2s ease;
transition: background-color 0.25s ease;
}

.button:hover {
Expand Down Expand Up @@ -377,7 +377,7 @@ select {
.footer__link {
color: var(--color-blue-200);
text-decoration: none;
transition: 0.1s color ease;
transition: 0.15s color ease;
}

.footer__link:hover {
Expand Down Expand Up @@ -415,7 +415,7 @@ select {
.sign-up-form__link,
.sign-in-form__link {
color: var(--color-blue-200);
transition: 0.1s color ease;
transition: 0.15s color ease;
}

.sign-up-form__link:hover,
Expand Down
8 changes: 4 additions & 4 deletions assets/data/bookings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"userId": "1dd97a12-848f-4a1d-8a7d-34a2132fca94",
"tripId": "b192252e-2bb6-4cf3-b9cb-34a8a2f94891",
"guests": 2,
"date": "2025-06-23T14:37:00.049Z",
"date": "2026-06-23T14:37:00.049Z",
"trip": {
"title": "Greenland",
"duration": 19,
Expand All @@ -18,7 +18,7 @@
"userId": "1dd97a12-848f-4a1d-8a7d-34a2132fca94",
"tripId": "e5c23843-455a-46c2-bedb-af269089fba7",
"guests": 1,
"date": "2025-07-30T14:37:00.049Z",
"date": "2026-07-30T14:37:00.049Z",
"trip": {
"title": "Ireland",
"duration": 8,
Expand All @@ -32,7 +32,7 @@
"userId": "1dd97a12-848f-4a1d-8a7d-34a2132fca94",
"tripId": "4c7564ad-fafc-4641-a692-55a683de7fbe",
"guests": 1,
"date": "2025-09-03T14:37:00.049Z",
"date": "2026-09-03T14:37:00.049Z",
"trip": {
"title": "Scotland",
"duration": 8,
Expand All @@ -46,7 +46,7 @@
"userId": "1dd97a12-848f-4a1d-8a7d-34a2132fca94",
"tripId": "6417f33c-31e0-444a-abac-cd0c1f8e48d0",
"guests": 2,
"date": "2025-11-22T14:37:00.049Z",
"date": "2026-11-22T14:37:00.049Z",
"trip": {
"title": "Spitsbergen",
"duration": 11,
Expand Down
8 changes: 4 additions & 4 deletions bookings.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h3 data-test-id="booking-title" class="booking__title">Iceland</h3>
2 guests
</span>
<span data-test-id="booking-date" class="booking__date">
2025-07-13
2026-07-13
</span>
<span data-test-id="booking-total" class="booking__total">
$14000
Expand All @@ -91,7 +91,7 @@ <h3 data-test-id="booking-title" class="booking__title">Iceland</h3>
2 guests
</span>
<span data-test-id="booking-date" class="booking__date">
2025-09-30
2026-09-30
</span>
<span data-test-id="booking-total" class="booking__total">
$14000
Expand All @@ -111,7 +111,7 @@ <h3 data-test-id="booking-title" class="booking__title">Iceland</h3>
2 guests
</span>
<span data-test-id="booking-date" class="booking__date">
2025-10-11
2026-10-11
</span>
<span data-test-id="booking-total" class="booking__total">
$14000
Expand All @@ -129,7 +129,7 @@ <h3 data-test-id="booking-title" class="booking__title">Iceland</h3>
</main>
<footer class="footer">
<span class="footer__text">
© 2025, from
© 2026, from
<a class="footer__link" href="https://binary-studio.com">
binary studio
</a>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ <h3 data-test-id="trip-card-title" class="trip-info__title">
</main>
<footer class="footer">
<span class="footer__text">
© 2025, from
© 2026, from
Comment thread
o-nedashkivska marked this conversation as resolved.
<a class="footer__link" href="https://binary-studio.com">
binary studio
</a>
Expand Down
2 changes: 1 addition & 1 deletion sign-in.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h2 class="sign-in-form__title">Sign In</h2>
</main>
<footer class="footer">
<span class="footer__text">
© 2025, from
© 2026, from
<a class="footer__link" href="https://binary-studio.com">
binary studio
</a>
Expand Down
2 changes: 1 addition & 1 deletion sign-up.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h2 class="sign-up-form__title">Sign Up</h2>
</main>
<footer class="footer">
<span class="footer__text">
© 2025, from
© 2026, from
<a class="footer__link" href="https://binary-studio.com">
binary studio
</a>
Expand Down
2 changes: 1 addition & 1 deletion trip.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h3 data-test-id="trip-details-title" class="trip-info__title">
</main>
<footer class="footer">
<span class="footer__text">
© 2025, from
© 2026, from
<a class="footer__link" href="https://binary-studio.com">
binary studio
</a>
Expand Down