-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcurrent.html
More file actions
125 lines (117 loc) · 5.19 KB
/
Copy pathcurrent.html
File metadata and controls
125 lines (117 loc) · 5.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Current Update | Casa de SAM</title>
<meta name="description" content="The September 2026 Casa de SAM update, including nonprofit status, the ROI of Independence workbook, board recruitment, and the current stage of the vision.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://casadesam.org/current">
<meta property="og:title" content="Current Update | Casa de SAM">
<meta property="og:description" content="What Casa de SAM is working on now, what has changed, and what comes next.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://casadesam.org/current">
<meta name="twitter:card" content="summary">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header class="sam-nav">
<div class="sam-nav-inner">
<a class="sam-brand" href="index.html">Casa de SAM</a>
<nav class="sam-nav-links" aria-label="Primary navigation">
<a href="mission.html">Mission</a>
<a href="why-paraguay.html">Why Paraguay</a>
<a href="sustainability.html">Sustainability</a>
<a href="philosophy.html">Philosophy</a>
<a href="timeline.html">The Long View</a>
<a href="blog.html">Blog</a>
<a class="is-current" href="current.html" aria-current="page">Current</a>
</nav>
</div>
</header>
<main class="current-page">
<header class="current-hero reveal">
<p class="sam-kicker">September 2026</p>
<h1>Where Casa de SAM Is Now</h1>
<p class="current-intro">
Casa de SAM is taking shape one careful step at a time. Here is where
the project stands today and what is beginning to move forward.
</p>
<p class="current-stamp">Last updated September 4, 2026</p>
</header>
<section class="current-status reveal" aria-labelledby="stage-heading">
<div>
<p class="current-label">Current stage</p>
<h2 id="stage-heading">Planning, research, and organization</h2>
</div>
<p>
Casa de SAM is still a developing vision for a lifelong residential
community in Paraguay. We are documenting the model, researching the
legal and practical work it will require, and building the tools and
relationships that can help us test the vision responsibly.
</p>
</section>
<section class="current-grid" aria-label="September 2026 project updates">
<article class="current-card current-card-leaf reveal">
<p class="current-label">Nonprofit status</p>
<h2>Not registered yet</h2>
<p>
Casa de SAM is not yet a registered nonprofit and is not accepting
donations. Forming the organization well matters more than creating
the appearance that we are farther along than we are.
</p>
<p>
This page will be updated when that status changes, along with any
practical information readers need to verify it.
</p>
</article>
<article class="current-card current-card-earth reveal">
<p class="current-label">New planning resource</p>
<h2><em>The ROI of Independence</em></h2>
<p>
I wrote this workbook for families trying to decide where limited
time, money, energy, and teaching effort are most likely to improve a
disabled person's future life.
</p>
<p>
It is not an answer key. It is a way to count the full cost of a goal,
define the return more honestly, and remember that Sam is not your child.
</p>
<a class="current-link" href="roi-of-independence.html">Learn more and buy the PDF</a>
</article>
<article class="current-card current-card-maize reveal">
<p class="current-label">People we are looking for</p>
<h2>Future board members</h2>
<p>
We are beginning to look for thoughtful people who may be willing to
help shape Casa de SAM's governance. The right board will need more
than enthusiasm. It will need judgment, follow-through, humility, and
a willingness to challenge my assumptions when the evidence or the
people affected point somewhere else.
</p>
<p>
A dedicated board page with the role, expectations, and a way to
express interest is in development.
</p>
</article>
<article class="current-card current-card-olive reveal">
<p class="current-label">What has not changed</p>
<h2>The long view</h2>
<p>
The planned opening remains March 16, 2035. The aim remains a real
home for adults with lifelong support needs, built around dignity,
safety, relationships, choice, calm, and joy.
</p>
<p>
The plan is allowed to change. The people who may one day live there
matter more than my attachment to any particular version of it.
</p>
</article>
</section>
</main>
<footer class="sam-footer reveal">
Casa de SAM • Paraguay • Opening March 16, 2035
</footer>
<script src="js/reveal.js"></script>
<script src="/js/gustavo.js"></script>
</body>
</html>