pages in folders, and .htaccess and 404

This commit is contained in:
2025-06-25 16:14:45 -05:00
parent 9b8fcf18e2
commit ec3adfc147
6 changed files with 71 additions and 31 deletions

71
tech/index.html Normal file
View File

@@ -0,0 +1,71 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../res/css/main.css">
<link rel="stylesheet" href="../res/css/pages.css">
<title>Bellsworne - Tech</title>
</head>
<body>
<nav class="main-nav">
<ul>
<li><a href="../">Home</a></li>
<li><a href="#" class="active">Tech</a></li>
<li><a href="../farm">Farm</a></li>
<li><a href="../games">Games</a></li>
</ul>
</nav>
<header>
<object id="logo" data="../res/svg/tech-header-logo.svg" type="image/svg+xml"></object>
<div class="company-title">
<h1>BELLSWORNE TECHNOLOGIES</h1>
<p>Developing software that isn't soulless corporate garbage</p>
</div>
</header>
<main>
<div class="content-container" id="about">
<!-- <h2>About Us</h2>-->
<p>We live in a world where technology is everywhere and in everything, and where corporations and greedy people run rampant just looking to make a quick buck at the expense of your sanity and privacy. We wanna make good software that people actually enjoy using, and that doesn't exploit you for profit. That's the core of our business.</p>
<p></p>
<h3>OUR COMMITMENTS</h3>
<ul class="checklist">
<li>Integrity: We understand that the software we make is for <i>people</i>, and we will never disrespect your privacy or exploit you for profit.</li>
<li>No BS: We're tired of AI and bloatware. Our software is all-natural and fat-free.</li>
<li>Longevity: Even if we decide to no longer support a product, we will always have a roadmap for its EOL that ensures its life by the community.</li>
<li>Community: We take community seriously, because without it what are we here for?</li>
</ul>
<h3>Socials</h3>
<ul class="social-icons">
<li><a href="https://youtube.com/@bellsworne" aria-label="Subscribe to our YouTube channel"><i class="fa-brands fa-youtube"></i></a></li>
<li><a href="https://instagram.com/@bellsworne" aria-label="Follow us on Instagram"><i class="fa-brands fa-instagram"></i></a></li>
<li><a href="https://x.com/bellsworne" aria-label="Follow us on X"><i class="fa-brands fa-x-twitter"></i></a></li>
</ul>
</div>
<div class="divider">
<h1>PRODUCTS</h1>
</div>
<div class="sections-container" id="products">
<!-- SessionZero Section -->
<a class="section-card" href="https://sessionzero.app">
<object class="section-logo" data="../res/svg/sessionzero-icon-no-bg.svg" type="image/svg+xml"></object>
<h2>SessionZero</h2>
<p>A no BS TTRPG companion app that gets out of your way.</p>
</a>
</div>
</main>
<footer>
<p>&copy; 2025 Bellsworne LLC. All Rights Reserved.</p>
</footer>
</body>
</html>