Skip to content

Softrefine-Internship/basic-html-css-test-1-brijeshdesai666

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open in Visual Studio Code

Float Layout

Project Description

The project requires you to create a web page that matches the provided design template. The design template consists of website layout. Your task is to replicate the design as accurately as possible within the given time.

Technology Stack

  • HTML
  • CSS (only floats & positions)
  • Grid & Flexbox are NOT ALLOWED

Submission

  1. Open a terminal or command prompt.

  2. Navigate to the root directory of your cloned project repository.

  3. Check the current status of your repository by running the following command:
    git status

  4. Add any modified or new files to the staging area by executing the following command:
    git add .
    This will stage all the changes in your project directory for the commit.

  5. Commit your changes with a descriptive message using the following command:
    git commit -m "Your commit message"

  6. Push your code to the remote repository using the following command:
    git push origin main

  7. Go to your repository on GitHub.

  8. Click on the "Settings" tab.

  9. Scroll to the "Code and automation > Pages" section.

  10. Under "Source", select the branch you pushed your changes to (e.g., main).

  11. Click on "Save" or "Update".

  12. GitHub Pages will now build and deploy your project. Once the deployment is complete, you will see a green success message with the URL of your deployed assignment.

  13. Access your hosted assignment by visiting the provided URL. Please note that it may take a few minutes for your changes to propagate and for the site to be accessible.

Note: Ensure that your project includes an index.html file at the root of the repository or in the specified deployment folder. This will serve as the entry point for your GitHub Pages site.

About

basic-html-css-test-1-brijeshdesai666 created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published