Update Tech page
This commit is contained in:
parent
d907488ce3
commit
ce767923a7
25
farm.html
25
farm.html
@ -28,12 +28,25 @@
|
||||
|
||||
|
||||
<main>
|
||||
<div class="page-container">
|
||||
<div class="content-container">
|
||||
<h1>Bellsworne Farm</h1>
|
||||
<p>Dedicated to creating the best hand-crafted artisanal goods and raising a herd of happy goats.</p>
|
||||
<!-- <p>We believe in sustainable farming practices that leave the land better than we found it. From our soil to your table, we're all about quality and care.</p>-->
|
||||
</div>
|
||||
<div class="content-container" id="about">
|
||||
<h2>About Us</h2>
|
||||
<p>Hi! We're Bellsworne. We officially founded the company in 2025 with a strange idea: to create something that suits both our love for games and technology and our passion for farming and sustainability.</p>
|
||||
<p>The name Bellsworne is the heart and core of what we do. It merges our last name, 'Bell,' with 'Sworne'—an old spelling of 'Sworn'—to represent the vows we made to each other.</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>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>
|
||||
</main>
|
||||
|
||||
|
25
games.html
25
games.html
@ -26,12 +26,25 @@
|
||||
|
||||
|
||||
<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 class="content-container" id="about">
|
||||
<h2>About Us</h2>
|
||||
<p>Hi! We're Bellsworne. We officially founded the company in 2025 with a strange idea: to create something that suits both our love for games and technology and our passion for farming and sustainability.</p>
|
||||
<p>The name Bellsworne is the heart and core of what we do. It merges our last name, 'Bell,' with 'Sworne'—an old spelling of 'Sworn'—to represent the vows we made to each other.</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>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>
|
||||
</main>
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=League+Gothic&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');
|
||||
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css');
|
||||
|
||||
body {
|
||||
background-color: #2a2a2a;
|
||||
@ -31,7 +32,7 @@ header {
|
||||
|
||||
#logo {
|
||||
width: 100%;
|
||||
max-width: 750px;
|
||||
max-width: 950px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
|
@ -15,70 +15,6 @@
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||
|
||||
|
||||
<style>
|
||||
#big-gear {
|
||||
animation: big-gear 10s linear infinite;
|
||||
transform-origin: center;
|
||||
transform-box: stroke-box;
|
||||
}
|
||||
|
||||
#tr-gear {
|
||||
animation: gear-left 2s linear infinite;
|
||||
transform-origin: center;
|
||||
transform-box: stroke-box;
|
||||
}
|
||||
|
||||
#br-gear {
|
||||
animation: gear-left 2s linear infinite;
|
||||
transform-origin: center;
|
||||
transform-box: fill-box;
|
||||
}
|
||||
|
||||
#tl-gear {
|
||||
animation: gear-left 2s linear infinite;
|
||||
transform-origin: center;
|
||||
transform-box: fill-box;
|
||||
}
|
||||
|
||||
#bl-gear {
|
||||
animation: gear-left 2s linear infinite;
|
||||
transform-origin: center;
|
||||
transform-box: fill-box;
|
||||
}
|
||||
|
||||
@keyframes big-gear {
|
||||
from {
|
||||
rotate: 0deg;
|
||||
}
|
||||
|
||||
to {
|
||||
rotate: 180deg;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes gear-right {
|
||||
from {
|
||||
rotate: 0deg;
|
||||
}
|
||||
|
||||
to {
|
||||
rotate: 180deg;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes gear-left {
|
||||
from {
|
||||
rotate: 0deg;
|
||||
}
|
||||
|
||||
to {
|
||||
rotate: -180deg;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
<sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#505050"
|
||||
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 39 KiB |
30
res/svg/sessionzero-icon-no-bg.svg
Normal file
30
res/svg/sessionzero-icon-no-bg.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 7.5 KiB |
38
tech.html
38
tech.html
@ -28,12 +28,38 @@
|
||||
|
||||
|
||||
<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 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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user