GithubHelp home page GithubHelp logo

day_2_intro_html_session_activity's Introduction

Day 2 Intro HTML Session Activity

Introduction

You will create a website consisting of several pages, each dedicated to different environmental conservation topics such as water conservation, recycling and waste management, and renewable energy.

Getting Started

Setup

  1. Fork the Repository: Click on the "Fork" button at the top right corner to create a copy of the repository in your GitHub account.

  2. Clone the Repository: Clone the forked repository to your local machine using the following command in your terminal or command prompt:

    git clone <URL_OF_YOUR_FORKED_REPOSITORY>

    Replace <URL_OF_YOUR_FORKED_REPOSITORY> with the actual URL of your forked repository.

  3. Navigate into the Project Directory:

    cd "the_repo_name"

Project Structure

Your project should include the following files:

  • main.html: The main page that serves as the entry point to the other topics.
  • challenge1.html: A page dedicated to water conservation.
  • challenge2.html: A page focusing on recycling and waste management.
  • challenge3.html: A page that explores renewable energy.

Development

  1. Create the Main Page: Start by editing main.html to introduce the website and link to the three challenges.

  2. Develop Challenge Pages: For each challenge (challenge1.html, challenge2.html, challenge3.html), create content that educates users on the topic. Include text, images, and links back to the main page.

  3. Test Your Website: Open your HTML files in a web browser to test the layout, links, and content.

Contribution

  1. Commit Changes: As you complete each section of your project, commit your changes using Git. Use meaningful commit messages to describe the changes.

    git add .
    git commit -m "Describe your changes here"
  2. Push Changes to GitHub: Once you've made progress or completed the project, push your changes to GitHub.

    git push origin master
  3. Submit Your Work: Submit your PR link to Canvas

day_2_intro_html_session_activity's People

Contributors

castonpursuit avatar cleebenjamin avatar markediahinds 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.