Skip to content
Open

Develop #2735

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
bb7373a
Block Title
TomekSzatal Feb 23, 2026
2620aa2
title block
TomekSzatal Feb 23, 2026
b55dfd4
Positioning title in header
TomekSzatal Feb 23, 2026
e626378
rename photo
TomekSzatal Feb 23, 2026
dfece8c
setting header background
TomekSzatal Feb 23, 2026
10d9164
HTML for main section
TomekSzatal Feb 23, 2026
5b27a2c
Css for main header
TomekSzatal Feb 23, 2026
bf677f6
css for main
TomekSzatal Feb 23, 2026
cd657bf
Highlight
TomekSzatal Feb 23, 2026
7cecfe5
Setting font for main block
TomekSzatal Feb 23, 2026
d71255d
Setting font styles for main paragraphs
TomekSzatal Feb 23, 2026
6af2fc4
section title with corona title
TomekSzatal Feb 23, 2026
47d749a
HTML for gallery
TomekSzatal Feb 23, 2026
6050679
Gallery Section
TomekSzatal Feb 23, 2026
bc9a036
Galleery button
TomekSzatal Feb 25, 2026
77b9f65
testimonials content
TomekSzatal Feb 25, 2026
aef77a6
testimonials
TomekSzatal Feb 25, 2026
e397d62
address block for contact
TomekSzatal Feb 25, 2026
3085f25
Form styles
TomekSzatal Feb 25, 2026
c6b7312
footer ready
TomekSzatal Mar 1, 2026
03c90ff
menu ready
TomekSzatal Mar 1, 2026
c2466cf
HTML for menu ready
TomekSzatal Mar 1, 2026
b11f459
menu icons and background
TomekSzatal Mar 1, 2026
55f1344
styling links
TomekSzatal Mar 1, 2026
a1b7098
Menu full styled
TomekSzatal Mar 1, 2026
e24a184
menu trasition
TomekSzatal Mar 1, 2026
f1e33a6
working menu
TomekSzatal Mar 2, 2026
7573458
Setting up spacing
TomekSzatal Mar 2, 2026
dc151e5
square images
TomekSzatal Mar 2, 2026
d0d4593
media wueries and grid for header
TomekSzatal Mar 2, 2026
2a7ba77
mixin for desktop
TomekSzatal Mar 2, 2026
18b017f
grid for main section
TomekSzatal Mar 3, 2026
7a0cf60
refactoring
TomekSzatal Mar 3, 2026
7847640
Gallery grid
TomekSzatal Mar 3, 2026
54d64fa
grid for testimonials
TomekSzatal Mar 3, 2026
a625236
grid for contact
TomekSzatal Mar 3, 2026
9df9156
hover state for burger
TomekSzatal Mar 3, 2026
14fac2e
fix hover state for burger
TomekSzatal Mar 3, 2026
5dc447d
phone icon hover state
TomekSzatal Mar 3, 2026
0b847d2
menu layout grid
TomekSzatal Mar 3, 2026
af6280f
Resizw icons for desktop header
TomekSzatal Mar 3, 2026
7c3ecdb
Fine tuning icon sizes
TomekSzatal Mar 3, 2026
4bc9b11
Custom font size for desktop
TomekSzatal Mar 3, 2026
2da883a
styling button
TomekSzatal Mar 3, 2026
6d00c66
final fix
TomekSzatal Mar 3, 2026
9e2f262
space update
TomekSzatal Mar 5, 2026
cc52c8d
make build
TomekSzatal Mar 5, 2026
c8912df
fix positioing header for mobile
TomekSzatal Mar 5, 2026
b14c8ea
fix postioning header for mobile
TomekSzatal Mar 5, 2026
c509b74
fix header background mobile
TomekSzatal Mar 5, 2026
da55b0a
fix header background
TomekSzatal Mar 5, 2026
e317f9c
fix grid for main block
TomekSzatal Mar 5, 2026
f5337fd
fix about us
TomekSzatal Mar 5, 2026
8809e66
test
TomekSzatal Mar 5, 2026
972c464
delate test
TomekSzatal Mar 5, 2026
db80e6e
Fix compare bikes section
TomekSzatal Mar 8, 2026
e204403
fix grid problem
TomekSzatal Mar 8, 2026
943cb84
grid compare bikes for ipad
TomekSzatal Mar 8, 2026
b37f960
fix photo on the details
TomekSzatal Mar 8, 2026
862ae61
text for dekstop
TomekSzatal Mar 9, 2026
a215c44
contact us and footer
TomekSzatal Mar 9, 2026
58e29e6
fix headarer page
TomekSzatal Mar 9, 2026
8129373
fix menu
TomekSzatal Mar 9, 2026
a075fec
fix explore button
TomekSzatal Mar 9, 2026
6e6ad7c
add overflow-y
TomekSzatal Mar 9, 2026
3cbd481
add favicon
TomekSzatal Mar 10, 2026
77f9754
fix contact us section
TomekSzatal Mar 10, 2026
a89c599
adding enlarged photos in the gallery
TomekSzatal Mar 10, 2026
b4ae682
add required
TomekSzatal Mar 10, 2026
f1891ee
fix page scrolling
TomekSzatal Mar 10, 2026
4f6242a
make build
TomekSzatal Mar 10, 2026
30d6cfd
f
TomekSzatal Mar 10, 2026
a0ebfe2
fix border-bottom in menu
TomekSzatal Mar 10, 2026
1bc897a
make build
TomekSzatal Mar 10, 2026
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
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/backstop_data
/dist
/node_modules
29 changes: 29 additions & 0 deletions .github/workflows/test.yml-template
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Test

on:
pull_request:
branches: [ master ]

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [20.x]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
- name: Upload HTML report(backstop data)
if: ${{ always() }}
uses: actions/upload-artifact@v2
with:
name: report
path: backstop_data
20 changes: 10 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# IDE
.idea
.vscode
build
dist

# Node
node_modules
.DS_Store

npm-debug.log*
yarn-debug.log*
yarn-error.log*
# MacOS
.DS_Store

raw_reports
reports
cypress/screenshots
cypress/videos
# Generated files
backstop_data
dist
.cache
.parcel-cache
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ In this task, you will learn how to implement a landing page. To do that:
- [Nothing](https://www.figma.com/file/DtkQmQ797hk0nI4KfMi2Uq/BOSE-New-Version?type=design&node-id=6802-139&t=L7eKz5YKLN0m5WxR-0)
- watch the lesson videos and implement your page blocks similarly to the videos;
- **DON'T** try to do it `Pixel Perfect` - implement it the most `simple` way so it looks similar;
- when you finish the first block of your page deploy it and create a Pull Request with a [DEMO LINK](https://<your_account>.github.io/layout_miami/)
- when you finish the first block of your page deploy it and create a Pull Request with a [DEMO LINK](https://TomekSzatal.github.io/layout_miami/)
- after each next block do the same (add, commit and push the changes, and deploy the updated demo;
- check yourself using the [CHECKLIST](https://github.com/mate-academy/layout_miami/blob/master/checklist.md) when finished;
Binary file added dist/assets/1-Chp9Ez2K.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 dist/assets/2-Bx040N0C.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 dist/assets/3-DUivDC0m.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 dist/assets/4-Dfowdv9E.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 dist/assets/5-CBZdhIGE.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 dist/assets/6-UglAWDOj.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 dist/assets/Roboto-Regular-webfont-Fd-ZVn32.woff
Binary file not shown.
Binary file added dist/assets/bike_1-Co44olEm.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 dist/assets/bike_2-45uj5N9x.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 dist/assets/bike_3-vbmd6ifD.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 dist/assets/favicon-6g5HnVdl.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 dist/assets/footer-Du1Gsr1n.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 dist/assets/header-background-DzB5SpGN.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions dist/assets/index-DFyGyIub.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading