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: Andy-Robertson/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.
  • 15 commits
  • 5 files changed
  • 1 contributor

Commits on May 31, 2021

  1. Configuration menu
    Copy the full SHA
    ad58193 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. First pass of design complete

    This was a major update which mainly focused on fleshing out the concept, design and function.
    
    Improved the html structure, added several class selectors, a page navigation system and split the content into paragraphs.
    
    Completed basic CSS with the aim of putting most styling options behind class selectors.
    
    Created a new folder for images and added a logo image.
    Andy-Robertson committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    ff066f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Updated and added meta data elements

    Added meta tags for author and description  to aid SEO.
    
    Added favicon to meta data.
    Andy-Robertson committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    17be094 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d932ff View commit details
    Browse the repository at this point in the history
  3. Improvements to concept, style and content

    Updated site meta description
    Updated page description content
    Removed news class
    Added both nth-last-type() and last-of-type pseudo selectors for fun
    Added margin and increased border-radius of first-child of article
    Andy-Robertson committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    a8d1aab View commit details
    Browse the repository at this point in the history
  4. fleshed out the navigation system, and tweaked html/CSS

    Completed a major re-write of the navigation system which now properly uses pseudo classes, this was awesome to work on!
    Completed HTML structure
    Added content links
    Made many tweaks to the CSS
    Andy-Robertson committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    1e90b84 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. updated after checking code with validator

    Changed name attribute to IDs for navigation
    Updated mailto links, removing the white space (?)
    Removed empty comment from CSS
    Andy-Robertson committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    91f2b8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f2a31c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7295796 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e9d564 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. Configuration menu
    Copy the full SHA
    2a7aa56 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2021

  1. Updated transition properties

    Following feedback from the Zoo project I updated the transition properties to include the property to be animated and curve of the animation values.
    Andy-Robertson committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    9c8cbcc View commit details
    Browse the repository at this point in the history
  2. Create settings.json

    Andy-Robertson committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    5c27567 View commit details
    Browse the repository at this point in the history
  3. Converted camel caste class names to kebab case

    Following the Zoo project feedback, converted all class names to  kebab case.
    Andy-Robertson committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    d4633a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Configuration menu
    Copy the full SHA
    2abd5d8 View commit details
    Browse the repository at this point in the history
Loading