This repository contains the static website for EEGManyPipelines.
- Main page content:
index.html - Styles:
css/style.css(pluscss/css2*.css) - Images:
images/ - Scripts:
script/
- Open
index.html. - Make your text/content changes.
- Save and preview locally in a browser.
- Commit and push to GitHub.
News items are in the <ul> under the News section in index.html.
- Keep newest items at the top.
- Use the same
<li>format as existing items. - Put links in quotes (for example:
href="https://...").
Template:
<li><span class="date">Mon YYYY</span> Your update text. Optional link: <a href="https://example.org">Link text</a>.</li>Example:
<li><span class="date">Feb 2026</span> We published a new update. <a href="https://example.org">Read more</a>.</li>