Moving to jekyll
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Join</title>
|
||||
<link rel="stylesheet" href="/assets/css/styles.css"
|
||||
</head>
|
||||
<body>
|
||||
<div style="text-align:center;">
|
||||
<div>
|
||||
<img src="/assets/images/omegablk.png">
|
||||
</div>
|
||||
<nav>
|
||||
|
||||
<a href="/">Home</a>
|
||||
|
||||
<a href="/about.html">About</a>
|
||||
|
||||
<a href="/blog.html">Blog</a>
|
||||
|
||||
</nav>
|
||||
|
||||
<p style="font-weight: bold; margin: 0;">United Interwebs Department of Internautics:</p>
|
||||
<p style="font-weight: bold; margin: 0;">Bureau of Decentralized Resistance</p>
|
||||
<p style="margin: 0;">09 Mar 2025</p>
|
||||
<p> 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, 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 internauts 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>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,28 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>About</title>
|
||||
<link rel="stylesheet" href="/assets/css/styles.css"
|
||||
</head>
|
||||
<body>
|
||||
<div style="text-align:center;">
|
||||
<div>
|
||||
<img src="/assets/images/omegablk.png">
|
||||
</div>
|
||||
<nav>
|
||||
|
||||
<a href="/">Home</a>
|
||||
|
||||
<a href="/about.html" class="current">About</a>
|
||||
|
||||
<a href="/blog.html">Blog</a>
|
||||
|
||||
</nav>
|
||||
|
||||
<h1 id="about-page">About page</h1>
|
||||
|
||||
<p>This is a test about page</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,16 @@
|
||||
.current {
|
||||
color: green;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: black;
|
||||
color: white;
|
||||
}
|
||||
|
||||
div {
|
||||
max-width: 700px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=styles.css.map */
|
||||
@@ -0,0 +1 @@
|
||||
{"version":3,"sourceRoot":"","sources":["../../_sass/main.scss"],"names":[],"mappings":"AAAA;EACE;;;AAEF;EACE;EACA;;;AAGF;EACE;EACA;EACA","sourcesContent":[".current {\n color: green;\n}\nbody {\n background-color: black;\n color: white;\n}\n\ndiv {\n max-width: 700px;\n margin-left: auto;\n margin-right: auto;\n}\n"],"file":"styles.css"}
|
||||
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
@@ -0,0 +1,36 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Blog</title>
|
||||
<link rel="stylesheet" href="/assets/css/styles.css"
|
||||
</head>
|
||||
<body>
|
||||
<div style="text-align:center;">
|
||||
<div>
|
||||
<img src="/assets/images/omegablk.png">
|
||||
</div>
|
||||
<nav>
|
||||
|
||||
<a href="/">Home</a>
|
||||
|
||||
<a href="/about.html">About</a>
|
||||
|
||||
<a href="/blog.html" class="current">Blog</a>
|
||||
|
||||
</nav>
|
||||
|
||||
<h1>Latest Posts</h1>
|
||||
|
||||
<ul>
|
||||
|
||||
<li>
|
||||
<h2><a href="/2025/03/09/join.html">Join</a></h2>
|
||||
<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, to support and defend the constitution of the United States.</p>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
+21
-19
@@ -1,29 +1,31 @@
|
||||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Resist - A Field Guide for Subversives</title>
|
||||
<meta charset="utf-8" />
|
||||
|
||||
<! --
|
||||
Yes, I know its ugly, but its thrown together quick.
|
||||
|
||||
Cypherpunks feel free to contact via pubkey.
|
||||
|
||||
More coming very soon
|
||||
-->
|
||||
<meta charset="utf-8">
|
||||
<title>A field guide for subversives</title>
|
||||
<link rel="stylesheet" href="/assets/css/styles.css"
|
||||
</head>
|
||||
<body style="background-color: black">
|
||||
<body>
|
||||
<div style="text-align:center;">
|
||||
<div>
|
||||
<img src=omegablk.png>
|
||||
<p style="color: white; font-weight: bold;">Resist</p>
|
||||
<!--<a href=preplist.txt style ="text-align:center; color: red;">Prep List</a> <br/> -->
|
||||
<img src="/assets/images/omegablk.png">
|
||||
</div>
|
||||
<nav>
|
||||
|
||||
<a href="/" class="current">Home</a>
|
||||
|
||||
<a href="/about.html">About</a>
|
||||
|
||||
<a href="/blog.html">Blog</a>
|
||||
|
||||
</nav>
|
||||
|
||||
<p style="color: white; font-weight: bold;">Resist</p>
|
||||
<a href=sparticus.pubkey.txt style="text-align:center; color: red;">GPG Pubkey</a> <br />
|
||||
<p style="color: white;">Matrix: @sparticus:weresist.is</p>
|
||||
<!--<a href=preplist.txt style ="text-align:center; color: red;">Prep List</a> <br/> -->
|
||||
</div>
|
||||
<a href=https://matrix.to/#/#department-of-internautics:weresist.is style="text-align:center; color: red;">United Interwebs Department of Internautics</a> <br/>
|
||||
<a href=https://matrix.to/#/#BureauOfDecentralizedResistance:weresist.is style="text-align:center; color: red;">Bureau of Decentralized Resistance</a>
|
||||
|
||||
</div>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<title>Resist - A Field Guide for Subversives</title>
|
||||
<meta charset="utf-8" />
|
||||
|
||||
<! --
|
||||
Yes, I know its ugly, but its thrown together quick.
|
||||
|
||||
Cypherpunks feel free to contact via pubkey.
|
||||
|
||||
More coming very soon
|
||||
-->
|
||||
</head>
|
||||
<body style="background-color: black">
|
||||
<div style="text-align:center;">
|
||||
<div>
|
||||
<img src=omegablk.png>
|
||||
<p style="color: white; font-weight: bold;">Resist</p>
|
||||
<!--<a href=preplist.txt style ="text-align:center; color: red;">Prep List</a> <br/> -->
|
||||
<a href=sparticus.pubkey.txt style="text-align:center; color: red;">GPG Pubkey</a> <br />
|
||||
<p style="color: white;">Matrix: @sparticus:weresist.is</p>
|
||||
<!--<a href=preplist.txt style ="text-align:center; color: red;">Prep List</a> <br/> -->
|
||||
</div>
|
||||
<a href=https://matrix.to/#/#department-of-internautics:weresist.is style="text-align:center; color: red;">United Interwebs Department of Internautics</a> <br/>
|
||||
<a href=https://matrix.to/#/#BureauOfDecentralizedResistance:weresist.is style="text-align:center; color: red;">Bureau of Decentralized Resistance</a>
|
||||
|
||||
</div>
|
||||
<body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user