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: add a new more descriptive footer #46

Merged
merged 16 commits into from
Nov 14, 2023

Commits on Nov 4, 2023

  1. feat: add a new footer which replaces the existing one

    - The footer data and links are stored in hugo.toml
    - css has been added to _content_projects.scss.
    - Breakpoints have been added.
    
    Signed-off-by: Jay <[email protected]>
    35C4n0r committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    6d74cf2 View commit details
    Browse the repository at this point in the history
  2. update: remove unnecessary div after footer

    - made the subscribe section more responsive.
    - centered all the items.
    
    Signed-off-by: Jay <[email protected]>
    35C4n0r committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    f5fbf5e View commit details
    Browse the repository at this point in the history
  3. update: update to new logo

    Signed-off-by: Jay <[email protected]>
    35C4n0r committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    5eba29d View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. feat: add new scrollbar to match the theme

    Signed-off-by: Jay <[email protected]>
    35C4n0r committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    a51ba8d View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. feat: replace font awesome icons with svg

    - The SVGs are stored in hugo.toml in URI base64 format.
    
    Signed-off-by: Jay <[email protected]>
    35C4n0r committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    f80b8da View commit details
    Browse the repository at this point in the history
  2. fix: fix the copyright positioning.

    Signed-off-by: Jay <[email protected]>
    35C4n0r committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    44c1105 View commit details
    Browse the repository at this point in the history
  3. fix: space between 2023 and Copyright

    Signed-off-by: Jay <[email protected]>
    35C4n0r committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    aefefab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e51336f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5b1c82 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. refactor: move footer css to footer.scss

    Signed-off-by: Jay <[email protected]>
    35C4n0r committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    d6612a1 View commit details
    Browse the repository at this point in the history
  2. refactor: spelling corrections

    Co-authored-by: Ritik Saxena <[email protected]>
    Signed-off-by: Jay Kumar <[email protected]>
    35C4n0r and ritiksaxena124 authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    b220269 View commit details
    Browse the repository at this point in the history
  3. refactor: replace white to variable $white

    Signed-off-by: Jay <[email protected]>
    35C4n0r committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    f5b04e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de04bc8 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. feat: make footer more responsive

    - calibrated the breakpoints more.
    - we use svg instead of base64.
    
    Signed-off-by: Jay <[email protected]>
    35C4n0r committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    3e9e117 View commit details
    Browse the repository at this point in the history
  2. fix: overflow fix

    Signed-off-by: Jay <[email protected]>
    35C4n0r committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    9d3b7f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Merge branch 'master' into fix-footer-ui

    Signed-off-by: Lee Calcote <[email protected]>
    leecalcote authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    6635655 View commit details
    Browse the repository at this point in the history