Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(landing page): improve newsletter section #99

Merged
merged 36 commits into from
Nov 22, 2023

Commits on Nov 17, 2023

  1. feat(landing page): improve newsletter section

    improve newsletter section and remove background image
    
    fix #93
    liliumorion committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    aab3b2a View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. Configuration menu
    Copy the full SHA
    e63df1b View commit details
    Browse the repository at this point in the history
  2. feat(landing page): update causes section

    update causes section cards
    
    fix #93
    liliumorion committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    0044503 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. style(hero section & navbar): update landing page ui for hero section…

    … and navbar
    
    updated the hero section with a new design to match our design language , updated the navbar with a
    clean new modern ui, added animations on the hero section to improve the user experience, added svg
    components
    
    fixes #93
    farouk26 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    c54e49d View commit details
    Browse the repository at this point in the history
  2. fix(hero image): add missing hero image in branch

    added the missing hero image file missing in the branch
    
    fixes #93
    farouk26 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    22f1119 View commit details
    Browse the repository at this point in the history
  3. feat(landing page): update causes section

    improve causes section design
    
    fix #93
    liliumorion committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    074d97b View commit details
    Browse the repository at this point in the history
  4. style(blogs section): update blog section , add new blog card

    updated the blogs section with a clean modern UI , added a new horizontal blog card , added
    animation
    
    fixes #93
    farouk26 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    a5ef78d View commit details
    Browse the repository at this point in the history
  5. feat(causes section): update causes cards

    add background image to causes cards
    
    fix #93
    liliumorion committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    b84a4b1 View commit details
    Browse the repository at this point in the history
  6. Merge branch '93-landing-page-ui-enhancement' of github.com:202306-NE…

    …A-DZ-FEW/team-a into 93-landing-page-ui-enhancement
    liliumorion committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    043f611 View commit details
    Browse the repository at this point in the history
  7. feat(causes section): fix gradient

    fix gradient
    
    fix #93
    liliumorion committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    c3b1e61 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7385070 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    39a0033 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6a8a2d6 View commit details
    Browse the repository at this point in the history
  11. fix(blog cards): add background color to blog cards , fix image heigh…

    …t issue , update snapshots
    
    updated the background color of the blogs card to match the new color palette, updated the height of
    the cards so that it fixes the cards not being the same height, updated the snapshot tests , updated
    the gap in mobile view
    
    fixes #93
    farouk26 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    31f2cad View commit details
    Browse the repository at this point in the history
  12. fix(blog card): fix blog card image height issue

    updated the class name of the image in blog card for a potential fix
    
    fixes #93
    farouk26 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    4ce65c5 View commit details
    Browse the repository at this point in the history
  13. fix(blog card): fix responsiveness issue

    fixed responsiveness issue in blogs card
    
    fixes #93
    farouk26 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    6a93424 View commit details
    Browse the repository at this point in the history
  14. feat(causes section): improve cards design

    improve design and refactor code
    
    fix #93
    liliumorion committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    9bdb145 View commit details
    Browse the repository at this point in the history
  15. test(landing page): add cards tests

    add causes card and statistics card tests
    
    fix #93
    liliumorion committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    c1a6852 View commit details
    Browse the repository at this point in the history
  16. fix(blog card and animation): fixed the horizontal card height and ad…

    …ded new smooth animation
    
    i updated the hight of the horizontal card and the text inside it and also added new animation that
    is smoother than the previous one
    
    fixes #93
    farouk26 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    39f13a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. style(causes cards and blogs section): fix text size and animation

    increase font size of causes card description, fix animation and update blogs section animation
    riadhmouamnia committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    4566d72 View commit details
    Browse the repository at this point in the history
  2. feat(landing page): add hero section translation

    add translation and fix the "read more" button direction in blogs section
    
    fix #93
    liliumorion committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    3ac1cd9 View commit details
    Browse the repository at this point in the history
  3. Merge branch '93-landing-page-ui-enhancement' of github.com:202306-NE…

    …A-DZ-FEW/team-a into 93-landing-page-ui-enhancement
    liliumorion committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    5644de0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15b7a6f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4de082 View commit details
    Browse the repository at this point in the history
  6. feat(newsletter section): improve newsletter design

    improve newsletter design
    
    fix #93
    liliumorion committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    2f4d271 View commit details
    Browse the repository at this point in the history
  7. Merge branch '93-landing-page-ui-enhancement' of github.com:202306-NE…

    …A-DZ-FEW/team-a into 93-landing-page-ui-enhancement
    liliumorion committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    be15866 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. feat(statistics section): improve statistics section

    improve statistics section
    
    fix #93
    liliumorion committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    e9fc75b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba0b643 View commit details
    Browse the repository at this point in the history
  3. fix(statistics section): fix overflow

    fixes #93
    riadhmouamnia committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    e2f1a0e View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. feat(partners section): add carousel

    add carousel
    
    fix #93
    rahemSorour committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    ea96fae View commit details
    Browse the repository at this point in the history
  2. feat(ourpartner section): add carousel

    add carousel
    
    #93
    rahemSorour committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    35a2adb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd8d466 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f78b41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8f7788 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    de16757 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f90c237 View commit details
    Browse the repository at this point in the history