RSP Works blog - master theme source

This commit is contained in:
Bannerets
2026-02-01 00:11:53 -05:00
commit 2a348055a4
23 changed files with 2898 additions and 0 deletions

105
blog/index.html Normal file
View File

@@ -0,0 +1,105 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:lang="en" lang="en">
<head>
<title>Blog - RSP Works</title>
<link rel="stylesheet" type="text/css" href="/css/style.css" />
<link rel="icon" sizes="16x16" type="image/png" href="/favicon.png" />
<link rel="icon" sizes="32x32" type="image/png" href="/art/favicon-32x32.png" />
<link rel="icon" sizes="96x96" type="image/png" href="/art/favicon-96x96.png" />
<link rel="start" title="Home" href="/" />
<link rel="alternate" type="application/atom+xml" title="Blog" href="/blog/feed" />
<meta name="author" content="Raymond Scott Pert" />
<meta name="copyright" content="Copyright 2025 RSP Works" />
<meta name="robots" content="noarchive" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<div id="root">
<p id="skiptocontent"><a href="#content" accesskey="c">Skip to Content [alt-c]</a></p>
<div id="header">
<div class="inner_header">
<h1>
<a class="logo" href="/">
<svg xmlns="http://www.w3.org/2000/svg" width="54" height="30">
<use xlink:href="/art/symbols.svg#logo"></use>
</svg>
</a>
<span class="fluff"> </span>
<a class="title" href="/"><span>RSP Works</span></a>
</h1>
<h2>Sections</h2>
<ul class="tabs">
<li><a href="/blog/">Blog</a></li>
<li><a href="/consulting/">Consulting</a></li>
<li><a href="/projects/">Projects</a></li>
</ul>
</div>
<div class="header_background">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 4200 114.01">
<use class="header_tree" xlink:href="/art/symbols.svg#tree"></use>
<use class="header_ground" xlink:href="/art/symbols.svg#ground"></use>
</svg>
</div>
</div>
<div id="content">
<div class="blog_page">
<div class="blog_sidebar">
<div>
<h2>Recent</h2>
<ul>
<li><a href="/blog/post/ontario-alabama.html">Ontario Falls Behind Alabama</a></li>
<li><a href="/blog/post/global-south-banking.html">Global South Banking Access</a></li>
<li><a href="/blog/post/muck-rack-guide.html">Muck Rack for Growth</a></li>
<li><a href="/blog/post/mit-genai-divide.html">MIT GenAI Study</a></li>
<li><a href="/blog/post/freeman-educated-proletariat.html">Freeman's 1970 Warning</a></li>
</ul>
</div>
<div>
<h2>Topics</h2>
<ul>
<li><a href="#economic-analysis">Economic Analysis</a></li>
<li><a href="#policy-research">Policy Research</a></li>
<li><a href="#infrastructure">Infrastructure</a></li>
<li><a href="#academic-voices">Academic Voices</a></li>
</ul>
</div>
</div>
<div class="blog_content">
<h2>Blog Posts<span class="fluff"> </span>
<a href="/blog/feed" class="feed">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16">
<use xlink:href="/art/symbols.svg#feed_full"></use>
</svg>
</a>
</h2>
<div class="blog_post_index">
<h4>August 2025</h4>
<p><a href="/blog/post/ontario-alabama.html">Ontario Falls Behind Alabama</a></p>
<p><a href="/blog/post/global-south-banking.html">When "Developing" Countries Lead: Global South Banking Access</a></p>
<p><a href="/blog/post/muck-rack-guide.html">How to Leverage Muck Rack for Media Relations and Growth</a></p>
<p><a href="/blog/post/mit-genai-divide.html">MIT's "GenAI Divide" - The 95% ROI Debate</a></p>
<p><a href="/blog/post/keyu-jin-profile.html">Economist Profile: Keyu Jin</a></p>
<h4>April 2025</h4>
<p><a href="/blog/post/freeman-educated-proletariat.html">Roger Freeman's 1970 Warning: The "Educated Proletariat" as Dynamite</a></p>
</div>
<div class="section">
<p><a href="/" class="nav-up"><span>Back to Home</span></a></p>
</div>
</div>
</div>
</div>
<div id="footer">
<p class="copyright">© 2025 RSP Works</p>
<p class="trees">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1474 364.7">
<use xlink:href="/art/symbols.svg#footer_trees"></use>
</svg>
</p>
</div>
</div>
</body>
</html>