pogmomme/index.html
2025-02-24 12:13:59 -08:00

69 lines
2.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Penelope Gwen</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="/style/css/style-large.css">
<link rel="stylesheet" type="text/css" href="/style/css/toots.css">
</head>
<body>
<h1 class="title">Penelope Gwen</h1>
<h2 class="title">Software development & Sociology</h2>
<hr>
<div class="pagelayout">
<div class="pinkborder sidebar">
<a class="mastodon-feed" href="https://masto.pogmom.me/@pogmommy" data-toot-limit="4"></a>
<div>
<p>test</p>
</div>
</div>
<script type="module" src="https://esm.sh/emfed@1"></script>
<div class="pagecontent">
<h2>About</h2>
<div class="bubble">
<p>I'm Penelope (it/its/she/her), a queer sociologist, sysadmin, archivist, and rat mom.</p>
</div>
<h2>Projects</h2>
<div class="bubble">
<h2>Pogmom Suite</h2>
<p>A collection of multimedia content delivery and productivity software which serves as an ongoing archivism and decentralization project.</p>
</div>
<div class="bubble">
<h2>Software</h2>
<p>Most of my software can be found at my Gitea, or at its mirror on my Github.</p>
</div>
<div class="bubble">
<h2>Spreadsheets</h2>
<p>Financial Tracker</p>
<p>Cookie Recipe</p>
<p>Truth Table</p>
<p>Financial Splitter</p>
</div>
<h2>Essays</h2>
<div class="bubble">
<h2>Archives, Feudalism, and Digital Literacy</h2>
<p>My undergraduate thesis, informed by my Sociological and Information Technologies backgrounds</p>
</div>
<div class="bubble">
<h2>Simmel's Conflict and Liberation</h2>
<p>Written for a university sociological theory class. Explores liberatory and assimilationist politics through the lens of Georg Simmel's concept of conflict</p>
</div>
<div class="bubble">
<h2>Weber: Beauracracy and Capital</h2>
<p>Written for a university sociological theory class. An exploration and synthesis of Max Weber's Bureaucracy and Karl Marx's Capital in a modern lens in the context of automation</p>
</div>
<div class="bubble">
<h2>Durkheim and Gender Minorities</h2>
<p>Written for a university sociological theory class. Explores Emile Durkheim's concepts of egoism and anomy and how they distinctly effect those belonging to gender minority groups</p>
</div>
<h3></h3>
<p></p>
</div>
</div>
<hr>
<div id="footer"><p>Enable javascript to view footer</p></div>
<script src="/style/js/views.js"></script>
</body>
</html>