Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.
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-Coursework-Week1
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-Coursework-Week1
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.
  • 7 commits
  • 7 files changed
  • 1 contributor

Commits on Jan 27, 2023

  1. Added header to index.html

    updated html to include header with title, description and image added.
    ManSangSin committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    68698f3 View commit details
    Browse the repository at this point in the history
  2. updated header img link

    updated link from external source to local source. Created img dir.
    ManSangSin committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    9f9600b View commit details
    Browse the repository at this point in the history
  3. added articles

    updated main section of index.html with multiple articles
    ManSangSin committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    0173037 View commit details
    Browse the repository at this point in the history
  4. updated articles with images

    added images to each of the articles. populated img directory with images used in the articles.
    ManSangSin committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    4898ec8 View commit details
    Browse the repository at this point in the history
  5. added footer

    footer added to index.html. included author name and a method of contact (email).
    ManSangSin committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    d8ce714 View commit details
    Browse the repository at this point in the history
  6. added new style properties

    Set style properties to body, h1, h2, articles. Defined separate properties for first article using first-child selector. Imported "Explora" font from google fonts.
    ManSangSin committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    fcbdec8 View commit details
    Browse the repository at this point in the history
  7. added dividers to header and footer

    added an <hr> divider to header and footer to separate the different sections
    ManSangSin committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    54a66c5 View commit details
    Browse the repository at this point in the history
Loading