shivasena / cc-strategicplan

Confederation College Strategic Plan 2020-2025

Home Page:https://strategicplan.confederationcollege.ca/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Strategic Plan Mini Website

This repository contains the source code for the Strategic Plan mini website for Confederation College. The website is hosted on Netlify.

Repository and Website Links

Prerequisites

Before you begin, ensure that you have the following:

  • Git installed on your local machine.
  • A text editor of your choice for making code changes.

Instructions

  1. Clone the repository to your local machine using the following command:
$ git clone https://github.com/shivasena/cc-strategicplan.git
  1. Navigate to the project directory:
$ cd cc-strategicplan
  1. Make the necessary changes to the website files using your preferred text editor.

  2. Preview the changes locally:

    • If you have the Live Server extension installed in Visual Studio Code, right-click on the index.html file and select "Open with Live Server".
    • Alternatively, you can open the index.html file in a web browser.
  3. Once you are satisfied with the changes, commit and push them to the repository:

$ git add .
$ git commit -m "Describe the changes you made"
$ git push
  1. Visit the repository on GitHub: https://github.com/shivasena/cc-strategicplan.

  2. Click on the "Pull requests" tab and then click the "New pull request" button.

  3. Review your changes and click the "Create pull request" button to submit your changes for review.

That's it! Your changes will be reviewed, and upon approval, they will be automatically deployed to the live website hosted on Netlify.

If you have any questions or encounter any issues, please don't hesitate to reach out.

Happy coding!💻✨

About

Confederation College Strategic Plan 2020-2025

https://strategicplan.confederationcollege.ca/


Languages

Language:HTML 49.4%Language:CSS 27.0%Language:JavaScript 12.3%Language:SCSS 11.3%