Skip to content

Commit

Permalink
add demo link and change svg images
Browse files Browse the repository at this point in the history
  • Loading branch information
OlehYavoriv committed Jan 25, 2025
1 parent 3ca7626 commit 1abe567
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 31 deletions.
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://OlehYavoriv.github.io/Kickstarter/)
14. Copy `DEMO LINK` to the PR description

> To update you PR repeat steps 7-11
4 changes: 4 additions & 0 deletions src/images/icons/left-arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/images/icons/right-arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 8 additions & 27 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -586,35 +586,16 @@
</div>
<div class="slider__nav">
<div class="slider__arrows">
<svg
width="48"
height="13"
<img
src="./images/icons/left-arrow.svg"
alt="Arrow Left"
class="slider__arrows-left"
>
<path
fill="#BDBDBD"
d="M48 0H.33v1H48z"
></path>
<path
fill="#BDBDBD"
d="M18.202 11.805.441 0 0 1.195 17.762 13z"
></path>
</svg>
<svg
width="48"
height="13"
fill="none"
/>
<img
src="./images/icons/right-arrow.svg"
alt="Arrow Right"
class="slider__arrows-right"
>
<path
fill="#333"
d="M0 13h47.67v-1H0z"
></path>
<path
fill="#333"
d="M29.798 1.195 47.56 13l.44-1.195L30.238 0z"
></path>
</svg>
/>
</div>
<div class="slider__number">
<p class="slider__number-now">01</p>
Expand Down

0 comments on commit 1abe567

Please sign in to comment.