Skip to content

Commit c65b3b3

Browse files
committed
Redesign site with modular pages
1 parent c552a8f commit c65b3b3

File tree

18 files changed

+390
-2
lines changed

18 files changed

+390
-2
lines changed

README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
1-
# TAPS-Website
2-
Task and Paradigm Structure
1+
# TaskBeacon Website
2+
3+
This repository contains the static site for **TaskBeacon**. The homepage loads
4+
section text from Markdown files in `content/` so you can edit the copy without
5+
changing the HTML layout.
6+
7+
## Structure
8+
9+
```
10+
index.html
11+
[taps|psyflow|tasks|future].html - subpages
12+
css/style.css - site styles
13+
js/menu.js - drop-down menu logic
14+
content/*.md - editable text snippets
15+
assets/icons/ - place pixel icons here
16+
assets/team/ - place team headshots here
17+
```
18+
19+
Simply modify the Markdown files or HTML pages and push to GitHub Pages to
20+
update the site.

assets/fonts/.gitkeep

Whitespace-only changes.

assets/icons/.gitkeep

Whitespace-only changes.

assets/team/.gitkeep

Whitespace-only changes.

content/future.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Explore LLM-powered generation of cognitive tasks using natural language.

content/psyflow.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Assist development of tasks using **Psyflow**.
2+
3+
Instructions and helpers will be added here.

content/taps.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Define the **TAPS** format for cognitive tasks.
2+
3+
Provide documentation and guidelines here.

content/task-list.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Go/No-Go
2+
Stroop Task
3+
N-Back
4+
Dot Probe

content/tasks.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Find exciting tasks and their variations.
2+
3+
More details coming soon.

css/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)