This repository contains a minimal static webpage used as a landing hub for the GRAAL Laboratory GitHub organization.
Link: https://graal-lab.github.io/.github/.
index.html→ main entry point (layout, content, links)css/styles.css→ external stylesjs/script.js→ dynamic objects
The website uses:
- simple HTML + CSS + JS (no frameworks)
- bunny-fonts (Roboto Slab, Fira Sans)
To add new repositories:
-
Duplicate an existing
<article class="card">block inindex.html -
Update:
- title
- description
- link
- tags
To modify styling:
- edit the CSS in
css/styles.css
Works out-of-the-box with GitHub Pages.