misc update
This commit is contained in:
44
build/views/all-religions-are-wrong.html
Normal file
44
build/views/all-religions-are-wrong.html
Normal file
@@ -0,0 +1,44 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link href="/styles/main.css" rel="stylesheet">
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header class="site-header">
|
||||
<h1 class="page-title"><a href="/">Sashin Exists</a></h1>
|
||||
<nav class="site-navigation">
|
||||
<ul>
|
||||
<li><a href="/about.html">About</a></li>
|
||||
<li><a href="/now.html">Now</a></li>
|
||||
<li><a href="/views">Views</a></li>
|
||||
<li><a href="/subscribe.html">Subscribe</a></li>
|
||||
<li><a href="/support.html">Support</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</header>
|
||||
<main class="page-content">
|
||||
<article class="article">
|
||||
<header class="article-header">
|
||||
<h1 class="article-title">All religions are wrong</h1>
|
||||
<!-- <div class="article-last-updated-date">all-religions-are-wrong</div> -->
|
||||
</header>
|
||||
<section class="article-content">
|
||||
<h2 id="why-i-hold-this-view">Why I hold this view</h2>
|
||||
<p>insert reasons here for why I believe all religions are wrong</p>
|
||||
<h2 id="why-it-matters">Why it matters</h2>
|
||||
<p>insert reasons here for why I think it matters</p>
|
||||
|
||||
</section>
|
||||
</article>
|
||||
</main>
|
||||
<footer class="site-footer">
|
||||
<p>Last updated: Mon Dec 09 2024 14:08:59 GMT+1100 (オーストラリア東部夏時間)</p>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
44
build/views/index.html
Normal file
44
build/views/index.html
Normal file
@@ -0,0 +1,44 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link href="/styles/main.css" rel="stylesheet">
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header class="site-header">
|
||||
<h1 class="page-title"><a href="/">Sashin Exists</a></h1>
|
||||
<nav class="site-navigation">
|
||||
<ul>
|
||||
<li><a href="/about.html">About</a></li>
|
||||
<li><a href="/now.html">Now</a></li>
|
||||
<li><a href="/views">Views</a></li>
|
||||
<li><a href="/subscribe.html">Subscribe</a></li>
|
||||
<li><a href="/support.html">Support</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</header>
|
||||
<main class="page-content">
|
||||
<div class="view-cards">
|
||||
<a href="/views/all-religions-are-wrong.html" class="view-card">
|
||||
<span>All religions are wrong</span>
|
||||
</a><a href="/views/there-is-no-god.html" class="view-card">
|
||||
<span>There is no god</span>
|
||||
</a><a href="/views/we-can-feed-everyone.html" class="view-card">
|
||||
<span>We can feed everyone</span>
|
||||
</a><a href="/views/we-do-not-need-hierarchies.html" class="view-card">
|
||||
<span>We do not need hierarchies</span>
|
||||
</a><a href="/views/we-should-not-eat-animals.html" class="view-card">
|
||||
<span>We should not eat animals</span>
|
||||
</a>
|
||||
</div>
|
||||
</main>
|
||||
<footer class="site-footer">
|
||||
<p>Last updated: Mon Dec 09 2024 14:08:59 GMT+1100 (オーストラリア東部夏時間)</p>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
44
build/views/there-is-no-god.html
Normal file
44
build/views/there-is-no-god.html
Normal file
@@ -0,0 +1,44 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link href="/styles/main.css" rel="stylesheet">
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header class="site-header">
|
||||
<h1 class="page-title"><a href="/">Sashin Exists</a></h1>
|
||||
<nav class="site-navigation">
|
||||
<ul>
|
||||
<li><a href="/about.html">About</a></li>
|
||||
<li><a href="/now.html">Now</a></li>
|
||||
<li><a href="/views">Views</a></li>
|
||||
<li><a href="/subscribe.html">Subscribe</a></li>
|
||||
<li><a href="/support.html">Support</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</header>
|
||||
<main class="page-content">
|
||||
<article class="article">
|
||||
<header class="article-header">
|
||||
<h1 class="article-title">There is no god</h1>
|
||||
<!-- <div class="article-last-updated-date">there-is-no-god</div> -->
|
||||
</header>
|
||||
<section class="article-content">
|
||||
<h2 id="why-i-hold-this-view">Why I hold this view</h2>
|
||||
<p>insert reasons here for why I believe there is no god</p>
|
||||
<h2 id="why-it-matters">Why it matters</h2>
|
||||
<p>insert reasons here for why I think it matters</p>
|
||||
|
||||
</section>
|
||||
</article>
|
||||
</main>
|
||||
<footer class="site-footer">
|
||||
<p>Last updated: Mon Dec 09 2024 14:08:59 GMT+1100 (オーストラリア東部夏時間)</p>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
44
build/views/we-can-feed-everyone.html
Normal file
44
build/views/we-can-feed-everyone.html
Normal file
@@ -0,0 +1,44 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link href="/styles/main.css" rel="stylesheet">
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header class="site-header">
|
||||
<h1 class="page-title"><a href="/">Sashin Exists</a></h1>
|
||||
<nav class="site-navigation">
|
||||
<ul>
|
||||
<li><a href="/about.html">About</a></li>
|
||||
<li><a href="/now.html">Now</a></li>
|
||||
<li><a href="/views">Views</a></li>
|
||||
<li><a href="/subscribe.html">Subscribe</a></li>
|
||||
<li><a href="/support.html">Support</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</header>
|
||||
<main class="page-content">
|
||||
<article class="article">
|
||||
<header class="article-header">
|
||||
<h1 class="article-title">We can feed everyone</h1>
|
||||
<!-- <div class="article-last-updated-date">we-can-feed-everyone</div> -->
|
||||
</header>
|
||||
<section class="article-content">
|
||||
<h2 id="why-i-hold-this-view">Why I hold this view</h2>
|
||||
<p>We can feed, house and clothe everyone 🏠
|
||||
(going to argue that we have the material resources to do so, just lack the will)</p>
|
||||
<h2 id="why-it-matters">Why it matters</h2>
|
||||
|
||||
</section>
|
||||
</article>
|
||||
</main>
|
||||
<footer class="site-footer">
|
||||
<p>Last updated: Mon Dec 09 2024 14:08:59 GMT+1100 (オーストラリア東部夏時間)</p>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
44
build/views/we-do-not-need-hierarchies.html
Normal file
44
build/views/we-do-not-need-hierarchies.html
Normal file
@@ -0,0 +1,44 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link href="/styles/main.css" rel="stylesheet">
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header class="site-header">
|
||||
<h1 class="page-title"><a href="/">Sashin Exists</a></h1>
|
||||
<nav class="site-navigation">
|
||||
<ul>
|
||||
<li><a href="/about.html">About</a></li>
|
||||
<li><a href="/now.html">Now</a></li>
|
||||
<li><a href="/views">Views</a></li>
|
||||
<li><a href="/subscribe.html">Subscribe</a></li>
|
||||
<li><a href="/support.html">Support</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</header>
|
||||
<main class="page-content">
|
||||
<article class="article">
|
||||
<header class="article-header">
|
||||
<h1 class="article-title">We do not need hierarchies</h1>
|
||||
<!-- <div class="article-last-updated-date">we-do-not-need-hierarchies</div> -->
|
||||
</header>
|
||||
<section class="article-content">
|
||||
<h2 id="why-i-hold-this-view">Why I hold this view</h2>
|
||||
<p>insert reasons here for why I believe hierarchy is bad</p>
|
||||
<h2 id="why-it-matters">Why it matters</h2>
|
||||
<p>insert reasons here for why I think it matters</p>
|
||||
|
||||
</section>
|
||||
</article>
|
||||
</main>
|
||||
<footer class="site-footer">
|
||||
<p>Last updated: Mon Dec 09 2024 14:08:59 GMT+1100 (オーストラリア東部夏時間)</p>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
47
build/views/we-should-not-eat-animals.html
Normal file
47
build/views/we-should-not-eat-animals.html
Normal file
@@ -0,0 +1,47 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link href="/styles/main.css" rel="stylesheet">
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header class="site-header">
|
||||
<h1 class="page-title"><a href="/">Sashin Exists</a></h1>
|
||||
<nav class="site-navigation">
|
||||
<ul>
|
||||
<li><a href="/about.html">About</a></li>
|
||||
<li><a href="/now.html">Now</a></li>
|
||||
<li><a href="/views">Views</a></li>
|
||||
<li><a href="/subscribe.html">Subscribe</a></li>
|
||||
<li><a href="/support.html">Support</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</header>
|
||||
<main class="page-content">
|
||||
<article class="article">
|
||||
<header class="article-header">
|
||||
<h1 class="article-title">We should not eat animals</h1>
|
||||
<!-- <div class="article-last-updated-date">we-should-not-eat-animals</div> -->
|
||||
</header>
|
||||
<section class="article-content">
|
||||
<h2 id="why-i-hold-this-view">Why I hold this view</h2>
|
||||
<ul>
|
||||
<li>insert reasons here for why people should be vegan</li>
|
||||
<li>thinking about whether I should say animal products instead</li>
|
||||
</ul>
|
||||
<h2 id="why-it-matters">Why it matters</h2>
|
||||
<p>insert reasons for why this matters</p>
|
||||
|
||||
</section>
|
||||
</article>
|
||||
</main>
|
||||
<footer class="site-footer">
|
||||
<p>Last updated: Mon Dec 09 2024 14:08:59 GMT+1100 (オーストラリア東部夏時間)</p>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user