A terminal-style class archive page for Cairo University Computer Engineering, Class of 2026.
The page is implemented in index.html and displays:
- Live entries discovered from
data/ - Real profile cards loaded from
data/<folder>/profile.json - CLI-like commands (
ls,cat,grep,neofetch, etc.)
- Real profiles are loaded at runtime from the
datadirectory. - Folder discovery is done from
data/index.json. - If running over HTTP, directory listing can also be used when available.
- Display name is read from the profile
namefield. data/index.jsonis auto-generated by GitHub Actions.
.
|- index.html
|- assets/
|- data/
| |- index.json
| |- Adham-Hussin/
| | |- profile.json
| | |- avatar.jpg
Option 1 (quick):
- Open
index.htmldirectly in the browser. - Ensure
data/index.jsonexists (it is generated automatically in CI).
Option 2 (recommended):
ls: list all folders and profile statuscat data/<folder>/profile.json: open a profile cardgrep <query>: search by name or stackhelp: command list
See contributing.md for the exact steps to add your profile.