shivasena / cc-thisislearning

Confederation College - This is Learning Minisite

Home Page:https://thisislearning.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is Learning Landing Page for Confederation College

This repository contains the source code for the landing page of "This is Learning," a website for Confederation College. The landing page showcases information and resources related to learning initiatives at Confederation College. The website is hosted on Netlify.

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-thisislearning.git
  1. Navigate to the project directory:
$ cd cc-thisislearning
  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.
  1. 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-thisislearning.git.

  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 - This is Learning Minisite

https://thisislearning.netlify.app


Languages

Language:JavaScript 73.1%Language:HTML 10.1%Language:CSS 9.6%Language:SCSS 5.5%Language:Less 1.8%