new pages and simple navbar
This commit is contained in:
39
tech.html
Normal file
39
tech.html
Normal file
@@ -0,0 +1,39 @@
|
||||
<!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>
|
||||
|
||||
|
||||
<main>
|
||||
<div class="page-container">
|
||||
<object class="page-logo" data="res/svg/bellsworne-tech-no-bg.svg" type="image/svg+xml"></object>
|
||||
<div class="content-container">
|
||||
<h1>Bellsworne Technologies</h1>
|
||||
<p>Here we focus on developing software that is useful and respects the user. No 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>
|
||||
Reference in New Issue
Block a user