Skip to content

grounding-ai/grounding-ai.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grounding AI

🌐 Access the current draft Website

https://grounding-ai.github.io/

Project Structure

├── _layouts/
│   ├── default.html
├── _pages/
│   ├── about.md
│   ├── methodology.md
│   └── who-are-we.md
├── assets/
│   ├── css/
│   │   └── style.css
│   └── images/
└── _config.yml

File Structure Explained

Layouts (_layouts/)

  • default.html: The main template file used across the site

Pages (_pages/)

  • index.md: Homepage content
  • about.md: Information about the project
  • methodology.md: Methodology documentation
  • who-are-we.md: Team information
  • exhibitions: Exhibition information

Assets (assets/)

  • css/: Contains stylesheets
    • style.css: Main stylesheet for the project
  • images/: Store all project images here

Configuration

  • _config.yml: Main configuration file for the static site
  • LICENSE: Project license information

Making Changes

To modify pages:

  1. Navigate to the _pages directory
  2. Edit the relevant markdown files
  3. Commit and push your changes

To update styling:

  1. Go to assets/css/style.css
  2. Make your CSS changes

To modify layouts:

  1. Find the appropriate template in _layouts/
  2. Make your HTML/template changes

About

Website with information about the Grounding AI project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •