Giter VIP home page Giter VIP logo

page-test's Introduction

Page Test

Clone the project

  • Fork this project into a personal repository.
    • To do this, click the Fork button located at the top right of this page.
  • Navigate to your github profile to find the new repository.
  • Clone the repo from your account into the directory on your computer.
  • Open the newly cloned project in VSCode.

Edit the cloned project: HTML

  • Enter the index.html file and locate the h1 tag with "greeting" as an attribute
  • Change the "Remove this and make your own greeting" text and insert your own

Edit the cloned project: CSS

  • Now move into the project's directory in VSCode and locate the "assets" folder
  • Click on the "style.css" file to edit it
  • Hover over the RGB square and change it to another color

Using Live Server to check changes

  • From the left side tabs on VSCode, click on the "Extensions" tab
  • Use the search bar to search for "Live Server" and install it
  • Go back to your project folder in VSCode and right click on "index.html"
  • You should see an option to "open with Live Server"
  • You should now be able to see your page

Pushing the changes

  • From the terminal go to the root of the cloned project.

  • From the root directory of the project, execute the following commands:

    • git add .
      • To add all changes to the staging area
    • git commit -m 'I have made an edit to a file!'
      • Save all staged changes to local repository
    • git push -u origin main
      • Push changes from local repository to remote repository
  • Finally check github for the changes

page-test's People

Contributors

vmig2557 avatar

Watchers

 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.