Skip to content

Commit

Permalink
create landing page KateVR
Browse files Browse the repository at this point in the history
  • Loading branch information
OlehYavoriv committed Jan 6, 2025
1 parent 2c98aa7 commit 089c860
Show file tree
Hide file tree
Showing 64 changed files with 4,643 additions and 867 deletions.
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
11 changes: 1 addition & 10 deletions .linthtmlrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# KateVR 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/Blpg4iapsI7fRqJeSp6DvK/KatVR?node-id=1%3A370) - Use BEM and SCSS

Expand All @@ -9,9 +9,8 @@ Implement landing page according to [Figma design](https://www.figma.com/file/Bl
- Tablet 640px
- Mobile (> 320px)



## Github flow

1. **Fork** the repo.
2. **Clone** the forked one. (The project link should have your name but not `mate-academy`)
3. Run `npm install` (or just `npm i`).
Expand All @@ -25,7 +24,7 @@ Implement landing page according to [Figma design](https://www.figma.com/file/Bl
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/layout_KateVR/).
[DEMO LINK](https://OlehYavoriv.github.io/layout_KateVR/).
14. Copy `DEMO LINK` to the PR description.

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

0 comments on commit 089c860

Please sign in to comment.