Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CodeYourFuture/HTML-CSS-Module-Project
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ManSangSin/HTML-CSS-Module-Project
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 30, 2023

  1. created header section and added styles to css

    created header section with navigation links and company logo in index.html. created new styles in css for navigation links in styles.css.
    ManSangSin committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    6c3b2a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. created hero section and added more styles in CSS

    - added hero image, hero text and button to main section of index.html.
    - added a section after hero with title, logos and text.
    - added styles to css to expand hero background size, center hero text and adjusted font sizes.
    ManSangSin committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    8956e85 View commit details
    Browse the repository at this point in the history
  2. added flex containers

    - added new flex-container and flex-item  classes in CSS
    - added flex properties to classes
    - assigned classes to the article sections
    ManSangSin committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    a82ff66 View commit details
    Browse the repository at this point in the history
  3. added footer section

    - added footer text
    - added social media logos to footer
    - added media logo class to css with border styles
    - added divider class and style to css
    - adjusted color palette and names in css
    ManSangSin committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    522014e View commit details
    Browse the repository at this point in the history
  4. assigned footer class

    - added a footer class and assigned to footer
    - increased height of footer
    ManSangSin committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    675a4c1 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. adjusted sizes and added level 2 content

    - Changed padding and font sizes
    - Changed orange color to a lighter tone
    - Added new section to html with image button and text
    ManSangSin committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    b4cfb80 View commit details
    Browse the repository at this point in the history
  2. added styling to level 2 content

    - adjusted layout of level 2 content with flex box
    - added font styles to level 2 content
    - adjusted font and padding sizes of level 2 content
    ManSangSin committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    e90ae8e View commit details
    Browse the repository at this point in the history
  3. created store.html

    - created store.html file
    - added html declaration
    - linked store.html to existing css file
    - added basic form content
    - added image to form
    - created header and footer
    ManSangSin committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    5efe97b View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. added css styling to store.html and linked pages

    - added more styles to form in store.html
    - added links to store page from navigation bar
    - added link to store page from navigation bar and button
    ManSangSin committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    3b942ab View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. added more styling to form

    - increased heading size
    - added margin to form
    - added padding between form items
    - added flex-grow to input fields
    - adjusted styling for button
    ManSangSin committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    c853bc6 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. changed form layout to grid

    - added a grid container to form
    - assigned grid columns/rows to form items
    - adjusted grid layout to match brief
    ManSangSin committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    da9f77c View commit details
    Browse the repository at this point in the history
Loading