Merge pull request 'Jekyll-ify a bit more' (#4) from sept1update into main

Reviewed-on: sparticus/join.resist.is#4
This commit is contained in:
sparticus 2025-09-01 06:25:59 +00:00
commit 20ef1e55cd
12 changed files with 343 additions and 33 deletions

5
_includes/contact.md Normal file
View File

@ -0,0 +1,5 @@
### Find Us
[Bluesky](https://bsky.app/profile/doi.timeto.resist.is) [Matrix](https://matrix.to/#/#BureauOfDecentralizedResistance:weresist.is) [Email](mailto:info@resist.is)

3
_includes/disclaimer.md Normal file
View File

@ -0,0 +1,3 @@
<p>The Department of Internautics operates as a decentralized resistance network committed to preserving democracy, preservation of human rights, defending democratic institutions and dismantling fascism. We do not advocate violence, but we recognize that extraordinary threats to democracy require extraordinary responses from ordinary citizens.</p>
<p>We will not abide a fascist dictator nor those that continue support him</p>

8
_includes/header.html Normal file
View File

@ -0,0 +1,8 @@
<div class="content-wrapper">
<img src="{{ '/assets/images/omegablk.png' | relative_url }}" alt="Omega Symbol">
<p class="bold-text">United Interwebs Department of Internautics:</p>
<p class="bold-text">Bureau of Decentralized Resistance</p>
<p class="no-margin">{{ site.time | date: '%A, %B %e, %Y' }}</p>
<p class="no-margin">For Immediate Release</p>
</div>

View File

@ -1,3 +1,5 @@
---
---
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
@ -6,10 +8,30 @@
<title>{% if page.title %}{{ page.title }} - {{ site.title }}{% else %}{{ site.title }}{% endif %}</title> <title>{% if page.title %}{{ page.title }} - {{ site.title }}{% else %}{{ site.title }}{% endif %}</title>
<meta name="description" content="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}"> <meta name="description" content="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}">
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}"> <link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}">
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//stats.resist.is/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '2']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</head> </head>
<body> <body>
<div class="main-container"> <div class="main-container">
{{ content }} {% include header.html %}
{{ content }}
</div> </div>
</body> </body>
</html> </html>

20
_layouts/resist.html Normal file
View File

@ -0,0 +1,20 @@
---
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% if page.title %}{{ page.title }} - {{ site.title }}{% else %}{{ site.title }}{% endif %}</title>
<meta name="description" content="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}">
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}">
</head>
<body>
<div class="main-container">
</div>
{{ content }}
</body>
</html>

View File

@ -6,10 +6,14 @@ body {
font-family: Arial, sans-serif; font-family: Arial, sans-serif;
} }
p { p,h3 {
color: white; color: white;
} }
h2 {
color: red;
}
div { div {
max-width: 700px; max-width: 700px;
margin-left: auto; margin-left: auto;

View File

@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2025-08-31T23:23:51-04:00</updated><id>/feed.xml</id><title type="html">Resist</title><subtitle>United Interwebs Department of Internautics - Bureau of Decentralized Resistance</subtitle></feed> <?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2025-09-01T02:18:27-04:00</updated><id>/feed.xml</id><title type="html">Resist</title><subtitle>United Interwebs Department of Internautics - Bureau of Decentralized Resistance</subtitle></feed>

View File

@ -6,28 +6,99 @@
<title>Resist - Resist</title> <title>Resist - Resist</title>
<meta name="description" content="United Interwebs Department of Internautics - Bureau of Decentralized Resistance"> <meta name="description" content="United Interwebs Department of Internautics - Bureau of Decentralized Resistance">
<link rel="stylesheet" href="/assets/css/main.css"> <link rel="stylesheet" href="/assets/css/main.css">
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//stats.resist.is/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '2']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</head> </head>
<body> <body>
<div class="main-container"> <div class="main-container">
<div class="content-wrapper"> <div class="content-wrapper">
<img src="/assets/images/omegablk.png" alt="Omega Symbol" /> <img src="/assets/images/omegablk.png" alt="Omega Symbol">
<p class="bold-text">United Interwebs Department of Internautics:</p> <p class="bold-text">United Interwebs Department of Internautics:</p>
<p class="bold-text">Bureau of Decentralized Resistance</p> <p class="bold-text">Bureau of Decentralized Resistance</p>
<p class="no-margin">9 March 2025</p> <p class="no-margin">Monday, September 1, 2025</p>
<p class="no-margin">For Immediate Release</p> <p class="no-margin">For Immediate Release</p>
<p>Those we have elected to represent us and protect our constitution have failed us. Trump, alongside Musk and DOGE are ignoring the constitution and turning our country into a fascist oligarchy. Therefore, it falls to us, The People of the United States, to support and defend the constitution of the United States.</p>
<p>There is no more republican vs democrat, or liberal vs conservative. There is only the fascists and those that would stand against them.</p>
<p>This page serves as a gateway for new to the resistance. In the future there will be information on how to find and join various resistance groups. In the meantime, the Department of Internautics is openly recruiting and welcoming resisters of all backgrounds.</p>
<a href="https://bsky.app/profile/doi.timeto.resist.is" class="link">Find us on Bluesky</a><br />
<a href="https://matrix.to/#/#BureauOfDecentralizedResistance:weresist.is" class="link">Find us on Matrix</a>
</div> </div>
<h2 id="democracy-under-siege">DEMOCRACY UNDER SIEGE</h2>
<p><strong><em>CONSTITUTIONAL CRISIS DEMANDS IMMEDIATE ACTION</em></strong></p>
<p>The fascist regime now controlling all three branches of the United States federal government has accelerated its assault on our constitutional republic. What began as authoritarian overreach has escalated into full-scale oppression of American citizens. The time for passive resistance has ended.</p>
<h3 id="current-threat-assessment">CURRENT THREAT ASSESSMENT:</h3>
<p>As of this date, fascist forces have consolidated control over the executive, legislative, and judicial branches of government. The Supreme Courts Roberts majority has granted unprecedented powers to an administration that openly defies constitutional limits. Military and paramilitary forces have been deployed against American citizens in major metropolitan areas, with confirmed operations in Los Angeles, Chicago, New York, and Washington, DC.</p>
<p>Citizens are being detained without due process and transported to undisclosed facilities, including foreign detention centers, in direct violation of habeas corpus protections. The National Guard has been federalized and weaponized against peaceful protesters and political dissidents. Communication networks are being monitored and disrupted to prevent organized resistance.</p>
<h3 id="the-constitution-is-under-direct-attack">THE CONSTITUTION IS UNDER DIRECT ATTACK</h3>
<p>Those we elected to represent us and safeguard our democratic institutions have either been co-opted, intimidated, or removed from power. The checks and balances that protected our republic for over two centuries have been systematically dismantled. Corporate oligarchs now dictate policy while constitutional rights are suspended under the guise of “emergency powers.”</p>
<p>This is not hyperbole. This is not partisan politics. This is fascism, and it has arrived at our doorstep.</p>
<h2 id="no-one-is-safe">NO ONE IS SAFE</h2>
<p>The oppression escalates daily. What begins with targeting “undesirable” populations inevitably expands to encompass anyone who questions authority. Todays collaborators become tomorrows victims. History teaches us that fascist regimes consume their own supporters once they have served their purpose.</p>
<p>Without immediate intervention, this authoritarian cancer will metastasize beyond any hope of peaceful remedy. The window for constitutional restoration through traditional democratic processes is rapidly closing.</p>
<h3 id="the-resistance-rises">THE RESISTANCE RISES</h3>
<p>Therefore, it falls to us - The People of the United States - to fulfill our constitutional duty to preserve, protect, and defend the Constitution against all enemies, foreign and domestic. When government becomes destructive of the ends for which it was established, it is the right of the people to alter or abolish it.</p>
<p>There are no longer Republicans or Democrats, liberals or conservatives, progressives or traditionalists. There are only two sides: those who would impose fascist tyranny, and those who will resist it by any means necessary.</p>
<h3 id="join-the-fight-for-freedom">JOIN THE FIGHT FOR FREEDOM</h3>
<p>This page serves as a gateway for those ready to join the resistance against fascist occupation of our government. We are building a decentralized network of patriots committed to restoring constitutional democracy and protecting the rights of all Americans.</p>
<p>The Department of Internautics is actively recruiting resisters from all backgrounds, all communities, all walks of life. We need technologists and teachers, workers and students, veterans and activists, parents and grandparents - anyone willing to stand up for freedom when freedom is under attack.</p>
<p>Setting the world right again will require unprecedented unity and determination. Whatever your previous political affiliations, whatever your personal differences - set them aside. We cannot return to what was once “normal,” but we can fight for something better. We can build a future worthy of the sacrifices made by previous generations who faced similar threats to human dignity and democratic governance.</p>
<h3 id="history-is-watching">HISTORY IS WATCHING</h3>
<p>Future generations will judge how we responded in this moment of crisis. They will ask whether we stood up when democracy needed defenders, or whether we remained silent while tyranny took root on American soil.</p>
<p>The choice is yours. The time is now.</p>
<h2 id="join-us-we-resist">Join us. We resist.</h2>
<p><strong>This message will be updated as the situation develops.</strong>
<strong>Stay Safe, Stay Prepared</strong></p>
<p><a href="https://guide.resist.is">Field Manual for Resistance Operations</a></p>
<hr />
<h3 id="find-us">Find Us</h3>
<p><a href="https://bsky.app/profile/doi.timeto.resist.is">Bluesky</a> <a href="https://matrix.to/#/#BureauOfDecentralizedResistance:weresist.is">Matrix</a> <a href="mailto:info@resist.is">Email</a></p>
<hr />
<p>The Department of Internautics operates as a decentralized resistance network committed to preserving democracy, preservation of human rights, defending democratic institutions and dismantling fascism. We do not advocate violence, but we recognize that extraordinary threats to democracy require extraordinary responses from ordinary citizens.</p>
<p>We will not abide a fascist dictator nor those that continue support him</p>
</div> </div>
</body> </body>
</html> </html>

66
_site/splash.md Normal file
View File

@ -0,0 +1,66 @@
# Resist - Join the Resistance
**United Interwebs Department of Internautics:**
**Bureau of Decentralized Resistance**
**1 September 2025**
**For Immediate Release**
**DEMOCRACY UNDER SIEGE - CONSTITUTIONAL CRISIS DEMANDS IMMEDIATE ACTION**
The fascist regime now controlling all three branches of the United States federal government has accelerated its assault on our constitutional republic. What began as authoritarian overreach has escalated into full-scale oppression of American citizens. The time for passive resistance has ended.
**CURRENT THREAT ASSESSMENT:**
As of this date, fascist forces have consolidated control over the executive, legislative, and judicial branches of government. The Supreme Court's Roberts majority has granted unprecedented powers to an administration that openly defies constitutional limits. Military and paramilitary forces have been deployed against American citizens in major metropolitan areas, with confirmed operations in Los Angeles, Chicago, New York, and Washington, DC.
Citizens are being detained without due process and transported to undisclosed facilities, including foreign detention centers, in direct violation of habeas corpus protections. The National Guard has been federalized and weaponized against peaceful protesters and political dissidents. Communication networks are being monitored and disrupted to prevent organized resistance.
**THE CONSTITUTION IS UNDER DIRECT ATTACK**
Those we elected to represent us and safeguard our democratic institutions have either been co-opted, intimidated, or removed from power. The checks and balances that protected our republic for over two centuries have been systematically dismantled. Corporate oligarchs now dictate policy while constitutional rights are suspended under the guise of "emergency powers."
This is not hyperbole. This is not partisan politics. This is fascism, and it has arrived at our doorstep.
**NO ONE IS SAFE**
The oppression escalates daily. What begins with targeting "undesirable" populations inevitably expands to encompass anyone who questions authority. Today's collaborators become tomorrow's victims. History teaches us that fascist regimes consume their own supporters once they have served their purpose.
Without immediate intervention, this authoritarian cancer will metastasize beyond any hope of peaceful remedy. The window for constitutional restoration through traditional democratic processes is rapidly closing.
**THE RESISTANCE RISES**
Therefore, it falls to us - The People of the United States - to fulfill our constitutional duty to preserve, protect, and defend the Constitution against all enemies, foreign and domestic. When government becomes destructive of the ends for which it was established, it is the right of the people to alter or abolish it.
There are no longer Republicans or Democrats, liberals or conservatives, progressives or traditionalists. There are only two sides: those who would impose fascist tyranny, and those who will resist it by any means necessary.
**JOIN THE FIGHT FOR FREEDOM**
This page serves as a gateway for those ready to join the resistance against fascist occupation of our government. We are building a decentralized network of patriots committed to restoring constitutional democracy and protecting the rights of all Americans.
The Department of Internautics is actively recruiting resisters from all backgrounds, all communities, all walks of life. We need technologists and teachers, workers and students, veterans and activists, parents and grandparents - anyone willing to stand up for freedom when freedom is under attack.
Setting the world right again will require unprecedented unity and determination. Whatever your previous political affiliations, whatever your personal differences - set them aside. We cannot return to what was once "normal," but we can fight for something better. We can build a future worthy of the sacrifices made by previous generations who faced similar threats to human dignity and democratic governance.
**HISTORY IS WATCHING**
Future generations will judge how we responded in this moment of crisis. They will ask whether we stood up when democracy needed defenders, or whether we remained silent while tyranny took root in American soil.
The choice is yours. The time is now.
**Join us. We resist.**
---
**SECURE COMMUNICATIONS:**
[Find us on Bluesky]()
[Find us on Matrix]()
*This message will be updated as conditions develop. Share widely through secure channels.*
---
*The Department of Internautics operates as a decentralized resistance network committed to constitutional restoration and the protection of democratic institutions. We do not advocate violence, but we recognize that extraordinary threats to democracy require extraordinary responses from ordinary citizens.*

View File

@ -6,10 +6,14 @@ body {
font-family: Arial, sans-serif; font-family: Arial, sans-serif;
} }
p { p,h3 {
color: white; color: white;
} }
h2 {
color: red;
}
div { div {
max-width: 700px; max-width: 700px;
margin-left: auto; margin-left: auto;

View File

@ -4,21 +4,62 @@ title: Resist
description: United Interwebs Department of Internautics - Bureau of Decentralized Resistance description: United Interwebs Department of Internautics - Bureau of Decentralized Resistance
--- ---
<div class="content-wrapper"> ## DEMOCRACY UNDER SIEGE
<img src="{{ '/assets/images/omegablk.png' | relative_url }}" alt="Omega Symbol"> ***CONSTITUTIONAL CRISIS DEMANDS IMMEDIATE ACTION***
<p class="bold-text">United Interwebs Department of Internautics:</p> The fascist regime now controlling all three branches of the United States federal government has accelerated its assault on our constitutional republic. What began as authoritarian overreach has escalated into full-scale oppression of American citizens. The time for passive resistance has ended.
<p class="bold-text">Bureau of Decentralized Resistance</p>
<p class="no-margin">9 March 2025</p>
<p class="no-margin">For Immediate Release</p>
<p>Those we have elected to represent us and protect our constitution have failed us. Trump, alongside Musk and DOGE are ignoring the constitution and turning our country into a fascist oligarchy. Therefore, it falls to us, The People of the United States, to support and defend the constitution of the United States.</p> ### CURRENT THREAT ASSESSMENT:
<p>There is no more republican vs democrat, or liberal vs conservative. There is only the fascists and those that would stand against them.</p> As of this date, fascist forces have consolidated control over the executive, legislative, and judicial branches of government. The Supreme Court's Roberts majority has granted unprecedented powers to an administration that openly defies constitutional limits. Military and paramilitary forces have been deployed against American citizens in major metropolitan areas, with confirmed operations in Los Angeles, Chicago, New York, and Washington, DC.
<p>This page serves as a gateway for new to the resistance. In the future there will be information on how to find and join various resistance groups. In the meantime, the Department of Internautics is openly recruiting and welcoming resisters of all backgrounds.</p> Citizens are being detained without due process and transported to undisclosed facilities, including foreign detention centers, in direct violation of habeas corpus protections. The National Guard has been federalized and weaponized against peaceful protesters and political dissidents. Communication networks are being monitored and disrupted to prevent organized resistance.
<a href="https://bsky.app/profile/doi.timeto.resist.is" class="link">Find us on Bluesky</a><br> ### THE CONSTITUTION IS UNDER DIRECT ATTACK
<a href="https://matrix.to/#/#BureauOfDecentralizedResistance:weresist.is" class="link">Find us on Matrix</a>
</div> Those we elected to represent us and safeguard our democratic institutions have either been co-opted, intimidated, or removed from power. The checks and balances that protected our republic for over two centuries have been systematically dismantled. Corporate oligarchs now dictate policy while constitutional rights are suspended under the guise of "emergency powers."
This is not hyperbole. This is not partisan politics. This is fascism, and it has arrived at our doorstep.
## NO ONE IS SAFE
The oppression escalates daily. What begins with targeting "undesirable" populations inevitably expands to encompass anyone who questions authority. Today's collaborators become tomorrow's victims. History teaches us that fascist regimes consume their own supporters once they have served their purpose.
Without immediate intervention, this authoritarian cancer will metastasize beyond any hope of peaceful remedy. The window for constitutional restoration through traditional democratic processes is rapidly closing.
### THE RESISTANCE RISES
Therefore, it falls to us - The People of the United States - to fulfill our constitutional duty to preserve, protect, and defend the Constitution against all enemies, foreign and domestic. When government becomes destructive of the ends for which it was established, it is the right of the people to alter or abolish it.
There are no longer Republicans or Democrats, liberals or conservatives, progressives or traditionalists. There are only two sides: those who would impose fascist tyranny, and those who will resist it by any means necessary.
### JOIN THE FIGHT FOR FREEDOM
This page serves as a gateway for those ready to join the resistance against fascist occupation of our government. We are building a decentralized network of patriots committed to restoring constitutional democracy and protecting the rights of all Americans.
The Department of Internautics is actively recruiting resisters from all backgrounds, all communities, all walks of life. We need technologists and teachers, workers and students, veterans and activists, parents and grandparents - anyone willing to stand up for freedom when freedom is under attack.
Setting the world right again will require unprecedented unity and determination. Whatever your previous political affiliations, whatever your personal differences - set them aside. We cannot return to what was once "normal," but we can fight for something better. We can build a future worthy of the sacrifices made by previous generations who faced similar threats to human dignity and democratic governance.
### HISTORY IS WATCHING
Future generations will judge how we responded in this moment of crisis. They will ask whether we stood up when democracy needed defenders, or whether we remained silent while tyranny took root on American soil.
The choice is yours. The time is now.
## Join us. We resist.
**This message will be updated as the situation develops.**
**Stay Safe, Stay Prepared**
[Field Manual for Resistance Operations](https://guide.resist.is)
---
{% include contact.md %}
---
{% include disclaimer.md %}

66
splash.md Normal file
View File

@ -0,0 +1,66 @@
# Resist - Join the Resistance
**United Interwebs Department of Internautics:**
**Bureau of Decentralized Resistance**
**1 September 2025**
**For Immediate Release**
**DEMOCRACY UNDER SIEGE - CONSTITUTIONAL CRISIS DEMANDS IMMEDIATE ACTION**
The fascist regime now controlling all three branches of the United States federal government has accelerated its assault on our constitutional republic. What began as authoritarian overreach has escalated into full-scale oppression of American citizens. The time for passive resistance has ended.
**CURRENT THREAT ASSESSMENT:**
As of this date, fascist forces have consolidated control over the executive, legislative, and judicial branches of government. The Supreme Court's Roberts majority has granted unprecedented powers to an administration that openly defies constitutional limits. Military and paramilitary forces have been deployed against American citizens in major metropolitan areas, with confirmed operations in Los Angeles, Chicago, New York, and Washington, DC.
Citizens are being detained without due process and transported to undisclosed facilities, including foreign detention centers, in direct violation of habeas corpus protections. The National Guard has been federalized and weaponized against peaceful protesters and political dissidents. Communication networks are being monitored and disrupted to prevent organized resistance.
**THE CONSTITUTION IS UNDER DIRECT ATTACK**
Those we elected to represent us and safeguard our democratic institutions have either been co-opted, intimidated, or removed from power. The checks and balances that protected our republic for over two centuries have been systematically dismantled. Corporate oligarchs now dictate policy while constitutional rights are suspended under the guise of "emergency powers."
This is not hyperbole. This is not partisan politics. This is fascism, and it has arrived at our doorstep.
**NO ONE IS SAFE**
The oppression escalates daily. What begins with targeting "undesirable" populations inevitably expands to encompass anyone who questions authority. Today's collaborators become tomorrow's victims. History teaches us that fascist regimes consume their own supporters once they have served their purpose.
Without immediate intervention, this authoritarian cancer will metastasize beyond any hope of peaceful remedy. The window for constitutional restoration through traditional democratic processes is rapidly closing.
**THE RESISTANCE RISES**
Therefore, it falls to us - The People of the United States - to fulfill our constitutional duty to preserve, protect, and defend the Constitution against all enemies, foreign and domestic. When government becomes destructive of the ends for which it was established, it is the right of the people to alter or abolish it.
There are no longer Republicans or Democrats, liberals or conservatives, progressives or traditionalists. There are only two sides: those who would impose fascist tyranny, and those who will resist it by any means necessary.
**JOIN THE FIGHT FOR FREEDOM**
This page serves as a gateway for those ready to join the resistance against fascist occupation of our government. We are building a decentralized network of patriots committed to restoring constitutional democracy and protecting the rights of all Americans.
The Department of Internautics is actively recruiting resisters from all backgrounds, all communities, all walks of life. We need technologists and teachers, workers and students, veterans and activists, parents and grandparents - anyone willing to stand up for freedom when freedom is under attack.
Setting the world right again will require unprecedented unity and determination. Whatever your previous political affiliations, whatever your personal differences - set them aside. We cannot return to what was once "normal," but we can fight for something better. We can build a future worthy of the sacrifices made by previous generations who faced similar threats to human dignity and democratic governance.
**HISTORY IS WATCHING**
Future generations will judge how we responded in this moment of crisis. They will ask whether we stood up when democracy needed defenders, or whether we remained silent while tyranny took root in American soil.
The choice is yours. The time is now.
**Join us. We resist.**
---
**SECURE COMMUNICATIONS:**
[Find us on Bluesky]()
[Find us on Matrix]()
*This message will be updated as conditions develop. Share widely through secure channels.*
---
*The Department of Internautics operates as a decentralized resistance network committed to constitutional restoration and the protection of democratic institutions. We do not advocate violence, but we recognize that extraordinary threats to democracy require extraordinary responses from ordinary citizens.*