Skip to content

Commit fde6ab2

Browse files
authored
Revise README with new website link and structure
Updated website link and added js/script.js to the structure.
1 parent 3331044 commit fde6ab2

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,20 @@
22

33
This repository contains a minimal static webpage used as a landing hub for the GRAAL Lab. GitHub organization.
44

5-
Website link: https://graal-lab.github.io/repos-website/.
5+
Website link: https://graal-lab.github.io/.github/.
66

77
## Structure
88

99
* `index.html` → main entry point (layout, content, links)
10-
* `css/styles.css` *(optional)* → external styles
11-
12-
The page is fully static (no build tools, no dependencies) and can be directly hosted via GitHub Pages.
10+
* `css/styles.css` → external styles
11+
* `js/script.js` → dynamic objects
1312

1413
## Design
1514

1615
The website uses:
1716

18-
* modern, minimal layout
19-
* white / blue / cyan color palette inspired by marine robotics
20-
* responsive grid for repository cards
21-
* simple HTML + CSS (no frameworks)
17+
* simple HTML + CSS + JS (no frameworks)
18+
* bunny-fonts (Roboto Slab, Fira Sans)
2219

2320
## Editing
2421

0 commit comments

Comments
 (0)