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
10 changes: 10 additions & 0 deletions _includes/organisms/copyright.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@ <h2 class="a11y--visually-hidden">Copyright, license, and documentation</h2>
is subject to the <a href="{{ site.github.license.url }}" itemprop="license">{{ site.github.license.name }}</a>.
{% endif %}
</div>

<p class="">
<strong>Status note</strong>: Lower Barriers is incorporated in the <abbr title="United States of America">US</abbr>
state of Michigan per its
<a href="http://www.legislature.mi.gov/(S(ruml4pdfjw2wkrmrz3fed0fs))/mileg.aspx?page=GetObject&objectname=mcl-act-162-of-1982">
Nonprofit Corporation Act
</a>. Lower Barriers is not a Federally-recognized 501(c)(3) nonprofit organization, though we intend to apply for
Federal nonprofit status in the year 2022. Your donations and financial contributions may not be text-deductible.
</p>

{% include molecules/menu.html menu="copyright" classes="border-spaced display--flex layout--row menu-layout--horizontal" %}
</div>
</section>
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"terser": "terser _site/assets/js/behavior.js -o assets/js/pre-commit-dependency.js"
},
"devDependencies": {
"browserslist": "^4.16.6",
"browserslist": "^4.19.1",
"dotenv": "^8.6.0",
"dotenv-flow": "^3.2.0",
"prettier": "^2.2.1",
"purgecss": "^4.0.3",
"prettier": "^2.5.1",
"purgecss": "^4.1.3",
"terser": "^4.6.6"
}
}