Skip to content

Ragansu/FAIR-Universe.github.io

 
 

Repository files navigation

FAIR-Universe.github.io

FAIR UNiverse project website

Intrsuctions for making changes to the website

To make changes to the website, follow the steps below:

1. Clone this repo

git clone https://github.com/FAIR-Universe/FAIR-Universe.github.io.git

2. Switch to a new branch

git checkout -b BRANCH_NAME

3. Change content

To make changes in the main page, check index.html file. For credits page, check credits.html. You can open these files in a text editor e.g. notepad, visual studio code etc. Search for keywords which you want to change.

4. Push changes

Push you changes using the following commands:

git add .
git commit -m "commit message"
git push -u origin BRANCH_NAME

5. Create a Pull Request

Once you have pushed your changes, create a Pull Request which will then be reviewed by a reviewer.

About

FAIR Universe Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 44.2%
  • HTML 40.8%
  • JavaScript 12.4%
  • PHP 2.6%