Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
a14351c
Redesign hero section with updated UI
RaphaGil May 26, 2026
987e409
Redesign hero section with updated UI
RaphaGil May 26, 2026
2e404bd
added brand-pallete.css with the RGB Color Scheme
RaphaGil May 26, 2026
c4ea78b
Redesign hero and navigation with responsive mobile layout.
RaphaGil May 26, 2026
bda9626
organized the navbar with the new links requested
RaphaGil May 26, 2026
f6ed8bb
WIP: navbar and content updates
RaphaGil May 26, 2026
9e7f934
update hero section layout for mobile responsiveness
RaphaGil May 26, 2026
6b7c11a
Improve hero stats layout on medium and large breakpoints.
RaphaGil May 26, 2026
ba46a05
Refine homepage contact section and unify CTA styling.
RaphaGil May 27, 2026
8fe3ac2
Polish homepage layout with new sections and unified section styling.
RaphaGil May 31, 2026
5958a0d
Add community pages, calendar, and docs for the homepage redesign.
RaphaGil Jun 4, 2026
f029dae
Unify key pages with governance layout, wider columns, and donate flow.
RaphaGil Jun 4, 2026
ced578d
Use icon color instead of blue background on footer social hover.
RaphaGil Jun 8, 2026
9233bc0
Unify key pages with shared heroes, navbar-style CTAs, and a clearer …
RaphaGil Jun 9, 2026
b61f2c8
Redesign the contact page with an embedded Tally form and a two-colum…
RaphaGil Jun 9, 2026
dba2ceb
improved layout and design of the website
RaphaGil Jun 18, 2026
881617e
imp
RaphaGil Jun 18, 2026
bd40d75
added the new content
RaphaGil Jun 24, 2026
32e557d
improved the main layout
RaphaGil Jun 30, 2026
2412de5
improved the main page layout
RaphaGil Jun 30, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


#### Brief description of what is fixed or changed

<!-- If this pull request fixes an issue, write "Fixes gh-NNNN" in that exact
Expand All @@ -13,3 +11,12 @@ OR/AND
Describe your changes here
-->

#### Website checklist (content / config PRs)

- [ ] Netlify deploy preview checked (link below when ready)
- [ ] If `config.yaml`: valid YAML, homepage (and affected pages) reviewed on preview
- [ ] If news post: `date`, `summary`, and `type: news` set; article and `/news` listing checked
- [ ] If new images: files under `static/`, paths use `/images/...`
- [ ] No secrets or internal-only URLs committed

**Maintainer docs:** [docs/README.md](../docs/README.md)
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@ error: failed to transform resource: TOCSS: failed to transform "style.sass"
```

if you don't have the Hugo extended version.

## Maintainer documentation

**Non-developers** updating news, pages, or homepage text should start here:

**[docs/README.md](docs/README.md)** — task guides (add news, edit banner, config.yaml reference, PR workflow, troubleshooting).
10 changes: 10 additions & 0 deletions archetypes/news.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "{{ replace .Name "-" " " | title }}"
authors: []
date: {{ .Date.Format "2006-01-02" }}
summary: ""
type: news
draft: true
---

Write your news article here.
Loading