Corresponding header logos for each section

This commit is contained in:
2025-06-25 11:00:19 -05:00
parent 031304d48d
commit d907488ce3
11 changed files with 549 additions and 30 deletions

View File

@@ -8,8 +8,6 @@
<title>Bellsworne - Games</title>
</head>
<body>
<nav class="main-nav">
<ul>
<li><a href="index.html">Home</a></li>
@@ -18,22 +16,28 @@
<li><a href="games.html" class="active">Games</a></li>
</ul>
</nav>
<main>
<div class="page-container">
<object class="page-logo" data="res/svg/bellsworne-games-no-bg.svg" type="image/svg+xml"></object>
<div class="content-container">
<h1>Bellsworne Games</h1>
<header>
<object id="logo" data="res/svg/games-header-logo.svg" type="image/svg+xml"></object>
<div class="company-title">
<h1>BELLSWORNE GAMES</h1>
<p>Creating games with a passion for storytelling and a whole lotta heart.</p>
<!-- <p>We're a small indie studio focused on making memorable experiences. We pour our creativity and soul into every project.</p>-->
</div>
</div>
</main>
</header>
<footer>
<p>&copy; 2025 Bellsworne LLC. All Rights Reserved.</p>
</footer>
<main>
<div class="page-container">
<div class="content-container">
<h1>Bellsworne Games</h1>
<p>Creating games with a passion for storytelling and a whole lotta heart.</p>
<!-- <p>We're a small indie studio focused on making memorable experiences. We pour our creativity and soul into every project.</p>-->
</div>
</div>
</main>
<footer>
<p>&copy; 2025 Bellsworne LLC. All Rights Reserved.</p>
</footer>
</body>
</html>