Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
Binary file added public/constitution_2026.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions src/constitution.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ function Constitution() {
return (
<div className="edges">
<h1>Code Network Constitution</h1>
<p>This version was adopted at the 2024 Annual General Meeting of Code Network. Future revisions will appear here.</p>
<p>This version was adopted at the Special General Meeting of Code Network on March 2nd, 2026. Future revisions will appear here.</p>
<object
type="application/pdf"
data="/constitution_2024.pdf" // be sure to update this
data="/constitution_2026.pdf" // be sure to update this
width="100%"
height="600"
/>
</div>
)
}

export default Constitution;
export default Constitution;