How to Update Your Portal Pages
Use this guide to update any internal page in The Reservoir — Board Packet, Grants, Communications, Programs, Meetings, or Policies. The process is the same every time.
- Log into Squarespace and go to Pages.
- Scroll to your Internal / Not Linked section.
- Click on the page you want to update (for example: Grants & Funding Center).
- Click the EDIT button at the top of the screen.
- On the page, hover your mouse until you see the Code Block area (grey box).
- Click the pencil icon or Edit on that block.
- A window will open showing the HTML code we added earlier.
Only change the words between the tags, not the tags themselves.
-
Example title:
<h1 class="int-title">Grants & Funding Center</h1>
You can change it to:
<h1 class="int-title">Funding Portal</h1> -
Example bullet:
<li>Attend 4 meetings per year</li>
You can change the sentence but keep<li>and</li>.
Anywhere you see href="#", you’ll replace the # with your real file link.
- Inside the Code Block, click Manage Custom Files on the right.
- Click Upload File and choose your PDF, Excel sheet, or image.
- Once it uploads, click the file name — Squarespace will insert a full URL.
- Copy that URL and paste it inside the
href=" "for the link you want to update.
Example:
Before:
<a class="int-link" href="#">Download Board Packet</a>
After:
<a class="int-link" href="https://static1.squarespace.com/....pdf">Download Board Packet</a>
Cards look like this:
<div class="int-card-title">Next Board Meeting</div>
<p class="int-card-text">Date: <strong>[Add date]</strong></p>
You can change the inner text (title, date, time) but keep the structure and class names the same.
- In the Code Block window, click Apply.
- At the top-left of Squarespace, click SAVE.
- Refresh the page in your browser to confirm everything looks right.
<li>...</li> row, paste it on the next line, and update the text and link.