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: TomRafferty/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.
  • 6 commits
  • 10 files changed
  • 1 contributor

Commits on Jul 14, 2021

  1. added base for webpage

    added a html doc with a test css doc and linked them to figure out how to do that (linking).
    TomRafferty committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    de606f2 View commit details
    Browse the repository at this point in the history
  2. added header base

    added a custom edited image into a 'header' area which is now prepared for use. this will serve as the opening to the webpage.
    TomRafferty committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    1b37d8b View commit details
    Browse the repository at this point in the history
  3. added a placeholder article

    I have added a placeholder article to allow me to write out the article after I see how it looks.
    TomRafferty committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    9671844 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. fixed some problems

    added and tweaked a few css things as well as moved all of the code over to the index document as I hadn't noticed it was there before. I also deleted the 'Webpage' document I made to avoid any future confusion.
    TomRafferty committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    3f14869 View commit details
    Browse the repository at this point in the history
  2. added some missing html back

    when moving the code I had missed a large portion of the head tag so I've added that in.
    TomRafferty committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    729869c View commit details
    Browse the repository at this point in the history
  3. added nav-bar

    added a nav-bar in the css sheet and html
    TomRafferty committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    9a640fb View commit details
    Browse the repository at this point in the history
Loading