Git Product home page Git Product logo

civ-web-technologies-portfolio-phases-johnrobertson's Introduction

civ-web-technologies-portfolio-phases

To use this folder structure

Fork the repository to your personall GitHub account

  • change the name of your fork repository to civ-web-technologies-portfolio-phases-
  • navigate to your local project directory e.g. cd /path/to/your/project

Add the files in your new local repository. This stages them for the first commit.

git add .

Commit the files that you've staged in your local repository.

git commit -m 'First commit'

Copy the https url of your GitHub repository

In the Command prompt, add the URL for the remote repository where your local repository will be pushed.

git remote add origin

Verifies the new remote URL

git remote -v

Push the changes in your local repository to GitHub.

git push -u origin main

Now you are ready to work on each individual phase

  • finalise and push phase 1 when you are due to complete the assessment
  • at this point download your zip file and submit the complete code and the assessment document to blackboard
  • copy the files from phase 1 into phase 2
  • then commit and push the start of phase 2

The assets folder should contain the images, css, JS, fonts and media for each of your phase

The screenshots required in each phase should be saved in the evidence folder for that phase

Example: you can have the following phase specific css files in your CSS folder

    - phase-1.css
    - phase-2.css
    - phase-3.css
    - phase-4.css
    - phase-5.css

civ-web-technologies-portfolio-phases-johnrobertson's People

Contributors

robbozinoz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.