Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
c06704a
chore: initial project setup
PodvAx Jan 10, 2026
971d848
feat: add buttons styles and color's vars.
PodvAx Jan 11, 2026
6758fb8
feat: form component and form sumbission logic
PodvAx Jan 13, 2026
86cdcdf
feat: add typography styles
PodvAx Jan 15, 2026
34d8914
feat: add translation logic
PodvAx Jan 17, 2026
2f5e326
feat: add responsive header layout with translation
PodvAx Jan 23, 2026
57b44d4
feat: header layout. Merge pull request #2 from PodvAx/develops/header
PodvAx Jan 23, 2026
fada64a
feat: change translation logic
PodvAx Jan 27, 2026
3db7543
chore: add translation data
PodvAx Jan 30, 2026
100a676
fix: vars naming, add rule to html linter for single quote, fix a lit…
PodvAx Jan 30, 2026
f0efc44
feat: add mobile menu
PodvAx Jan 30, 2026
0226f60
feat: mobile menu Merge pull request #3 from PodvAx/develops/mobile-menu
PodvAx Jan 30, 2026
6619bc2
feat: add meta tags and SEO
PodvAx Jan 30, 2026
9f05653
feat: add navigation for desktop
PodvAx Jan 30, 2026
65c8f8a
style: add base-grid-column mixin
PodvAx Jan 30, 2026
8a93245
feat: add benefits section
PodvAx Jan 30, 2026
562fe6f
feat: add about-us section
PodvAx Jan 31, 2026
57bfd0c
fix: article paddings
PodvAx Jan 31, 2026
ed1882a
feat: add comments section
PodvAx Jan 31, 2026
328ba59
feat: add Features block + swiper + translations
PodvAx Feb 3, 2026
853a7f2
feat: add contact-us block
PodvAx Feb 3, 2026
736aba0
feat: main block Merge pull request #4 from PodvAx/develops/main
PodvAx Feb 3, 2026
f06c42a
feat: add footer block + to-top btn
PodvAx Feb 4, 2026
220af72
feat: add footer block Merge pull request #5 from PodvAx/develops/footer
PodvAx Feb 4, 2026
4d3190e
fix: delete unneccessary files
PodvAx Feb 4, 2026
ffa607c
fix: update Readme + rename block file
PodvAx Feb 4, 2026
bf1ce10
feat: add public folder + fix: meta references
PodvAx Feb 4, 2026
3da91d4
fix: mobile-menu
PodvAx Feb 5, 2026
d41bdde
fix: to-top btn click event handler
PodvAx Feb 5, 2026
7385eb2
fix: translations
PodvAx Feb 5, 2026
b7d71d1
fix: form-submit
PodvAx Feb 6, 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
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
module.exports = {
extends: '@mate-academy/eslint-config',
env: {
browser: true,
},
};
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
13 changes: 2 additions & 11 deletions .linthtmlrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"attr-name-ignore-regex": "viewBox",
"attr-no-dup": true,
"attr-quote-style": "double",
"attr-quote-style": ["double", "single"],
"attr-req-value": true,
"class-no-dup": true,
"doctype-first": true,
Expand All @@ -26,16 +26,7 @@
"indent-width-cont": true,
"input-radio-req-name": true,
"spec-char-escape": true,
"tag-bans": [
"b",
"i",
"u",
"center",
"style",
"marquee",
"font",
"s"
],
"tag-bans": ["b", "i", "u", "center", "style", "marquee", "font", "s"],
"tag-name-lowercase": true,
"tag-name-match": true,
"tag-self-close": false,
Expand Down
20 changes: 15 additions & 5 deletions .stylelintrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
module.exports = {
extends: "@mate-academy/stylelint-config",
plugins: [
"stylelint-scss"
],
rules: {}
extends: '@mate-academy/stylelint-config',
plugins: ['stylelint-scss'],
rules: {
'at-rule-empty-line-before': [
'always',
{
ignore: [
'inside-block',
'first-nested',
'blockless-after-same-name-blockless',
],
ignoreAtRules: ['@else'],
},
],
},
};
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Kickstarter landing page (HARD)

**⚠️ Attention: this is a hard landing page for development. We highly recommend choosing this landing page only if you didn't have a lot of troubles with previous homework tasks and if you sent all homework in time (didn't miss deadlines).**
**⚠️ Attention: this is a hard landing page for development. We highly recommend choosing this landing page only if you didn't have a lot of troubles with previous homework tasks and if you sent all homework in time (didn't miss deadlines).**

Implement landing page according to [Figma design](<https://www.figma.com/file/Ujp7bCFuvuJlkn8TSbQPSZ/%E2%84%9611-(kickstarter)?node-id=19655%3A33>) - Use BEM and SCSS

Implement landing page according to [Figma design](https://www.figma.com/file/Ujp7bCFuvuJlkn8TSbQPSZ/%E2%84%9611-(kickstarter)?node-id=19655%3A33) - Use BEM and SCSS
- The design 1440px
- Desktop 1280px
- Tablet 640px
Expand All @@ -18,7 +19,6 @@ Implement landing page according to [Figma design](https://www.figma.com/file/Uj
1. Implement `Questions` block
1. Implement the footer.


## Github flow

1. **Fork** the repo.
Expand All @@ -34,7 +34,7 @@ Implement landing page according to [Figma design](https://www.figma.com/file/Uj
11. `git push origin develop` - to send you code for PR
12. Create a Pull Request (PR) from your branch `develop` to branch `master` of original repo.
13. Replace `<your_account>` with your Github username in the
[DEMO LINK](https://<your_account>.github.io/Kickstarter/)
[DEMO LINK](https://podvax.github.io/Kickstarter/)
14. Copy `DEMO LINK` to the PR description

> To update you PR repeat steps 7-11
Loading
Loading