45 lines
1.3 KiB
HTML
45 lines
1.3 KiB
HTML
<!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="index.html">Home</a></li>
|
|
<li><a href="tech.html" class="active">Tech</a></li>
|
|
<li><a href="farm.html">Farm</a></li>
|
|
<li><a href="games.html">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="page-container">
|
|
<div class="content-container">
|
|
<h1>Bellsworne Technologies</h1>
|
|
<p>Developing software that isn't soulless corporate garbage.</p>
|
|
<!-- <p>Our projects range from small utilities to larger applications, all built with integrity and a focus on sustainability in the digital world.</p>-->
|
|
</div>
|
|
</div>
|
|
</main>
|
|
|
|
<footer>
|
|
<p>© 2025 Bellsworne LLC. All Rights Reserved.</p>
|
|
</footer>
|
|
|
|
</body>
|
|
</html> |