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: codeschool-projects/HTMLPortfolioProject
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Dmitryk2/HTMLPortfolioProject
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.
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 5, 2017

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

Commits on Jul 6, 2017

  1. Build

      The webpage
        header
          1) should exist @Header
          2) should have a non-empty title @H1
          3) should have a non-empty description @h2
        tagline
          4) should exist @tagline
          5) should have a non-empty h3 tag @tagline-content
          6) should have a descriptive paragraph @tagline-content
        skills
          7) should exist @skills
          8) should have a non-empty h3 tag @skills-content
          9) should have a descriptive paragraph @skills-content
          10) should have an unordered list of your skills @skills-list
          11) should have at least 3 skills @skills-list
          12) should have one skill that contains HTML @skills-list
        contact
          13) should exist @contact
          14) should have a non-empty h3 tag @contact-content
          15) should have a descriptive paragraph @contact-content
          16) should have a link with an href within the paragraph @contact-link
    Dmitryk2 committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    70021d1 View commit details
    Browse the repository at this point in the history
Loading