Update the games page
This commit is contained in:
parent
caa23d0e2f
commit
8c0cca0514
@ -20,23 +20,22 @@
|
||||
<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>Creating games with a passion for storytelling and a whole lotta heart</p>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<main>
|
||||
<div class="content-container" id="about">
|
||||
<h2 style="font-size: 5em">⚠️</h2>
|
||||
<p style="font-size: 2em; text-align: center">Hey there! This page is still under construction, but feel free to check out our other pages!</p>
|
||||
<p>At Bellsworne Games, we wanna make GOOD games, not just soulless cash grabs. Games that you enjoy playing, whether that be a fun co-op with friends, or a meaningful singleplayer experience. Hand-crafted with no artificial flavors.</p>
|
||||
|
||||
<!-- <h3>OUR VALUES</h3>-->
|
||||
<!-- <ul class="checklist">-->
|
||||
<!-- <li>Integrity: Doing the right thing, especially when no one’s looking. No shortcuts, no nonsense.</li>-->
|
||||
<!-- <li>Sustainability: Leaving things a little better than we found them, from our code to our soil.</li>-->
|
||||
<!-- <li>Community: Looking out for our neighbors, both near and far. We’re all in this together, y’all.</li>-->
|
||||
<!-- <li>Creativity: Making things with soul and a little bit of sass.</li>-->
|
||||
<!-- </ul>-->
|
||||
<h3>OUR COMMITMENTS</h3>
|
||||
<ul class="checklist">
|
||||
<li>Integrity: We understand that the games we make are 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 games are all-natural and fat-free.</li>
|
||||
<li>Longevity: Even if we decide to no longer support a game, 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">
|
||||
@ -45,6 +44,19 @@
|
||||
<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">
|
||||
<!-- Splunk Section -->
|
||||
<a class="section-card" href="#">
|
||||
<object class="section-logo" data="" type="image/svg+xml"></object>
|
||||
<h2>Splunk</h2>
|
||||
<p>Coming soon!</p>
|
||||
</a>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
|
Loading…
Reference in New Issue
Block a user