Moving to jekyll
This commit is contained in:
+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>
|
||||
|
||||
Reference in New Issue
Block a user