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: tenzyns/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
  • 2 files changed
  • 1 contributor

Commits on Jul 12, 2021

  1. Initial whales html commit

    Added header and body content including image, paragraph, navigation links.
    tenzyns committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    ba4a823 View commit details
    Browse the repository at this point in the history
  2. Added footer section

    Includes footer navigation links.
    tenzyns committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    f02fcc0 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Started on CSS

    Added logo image, address and started on header styles including navigation links and background colour.
    tenzyns committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    dbd36f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Navigation link style

    Styled header part, navigation link's CSS styling.
    tenzyns committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    7365517 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Updated background color

    In html, I changed logo image as the previous link broke; added a new class .text-color, replaced article element with main element; I removed span element as flex display created unwanted column;
    In CSS, i added comments for some selectors; edited :first-child selector; updated background color;
    tenzyns committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    7875670 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. updated links in paragraph

    Updated links to open them on a new tap. updated the introduction in the header section.
    tenzyns committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    2f33f82 View commit details
    Browse the repository at this point in the history
  2. Added hover color

    Added link hover colour and added more comments to CSS selectors.
    tenzyns committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    6d192fe View commit details
    Browse the repository at this point in the history
Loading